-
Notifications
You must be signed in to change notification settings - Fork 7
Fixing branches #80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Fixing branches #80
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
60257db
created navbar
maryharebear f50be92
added design
maryharebear e7d78de
fix: added url redirect as temporary bug fix
adriandarian c6dfb83
Created Team Pics component for Home-page
trumanjchan e7137c0
cut shadow effect
maryharebear 1279538
Made the TeamPics Component Responsive!
trumanjchan 8fff123
Merge pull request #77 from HackMerced/TeamPics
maryharebear bfa4fc4
Merge remote-tracking branch 'origin/feat/home-page' into feat/home-page
maryharebear 5297d81
add: team pictures
maryharebear 9cf8d6d
add: about us
snakethebigboss 9dc7cd9
add: team picture
snakethebigboss 5f63c56
coded the about us page
snakethebigboss 7ad1ae5
add: individual pictures
maryharebear f4e5fa4
Merge remote-tracking branch 'origin/feat/about-us' into feat/home-page
maryharebear a312add
fix: about us
maryharebear 9ff85cf
fix: text alignment
maryharebear File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,139 @@ | ||
|
|
||
|
|
||
| .ABOUT { | ||
| text-decoration: bold; | ||
| line-height: 33px; | ||
| color: #000; | ||
|
|
||
| .About { | ||
| width: 350px; | ||
| text-decoration: bold; | ||
| padding: 10px 30px 30px 50px; | ||
| margin: 30px 0px 0px 0px; | ||
| h1 { | ||
| position: relative; | ||
| font-weight: bolder; | ||
| } | ||
| p { | ||
| text-align: left; | ||
| // font-size:20px; | ||
| } | ||
| } | ||
|
|
||
| .TEAMPICTURE { | ||
| float: right; | ||
| } | ||
|
|
||
| /* Small devices (phones, portrait tablets, and large phones, 600px and up) */ | ||
| @media only screen and (min-width: 100px) { | ||
| .About{ | ||
| width: 90%; | ||
| } | ||
| .TEAMPICTURE{ | ||
| width: 80%; | ||
| margin: 0px 40px -50px 600px; | ||
| padding: 0px 0px 80px 0px; | ||
|
|
||
| } | ||
| h1{ | ||
| font-size: 20px; | ||
| margin: 0px 0px 10px 0px; | ||
| } | ||
| p{ | ||
| width: 110%; | ||
| font-size: 14px; | ||
| margin: 0px 0px 0px 10px; | ||
| } | ||
| } | ||
|
|
||
| /* Medium devices (landscape tablets, 768px and up) */ | ||
| @media only screen and (min-width: 768px) { | ||
|
|
||
| .About{ | ||
| width: 80%; | ||
| } | ||
| .TEAMPICTURE{ | ||
| width: 48%; | ||
| padding: 20px 30px 0px 50px; | ||
| margin: -350px 0px 0px 0px; | ||
|
|
||
| } | ||
| h1{ | ||
| font-size: 25px; | ||
| } | ||
| p{ | ||
| width: 70%; | ||
| font-size: 12px; | ||
| } | ||
| } | ||
|
|
||
| /* Large devices (laptops/desktops, 992px and up) */ | ||
| @media only screen and (min-width: 992px) { | ||
| .About{ | ||
| width: 60%; | ||
| } | ||
| .TEAMPICTURE{ | ||
| width: 48%; | ||
| padding: 20px 30px 0px 50px; | ||
| margin: -470px 0px 0px 0px; | ||
|
|
||
| } | ||
| h1{ | ||
| margin: 0px 0px 20px 0px; | ||
| } | ||
| p{ | ||
| width: 70%; | ||
| font-size: 23px; | ||
| margin: 0px 0px 0px 20px; | ||
| } | ||
| } | ||
|
|
||
| /* Extra large devices (large laptops and desktops, 1200px and up) */ | ||
| @media only screen and (min-width: 1200px) { | ||
| font-size: 60px; | ||
| .About{ | ||
| width: 50%; | ||
| margin: 50px 0px 0px 0px; | ||
| } | ||
| .TEAMPICTURE{ | ||
| width: 50%; | ||
| padding: 20px 30px 0px 50px; | ||
| margin: -650px 50px 0px 0px; | ||
|
|
||
| } | ||
| h1{ | ||
| font-size:40px; | ||
| margin:20px 0px 40px 30px; | ||
| } | ||
| p{ | ||
| width: 90%; | ||
| font-size: 25px; | ||
| line-height: 53px; | ||
| margin: 0px 0px 0px 50px; | ||
| } | ||
| } | ||
|
|
||
| } | ||
|
|
||
| // font-size: 60px; | ||
| // .About{ | ||
| // width: 50%; | ||
| // margin: 100px 0px 100px 0px; | ||
| // } | ||
| // .TEAMPICTURE{ | ||
| // width: 30%; | ||
| // padding: 20px 30px 0px 50px; | ||
| // margin: -850px 600px 0px 0px; | ||
|
|
||
| // } | ||
| // h1{ | ||
| // font-size:40px; | ||
| // margin: 30px 0px 60px 90px; | ||
| // } | ||
| // p{ | ||
| // width: 90%; | ||
| // font-size: 45px; | ||
| // line-height: 63px; | ||
| // margin: 0px 0px 0px 30px; | ||
| // } | ||
| // } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| import React from 'react'; | ||
| import TEAM from '../../assets/images/hackmerced-v.jpg'; | ||
| import './about.scss'; | ||
|
|
||
| const About: React.FC = () => { | ||
| return ( | ||
| <section className="ABOUT"> | ||
| <div className="About"> | ||
| <h1>About Us</h1> | ||
| <p> | ||
| HackMerced is a 36 hour annual programming competition that occurs at the University of California, | ||
| Merced and is open to students from all over the world. During the event, participants will | ||
| collaborate in teams and attend workshops to learn about new technologies. | ||
| </p> | ||
| <p> | ||
| <br></br>We aim to create a collaborative, interdisciplinary event that brings together students | ||
| from all universities and prospective sponsors to see the innovation and creativity culminating | ||
| within the San Joaquin Valley. | ||
| </p> | ||
| </div> | ||
| <div className="TEAMPICTURE"> | ||
| <img src={TEAM} width="100%" alt="HackMerced Team" /> | ||
| </div> | ||
| </section> | ||
| ); | ||
| }; | ||
|
|
||
| export default About; |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| .footer { | ||
| color: white; | ||
| background-color: #ffb26e; | ||
| min-height: 10vh; | ||
| display: flex; | ||
| flex-direction: column; | ||
| align-items: center; | ||
| justify-content: center; | ||
| font-size: 45px; | ||
| padding-bottom: 5px; | ||
| text-align: center; | ||
|
|
||
|
|
||
| .fa { | ||
| color: white; | ||
| font-size: 35px !important; | ||
| margin: 10px; | ||
|
|
||
| } | ||
| .fa:hover{ | ||
| -webkit-filter: brightness(20%); | ||
| -webkit-transition: all .5s ease; | ||
| -moz-transition: all .5s ease; | ||
| -o-transition: all .5s ease; | ||
| -ms-transition: all .5s ease; | ||
| transition: all .5s ease; | ||
| } | ||
|
|
||
| .credits { | ||
| align-items: center; | ||
| justify-content: center; | ||
| display: flex; | ||
| font-size: 16px; | ||
|
|
||
| .copyright { | ||
| overflow: hidden; | ||
| } | ||
| } | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,70 @@ | ||
| import React, { FC } from 'react'; | ||
| import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; | ||
| import { faEnvelope, faCode } from '@fortawesome/free-solid-svg-icons'; | ||
| import { faFacebook, faInstagram, faGithub, faSlack } from '@fortawesome/free-brands-svg-icons'; | ||
|
|
||
| import './footer.scss'; | ||
|
|
||
| const Footer: FC = () => { | ||
| return ( | ||
| <footer className="footer"> | ||
| <section className="Footer-container"> | ||
| <nav className="Footer-social"> | ||
| <a | ||
| href="mailto:general@hackmerced.com?subject=HackMerced Questions&body=Dear HackMerced," | ||
| style={{ color: '#0000' }} | ||
| > | ||
| <FontAwesomeIcon icon={faEnvelope} className="fa" /> | ||
| </a> | ||
| <a | ||
| href="https://www.facebook.com/hackmerced/" | ||
| target="_blank" | ||
| rel="noopener noreferrer" | ||
| style={{ color: '#0000' }} | ||
| > | ||
| <FontAwesomeIcon icon={faFacebook} className="fa" /> | ||
| </a> | ||
| <a | ||
| href="https://www.instagram.com/hackmerced/" | ||
| target="_blank" | ||
| rel="noopener noreferrer" | ||
| style={{ color: '#0000' }} | ||
| > | ||
| <FontAwesomeIcon icon={faInstagram} className="fa" /> | ||
| </a> | ||
| <a | ||
| href="https://join.slack.com/t/hackmerced-v/shared_invite/enQtODUyNzkxMDY2NjkyLTZiODAyZjNiYTFjZTlkYTQ0NDVhOGQ5OTI3OTEzNjAxMDBiZTdjY2QyMTI0ZGE4MTlhMmNhMGYyNzQzOGNhZTI" | ||
| target="_blank" | ||
| rel="noopener noreferrer" | ||
| style={{ color: '#0000' }} | ||
| > | ||
| <FontAwesomeIcon icon={faSlack} className="fa" /> | ||
| </a> | ||
| <a | ||
| href="https://github.com/HackMerced" | ||
| target="_blank" | ||
| rel="noopener noreferrer" | ||
| style={{ color: '#0000' }} | ||
| > | ||
| <FontAwesomeIcon icon={faGithub} className="fa" /> | ||
| </a> | ||
| <a | ||
| href="https://devpost.com/hackathons?utf8=%E2%9C%93&search=HackMerced&challenge_type=all&sort_by=Recently+Added" | ||
| target="_blank" | ||
| rel="noopener noreferrer" | ||
| style={{ color: '#0000' }} | ||
| > | ||
| <FontAwesomeIcon icon={faCode} className="fa" /> | ||
| </a> | ||
| </nav> | ||
| </section> | ||
| <section className="credits"> | ||
| <span className="copyright"> | ||
| © 2020 HackMerced. All Rights Reserved. | ||
| <br /> Made with 💓 by HackMerced. | ||
| </span> | ||
| </section> | ||
| </footer> | ||
| ); | ||
| }; | ||
| export default Footer; |
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bad practice to use !important