Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

arnabjena007/Apex_Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation


Logo

APEX COMMUNITY Website

APEX Community Website ๐Ÿ”—

Visit Now

๐Ÿ› ๏ธ Tech Stack

HTMLย  CSSย  JavaScriptย  jQueryย  Bootstrap Firestore Vercel

๐Ÿ–ผ๏ธ Sneak Peek of Pages

๐Ÿ“ฌ Contact Me

Features

  • Clean and minimal design
  • Responsive layout
  • Easy to customize
  • Lightweight and fast

Table of Contents

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. License
  5. Contact

About The Project

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.

Built With

The tech stack we will be using:

  • HTML
  • CSS
  • JavaScript
  • Bootstrap

File Structure

  โ”œโ”€โ”€ 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.

Before You Start

  • 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.

  1. Navigate to the project directory ๐Ÿ“.

    cd APEX_Website.github.io
  2. Add a reference(remote) to the original repository.

    git remote add upstream https://github.com/APEX_Website/APEX_Website.github.io.git
  3. Check the remotes for this repository.

    git remote -v
  4. Always fetch changes from the upstream repository to keep your local copy updated.

    git fetch upstream
  5. Merge the changes from the upstream repository to your main branch.

    git merge upstream/main
  6. Create a new branch for your work ๐ŸŒฟ.

    git checkout -b <your_branch_name>
  7. Make necessary changes and commit those changes ๐Ÿ› ๏ธ.

    git add .
    git commit -m "Your commit message"
  8. Push the committed changes to your feature branch on your remote repository.

    git push -u origin <your_branch_name>
  9. 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.
  10. Add appropriate title and description to your pull request explaining your changes and efforts.

  11. Click on Create Pull Request.

  12. Congratulations! You've created a pull request ๐ŸŽ‰. Be patient while we review your code and merge the changes.

Roadmap

See the open issues for a list of proposed features and known issues.

License

This project is licensed under the MIT License.

Contact

If you have any questions or concerns, feel free to email us at [email protected] ๐Ÿ“ง.

Made with โค๏ธ | Hosted on Vercel

Releases

No releases published

Packages

No packages published