2023-02-19 03:28:26 -08:00
|
|
|
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic);
|
2021-01-14 02:05:44 -08:00
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-family: Ubuntu;
|
|
|
|
}
|
|
|
|
|
2023-03-07 16:53:21 -08:00
|
|
|
@media (min-width: 600px) {
|
2021-02-21 22:52:51 -08:00
|
|
|
header {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
2023-03-07 16:53:21 -08:00
|
|
|
}
|
2021-02-21 22:52:51 -08:00
|
|
|
|
|
|
|
#selfPhoto {
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-right: 30px;
|
|
|
|
}
|
|
|
|
|
2023-03-07 16:53:21 -08:00
|
|
|
@media (min-width: 80rem) {
|
2021-01-14 02:05:44 -08:00
|
|
|
#main {
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
|
|
|
width:960px;
|
|
|
|
}
|
2023-03-07 16:53:21 -08:00
|
|
|
}
|
2021-01-14 02:05:44 -08:00
|
|
|
|
2023-01-27 14:58:18 -08:00
|
|
|
section.important-links {
|
|
|
|
font-size: large;
|
|
|
|
}
|
|
|
|
|
2021-01-14 02:05:44 -08:00
|
|
|
body {
|
|
|
|
background-color:#2B2B4D;
|
|
|
|
color: white;
|
2022-11-04 23:50:45 -07:00
|
|
|
font-family: "Fira Sans", sans-serif;
|
2021-01-14 02:05:44 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
b {
|
|
|
|
font-weight:bolder;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2022-09-29 15:36:43 -07:00
|
|
|
color: #f74848;
|
2021-01-14 02:05:44 -08:00
|
|
|
font-weight:bolder;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:visited {
|
2022-09-29 15:36:43 -07:00
|
|
|
color:#f74848;
|
2021-01-14 02:05:44 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
margin-bottom:10px;
|
|
|
|
}
|
|
|
|
a.codeLink {
|
|
|
|
color:#31E631;
|
|
|
|
font-weight:normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.emailLink {
|
|
|
|
color:#31E631;
|
|
|
|
font-family: "monospace";
|
|
|
|
text-decoration: none;
|
|
|
|
}
|