Giter VIP home page Giter VIP logo

hacktams's Introduction

Netlify Status

hackTAMS Official Site

This is the official site for hackTAMS! Feel free to look around and make a pull request to request changes.

Installation

To install, clone the repository and run yarn install.

Configuration

All the data is in the data folder, sorted by years. Each data file will contain the following information:

{
    "year": "YYYY",
    "dates": "Month [Start Date]-[End Date]",
    "participants": 2147483647,
    "projects": 42,
    "devpost": "Link to devpost",
    "site": "Link to website",
    "team": [
        {
            "name": "Name of team member to display",
            "position": "Position of team member to display",
            "link": "(optional) Link to site/github/linkedin/etc to go to when clicked on"
        },
        {
            // team memeber 2
        }
        // etc
    ],
    "sponsors": {
        "t1": [
            {
                "name": "Name of sponsor -- this should correspond to the image name",
                "website": "Link to the website of the sponsor",
                "svg": "(optional) true as BOOLEAN value if the image is an svg (default is a png)"
            }
            // Other tier 1 sponsors
        ],
        "tn": [], // where n is the tier number -- this is programmed to go down to tier 3 currently (see 2020.json)
        // etc
        "numbers": [
            {
                "name": "Name of expense",
                "value": "Price of this expense"
            }
            // Other expenses
        ]
    }
}

For images, place the images with the format first-last.jpg in the folder specified by imageDb in event.js.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

hacktams's People

Contributors

anirudhx234 avatar dylanli272 avatar exploringsci avatar jeongwoo55 avatar kanavbengani avatar michaelzhao21 avatar

Watchers

 avatar  avatar  avatar

hacktams's Issues

Add Color!

Is your feature request related to a problem? Please describe.

Black and white boring TT

Describe the solution you'd like

Add colors :DDD
Try to go for neutral colors more than the intense colors that we're using this year

Additional context

N/A

[BUG] Hovering over social media icons doesn't change cursor to pointer

Describe the bug

Essentially what the title says; the user would expect the cursor to pointer on hover.

To Reproduce

Steps to reproduce the behavior:

  1. Open the site on a web interface
  2. Scroll down to the bottom
  3. Hover over one of the social media icons
  4. Your mouse is still a normal mouse

Expected behavior

The cursor should change to the little hand. You can simply add a cursor:hover to the element to fix this.

Screenshots or Links

N/A

Environment

  • OS: Arch Linux (5.10.14-arch1-1)
  • Browser: Firefox
  • Browser Version: 85.0.2

Additional context

N/A

Add a transition to the events dropdown

Is your feature request related to a problem? Please describe.

The dropdown menu when clicking on a year is a little too jarring. I would be better if there was a slower transition in height.

Describe the solution you'd like

I would like for there to be a smooth transition, potentially the dropdown "sliding" down from the original box that was selected.

Describe alternatives you've considered

A different transition could also be used; anything that would reduce suddenly scrolling the page 1249578234 miles down would help. Also, I would suggest using something like transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); for a really smooth transition!

Additional context

N/A

[BUG] Favicon is hard to see on dark-themed tab backgrounds

Describe the bug

It's hard to see the favicon on the tabs on my browser because I am using a dark-themed browser. This is a common practice these days, it literally looks like an orange dot.

To Reproduce

Steps to reproduce the behavior:

  1. Set your browser theme to dark
  2. Open https://hacktams.org
  3. Look at the tab (see image below)
  4. It is hard to see duck sadge

Expected behavior

The duck should be visible on the tab, in some form. A possible solution to this could be to add a background. A white circle would be practical and simple but might look ugly. Another choice to consider would be to add a border to the duck, but that might also be awkward with the design.

Screenshots or Links

image

Environment

  • OS: Arch Linux (5.10.14-arch1-1)
  • Browser: Firefox
  • Browser Version: 85.0.2

Additional context

Dev should work with design to fix this

[BUG] Mobile is broken

Mobile is broken on a phone

  • Margins are broken
  • Navigation bar
  • Landing section title and box is not scaled down
  • "We organize hackathons" should be scaled down
  • Text below "We organize hackathons" should be smaller and margins reduced
  • Event date+line is broken
  • Participants+Projects text is not centered/margins not correct
  • "Contact Us" title is too big
  • Text below "Contact Us" is not formatted correctly

okay, now please fix tablet

Change sponsor email to [email protected]

[BUG] Home page feels too cluttered

Describe the bug

The about section is too close to the top of the page. I originally had the home page take up 100% of the first view upon opening the website. The site should be more spaced-apart in general, as there is not much information.

To Reproduce

Steps to reproduce the behavior:

  1. Just open the site lol

Expected behavior

From a UI/UX perspective, having multiple sections on the screen at once feels overwhelming to the user, especially since the goal of this site was a simple interface full of white space. By cramming all the sections together, it makes the entire interface feel more cluttered than the original plan. The point of the navbar at the top is so the user doesn't have to scroll a lot if they wanted to go to a specific section. Thus, we should expand the margins between each section, and especially isolate that home page from the about content in the viewport. A helpful css attribute is height: calc(100vh - [height of fixed navbar]). Additionally, this would center the words on the screen for the user and just give a cleaner feel to the home page. (See image below for what I mean by "cluttered")

Screenshots or Links

image

Environment

  • OS: Arch Linux (5.10.14-arch1-1)
  • Browser: Firefox
  • Browser Version: 85.0.2

Additional context

N/A

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.