aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authoro5pxels <o5pxels@gmail.com>2021-04-21 12:00:52 -0500
committero5pxels <o5pxels@gmail.com>2021-04-21 12:00:52 -0500
commit5cedcabf0e527de16fe82909e57a509ff26b6ede (patch)
treea00a51096ae4c78c268d5a1ac7248fd70857591d /index.html
parente644f28e86d072fb946a5c5bbdfc95489290cdc0 (diff)
downloadpersonal-website-5cedcabf0e527de16fe82909e57a509ff26b6ede.tar.xz
personal-website-5cedcabf0e527de16fe82909e57a509ff26b6ede.zip
Update age on about, add tv/movies section, add StreamFinder to projects, update website project description, add streamFinder project css, upse custom font for lists on about page
Diffstat (limited to 'index.html')
-rw-r--r--index.html30
1 files changed, 22 insertions, 8 deletions
diff --git a/index.html b/index.html
index b0c3603..4994a7d 100644
--- a/index.html
+++ b/index.html
@@ -8,12 +8,12 @@
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
- <meta name="description" content="Home">
- <meta name="og:title" content="FivePixels">
- <meta name="og:type" content="website">
- <meta name="og:url" content="https://fivepixels.me/">
- <meta name="og:description" content="Home">
- <meta name="theme-color" content="#55ACEE">
+ <meta name="description" content="Home" />
+ <meta name="og:title" content="FivePixels" />
+ <meta name="og:type" content="website" />
+ <meta name="og:url" content="https://fivepixels.me/" />
+ <meta name="og:description" content="Home" />
+ <meta name="theme-color" content="#55ACEE" />
</head>
<body id="home">
<header>
@@ -79,12 +79,26 @@
<p id="description">
Projects are listed by most recent to least recent updates.
</p>
+ <div class="project streamfinder">
+ <h2>StreamFinder</h2>
+ <p><i>This project was a group submission at <a href="https://pickhacks.io/">PickHacks</a>. View the website at <a href="https://streamfind.tech">streamfind.tech</a>.</i></p>
+ <p>A website that finds streaming platforms (Hulu, Netflix, etc.) to stream your favorite content.</p>
+ <a href="https://github.com/FivePixels/StreamFinder">
+ Source code
+ </a>
+ <br>
+ <a href="https://devpost.com/software/streamfinder">
+ Devpost project
+ </a>
+ </div>
<div class="project htmlcss">
<h2>fivepixels.me</h2>
<p>
- The website you are viewing right now.
+ My personal website (the website you are looking at right now).
</p>
- <a href="https://github.com/FivePixels/fivepixels.github.io">Source code</a>
+ <a href="https://github.com/FivePixels/fivepixels.github.io">
+ Source code
+ </a>
</div>
<div class="project js">
<h2>Tribble</h2>