-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
45 lines (41 loc) · 3.01 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="images/star.gif">
<link rel="stylesheet" href="style.css">
<title>About</title>
</head>
<body>
<main>
<p><a href="./index.html">Home</a></p>
<h1>About</h1>
<img src="images/hai.gif" alt="hai"><br><br>
<center>
<img src="images/me.gif" style="width:50%" alt="A .gif featuring multiple pictures of me">
</center>
<p>"it's like a raspberry pi and a 3-hour noise rock album gave birth to a teenager in a sanrio store"</p>
<p style="font-size:small"><i>- <a href="https://puppyboyfriend.neocities.org/">emmanuelle</a></i></p>
<p>contact:</p>
<ul>
<li>✉️ email: <a href="mailto:noah@ohnoitsnoah.com">noah[at]ohnoitsnoah[dot]com</a></li>
<li>🦋 bluesky: <a href="https://bsky.app/profile/ohnoitsnoah.bsky.social">@ohnoitsnoah@bsky.social</a></li>
<li>🐘 Mastodon: <a href="https://tilde.zone/@ohnoitsnoah">@ohnoitsnoah@tilde.zone</a></li>
<li>💬 signal: <a href="https://signal.me/#eu/bgG3Jirfpr1uLS8ZJuiXrA-DC4s7L-aWmcPue9ywv0zwk0q31fRCTJD4RXHNpgay">@ohnoitsnoah.98</a></li>
</ul>
<img src="images/ratedpg13.png" alt="Rated pg13"><a href="https://gnu.org/software/emacs"><img src="images/emacs-badge.png" alt="Emacs"></a><img src="images/buttondreamweaver.gif" alt="Dreamweaver"><img src="images/diarist.gif" alt="Diarist"><a href="https://www.mozilla.org/en-US/firefox/new/"><img src="images/getfirefox.png" alt="Get Firefox"></a><img src="images/texas_gurl.png" alt="Texas Gal"><img src="images/mosh.gif" alt="I love mosh pits"><img src="images/fuckgender.png" alt="fuck gender"><a href="https://wikipedia.org/User:Ohnoitsnoah17"><img src="images/wipe_micro.gif" alt="Wikipedia"></a>
<p>Hello! My name is <i style="-webkit-text-stroke-color: #ff00ff;
-webkit-text-stroke-width: 1px;color:white;">Noah Christopher</i>, welcome to my site! I'm a new media/multimedia artist and physics student from Texas. This site acts as a space where I am able to just write and share all my various projects and interests, as well as just nerd out about things I am passionate about! It also somewhat acts as a portfolio.</p>
<p> I started this site around late-2022 in hopes of using it to host my webcomic. While the comic didn't work out, I fell in love with web development and decided to turn this into my personal site. I'm always expanding this site, so please don't be afraid to come visit every now and then to see what changes are being made!</p>
<p>Please enjoy your stay!! <3</p>
<center>
<img src="images/worldisa.png" alt="BORN TO DIE WORLD IS A FUCK Kill Em All 1989">
<br>
<a href="https://neocities.org"><img src="neocities.png" alt="Hosted by Neocities"></a>
<a href="https://trisquel.info"><img src="images/downloadtrisquel.png" alt="Download Trisquel linux!"></a>
</center>
</main>
</body>
</html>