Browse Source

feat: adjust header font size

master
Garrit Franke 3 years ago
parent
commit
d94e466b4b
Signed by: garrit
GPG Key ID: 65586C4DDA55EA2C
  1. 26
      components/Meta.js
  2. 14
      content/cv.md

26
components/Meta.js

@ -59,7 +59,7 @@ export default function Meta(props) {
padding-left: 0;
padding-right: 0;
padding-top: 0;
list-style-position: outside;
list-style-position: inside;
list-style-image: none;
}
ol {
@ -68,7 +68,7 @@ export default function Meta(props) {
padding-left: 0;
padding-right: 0;
padding-top: 0;
list-style-position: outside;
list-style-position: inside;
list-style-image: none;
}
ul,
@ -97,7 +97,6 @@ export default function Meta(props) {
margin-right: 0;
margin-top: 0;
margin-bottom: 1.45rem;
font-size: 0.85rem;
line-height: 1.42;
background: hsla(0, 0%, 0%, 0.04);
border-radius: 3px;
@ -106,7 +105,6 @@ export default function Meta(props) {
padding: 1.45rem;
}
table {
font-size: 1rem;
line-height: 1.45rem;
border-collapse: collapse;
width: 100%;
@ -192,27 +190,32 @@ export default function Meta(props) {
text-rendering: optimizeLegibility;
}
h1,
h2 {
h2,
h3,
h4 {
font-weight: 500;
}
h1 {
font-size: 2rem;
font-size: 3rem;
letter-spacing: -1px;
line-height: 1.1875;
}
h2 {
font-size: 1.7rem;
font-size: 2.5rem;
letter-spacing: -0.75px;
line-height: 1.2;
}
h3 {
font-size: 1.2rem;
letter-spacing: -0.5px;
font-size: 1.7rem;
line-height: 1.1875;
color: #a0a0a0;
font-weight: normal;
}
p {
h4 {
font-size: 1.3rem;
}
p,
li {
font-size: 1.2rem;
letter-spacing: -0.5px;
line-height: 1.5;
@ -220,17 +223,14 @@ export default function Meta(props) {
}
@media (min-width: 1280px) {
h1 {
font-size: 2rem;
letter-spacing: -1px;
line-height: 1.1875;
}
h2 {
font-size: 1.5rem;
letter-spacing: -0.75px;
line-height: 1.1667;
}
h3 {
font-size: 1rem;
letter-spacing: -0.5px;
line-height: 1.1875;
color: #a0a0a0;

14
content/cv.md

@ -48,38 +48,38 @@ Development of an application to look up car dealership data
# Projects
## [Clio Programming Language - Core Contributer](https://clio-lang.org/)
### [Clio Programming Language - Core Contributer](https://clio-lang.org/)
Pure functional lazy-evaluated programming language targeting decentralized and
distributed systems. It is made to take advantage of multiple CPUs and CPU
cores (parallelism) by default, to run on clusters and on the cloud easily.
## [Imf & Firus - Developer](https://imfundfirus.de/)
### [Imf & Firus - Developer](https://imfundfirus.de/)
Daily challenges for children of parents that are working from home during the
pandemic. This tool gives children fun and interesting activities they can do
on their own or with a sibling.
## [Antimony Programming language - Maintainer](https://github.com/antimony-lang/antimony)
### [Antimony Programming language - Maintainer](https://github.com/antimony-lang/antimony)
A bullshit-free programming language that compiles to JavaScript and C.
## [Taurus - Maintainer](https://github.com/garritfra/taurus)
### [Taurus - Maintainer](https://github.com/garritfra/taurus)
Concurrent Gemini server written in Rust. Very lightweight and hackable.
# Activities
## "WirVsVirus" hackathon participant, 2020
### "WirVsVirus" hackathon participant, 2020
Planning and developing a solution to entertain children at home during the pandemic.
## Programming workshop director, 2018
### Programming workshop director, 2018
Designing and directing a programming workshop for students of grade 6-8.
Scratch and Python were lectured over the course of two terms.
## "Spacecamp" workshop organizer, 2018
### "Spacecamp" workshop organizer, 2018
Organizing and leading a workshop to familiarize children and teenager with
technology and project management.

Loading…
Cancel
Save