Add favicons

This commit is contained in:
Anthony Wang 2021-10-13 21:01:07 -05:00
parent 552674bb66
commit 7a03aa83c9
Signed by: a
GPG key ID: BC96B00AEC5F2D76
10 changed files with 24 additions and 62 deletions

View file

@ -1,50 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Competitve Programming</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<br>
<h2>Competitve Programming</h2>
<br>
<p>
<a href="https://github.com/cpinitiative/usaco-guide">USACO Guide</a>: I am a contributor
</p>
<br>
<p>
<a href="https://github.com/Ta180m/Library">Library</a>: Clean templates and algorithm implementations that I use
</p>
<br>
<p>
<a href="https://github.com/Ta180m/USACO">USACO</a>: Clean USACO solutions
</p>
<br>
<p>
<a href="https://github.com/Ta180m/USACO-Camp">USACO Camp</a>: Miscellaneous USACO Camp solutions
</p>
<br>
<p>
<a href="https://github.com/Ta180m/IOI">IOI</a>: IOI solutions
</p>
<br>
<p>
<a href="https://github.com/Ta180m/Google-Code-Jam">Google Code Jam</a>: Google Code Jam solutions
</p>
<br>
<p>
<a href="https://github.com/Ta180m/ACSL">ACSL</a>: ACSL code and resources
</p>
<br>
<p>
<a href="https://github.com/Ta180m/Idiot-Code-Golf">Idiot Code-Golf</a>: Really stupid code competition
</p>
<br>
<p>
<a href="https://github.com/LadueCS/Presentations/tree/main/Competitive%20Programming">LCS Resources</a>: Ladue Computer Science resources for competitive programming
</p>
<br>
</div>
</body>
</html>

View file

@ -0,0 +1,9 @@
---
title: "Projects"
type: page
---
- [exozyme](https://exozy.me)
- [Ladue Computer Science](https://laduecs.github.io/)
- [Competitive Programming](competitive-programming)

View file

@ -0,0 +1,15 @@
---
title: Competitive Programming
type: page
---
- [USACO GUIDE](https://github.com/cpinitiative/usaco-guide): I am a contributor
- [Library](https://github.com/Ta180m/Library): Clean templates and algorithm implementations that I use
- [USACO](https://github.com/Ta180m/USACO): Clean USACO solutions
- [USACO Camp](https://github.com/Ta180m/USACO-Camp): Miscellaneous USACO Camp solutions
- [IOI](https://github.com/Ta180m/IOI): IOI solutions
- [Google Code Jam](https://github.com/Ta180m/Google-Code-Jam): Google Code Jam solutions
- [ACSL](https://github.com/Ta180m/ACSL): ACSL code and resources
- [Idiot Code-Golf](https://github.com/Ta180m/Idiot-Code-Golf): Really stupid code competition
- [LCS Resources](https://github.com/LadueCS/Presentations/tree/main/Competitive%20Programming): Ladue Computer Science resources for competitive programming

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

BIN
static/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
static/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 577 B

BIN
static/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -1,12 +0,0 @@
div {
text-align:center;
font-family:monospace;
font-size:16px;
}
p {
text-align:left;
margin:auto;
width:720px;
line-height: 24px;
}