Cleaned up layout and added website to project
This commit is contained in:
@@ -7,31 +7,33 @@
|
||||
<title>Ethan Simmons</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Ethan Simmons</h1>
|
||||
</header>
|
||||
<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. Strong foundation in computer skills, including Python, Rust, C++, C#, and JavaScript.</p>
|
||||
<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>
|
||||
<footer class="grid-item footer-section">
|
||||
<p>© 2024 Ethan Simmons</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user