Welcome to the repository of Ideas 2 Innovation website!
css/
- The home of all the .css
files for this website
styles.css
contains global styles (styles used throughout the entire website)- All other
css
files include styles for the correspondingHTML
page (e.g.about.css
andabout.html
)
js/
- All of the JavaScript files are located in this directory
app.js
contains JavaScript related to the entire websiteinitAOS.js
is used to configure scroll animationsvanilla-tilt.js
is a third-party library
images/
- Contains images for the website
All of the HTML
files are located in the root directory.