|
|
@ -6,6 +6,7 @@ import Link from "next/link" |
|
|
|
import IconLink from "components/iconlink" |
|
|
|
import IconLink from "components/iconlink" |
|
|
|
import {faBook, faEnvelope, faFolderOpen, faUniversity} from "@fortawesome/free-solid-svg-icons" |
|
|
|
import {faBook, faEnvelope, faFolderOpen, faUniversity} from "@fortawesome/free-solid-svg-icons" |
|
|
|
import {faGit, faGithub} from "@fortawesome/free-brands-svg-icons" |
|
|
|
import {faGit, faGithub} from "@fortawesome/free-brands-svg-icons" |
|
|
|
|
|
|
|
import Footer, {Spacer} from "components/footer" |
|
|
|
|
|
|
|
|
|
|
|
export const Section = styled.section` |
|
|
|
export const Section = styled.section` |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
@ -41,6 +42,11 @@ export const Section = styled.section` |
|
|
|
width: 22rem; |
|
|
|
width: 22rem; |
|
|
|
height: auto; |
|
|
|
height: auto; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
footer { |
|
|
|
|
|
|
|
margin-top: 1rem; |
|
|
|
|
|
|
|
opacity: .5; |
|
|
|
|
|
|
|
} |
|
|
|
` |
|
|
|
` |
|
|
|
|
|
|
|
|
|
|
|
export const Code = styled.code` |
|
|
|
export const Code = styled.code` |
|
|
@ -131,6 +137,8 @@ const Page: NextPageWithLayout = () => { |
|
|
|
GitHub: <a href="https://github.com/E-Almqvist" target="_blank" rel="noreferrer">github.com/E-Almqvist</a> |
|
|
|
GitHub: <a href="https://github.com/E-Almqvist" target="_blank" rel="noreferrer">github.com/E-Almqvist</a> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
</CList> |
|
|
|
</CList> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Footer /> |
|
|
|
</Section> |
|
|
|
</Section> |
|
|
|
</> |
|
|
|
</> |
|
|
|
) |
|
|
|
) |
|
|
|