��<!DOCTYPE html> <html> <head> <title>Dalton Hevel</title> <link rel="stylesheet" href="index.css"> </head> <body> <div class="row"> <div class="column_left"> <h2>Dalton Hevel</h2> <img id="headshot" src="/resources/headshot.png"> <div class="contactInfo"> <h6><a class="contact" href="mailto:daltonhevel@gmail.com"> <img src="/resources/mail.png" id="emailIcon"></a></h6> <h6><a class="contact" href="https://github.com/drHevel"> <img src="/resources/github.png" id="githubIcon"></a></h6> </div> <h2 class="about">About Me</h2> <p class="aboutMe"> I recently graduated with a Bachelor's Degree in Computer Science from Wichita State University, looking to begin my career in technology. I have very strong problem solving and critical thinking skills, and a drive for continuous improvement. <br> <br> <a style="text-align:center" href="/resources/Resume.pdf"><button id="resumeButton">My Resume</button></a> </p> </div> <div class="column_right"> <h1 class="content_title">Projects</h1> <div class="main_content" style="height:10vh;"></div> <p class="main_content" style="justify-self:start;"> <a href="/WiseWater/WiseWater.html"><button>WiseWater</button></a> <br> A mobile application built with .NET MAUI that helps users track their water intake, including fluids consumed as part of food. Pulled data from the USDA FoodData Central API. </p> <div class="main_content" style="height:10vh;"></div> <p class="main_content"><a href="/fun/minesweeper.html"><button>Minesweeper</button></a> <br> A simple implementation of minesweeper built with pure HTML, CSS, and JavaScript. Allows players to customize the board size and mine density, and updates in real time. </p> <div class="main_content" style="height:10vh;"></div> <p class="main_content"><a href="https://github.com/drHevel/drHevel.github.io"><button>Portfolio Website</button></a><br> Built to practice HTML, CSS, and JavaScript while showcasing my projects and skills. </p> <div class="main_content" style="height:10vh;"></div> </div> </div> <script type="text/javascript" src="index.js"></script> </body> </html>