40 lines
1.7 KiB
HTML
40 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="styles.css">
|
|
<title>Ethan Simmons</title>
|
|
</head>
|
|
<body>
|
|
<div class="grid-container">
|
|
<header class="grid-item header">
|
|
<h1>Ethan Simmons</h1>
|
|
</header>
|
|
<section class="grid-item about-section">
|
|
<h2 id="about-title">About</h2>
|
|
<p>I am a motivated college freshman with a 4.0 GPA, pursuing a Bachelor's Degree in Electrical Engineering at the University of Arkansas. I have a strong foundation in computer programming, including Python, Rust, C++, C#, and JavaScript.</p>
|
|
</section>
|
|
<aside class="grid-item contact-section">
|
|
<h2 id="contact-title">Contact</h2>
|
|
<ul id="contact">
|
|
<li><strong>Email:</strong> <a href="mailto:ethansimmons@simmonsethan.com">ethansimmons@simmonsethan.com</a></li>
|
|
<li><strong>Phone:</strong> (870) 783-0337</li>
|
|
<li><strong>Github: </strong> <a href="https://github.com/Simmer505">Simmer505</a></li>
|
|
</ul>
|
|
</aside>
|
|
<section class="grid-item projects-section" id="projects">
|
|
<h2>Personal Projects</h2>
|
|
<ul>
|
|
<li><a href="https://github.com/Simmer505/Waywrite">Waywrite</a></li>
|
|
<li><a href="https://github.com/Simmer505/Personal-Website">This Website</a></li>
|
|
<li><a href="https://github.com/Simmer505/Dotfiles-Manager">Dotfiles Manager</a></li>
|
|
</ul>
|
|
</section>
|
|
<footer class="grid-item footer-section">
|
|
<p>© 2024 Ethan Simmons</p>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html>
|