about me
This commit is contained in:
parent
6c5390bc39
commit
fc7e53426c
|
@ -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>
|
|
@ -0,0 +1,11 @@
|
||||||
|
body {
|
||||||
|
padding: 0 6em;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
display: block;
|
||||||
|
width: 33%;
|
||||||
|
height: auto;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
|
@ -13,6 +13,7 @@
|
||||||
<p>here are some links you may click</p>
|
<p>here are some links you may click</p>
|
||||||
|
|
||||||
<ul>
|
<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="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://git.hollymcfarland.com">my gitea page</a></li>
|
||||||
<li><a href="https://glaceon.social/@monorail">my profile on the fediverse</a></li>
|
<li><a href="https://glaceon.social/@monorail">my profile on the fediverse</a></li>
|
||||||
|
|
Loading…
Reference in New Issue