generated from acmucsd/website-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from acmucsd/fix
fix
- Loading branch information
Showing
7 changed files
with
95 additions
and
63 deletions.
There are no files selected for viewing
This file contains 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 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 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 |
---|---|---|
@@ -1,26 +1,26 @@ | ||
import { useState } from "react"; | ||
import Link from "next/link"; | ||
import Image from "next/image"; | ||
import "./styles.scss"; | ||
|
||
import { useState } from 'react'; | ||
import Link from 'next/link'; | ||
import Image from 'next/image'; | ||
import './styles.scss'; | ||
|
||
const Footer: React.FC = () => { | ||
// const [email, setEmail] = useState(""); | ||
return ( | ||
<div className = "footer"> | ||
<div className="footerContainer"> | ||
<div className="footerContents"> | ||
|
||
<div className="footerContents__wrapper"> | ||
<h1>Find us here!</h1> | ||
<p>Interested in learning more?</p> | ||
<p>Reach out to get connected, or explore our socials to get a sense of who we are as a community!</p> | ||
</div> | ||
</div> | ||
<div className="footer"> | ||
<div className="footerContainer"> | ||
<div className="footerContents"> | ||
<div className="footerContents__wrapper"> | ||
<h1>Find us here!</h1> | ||
<p>Interested in learning more?</p> | ||
<p> | ||
Reach out to get connected, or explore our socials to get a sense of who we are as a | ||
community! | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
); | ||
}; | ||
|
||
export default Footer; | ||
export default Footer; |
This file contains 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 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
$green: #116532; | ||
$white: #FFFFFF; | ||
$white: #ffffff; |
This file contains 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 |
---|---|---|
@@ -1,16 +1,16 @@ | ||
h2 { | ||
margin-left: 0; | ||
margin-right: 0; | ||
margin-top: 0; | ||
padding-bottom: 0; | ||
padding-left: 0; | ||
padding-right: 0; | ||
padding-top: 0; | ||
margin-bottom: 1.45rem; | ||
color: inherit; | ||
font-family: "DM Sans", sans-serif; | ||
font-weight: bold; | ||
text-rendering: optimizeLegibility; | ||
font-size: 1.62671rem; | ||
line-height: 1.1; | ||
} | ||
margin-left: 0; | ||
margin-right: 0; | ||
margin-top: 0; | ||
padding-bottom: 0; | ||
padding-left: 0; | ||
padding-right: 0; | ||
padding-top: 0; | ||
margin-bottom: 1.45rem; | ||
color: inherit; | ||
font-family: 'DM Sans', sans-serif; | ||
font-weight: bold; | ||
text-rendering: optimizeLegibility; | ||
font-size: 1.62671rem; | ||
line-height: 1.1; | ||
} |
This file contains 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