-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperience.html
More file actions
46 lines (39 loc) · 1.34 KB
/
experience.html
File metadata and controls
46 lines (39 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Experience</title>
<link rel="stylesheet" href="styles.css">
</head>
<body class="exp-page">
<div class="topnav">
<a href="index.html"> Home </a>
<a href="projects.html"> Projects </a>
<a href="experience.html"> Experience </a>
<a href="funstuff.html"> Fun Stuff </a>
</div>
<div class="text-container">
<div class="background-text">Education and Experience</div>
</div>
<div class="project-container">
<a href="https://www.siue.edu/" target="_blank">
<img src="assets/cougar.png" alt="Terrain Generator">
</a>
<div class="project-description">
<h2>CS Degree - SIUE</h2>
<p>I am currently enrolled at SIUE pursuing a degree in Computer Science with a planned graduation date of Fall 2026</p>
</div>
</div>
<div class="project-container">
<a target="_blank">
<img src="assets/tech.PNG" alt="Languages and Technologies">
</a>
<div class="project-description">
<h2>Languages and Technologies</h2>
<p>C++ C# Python HTML PHP</p>
<p>Docker DirectX11 Unity Linux</p>
</div>
</div>
</body>
</html>