-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
136 lines (129 loc) · 7.5 KB
/
index.html
File metadata and controls
136 lines (129 loc) · 7.5 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hi, I'am Dez!</title>
<link rel="stylesheet" href="main.css">
<meta property="og:site_name" content="Goose.thedev.id">
<meta name="theme-color" content="#d13f3f">
<meta property="og:title" content="Hi, I'm Dez!" />
</head>
<body>
<div class="main-content">
<header>
<h1>Dez</h1>
<p>Film Student ● AMC Crew Member ● Apprentice Electrician</p>
</header>
<main>
<div class="timeline-section">
<div class="timeline-items">
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-date">2020</div>
<div class="timeline-content">
<h3>My First Website</h3>
<p>I first started learning <span>HTML</span> and <span>CSS</span> as my introduction to programming and that eventually lead to the creation of this website!</p>
<br>
<br>
<a href="https://github.com/scalgoon/scalgoon.github.io">Github</a>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-date">2021</div>
<div class="timeline-content">
<h3>Goot! My Own Discord Bot</h3>
<p>After getting the hang of programming basics I decided to try my hand at Discord Bots! A couple failed attempts and name changes later we have Goot! A <span>Discord.js</span> bot focused on being just what you need.<br><br>Version 5 coming soon!</p>
<br>
<br>
<a href="https://github.com/scalgoon/Goot">Github</a>
<a href="https://discord.com/api/oauth2/authorize?client_id=784903173767823370&permissions=8&scope=applications.commands%20bot" style="margin-left: 5px;">Invite Me</a>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-date">2022</div>
<div class="timeline-content">
<h3>Internship Sports Broadcaster</h3>
<p>I was an Intern Camera Operator filming high-school football for Woodforest Bank Stadium.</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-date">2022</div>
<div class="timeline-content">
<h3>Videodeck</h3>
<p>An outdated NodeJS/Bash video import system I created for my school's A/V media server!</p>
<br>
<br>
<a href="https://github.com/scalgoon/videodeck">Github</a>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-date">2022</div>
<div class="timeline-content">
<h3>Dozdezdaz</h3>
<p>A restart of my Youtube journey filming gaming videos and guitar covers!</p>
<br>
<br>
<a href="https://www.youtube.com/@dozdezdaz">My Channel</a>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-date">2023 - 2024</div>
<div class="timeline-content">
<h3>Adobe Certifications</h3>
<p>I became certified in Adobe's <span>Premiere Pro</span> and <span>After Effects</span> suite of software during my time as the main editor for my school's news program!<br><br>Later earning my Adobe Video Design Professional certificate.</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-date">2024</div>
<div class="timeline-content">
<h3>Podcast Audio Engineer</h3>
<p>Because of my experience designing and wiring up my schools A/V Production Studio I was picked to be the <span>Audio Engineer</span> for my school's Superintendent's news podcast!</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-date">2024</div>
<div class="timeline-content">
<h3>Graduating High-School!</h3>
<p>I graduated my high-school with a 3.6 GPA and the experience of being the <span>Main Editor</span> and <span>Project Manager</span> for 2 High-School News Programs!<br><br>I was the <span>Camera Operator</span>, <span>Director</span>, and <span>Replay Tech</span> for my school's football stadium and later earned an Excellence Award in Audio/Video Production.</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-date">2024</div>
<div class="timeline-content">
<h3>AMC Theater's Crew Member</h3>
<p>After graduating high-school I landed my first job in AMC as an Usher and Concession crew member!</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-date">2025</div>
<div class="timeline-content">
<h3>College - Electrical Advanced Certificate</h3>
<p>During months of trial and error I settled on a new path in my life studying to be an Commerical and Industrial Electrician.<br><br>I am now an <span>Electrician Apprentice</span> for my college!</p>
</div>
</div>
</div>
</div>
</main>
<footer><a href="https://thedev.id/">Thedev.id</a> | 19 Year Old Film Student and IT/Tech Enthusiast</footer>
</div>
<div class="gradient-background">
<div class="gradient-sphere sphere-1"></div>
<div class="gradient-sphere sphere-2"></div>
<div class="gradient-sphere sphere-3"></div>
<div class="glow"></div>
<div class="grid-overlay"></div>
<div class="noise-overlay"></div>
</div>
<script src="./js/main.js"></script>
</body>
</html>