This commit is contained in:
CNSeattle 2022-12-28 14:00:14 -08:00
parent 4edcdd17cf
commit fafb1750ee
6 changed files with 39 additions and 0 deletions

BIN
ethan/assets/desktop.ini Normal file

Binary file not shown.

BIN
ethan/desktop.ini Normal file

Binary file not shown.

23
ethan/index.html Normal file
View file

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<link rel=stylesheet href="styles.css">
<title>About Me</title>
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<h1>About me</h1>
<h2>Ethan McCully</h2>
<h3>yes, me.</h3>
<h4>while making this i am listening to very nice music</h4>
<p></p>
<li>fav.game() = "terraria"</li>
<li>fav.notVideoGame() = "..."</li>
<li>fav.music() = "electronic/jazz (note: not mixed. NOT mixed. NOT MIXED.)"</li>
<li>fav.book() = null</li>
<li>fav.movie() = null</li>
<li>fav.food() = "breakfast burrito 🌯🌯🌯"</li>
<li>fav.drink() = "decaf mocha from starbucks or something idk"</li>
<button>click please</button>
</body>
</html>

1
ethan/script.js Normal file
View file

@ -0,0 +1 @@
function clicks()

14
ethan/styles.css Normal file
View file

@ -0,0 +1,14 @@
h1 {
margin-bottom: 10px
}
h2 {
margin-top: 10px;
margin-bottom: 5px;
}
h3 {
margin-top: 5px;
margin-bottom: 1px;
}
h4 {
margin-top: 1px;
}

View file

@ -11,6 +11,7 @@
<body>
<a href="kade/index.html">Kade's Website</a>
<a href="ethan/index.html">Ethan's Website</a>
</body>
</html