This commit is contained in:
2025-03-22 12:04:23 -04:00
parent 9936e3b4b6
commit 277fea5d7c
7 changed files with 153 additions and 5 deletions

View File

@@ -11,6 +11,7 @@
<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">
@@ -20,4 +21,31 @@
</div>
<div class="main">
<h2>
<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>