Git Product home page Git Product logo

arcc-website's People

Contributors

aldenparker avatar caelinsutch avatar michael-equi avatar

Watchers

 avatar

arcc-website's Issues

NVIDIA Jetson Car - Staged Photo

Suggest: Stage a new photo to introduce Jetson. Have Michael back to his garage with a "messy" work area but surrounded with Jetson related parts and equipment (no broom, pls). Get a closer upper body picture of Michael and a closer view of Jetson. You two are the spokesmen of the organization - every photo needs to convey the image of youth, expertise, and confidence.

JHS Address as Address of ARCC

Current: 1200 Jacob Lane Carmichael, CA. 95608

Suggest: Delete the address and replace with either Michael or Caelin home address. Or leave physical address completely out of the website. There is really no need for a physical address these days. If there is a need for a physical address, add another layer of separation by using a PO box. Once you have secured the domain name and enabled forwarding, just use a generic email such as [email protected] as the main point of contact.

SEO Optimization

Is your feature request related to a problem? Please describe.
This site has no SEO Optimization

Describe the solution you'd like
Implement a few things.

Server Side Rendering

Dynamically Set Title for different pages

import { Component, OnInit } from '@angular/core';
import { Title, Meta } from '@angular/platform-browser';

//An example of a component setting title and description tags
@Component({
  selector: 'app-about-me',
  template: `
    <p>This page is about me!</p>
  `,
  styleUrls: ['./about-me.component.scss']
})
export class AboutMeComponent implements OnInit {
  constructor(private titleService: Title,
    private metaTagService: Meta) { }

  ngOnInit() {
    this.titleService.setTitle("My App: About me");
    this.metaTagService.updateTag({name: 'description', content: "I'm a developer who writes sometimes."});
    //TODO: Make Other top-level components do this so the above content doesn't get stuck there!
  }
}

Meet Our Club Members - Mr. Tsai Moderator

Suggest: Take me out of the website to reflect the full scope of your work and accomplishment - not a hint of some adults guiding/helping you.

Suggest: Use "Team" not "Club" to project a higher level of organization.

Suggest: Use "COO" instead of "Marketing & Mgmt" for Caelin's title

Media Page

Add a page about our press, media coverage, press releases, etc.

About Us Page

About our team, about the project. Build off of what is written already

Nothing here is secure

Literally all the api tokens are exposed. Too lazy to figure out how to secure for now.

Add "Donate" Page/Link

A wish list of AMZN/WMT/HD gift cards, list of materials, list of mentoring/assistance should help the organization fund through some smaller expenses. Be clear that ARCC is not a 501C non-profit org and the donations will not be tax-deductable.

ARCC Name on Front Page

Current: Jesuit High school Autonomous Car Club (ARCC)
Suggest: Jesuit High School Autonomous Race Car Club (ARCC)

  • capitalize S in school
  • add the word "Race"

No .gitignore

Add a .gitignore for vscode and firebase deploy files.

General Updates

  • Images for Home Page
  • Car Drawing With top view of AWS Deepracer
  • Blog Searchbar not working

Link Active Doesnt work

Describe the bug
On the navbar, when navigating through the pages, they don't change color.

Expected behavior
active routes should turn the links to $thm_base_color. I'm guessing it's a bug with implenetation of router link. Current class for active is .current

Add Comments from Medium on the ARCC Webpage

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Email Signup

Implement email campaign signup. Already comemnted out in the footer. Use Send Grid for the campaign

Refactor Navbar

Make navbar actually maintainable, idek what's going on with it right now. Add in account information features. Preferably something like a nice sliding sidebar on screens. Reference bioseer

Press Page

Get rid of press releases until we can sort them.

Blog Page

Needs dates in upper left corner and format text in cards to be left. See Press page for how it should be.

RACE Description

Current: The RACE program, or Racing Autonomous Cars Educational program, is aimed to target middle and high school students interested in autonomous robotics.

Suggest: The RACE (Racing Autonomous Cars Education) program, aims to support middle and high school students interested in machine learning and autonomous robotics.

Loading Screen

Add a nice little loading screen, maybe just blank or with little svg animation

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.