-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (54 loc) · 2.13 KB
/
index.html
File metadata and controls
55 lines (54 loc) · 2.13 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
47
48
49
50
51
52
53
54
55
<!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="./css/styles.css" />
<title>James Glosser Resume</title>
</head>
<body>
<main class="container">
<header class="header-banner">
<h1>Welcome</h1>
<div class="nav-links">
<a href="index.html">Home</a>
<a href="resume.html">Resume</a>
<a href="projects.html">Projects</a>
</div>
</header>
<section class="section">
<h2>Personal</h2>
<p>
My name is James Glosser but most call me Jimmy. I have 3 kids, a girlfriend, and a cat. I love gaming,
programming and problem solving, and fishing when possible but I havn't been able to do that in a long
time. My entertainment genres usually include sci-fi, fantasy, some anime, tech, and misc.
</p>
</section>
<section class="section">
<h2>Work</h2>
<p>
I am a highly motivated and results-oriented software developer with a
strong foundation in C# and a solid understanding of JavaScript.
I also possess strong communication, problem-solving, and customer service skills,
honed through various roles in retail management and customer service.
I learn quickly and am excited to contribute to a collaborative team environment and
continuously learn and grow in the software development and web
development fields.
</p>
<br />
</section>
<section class="section">
<h2>Current Projects</h2>
<p>
I am actively seeking employment as a frontend/backend developer. I am also actively working on a
continuation of my Data Analysis project, Orbital Debris Interactive, which you can find
<a id="project-link" href="https://orbital-debris-interactive.vercel.app">here</a>.
</p>
<br />
</section>
</main>
<footer class="nav-footer">
<p>© 2025 James D Glosser. All rights reserved.</p>
</footer>
</body>
</html>