Initial Commit
This commit is contained in:
37
html/site.html
Normal file
37
html/site.html
Normal file
@@ -0,0 +1,37 @@
|
||||
<!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>
|
||||
<header>
|
||||
<h1>Ethan Simmons</h1>
|
||||
</header>
|
||||
<div class="grid-container">
|
||||
<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. Strong foundation in computer skills, 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>
|
||||
</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/Dotfiles-Manager">Dotfiles Manager</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
<footer class="grid-item footer-section">
|
||||
<p>© 2024 Ethan Simmons</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user