lwaldron.cc/index.html
2025-03-22 12:04:23 -04:00

52 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset = "UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Liam Waldron - Home</title>
<link type="text/css" rel="stylesheet" href="css/everforest.css"/>
</head>
<body>
<div class="sidenav">
<a href="index.html">Home</a>
<a href="blog/index.html">Blog</a>
<a href="projects/index.html">Projects</a>
<a href="photo.html">Photography</a>
</div>
<div class="hero-image">
<div class="hero-text">
<h1>Home</h1>
</div>
</div>
<div class="main">
<h2>About Me</h2>
<p>My name is Liam Waldron, and I am a student of Cybersecurity, Computer
Science, and Theology at Assumption University.</p>
<p>I taught myself how to program in my Freshman year of High School,
starting with BASH and Python, then moving into C. I am now working with
C++ in my university's Computer Science courses, and I hope to learn Rust
soon.</p>
<p>In addition to programming, I am also interested in Theology,
photography, going to the gym, and blasting metal in my room (Slipknot is
a current favorite of mine).</p>
<p>I created this website not only so I could have a place to share my
projects with the world, but also to share various opinions of mine, which
I hope will be insightful to people.</p>
<p>Stay blessed,</p>
<p><span class="tab"></span>-Liam</p>
<h2>Links</h2>
<button onclick="window.location.href=
'https://www.linkedin.com/in/liam-waldron-358322303'
;">
My LinkedIn
</button>
</div>
<footer>
<p>Copyright (C) 2025 Liam Waldron</p>
<p>Linux (R) is a registered trademark of Linus Torvalds.</p>
</footer>
</body>
</html>