This commit is contained in:
Holly 2021-05-07 20:45:29 +00:00
parent 6c5390bc39
commit fc7e53426c
3 changed files with 23 additions and 0 deletions

11
aboutme/index.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Holly McFarland</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<p>im holly</p>
</body>
</html>

11
aboutme/style.css Normal file
View File

@ -0,0 +1,11 @@
body {
padding: 0 6em;
}
img {
display: block;
width: 33%;
height: auto;
margin-left: auto;
margin-right: auto;
}

View File

@ -13,6 +13,7 @@
<p>here are some links you may click</p>
<ul>
<li><a href="aboutme">aboutme</a></li>
<li><a href="montyhall">an intuitive explanation of the monty hall problem</a></li>
<li><a href="https://git.hollymcfarland.com">my gitea page</a></li>
<li><a href="https://glaceon.social/@monorail">my profile on the fediverse</a></li>