Skip to content

ac-i2i-engineering/ac-i2i-engineering.github.io

Repository files navigation

i2i logo

Ideas 2 Innovation: Official Website

Welcome to the repository of Ideas 2 Innovation website!

Directory Structure

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 corresponding HTML page (e.g. about.css and about.html)

js/ - All of the JavaScript files are located in this directory

  • app.js contains JavaScript related to the entire website
  • initAOS.js is used to configure scroll animations
  • vanilla-tilt.js is a third-party library

images/ - Contains images for the website

All of the HTML files are located in the root directory.