-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
209 lines (188 loc) · 7.94 KB
/
Copy pathindex.html
File metadata and controls
209 lines (188 loc) · 7.94 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Drew Baker | Portfolio</title>
<link rel="stylesheet" href="stylesheet.css">
<link rel="icon" href="logo.svg">
<script src="https://kit.fontawesome.com/c8e4d183c2.js" crossorigin="anonymous"></script>
<script src="https://platform.linkedin.com/badges/js/profile.js" async defer type="text/javascript"></script>
<script src="index.js"></script>
</head>
<body>
<section id="landing-page">
<nav>
<figure>
<img id="personal-logo" src="logo.svg" alt="">
</figure>
<ul class="nav__link--list">
<li class="nav__link" onclick="toggleModal()">
<a href="#" class="
nav__link--anchor
link__hover-effect
link__hover-effect--black
">About</a>
</li>
<li class="nav__link click" onclick="toggleContrast()">
<a href="#" class="
nav__link--anchor
link__hover-effect
link__hover-effect--black
"><i class="fas fa-adjust"></i></a>
</li>
</ul>
</nav>
<header class="header">
<div class="header__content">
<h1 class="title">Hello there.</h1>
<h1 class="title name">I'm <b class="green">Drew Baker</b>.</h1>
<p class="header__para">
I'm a full time <b class="green">Deakin student</b> in my final year, with a strong passion for learning and honing my technical skills.
</p>
<br>
<p class="header__para">
Click <b class="green click" onclick="toggleModal()">here</b> to learn a little more about me.
</p>
</div>
</header>
</section>
<section>
<div class="languages">
<div class="row">
<div class="language__title"><b>This is my Technology Stack</b></div>
<div class="language__list">
<div class="language">
<figure class="language__img--wrapper">
<img
src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/38/HTML5_Badge.svg/240px-HTML5_Badge.svg.png" alt="Html Logo"
class="language__img" />
</figure>
<span class="language__name">HTML</span>
</div>
<div class="language">
<figure class="language__img--wrapper">
<img src="https://cdn.iconscout.com/icon/free/png-256/css-131-722685.png" alt="CSS Logo"
class="language__img" />
</figure>
<span class="language__name">CSS</span>
</div>
<div class="language">
<figure class="language__img--wrapper">
<img src="https://cdn.iconscout.com/icon/free/png-256/javascript-1-225993.png" alt="JavaScript Logo"
class="language__img" />
</figure>
<span class="language__name">JavaScript</span>
</div>
<div class="language">
<figure class="language__img--wrapper">
<img src="https://cdn.iconscout.com/icon/free/png-256/react-3-1175109.png" alt="React Logo"
class="language__img" />
</figure>
<span class="language__name">React</span>
</div>
<div class="language">
<figure class="language__img--wrapper">
<img src="https://cdn.iconscout.com/icon/free/png-128/python-2-226051.png" alt="Python"
class="language__img">
</figure>
<span class="language__name">Python</span>
</div>
<div class="language">
<figure class="language__img--wrapper">
<img src="https://cdn.iconscout.com/icon/free/png-512/java-59-1174952.png" alt="Java Logo"
class="language__img" />
</figure>
<span class="language__name">Java</span>
</div>
<div class="language">
<figure class="language__img--wrapper">
<img src="https://cdn.iconscout.com/icon/free/png-512/microsoft-office-722717.png" alt="Microsoft Office Logo"
class="language__img" />
</figure>
<span class="language__name">Microsoft Office</span>
</div>
<div class="language">
<figure class="language__img--wrapper">
<img src="https://cdn.iconscout.com/icon/free/png-512/azure-1868965-1583129.png" alt="Azure Logo"
class="language__img" />
</figure>
<span class="language__name">Microsoft Azure</span>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="modal">
<div class="modal__half modal__about">
<h3 class="modal__title modal__title--about">Here's a bit more about me.</h3>
<p class="modal__para">
I'm a 22 year-old Australian looking for experience with the hopes of developing a wide range of <b class="green">IT skills</b>. I am currently studying a <b class ="green">Bachelor of Cyber Security</b>.
at <b class="green">Deakin University</b> with a major interest in <b class="green">Cloud Analytics</b>.
<br>
Ontop of this I am currently in the process of acquiring certifications from platforms such as:
</p>
<li class="modal__list -- green">
<b class="green">Microsoft Azure</b>
</li>
<li class="modal__list -- green">
<b class="green">Amazon Web Services</b>
</li>
<li class="modal__list -- green">
<b class="green">Google Cloud</b>
</li>
</div>
<div class="modal__half modal__li">
<i class="fas fa-times modal__exit click" onclick="toggleModal()"></i>
<div class=" modal__li">
<div class="badge-base LI-profile-badge" data-locale="en_US" data-size="large" data-theme="dark" data-type="horizontal" data-vanity="drew-baker-523b1222a" data-version="v1"><a class="badge-base__link LI-simple-link" href="https://au.linkedin.com/in/drew-baker-523b1222a?trk=profile-badge"></a></div>
</div>
<div class="modal__li social__list">
<a href="https://www.linkedin.com/in/drew-baker-523b1222a/" target="_blank" class="social__link click">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="./assets/Drew Baker - Resume.pdf" target="_blank" class="social__link click">
<i class="fab fa-file-pdf"></i>
</a>
<a href="https://github.com/B4K35" target="_blank" class="social__link click">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row footer__row">
<div class="footer__social--list">
<a href="https://github.com/B4K35" class="
footer__social--link
link__hover-effect
link__hover-effect--white
">
GitHub
</a>
<a href="https://www.linkedin.com/in/drew-baker-523b1222a/" target="_blank" class="
footer__social--link
link__hover-effect
link__hover-effect--white
">
LinkedIn
</a>
<a href="./assets/Drew Baker - Resume.pdf" target="_blank" class="
footer__social--link
link__hover-effect
link__hover-effect--white
">
Resume
</a>
</div>
<div class="footer__copyright">
© <span id="current-year"></span> Drew Baker. All rights reserved.
</div>
</div>
</div>
</footer>
<script>
document.getElementById('current-year').textContent = new Date().getFullYear();
</script>
</body>
</html>