https://github.com/ucangun/parallax-website
Parallax Website is a project focused on building a visually engaging landing page using HTML and CSS. As the team lead, I prepared and presented the project to the class, enhancing skills in HTML structure, CSS properties, and responsive design through the implementation of parallax scrolling effects.
https://github.com/ucangun/parallax-website
Last synced: about 2 months ago
JSON representation
Parallax Website is a project focused on building a visually engaging landing page using HTML and CSS. As the team lead, I prepared and presented the project to the class, enhancing skills in HTML structure, CSS properties, and responsive design through the implementation of parallax scrolling effects.
- Host: GitHub
- URL: https://github.com/ucangun/parallax-website
- Owner: ucangun
- Created: 2024-04-16T19:33:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-16T23:21:22.000Z (about 1 year ago)
- Last Synced: 2025-02-10T08:15:24.728Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 13.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Clarusway
# Project-03 : Parallax Website (HC-03)
## Description
Project aims to create parallax website.## Problem Statement
- Your company has recently started on a project that aims to create a parallax website. So you and your colleagues have started to work on the project.
## Project Skeleton
```
003-parallax-website (folder)
|
|----readme.md # Given to the students (Definition of the project)
|----images # Given to the students (Images of the project)
|----solution
|----index.html
|----style.css
|----images
```## Expected Outcome

## Objective
Build a Landing that is functionally similar to this: [Project Live Example](https://mark-mad.github.io/parallax-website/)
### At the end of the project, following topics are to be covered;
- HTML
- List Properties
- Overflow Property-The float Property-Opacity / Transparency-Units in CSS
- CSS Setting height and width-CSS Outline-CSS Combinators
### At the end of the project, students will be able to;
- improve coding skills within HTML & CSS
- use git commands (push, pull, commit, add etc.) and Github as Version Control System.
## Steps to Solution
- Step 1: Download or clone project repo on Github- Step 2: Create project folder for local public repo on your pc
- Step 3: Create Parallax Website
>>Part-1 HTML Structure
- Creat structure of the HTML5
- Give name of your project (title)
- Create the main structur of the HTML>>Part-2 CSS Structure
- Set a background and define font-color="white"
- Set container background color and margin
- Define others color-size-padding etc...
- Step 4: Push your application into your own public repo on Github- Step 5: Deploy your application on Github template to showcase your app within your team.
## Notes
- You can use HTML,and CSS to complete this project.
## Resources
- [Images](./img)
⌛ Happy Coding ✍