This project is the landing page for Formação TypeScript, a comprehensive course designed to help you master TypeScript and advance your career. The landing page provides detailed information about the course, including pricing, curriculum, testimonials, and more.
- Hero Section: Introduction to the course with a call-to-action button and a promotional video.
- About TypeScript: Information about the benefits and features of TypeScript.
- Course Numbers: Key statistics and numbers related to the course.
- Target Audience: Details about who the course is designed for.
- Call to Action: Encouragement to enroll in the course with a visually appealing button.
- Testimonials: Feedback from previous students.
- Mentor Information: Information about the course mentor.
- Pricing: Detailed pricing information with options for monthly and yearly payments.
- FAQ: Frequently asked questions about the course.
- Astro: A modern static site builder.
- SCSS: For styling the components.
- JavaScript/TypeScript: For interactivity and functionality.
To get started with the project, clone the repository and install the dependencies:
-
Clone the repository:
git clone https://github.com/your-username/formacao-typescript-landing-page.git
-
Navigate to the project directory:
cd formacao-typescript-landing-page
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
The development server will start, and you can view the landing page by navigating to http://localhost:3000
in your web browser.
The project structure is as follows:
src/
├── components/ # Reusable components
├── layouts/ # Layout components
├── pages/ # Page components
├── _config/ # Configuration files
├── assets/ # Static assets (images, videos, etc.)
└── styles/ # Global styles
If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.