Website/about/index.html
2024-10-28 03:48:24 -05:00

66 lines
2.9 KiB
HTML

<!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">
<title>Grayson Riffe</title>
<meta name="author" content="Grayson Riffe">
<meta name="description" content="Grayson Riffe's Portfolio Website">
<meta name="theme-color" content="#ff3535">
<meta name="og:image" content="/portrait.jpg">
<link rel="icon" href="/favicon.png" type="image/png">
<link rel="stylesheet" href="/style.css">
<script src="/transitions.js" defer></script>
</head>
<body style="--headercolor: var(--aboutheadercolor); --maincolor: #c41818aa; --articlecolor: #c0252599;">
<div class="background" style="--background: url(/about/aboutbackground.jpg);"></div>
<header>
<div class="logo">
<img src="/logo.png" alt="Grayson Riffe">
</div>
<nav>
<div><a href="/">Home</a></div>
<div class="dropdown-container"><a href="#">Portfolio</a>
<div class="dropdown">
<div><a href="/nf/">Nothin' Fancy</a></div>
<div><a href="/winchat/">WinChat</a></div>
</div>
</div>
<div><a href="/resume/" class="notransition">Resume</a></div>
<div class="selectedpage"><a href="#">About</a></div>
</nav>
</header>
<main>
<article>
<h1>About</h1>
<div class="portrait">
<img src="/portrait.jpg" alt="Portrait">
</div>
<p>
I'm from Kennedale, a little suburb in the DFW area of Texas. It's here where I grew up and found my home in Computer Science. I wrote my first Java games and discovered the magic that is Stack Overflow here. In 2022, I graduated from high school and spent my last semester in my hometown, and now I'm in College Station studying what I love.
My favorite music genre is hard rock/metal, and my all-time favorite band is Red. As a textbook 21st century young adult, my hobbies include playing video games such as Call of Duty, Paper Mario, and The Last of Us. They also include reading Wikipedia pages, eating Chick-fil-a and spending time with my girlfriend.
</p>
<div class="space"></div>
<h2>Contact</h2>
<p>
If you wish to get in touch with me, the best way to do that would be to either send an me email or send a SMS to my number. Either way, I should be able to respond within 24 hours or so.
</p>
<div class="space"></div>
<ul class="contact">
<li>Email - grayson@graysonriffe.com</td>
<li>Phone Number - 817-687-8255</td>
</ul>
</article>
<footer>
Copyright 2023 Grayson Riffe
</footer>
</main>
</body>
</html>