-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (94 loc) · 4.87 KB
/
Copy pathindex.html
File metadata and controls
94 lines (94 loc) · 4.87 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!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="./style.css">
<title>Geoffrey Woytt - Home</title>
</head>
<body>
<header>
<h1>Geoffrey Woytt</h1>
<p>Multimedia Specialist • Aspiring Full-Stack Web Developer • Creative Problem Solver</p>
</header>
<nav>
<ul>
<li><a href="./index.html" class="active">Home</a></li>
<li><a href="./about.html">About</a></li>
<li><a href="./resume.html">Resume</a></li>
<li><a href="./projects.html">Projects</a></li>
<li><a href="./contact.html">Contact</a></li>
</ul>
</nav>
<main>
<h2>Introduction</h2>
<p>I'm Geoffrey Woytt, a multimedia specialist and aspiring full-stack web developer with a passion for building digital experiences that combine thoughtful design, technical precision, and real-world impact.</p>
<p>With a background in military leadership, multimedia production, and creative problem-solving, I bring a unique blend of discipline, adaptability, and curiosity to every project I build.</p>
<section>
<h3>Who I Am</h3>
<p>My professional journey began in the United States Air Force, where I spent over a decade serving in roles that demanded leadership, critical thinking, and the ability to perform under pressure. Those experiences shaped the way I approach challenges, with: structure, accountability, and a focus on results.</p>
<p>After military service, I transitioned into multimedia production and strategic communications, working across photography, videography, motion graphics, branding, and digital content creation. Today, I'm expanding that creative foundation into software development while pursuing a Bachelor of Science in Graphic Information Technology - Full-Stack Web Development at Arizona State University.</p>
<p>I'm driven by the challenge of building experiences that not only work well, but communicate clearly, solve real problems, and leave a lasting impression.</p>
</section>
<section>
<h3>What I Do</h3>
<section>
<h4>Web Development</h4>
<p>Building responsive websites and applications using:</p>
<ul class="skill-list">
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Python</li>
<li>Flask</li>
<li>SQL</li>
</ul>
</section>
<section>
<h4>Design & Media</h4>
<p>Creating digital content through:</p>
<ul class="skill-list">
<li>Photography</li>
<li>Video Production</li>
<li>Motion Graphics</li>
<li>Graphic Design</li>
<li>Brand Development</li>
</ul>
</section>
<section>
<h4>Problem Solving</h4>
<p>Applying structured thinking to:</p>
<ul class="skill-list">
<li>UI/UX decisions</li>
<li>Application architecture</li>
<li>Workflow optimization</li>
<li>Technical troubleshooting</li>
</ul>
</section>
</section>
<section>
<h3>Featured Projects Preview</h3>
<p>Here are a few projects that represent my current journey:</p>
<section>
<h4><a href="./projects.html#cfpbracket">🔗 College Football Playoff Bracket Generator</a></h4>
<p>A Python-based project focused on object-oriented programming, file handling, and structured data visualization.</p>
</section>
<section>
<h4><a href="./projects.html#personalportfolio">🔗 Responsive Web Projects</a></h4>
<p>A growing collection of responsive websites built through coursework, independent practice, and front-end experimentation.</p>
</section>
</section>
<section>
<h3>More about me</h3>
<p>When I'm not building websites or creating media, I'm usually spending time with my wife and kids, exploring new creative tools, producing music, or finding better ways to blend technology with storytelling.</p>
</section>
<section>
<h3>Let's connect.</h3>
<p>Whether it's web development, multimedia production, or creative collaboration, I'm always open to meaningful opportunities and conversations. For more information, visit my <a href="./contact.html">contact page</a>.</p>
</section>
</main>
<footer>
<p>Built by Geoffrey Woytt</p>
</footer>
</body>
</html>