/diversatech.github.io

The website for DiversaTech at UC Berkeley

Primary LanguageSCSSMIT LicenseMIT

Contributors Forks Stargazers Issues MIT License


DiversaTech_Home_Page

DiversaTech

DiversaTech is UC Berkeley's premier tech consultancy student-run organization that combines both engineering and business principles to create dynamic recommendations and strategies for our clients.

Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. License
  4. Contact

About The Project

A central aspect of DiversaTech’s mission is to build an inclusive community in order to foster collaboration and develop consulting skills throughout campus. Instead of rejecting applicants who do not fully meet the qualifications to be tech consultants, we have developed an educational branch of our organization that exposes students to a foundation of consulting practices and current trends in technology. We see this as a development pipeline that gives students an opportunity to apply the creative and analytical skills they learn in the classroom to real world problems. In doing this, we hope to prepare more individuals to work on our consulting projects in the future and see this as the best way to pay our skills forward.

Getting Started

To get a local copy up on your own computer and running follow these simple steps.

Prerequisites

  1. N/A

Installation

  1. Clone the repo
    git clone https://github.com/DiversaTech/diversatech.github.io
  2. Create your feature branch
    git checkout -b feature/AmazingFeature
  3. Commit your changes
    git commit -m 'Add some AmazingFeature'
  4. Push to the branch
    git push origin feature/AmazingFeature
  5. Open a pull request on Github

Structure

Do not make changes to any other folders or files not listed below.

.
├── ...
├── css                     # CSS styles
│   ├── custom.css          # custom stylesheet
│   ├── footer.css          # footer
│   ├── nav.css             # header navbar
│   └── timeline.css        # timeline graphic on Apply page       
├── img                     # Images folder
|   ├── companies           # Client logos for each semester on Clients page
│   ├── flyer               # Recruitment flyers for each semester
│   ├── leadership          # Profile pictures of leadership team on About page
│   ├── logo                # DiversaTech logo
|   ├── social              # Club social pictures for Apply page
|   ├── sponsors            # Sponsor logos on home page
│   └── ...                 # other home page images
├── js                      # JS scripts
|   └── custom.js           # custom scripts
├── index.html              # Home page
├── nav.html                # Header navbar
├── footer.html             # Footer
├── about.html              # About page
├── clients.html            # Clients page
├── events.html             # Events page
├── contact.html            # Contact page
├── apply.html              # Apply page
├── faq.html                # FAQ page
├── recruitment.html        # Recruitment Guide
└── ...

License

This project is under the MIT License.

Contact

DiversaTech - Email

Project Link: https://github.com/DiversaTech/diversatech.github.io/