-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
229 lines (225 loc) · 12.6 KB
/
index.html
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!DOCTYPE html>
<html lang="en">
<head>
<!-- head title and tags -->
<title>Austin Rhodes - Software Engineer and Game Developer</title>
<meta charset="UTF-8">
<meta http-equiv=“X-UA-Compatible” content=“ie=edge”>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Game Development">
<meta name="keywords" content="gaming, games, Game development, software, software developer, software engineer">
<meta name="author" content="Austin Rhodes">
<!-- CSS stylesheets -->
<link rel="stylesheet" type="text/css" href="assets/css/stylesheet.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- JavaScript scripts -->
<script src="https://kit.fontawesome.com/5757aa79c5.js" crossorigin="anonymous"></script>
<script>
document.createElement("article");
document.createElement("footer");
document.createElement("header");
document.createElement("nav");
</script>
<!-- Favicons -->
<link rel="icon" sizes="512x512" href="assets/icons/favicon/android-chrome-512x512.png">
<link rel="icon" sizes="192x192" href="assets/icons/favicon/android-chrome-192x192.png">
<link rel="icon" sizes="180x180" href="assets/icons/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/icons/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/icons/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/icons/favicon/site.webmanifest">
</head>
<body>
<!-- navbar -->
<nav>
<h1>AUSTIN RHODES</h1>
<ul class="navigation">
<li><a href="#" class="nav-link">Home</a></li>
<!-- <li><a href="#education" class="nav-link">Education</a></li> -->
<li><a href="#projects" class="nav-link">Projects</a></li>
<li><a href="https://docs.google.com/document/d/14lOkBlcHhwnF-FevvRqw5ntem8Qgrw-a/edit?usp=sharing&ouid=100804706987274290796&rtpof=true&sd=true"
target="_blank" rel="noopener noreferrer" class="nav-link">Resume</a></li>
<li><a href="#contact" class="nav-link">Contact</a>
</li>
</ul>
<button class="burger-menu" id="burger-menu">
<ion-icon class="bars" name="menu-outline"></ion-icon>
</button>
</nav>
<main>
<!-- portrait -->
<!-- <div id="portrait">
<img src="" alt="" width="230" height="200">
</div> -->
<!-- hero section -->
<section class="hero" id="home">
<img src="assets/Pictures/AR_Icon.png" alt="AR Icon" loading="lazy" class="hero-img" />
<div class="bio animate__animated animate__shakeX">
<h2 class="bio-title">About Me</h2>
<p class="bio-text">
Hello! I'm Austin, a software engineer and aspiring game developer as well as an Air Force
veteran
from North Carolina, US. I've always loved tech and video
games more than anything and I dreamed of making my own from as early as I can remember.
That passion has turned into software and game development. Currently I am pursuing a
bachelors degree in IT at American Military University and plan to transfer to a Computer Science and Game Development program at
North Carolina State University.
</p>
<hr>
<p class="bio-text">
Below you can see some of the projects I've been working on. I am emmensly curious,
commited
and
a
fast
learner. I love learning
the technical background to software and the amazing video games I get to play.
</p>
<hr>
<p class="bio-text">
Please feel free to contact me with any questions or comments you may have!
</p>
</div>
</section>
<!-- about -->
<section class="more-about">
<h2>More About Me</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Reiciendis
nesciunt excepturi quos obcaecati incidunt voluptatem ipsam sunt ipsum,
autem deleniti cupiditate molestias quis unde quae totam porro dicta
iure animi inventore, veniam hic! Omnis nulla, delectus a voluptatibus
</p>
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Consequuntur
nostrum dolor minus, libero delectus praesentium perferendis
</p>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Vero,
consequuntur labore? Ea totam voluptas amet!
</p>
</section>
<!-- skills -->
<section class="skills" id="skills">
<h2 class="skill-header">My Top Skills</h2>
<div class="skills-wrapper">
<div class="first-set animate__animated animate__pulse" draggable="true" ondragstart="drag(event)">
<img id="icon1" src="assets/icons/HTML5/icons8-html-5-96.svg" draggable="true"
ondragstart="drag(event)" alt="" loading="lazy" class="icon icon-card" />
<img id="icon2" src="assets/icons/CSS3/icons8-css3-96.svg" draggable="true"
ondragstart="drag(event)" alt="" loading="lazy" class="icon icon-card" />
<img id="icon3" src="assets/icons/JS/icons8-javascript-logo-96.svg" draggable="true"
ondragstart="drag(event)" alt="" loading="lazy" class="icon icon-card" />
</div>
<div class="second-set animate__animated animate__pulse" draggable="true" ondragstart="drag(event)">
<img id="icon4" src="assets/icons/Python/icons8-python-96.svg" draggable="true"
ondragstart="drag(event)" alt="" loading="lazy" class="icon icon-card" />
<img id="icon5" src="assets/icons/CSharp/icons8-c-sharp-logo-100.svg" draggable="true"
ondragstart="drag(event)" alt="" loading="lazy" class="icon icon-card" />
<img id="icon6" src="assets/icons/SQL/icons8-sql-100.png" draggable="true" ondragstart="drag(event)"
alt="" loading="lazy" class="icon icon-card" />
</div>
<div class="third-set animate__animated animate__pulse">
<img id="icon7" src="assets/icons/C++/icons8-c++-96.svg" draggable="true" ondragstart="drag(event)"
alt="" loading="lazy" class="icon icon-card" />
<img id="icon8" src="assets/icons/Unreal/icons8-unreal-engine-96.svg" draggable="true"
ondragstart="drag(event)" alt="" loading="lazy" class="icon icon-card" />
<a href="https://github.com/Yumulak?tab=repositories"><img id="icon9"
src="assets/icons/Git/icons8-git.svg" draggable="true" ondragstart="drag(event)" alt=""
loading="lazy" class="icon icon-card"></a>
</div>
</div>
</section>
<!-- click an icon dialog box -->
<section class="clickicon" id="dragdrop">
<h2 class="clickicon-header"></h2>
<div class="clickicon-wrapper">
<!-- <div id="clickicon">Click a Technology Icon to
See a Project I Made Using It</div> -->
</div>
</section>
<!-- projects -->
<section class="projects" id="projects">
<h2 class="projects-title">Personal projects</h2>
<div class="projects-container">
<div class="project-container project-card">
<img src="assets/Pictures/jobscrappy_submit_page.png" alt="Project Screenshot" loading="lazy" class="project-pic"/>
<h3 class="project-title">JobScrappy</h3>
<p class="project-details">JobScrappy is a website where users enter in a companies career page URL along with their contact info, and recieve periodic updates on the content from that careers page.</p>
<!-- add link to project here -->
<a href="https://github.com/Yumulak/djangowebscraper/tree/main" target="_blank" class="project-link">Check it Out</a>
</div>
<br>
<div class="project-container project-card">
<img src="assets\Pictures\Screenshot 2023-08-08 163955.png" alt="" loading="lazy"
class="project-pic"/>
<h3 class="project-title">MonsterQuest</h3>
<p class="project-details">MonsterQuest is the tentative name for a game I am currently making using the Unity graphics engine and C#, </p>
<!-- add link to project here -->
<a href="https://github.com/Yumulak/MonsterQuest" target="_blank" class="project-link">Check it Out</a>
<br>
</div>
</div>
</section>
<!-- contact form -->
<section class="contact" id="contact">
<h2>Contact Me</h2>
<div class="contact-form-container">
<div class="contact-form">
<form autocomplete="off" action="https://formspree.io/f/xoqzqakb" method="POST">
<div class="form-control">
<label for="name">Name</label>
<input autocomplete="on" type="text" id="name" name="sender-name"
placeholder="Enter your name" class="input-field" required />
</div>
<div class="form-control">
<label for="email">Email</label>
<input autocomplete="on" type="email" pattern="^.+@.+$" id="email" name="sender-email"
placeholder="Enter your email" class="input-field" required />
</div>
<div class="form-control">
<label for="message">Message</label>
<textarea name="message" id="message" cols="60" rows="10" placeholder="Enter your message"
class="input-field" required></textarea>
</div>
<input type="submit" value="Submit" id="submit-btn" class="submit-btn" />
<input type="reset" id="reset-btn" class="reset-btn" />
</form>
</div>
</div>
</section>
<!--The map -->
<div id="map"></div>
<!--
The `defer` attribute causes the callback to execute after the full HTML
document has been parsed. For non-blocking uses, avoiding race conditions,
and consistent behavior across browsers, consider loading using Promises
with https://www.npmjs.com/package/@googlemaps/js-api-loader.
-->
<script
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyByyn0_GgMGRYv6ra71L6H8_tHd3LHuLFA&callback=initMap&v=weekly"
defer></script>
<!-- social icons -->
<div class="socials">
<a href="https://www.linkedin.com/in/austin-rhodes-600aa8203/" target="_blank"><img
src="assets/icons/Linkedin/icons8-linkedin-2.gif" alt="Linkedin" loading="lazy"
class="socicon" /></a>
<a href="https://github.com/Yumulak" target="_blank"><img src="assets/icons/Github/icons8-github.gif"
alt="Github" loading="lazy" class="socicon" /></a>
</div>
<i class="scroll-up" id="scroll-up">
<img src="assets/icons/ScrollUp/icons8-scroll-up.gif" class="socicon up-arrow" alt="scroll-up" />
</i>
</main>
<!-- footer -->
<footer>
<p class="copy">© Copyright 2022</p>
<p class="copy"> Built by <a href="https://github.com/Yumulak" target="_blank">Austin Rhodes</a>
</p>
</footer>
<!-- website scripts -->
<script src="assets/js/app.js"></script>
<!-- Ion icons scripts -->
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
</body>
</html>