Skip to content

Bad-Raider/web-studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Studio Landing Page

This repository contains my first project - a landing page for a web studio. I created this landing page using HTML, SCSS, and a bit of JavaScript.

  • HTML
  • CSS (SCSS)
  • JavaScript

Project Structure

web-studio/
│
├── css/
│   ├── styles.css # Main CSS file
│   ├── ...
│
├── fonts/
│   ├── font1.woff
│   ├── ...
│
├── images/
│   ├── image1.jpg
│   ├── ...
│
├── js/
│   ├── script.js # Main JavaScript file
│   ├── ...
│
├── sass__2/
│   ├── styles.scss # Main SCSS file
│   ├── ...
│
├── .gitignore # Git ignore file
├── .prettier.json # Prettier configuration file
├── README.md # This ReadMe file
├── index.html # Main HTML file
└── portfolio.html # Portfolio HTML file

How to Deploy and Run the Project

  1. Clone the Repository: Open your terminal and use the git clone command:

    git clone https://github.com/Bad-Raider/web-studio.git

Open the Web Page: After cloning the repository, navigate to the web-studio folder and open the index.html file in your web browser to view the landing page. Similarly, you can open the portfolio.html file to view the portfolio page.

Customize as Needed: You can edit the HTML, SCSS, JavaScript, or CSS files to make changes and personalize both the landing and portfolio pages according to your requirements.

Author: Stanislav Husiev Email: Stanislav.Gusiev@gmail.com