Skip to content
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

Frontend starter #19

Merged
merged 16 commits into from
Sep 22, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adjustments to font size
  • Loading branch information
ItsLaro committed Sep 18, 2021
commit b6d175bad99bd9e170f1a61364395673c3c0ba62
8 changes: 7 additions & 1 deletion src/sections/Footer.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
h1, h2 {
font-weight: 900;
font-size: 3.2rem;
text-align: center;
width: 100%;
color:white;
@@ -9,11 +10,16 @@
background-image: linear-gradient(90deg, #fdcf0c, #f89b21);
}

.socialMediaIconTitle {
font-size: 3.2rem;

}

.copyright {
text-align: right;
bottom: 0;
font-weight: 100;
font-size: 12px;
font-size: 1.6rem;
max-width: 100vw;
}

2 changes: 1 addition & 1 deletion src/sections/Footer.tsx
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ function Footer() {
<a href="https://www.linkedin.com/company/upe-fiu"><img className={"socialMediaIcon"} src={LinkedInIcon} alt="Our Community"/></a>
<a href="https://twitter.com/upefiu"><img className={"socialMediaIcon"} src={TwitterIcon} alt="Our Community"/></a>
</div>
<h2>Questions? <a className={"contactUsTitle"}href="mailto:[email protected]?Subject=...Question%20regarding%20UPE!">Contact Us</a>!</h2>
<h1>Questions? <a className={"contactUsTitle"}href="mailto:[email protected]?Subject=...Question%20regarding%20UPE!">Contact Us</a>!</h1>
<p className={"copyright"}>ⓒ Copyright {year} - Upsilon Pi Epsilon at Florida International University</p>
</footer>
</div>
10 changes: 5 additions & 5 deletions src/sections/PageHero.css
Original file line number Diff line number Diff line change
@@ -21,25 +21,25 @@

.mainHeader {
color: white;
font-size: 3.2rem;
font-size: 4.8rem;
letter-spacing: 1px;
border-color: #e1e1e1;
margin-bottom: 14px;
text-align: center;
width: 60%;
min-width: 500px;
width: 80%;
min-width: 720px;
}

.mainSubheader {
color: white;
font-size: 1.8rem;
font-size: 2.4rem;
text-align: center;
border-color: #e1e1e1;
margin: 16px;
vertical-align: baseline;
font-weight: bold;
width: 80%;
min-width: 420px;
min-width: 556px;
max-width: 600px;

}