- Clean and minimal design
- Responsive layout
- Easy to customize
- Lightweight and fast
Table of Contents
Introducing APEX's inaugural community website, designed for engagement and showcasing initiatives. Tailored to serve community members, collaborators, the platform will highlight projects, events, and key information. With a user-centric design adhering to APEX's brand identity, the website will employ a streamlined tech stack, leveraging Firebase for backend functionality. Collaboration opportunities will be extended to the community for content creation and development. The project will adhere to a clear timeline, ensuring timely delivery and continuous improvement through feedback loops.
The tech stack we will be using:
- HTML
- CSS
- JavaScript
- Bootstrap
โโโ assets/
โโโimg/ contains all images (don't use caps or space in file name).
โโโfont/ contains .ttf folder
โโโlogo(png,svg) contains the logo in (png,svg).
โโโ css/
โโโsettings.css all the default styling settings.
โโโ(all css files) all other css files for pages.
โโโ js/
โโโindex.js all the scripts/functions for main page.
โโโscript.js all the scripts/functions for website.
โโโregister.js all the scripts/functions for registation page.
โโโproject.data.js
โโโteam2024.js all the scripts/functions for project page.
โโโteam2023.js all the scripts/functions for team page.
โโโtestimonial-slider.js all the scripts/functions for testimonial section.
โโโ pages/
โโโ(all pages) all pages of website.
โโโ index.html main page of the website.
- Always maintain the file format & folder structure.
- Maintain proper file names (i.e, for images).
<!-- GETTING STARTED -->
## Getting Started
Below are the steps to follow to contribute to this project:
1. **Fork [this repository](https://github.com/arnabjena007/Apex_Website)** ๐ด.
2. **Clone your forked copy of the project**.
```shell
git clone https://github.com/<your_user_name>/APEX.github.io.git
Replace <your_user_name>
with your GitHub username.
-
Navigate to the project directory ๐.
cd APEX_Website.github.io
-
Add a reference(remote) to the original repository.
git remote add upstream https://github.com/APEX_Website/APEX_Website.github.io.git
-
Check the remotes for this repository.
git remote -v
-
Always fetch changes from the upstream repository to keep your local copy updated.
git fetch upstream
-
Merge the changes from the upstream repository to your main branch.
git merge upstream/main
-
Create a new branch for your work ๐ฟ.
git checkout -b <your_branch_name>
-
Make necessary changes and commit those changes ๐ ๏ธ.
git add . git commit -m "Your commit message"
-
Push the committed changes to your feature branch on your remote repository.
git push -u origin <your_branch_name>
-
Create a pull request.
- Go to the GitHub page of your forked repository.
- Click on the "New pull request" button.
- Select the base branch and your feature branch for the pull request.
-
Add appropriate title and description to your pull request explaining your changes and efforts.
-
Click on
Create Pull Request
. -
Congratulations! You've created a pull request ๐. Be patient while we review your code and merge the changes.
See the open issues for a list of proposed features and known issues.
This project is licensed under the MIT License.
If you have any questions or concerns, feel free to email us at [email protected] ๐ง.
Made with โค๏ธ | Hosted on Vercel