-
Notifications
You must be signed in to change notification settings - Fork 0
/
Education.html
105 lines (101 loc) · 5.51 KB
/
Education.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
<!DOCTYPE html>
<html lang="en" manifest="PortfolioPage.appcache">
<head>
<link rel="stylesheet" type="text/css" href="Stylesheet.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://kit.fontawesome.com/5757aa79c5.js" crossorigin="anonymous"></script>
<title>Austin Rhodes - Game Development and Software Engineering Portfolio</title>
<meta charset="UTF-8">
<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">
<meta name="author" content="Austin Rhodes">
<script>
document.createElement("article");
document.createElement("footer");
document.createElement("header");
document.createElement("nav");
</script>
</head>
<body>
<div>
<header>
<nav class="navbar-expand-md navbar-default navbar navbar-dark sticky-top" style="background: black;">
<div class="container-fluid"><a href="#" class="ms-5 navbar-brand">
<h1><span style="color: black;">__</span>Austin Rhodes</h1>
</a><button aria-label="Toggle navigation" type="button" class="navbar-toggler"><span
class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse">
<ul class="ms-auto navbar-nav">
<li class="nav-item"><a class="nav-link" href="index.html"
style="color: rgb(47, 102, 126);"><i class="fa fa-house-chimney-crack fa-solid"></i>
Home</a></li>
<li class="nav-item"><a class="nav-link active" href="Education.html" aria-current="page"
style="color: rgb(47, 102, 126);"><i
class="fa fa-graduation-cap fa-sharp fa-solid"></i> Education</a>
</li>
<li class="nav-item"><a class="nav-link" href="Projects.html"
style="color: rgb(47, 102, 126);"><i
class="fa fa-bars-progress fa-duotone"></i>Projects</a>
</li>
<li class="nav-item"><a class="nav-link"
href="https://drive.google.com/file/d/161KIYlSQokdlwKu-srAkAMMRKY_uMeR8/view?usp=sharing"
target="_blank" rel="noopener noreferrer" style="color: rgb(47, 102, 126);"><i
class="fa fa-file fa-solid"></i>Resume</a>
</li>
<!-- <i class="fa-solid fa-file"></i> -->
<li class="nav-item"><a class="nav-link"
href="mailto:yumulacgaming@gmail.com,austinrhodes462@gmail.com"
style="color: rgb(47, 102, 126);"><i
class="fa fa-address-book fa-sharp fa-solid"></i>Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main>
<div class="column">
<h1>Education</h1>
<hr style='display:inline-block; width:950px;'>
<h2>Formal</h2>
<hr style='display:inline-block; width:250px;'>
<h3>Bachelors Degree in Information Technology</h3>
<p>I am nearing completion of a bachelors degree in Infomation Technology, tentatively around April
2024.</p>
<br>
<h3>Bachelors Degree in Computer Science</h3>
<p>I plan to transfer to a bachelors in Computer Science with a concentration on game development.</p>
<br>
<h2>Informal</h2>
<hr style='display:inline-block; width:250px;'>
<h3>NuCamp</h3>
<p id="gamedevimg">
<!-- </id><img src="Pictures/NuCampBackendCert.pdf" alt="NuCampBackendCert"></p> -->
<embed src="Pictures/NuCampBackendCert.pdf" width="200" height="250"><embed
src="Pictures/NuCampDataStructuresCert.pdf" width="200" height="250"><embed
src="Pictures/NuCampSQLCert.pdf" width="200" height="250"><embed
src="Pictures/NuCampDevOpsCert.pdf" width="200" height="250">
</p>
<h2>GameDev.tv</h2>
<h3>Unreal 5.0 C++ Developer
</h3>
<h2>Udemy Courses</h2>
<h3>98-361: Software Development Fundamentals (using C#)
</h3>
<br>
</div>
</main>
<footer>
<h2> <span class="boldtext">CONTACT</span></h2>
<p> Contact me here: <a
href="mailto:yumulacgaming@gmail.com,austinrhodes462@gmail.com">austinrhodes462@gmail.com</a>
</p>
<p> Find me on Social Media:</p>
<a href="https://www.linkedin.com/in/austin-rhodes-600aa8203/" role="button" class="fa fa-linkedin"
style="font-size: 50px"></a>
<a href="https://github.com/Yumulak" role="button" class="fa fa-github" style="font-size: 50px"></a>
</footer>
</div>
</body>
</html>