Skip to content

philwlowder/charlottedevs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CJD Website

https://charlottedevs.github.io/website

Purpose

  • Showcase who the group is and what we are about
  • Point the way to slack
  • Serve as a central hub to link current and future content

Main Page Todo

    • The initial build will be a single-page application with future pages added once landing page is completed
    • Primary Content
      • Slack link section
      • Meetup events calendar (use meetup api)
      • Change meetup call to vanillaJS (John P)
      • Add favicon
      • Social links (Carlos)
    • User sections - Short text descriptions (see note below) about the types of people who would get value from the group
      1. Working Devs
      2. Job-seeking Devs
      3. Learning-path Devs
      4. Mentors
    • Mission statement and purpose
    • Sponsor attribution
    • Links to current / future content
      • Dev Survival Guide
      • Code Cred
      • Forum
      • Github
      • Project Management App (Pending..)
      • Management Structure (Spreadsheet)
    • Issues
      • Different environment image path

* Note on design decisions: The website is planned to evolve and the initial build will be static, while more dynamic content will be added later (see more below) At least initially, dynamic apps and content will be “linked” off from the main static page*

Future Content Ideas

Dynamic Apps

  • Mentor pairing
  • Job seekers portfolios and gallery
  • Volunteer / project management
  • Blogs

Other

  • Feedback / Suggestion submission form
  • Pair Programming link-ups

Contribution

  1. Download file from github by using
  • git clone https://github.com/cltdevs/static-website.git
  • Pressing the clone or download button on the top right
  1. Once downloaded and unzipped navigate into the folder

  2. Install dependencies by being in the root folder and typing

    npm i or yarn

    *Side Note* - The app will probably work without this, but recommended gulp install: npm i -g gulp

  3. Upon completion of dependencies installation run type the following into the terminal to start local server

    npm start

  4. Send a pull request once you want to contribute

Design Resource

Figma Design and Stylesheet

Releases

No releases published

Packages

No packages published

Languages

  • CSS 67.2%
  • HTML 18.2%
  • JavaScript 14.6%