A landing page introducing an organization in education aspect.
Main parts:
- About us: Main mission and activities.
- Products: Our main classes.
- How clients think about us: Reviews of clients.
- Sponsors: List of big sponsors.
- Contact us: How to get in touch with us.
The website is written by pure Javascript (mostly for waypoints), HTML and CSS (with pre-defined grid.css from third-party).
self-taught
ββ resources
β βββ css : Visual styles and media queries configuration.
β βββ favicons : App's icon.
β βββ img : All images used in the app.
β βββ js : Defines website's action when user interacts using waypoints.
ββ vendors
β βββ css : All third-party additional styles including fontawesome and grid.
β βββ js : Third-party JS code for fontawesome and waypoints.
ββ index.html: Entry file that serves as the home page.
ββ README.md : Project documentation. Please read it before running the project.
- Open your browser
- Go to
self-taught
folder directory - Click on
index.html
file
- Using an IDE to open
self-taught
project directory - In the IDE, install
LiveServer
extension - Open
index.html
, right click and chooseOpen with LiveServer
to start running and developing website