This project is a landing page for a web studio called Web-Studio. It showcases the studio's services, portfolio, and contact information, designed to attract potential clients and inform them about the company's offerings.
The Web-Studio landing page is built with responsive web design principles, ensuring it looks good on various devices, from desktops to mobile phones. The site is structured with HTML, styled using CSS, and includes interactive JavaScript components to enhance the user experience.
- Responsive Navigation Bar: A top navigation menu for easy access to different sections of the page (Studio, Portfolio, Contacts).
- Hero Section: A visually appealing main section with a background image and a call-to-action button.
- Services Section: A section highlighting key features or services offered by the studio, such as Strategy, Punctuality, Diligence, and Technologies.
- Portfolio Section: An area dedicated to showcasing the company's completed projects (or placeholder images for now).
- Contact Section: Includes contact details like email, phone number, and social media links.
- css: Contains all the CSS files for styling the webpage.
- images: Stores all image files used on the webpage.
- js: Contains JavaScript files to manage page interactivity.
- index.html: The main HTML file for the homepage.
- portfolio.html: A dedicated page for showcasing more detailed portfolio items.
- HTML5: Markup language used to create the page structure.
- CSS3: For styling, including responsiveness and layout adjustments.
- JavaScript: Adds interactive elements to the page.
- Clone or download the repository.
- Open the
index.html
file in a browser to view the landing page. - Navigate through the different sections using the links in the navigation bar.
This project is open-source and available under the MIT License.