
This theme is a fully responsive and customizable landing page for showcasing mobile apps. Built with Astro, it utilizes simple HTML and CSS for design and layout, ensuring simplicity and speed. Ideal for developers and designers looking for a lightweight starting point to promote their app.
- No Dependencies: Apart from Astro, this theme does not use any external dependencies.
- Fully Customizable: Customize every element of the theme including fonts, images, and text by simple edits.
- Responsive Design: Ensures your app looks stunning on both desktop and mobile devices.
To begin using this theme for your mobile app landing page, we recommend taking advantage of the GitHub "Use this template" feature, located above the Clone button. This will allow you to create a separate repository where you can customize the theme as you wish.
- Create a new repository by clicking "Use this template".
- Navigate to the project directory and install dependencies with
npm install
. - Start the development server with
npm start
.
Edit the frontmatter section at the top of /src/pages/index.html
to update the website content, including text and images.
All CSS is located in /src/styles/main.css
. Modify this file to change the look and feel of the site.
Replace images by uploading new ones to the /public/images
folder and update the references in the frontmatter of index.html
.
Add new font files to /public/fonts
and reference them in /src/styles/main.css
to change fonts. For easy integration of Google Fonts into your project, check out Hermes.
/src/pages/index.html
: The main HTML file for your landing page./src/styles/main.css
: CSS file for styling your landing page./public/images
: Directory for storing images./public/fonts
: Directory for storing fonts.
This theme can be deployed on any static site hosting service that supports Astro. Follow the hosting provider's instructions for deploying an Astro project.
To view a live version of this site, see https://partybanner.app.