This commit is contained in:
Anthony Wang 2021-06-29 15:19:14 -05:00
commit 3cd19dc4b7
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76
5 changed files with 18 additions and 9 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
blog

View file

@ -1,8 +1,14 @@
<!DOCTYPE html>
<!--I has no HTML skillz-->
<html>
<head>
<title>Contact</title>
</head>
<body>
<div style="text-align:center;font-family:monospace;font-size:16px;margin:auto;width:40%;">
<br>
<h2>Contact</h2>
<br>
<br>
<b>Email:</b> Prove you are not a robot by computing the sum of the totients of the first 24 integers. Then concatenate that after the symbol of the 73rd element and add the character with ASCII value of 109. The domain is protonmail.com.
<br>

View file

@ -1,9 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Dodecahedra</title>
</head>
<body>
<div style="text-align:center;font-family:monospace;font-size:16px;">
<br>
<b>Dodecahedra</b>
<h2>Dodecahedra</h2>
<br>
<br>

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -1,26 +1,25 @@
<!DOCTYPE html>
<!--I has no HTML skillz-->
<html>
<head>
<title>Some random website</title>
</head>
<body>
<div style="text-align:center;font-family:monospace;font-size:16px;">
<br>
<img src="dodecahedra/origami-dodecahedron-adjusted.png" alt="Origami dodecahedron" height="324" width="324">
<br>
<br>
<b>Anthony Wang</b>
<br>
<br>
<a href="https://github.com/Ta180m">GitHub</a>
<br>
<br>
<a href="https://ta180m.github.io/blog/">frustriggered</a>
<a href="blog">frustriggered</a>
<br>
<br>
<a href="dodecahedra">Dodecahedra</a>
<a href="dodecahedra">dodecahedra</a>
<br>
<br>
@ -28,7 +27,7 @@
<br>
<br>
<a href="contact">Contact</a>
<a href="contact">contact</a>
<br>
</div>
</body>