Merged
Conversation
adriandarian
requested changes
Mar 26, 2021
| &__break-line { | ||
| border: 0.5rem solid var(--orange); | ||
| opacity: 50%; | ||
| opacity: 0.5; |
Member
There was a problem hiding this comment.
this is the same thing as previously
src/components/PastWinners/index.tsx
Outdated
Comment on lines
+1
to
+79
| import React, { FC } from "react"; | ||
| import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; | ||
| import { | ||
| faHandHoldingHeart, | ||
| faHandshake, | ||
| faLaptopCode, | ||
| faPalette, | ||
| faMeteor, | ||
| faSchool, | ||
| faMicrochip, | ||
| faSearch, | ||
| faCloud, | ||
| } from "@fortawesome/free-solid-svg-icons"; | ||
| import { faDigitalOcean } from "@fortawesome/free-brands-svg-icons"; | ||
|
|
||
| import "./styles.scss"; | ||
|
|
||
| const PastWinners: FC = (): JSX.Element => { | ||
| return ( | ||
| <section className="PAST-WINNERS"> | ||
| <h3 className="past-winners-title">Past Winners</h3> | ||
| <div className="break-line"></div> | ||
| <nav className="winners"> | ||
| <a href="https://devpost.com/software/sustainably-yours" target="_blank" rel="noopener noreferrer"> | ||
| <FontAwesomeIcon icon={faHandHoldingHeart} className="fa winner-icon" /> | ||
| <h5 className="winner-title">Social Good</h5> | ||
| <h6 className="winner-group">Sustainably Yours</h6> | ||
| </a> | ||
| <a href="https://devpost.com/software/undyslexify" target="_blank" rel="noopener noreferrer"> | ||
| <FontAwesomeIcon icon={faHandshake} className="fa winner-icon" /> | ||
| <h5 className="winner-title">Inclusivity</h5> | ||
| <h6 className="winner-group">Undyslexify</h6> | ||
| </a> | ||
| <a href="https://devpost.com/software/repul-ink" target="_blank" rel="noopener noreferrer"> | ||
| <FontAwesomeIcon icon={faLaptopCode} className="fa winner-icon" /> | ||
| <h5 className="winner-title">CyberSecurity</h5> | ||
| <h6 className="winner-group">Repul.ink</h6> | ||
| </a> | ||
| <a href="https://devpost.com/software/sustainably-yours" target="_blank" rel="noopener noreferrer"> | ||
| <FontAwesomeIcon icon={faPalette} className="fa winner-icon" /> | ||
| <h5 className="winner-title">Best in Design</h5> | ||
| <h6 className="winner-group">Sustainably Yours</h6> | ||
| </a> | ||
| <a href="https://devpost.com/software/uc-merced-basketball-analysis" target="_blank" rel="noopener noreferrer"> | ||
| <FontAwesomeIcon icon={faSchool} className="fa winner-icon" /> | ||
| <h5 className="winner-title">Best UC Merced-Related Hack</h5> | ||
| <h6 className="winner-group">UC Merced Basketball Analysis</h6> | ||
| </a> | ||
| <a href="https://devpost.com/software/esose" target="_blank" rel="noopener noreferrer"> | ||
| <FontAwesomeIcon icon={faSearch} className="fa winner-icon" /> | ||
| <h5 className="winner-title">Tech for Social Good</h5> | ||
| <h6 className="winner-group">Vacchecker</h6> | ||
| </a> | ||
| <a href="https://devpost.com/software/3d-for-education" target="_blank" rel="noopener noreferrer"> | ||
| <FontAwesomeIcon icon={faMicrochip} className="fa winner-icon" /> | ||
| <h5 className="winner-title">Best Hardware Hack</h5> | ||
| <h6 className="winner-group">EcoSafe</h6> | ||
| </a> | ||
| <a href="https://devpost.com/software/blood-buds" target="_blank" rel="noopener noreferrer"> | ||
| <FontAwesomeIcon icon={faMeteor} className="fa winner-icon" /> | ||
| <h5 className="winner-title">Moonshot</h5> | ||
| <h6 className="winner-group">Blood Buds</h6> | ||
| </a> | ||
| <a href="https://devpost.com/software/streetspots" target="_blank" rel="noopener noreferrer"> | ||
| <FontAwesomeIcon icon={faDigitalOcean} className="fa winner-icon" /> | ||
| <h5 className="winner-title">Best Domain Using Domain.com</h5> | ||
| <h6 className="winner-group">StreetSpots.Online</h6> | ||
| </a> | ||
| <a href="https://devpost.com/software/idvision" target="_blank" rel="noopener noreferrer"> | ||
| <FontAwesomeIcon icon={faCloud} className="fa winner-icon" /> | ||
| <h5 className="winner-title">Best Use of Google Cloud</h5> | ||
| <h6 className="winner-group">IdVision</h6> | ||
| </a> | ||
| </nav> | ||
| </section> | ||
| ); | ||
| }; | ||
|
|
||
| export default PastWinners; |
Member
There was a problem hiding this comment.
Past Winners was migrated to the src/pages/Home, please make your changes there.
Member
adriandarian
requested changes
Mar 27, 2021
Member
adriandarian
left a comment
There was a problem hiding this comment.
delete the src/components/PastWinners/index.tsx, since you made the changes to the winners.ts data file. We no longer support non-reusable components.
adriandarian
approved these changes
Mar 31, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Proposed changes
Fixed links based off the current develop branch
Types of changes
What types of changes does your code introduce to HackMerced Hub?
Put an
xin the boxes that applyChecklist
Put an
xin the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.Responsiveness
Check off the different browsers and devices you have tested on. Note: testing includes Horizontal and Vertical alignments
Browsers
Devices
Phones
Tablets
Desktops
Screenshots
Please attach at least one Desktop and Mobile screenshot of your update.
Further comments
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...