-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c0f1b94
commit 21c6073
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Tech Wave | ||
|
||
Welcome to the **Tech Wave** landing page repository! This project showcases a modern and responsive landing page for Tech Wave, a digital solutions provider. The landing page is designed to highlight the company's mission, vision, products, and contact information. | ||
|
||
## Features | ||
|
||
- **Responsive Design**: The landing page is fully responsive and adapts seamlessly to various screen sizes. | ||
- **Smooth Scrolling**: Users can easily navigate between sections using smooth scrolling effects. | ||
- **Image Slider**: A visually appealing image slider showcasing Tech Wave's services. | ||
- **Modern UI**: Utilizes Font Awesome for icons and custom styles for a professional look. | ||
- **Contact Form**: A simple form for user inquiries. | ||
|
||
## Technologies Used | ||
|
||
- HTML | ||
- CSS | ||
- JavaScript | ||
- Font Awesome | ||
|
||
## Getting Started | ||
|
||
To get a local copy up and running, follow these steps: | ||
|
||
1. **Clone the repository**: | ||
|
||
```bash | ||
git clone [email protected]:ameentalahmeh/tech-wave.git | ||
``` | ||
|
||
2. **Navigate to the project directory**: | ||
|
||
```bash | ||
cd tech-wave | ||
``` | ||
|
||
3. **Open the `index.html` file in your preferred web browser** to view the landing page. | ||
|
||
## Usage | ||
|
||
You can customize the content, images, and styles to fit your needs. Modify the following sections as necessary: | ||
|
||
- **About Section**: Update the mission and vision statements. | ||
- **Products Section**: Add details about the products or services offered. | ||
- **Contact Section**: Update the contact information as needed. |