80 lines
3.9 KiB
HTML
80 lines
3.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<link rel="icon" type="image/x-icon" href="Pictures/thedeer.ico">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap" rel="stylesheet">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Ethan's Github</title>
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<div class="header">
|
|
<div class="profile-name">
|
|
<img src="./Pictures/thedeer.ico" alt="Deer Profile Picture" class="profile-picture">
|
|
<h1>Ethan Cook</h1>
|
|
</div>
|
|
<div class="social-media">
|
|
<a href="mailto:ecook2489@gmail.com" target="_blank">
|
|
<img src="./Pictures/gmail.png" alt="gmail logo" style="width: 3.7rem; border-radius: 0.4rem;">
|
|
</a>
|
|
<a href="https://www.linkedin.com/in/ethan-cook-76b9b81a5/" target="_blank">
|
|
<img src="./Pictures/linkedin.png" alt="linkedin logo" style="border-radius: 0.25rem;">
|
|
</a>
|
|
<a href="https://github.com/ethanglide" target="_blank">
|
|
<img src="./Pictures/github.png" alt="github logo" style="border-radius: 50%;">
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="content">
|
|
<div>
|
|
<div class="section">
|
|
<h2>Programming Languages</h2>
|
|
<div style="display: flex; flex-wrap: wrap; gap: 2rem;">
|
|
<div class="languages-images">
|
|
<img src="./Pictures/c.png" alt="c logo">
|
|
<img src="./Pictures/csharp.png" alt="c# logo">
|
|
<img src="./Pictures/python.webp" alt="python logo">
|
|
<img src="./Pictures/java.png" alt="java logo">
|
|
<img src="./Pictures/htmlcss.png" alt="html and css logo">
|
|
<img src="./Pictures/javascript.png" alt="javascript logo" style="overflow: hidden; border-radius: 0.5rem;">
|
|
</div>
|
|
<div>
|
|
<ul>
|
|
<li> C
|
|
<ul>
|
|
<li>Accomplishment 1
|
|
<ul>
|
|
<li>Note 1</li>
|
|
<li>Note 2</li>
|
|
</ul>
|
|
</li>
|
|
<li>Note 2</li>
|
|
</ul>
|
|
</li>
|
|
<li>C#</li>
|
|
<li>Python</li>
|
|
<li>Java</li>
|
|
<li>HTML & CSS</li>
|
|
<li>Javascript</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="section">
|
|
<h2>Work Experience</h2>
|
|
<div>
|
|
<p>Hi</p>
|
|
<p>Hello</p>
|
|
</div>
|
|
</div>
|
|
<div class="section">
|
|
<h2>Projects</h2>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
</body>
|
|
</html> |