-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
237 lines (228 loc) · 9.27 KB
/
index.html
File metadata and controls
237 lines (228 loc) · 9.27 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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- BOOTSTRAP STYLING -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous" />
<!-- LOCAL STYLING -->
<link rel="stylesheet" href="index.css" />
<title>Travis Dykstra: Portfolio</title>
</head>
<body>
<!-- NAVBAR -->
<header class="header">
<nav class="navbar navbar-expand-lg navbar-light custom-nav">
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="#"
>Home <span class="sr-only">(current)</span></a
>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="./pages/about.html">About</a>
</li> -->
</ul>
</div>
</nav>
</header>
<!-- MAIN CONTENT -->
<main class="container-fluid">
<section class="container-fluid primary">
<div class="row fr-center">
<h1 class="stnd-h1">Travis Dykstra: Cloud Architect</h1>
</div>
<div class="row prim-row">
<div class="col-12 col-sm-12 col-md-6 col-lg-6 col-xl-6 pg-col">
<div class="txt-wrapper pd-15">
<h2 class="stnd-h2">
We know the cloud is here to stay, are you ready for it?
</h2>
<p class="txt">
You need someone with the knowledge and hands-on experience to
elevate your corporate infrastructure in both a secure and
effective manor. Ask yourself: “Who on my team has the ability
to take us to the next level in a constantly evolving virtual
world?” If you struggle to answer that question, then you’re in
the right place!
</p>
<p class="txt">
I am an aspiring Cloud Architect and Administrator, skilled in
both AWS and Azure virtual environments. I currently hold all of
the certifications pictured below, and will be completing my
Bachelor of Science Cloud Computing degree in December 2023.
Through my studies I have had extensive classroom and hands-on
instruction in the areas of virtual and physical networking and
infrastructure, cybersecurity, and identity and access
management, just to name a few. I have done numerous coding
tasks in both Python and PowerShell, and have spent time in both
the AWS and Azure CLI environments. I can also assemble an
iron-clad Business Continuity/Disaster Recovery plan to ensure
that even in the worst situations, your data - and your company
- will persist.
</p>
<p class="txt">
If you would like to hear more, or discuss how to take your
business into the stratosphere,
<a href="mailto:travisdykstra8@gmail.com" class="email-link"
>send me an email!</a
>
</p>
</div>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-6 col-xl-6 pg-col">
<img
src="./images/cloud-arch.png"
alt="cloud architect"
class="page-img" />
</div>
</div>
</section>
<!-- CERTIFICATES SECTION -->
<section class="container certificates">
<!-- 1st ROW -->
<div class="row cert-row">
<!-- 1st COLUMN -->
<div class="col-12 col-sm-12 col-md-4 col-lg-4 col-xl-4 cert-col">
<img
src="./images/badges/aws-certified-solutions-architect-associate.png"
alt="AWS Certified Solutions Architect"
class="cert-img" />
</div>
<!-- 2nd COLUMN -->
<div class="col-12 col-sm-12 col-md-4 col-lg-4 col-xl-4 cert-col">
<img
src="./images/badges/microsoft-certified-azure-administrator-associate.2.png"
alt="microsoft-certified-azure-administrator-associate"
class="cert-img" />
</div>
<!-- 3rd COLUMN -->
<div class="col-12 col-sm-12 col-md-4 col-lg-4 col-xl-4 cert-col">
<img
src="./images/badges/certified-in-cybersecurity-cc.png"
alt="cyber-security"
class="cert-img" />
</div>
</div>
<!-- 2nd ROW -->
<div class="row cert-row">
<!-- 1st COLUMN -->
<div class="col-12 col-sm-12 col-md-4 col-lg-4 col-xl-4 cert-col">
<img
src="./images/badges/comptia-cloud-ce-certification.1.png"
alt="cloud+"
class="cert-img" />
</div>
<!-- 2nd COLUMN -->
<div class="col-12 col-sm-12 col-md-4 col-lg-4 col-xl-4 cert-col">
<img
src="./images/badges/comptia-cloud-admin-professional-ccap-stackable-certification.png"
alt="cloud-admin"
class="cert-img" />
</div>
<!-- 3rd COLUMN -->
<div class="col-12 col-sm-12 col-md-4 col-lg-4 col-xl-4 cert-col">
<img
src="./images/badges/comptia-secure-cloud-professional-cscp-stackable-certification.png"
alt="cscp"
class="cert-img" />
</div>
</div>
<!-- 3rd ROW -->
<div class="row cert-row">
<!-- 1st COLUMN -->
<div class="col-12 col-sm-12 col-md-4 col-lg-4 col-xl-4 cert-col">
<img
src="./images/badges/comptia-it-operations-specialist-cios-stackable-certification.png"
alt="cios"
class="cert-img" />
</div>
<!-- 2nd COLUMN -->
<div class="col-12 col-sm-12 col-md-4 col-lg-4 col-xl-4 cert-col">
<img
src="./images/badges/comptia-network-ce-certification.1.png"
alt="network+"
class="cert-img" />
</div>
<!-- 3rd COLUMN -->
<div class="col-12 col-sm-12 col-md-4 col-lg-4 col-xl-4 cert-col">
<img
src="./images/badges/comptia-project-certification.1.png"
alt="project+"
class="cert-img" />
</div>
</div>
<!-- 4th ROW -->
<div class="row cert-row">
<!-- 1st COLUMN -->
<div class="col-12 col-sm-12 col-md-4 col-lg-4 col-xl-4 cert-col">
<img
src="./images/badges/comptia-a-ce-certification.1.png"
alt="a+"
class="cert-img" />
</div>
<!-- 2nd COLUMN -->
<div class="col-12 col-sm-12 col-md-4 col-lg-4 col-xl-4 cert-col">
<img
src="./images/badges/comptia-secure-infrastructure-specialist-csis-stackable-certification.png"
alt="csic"
class="cert-img" />
</div>
<!-- 3rd COLUMN -->
<div class="col-12 col-sm-12 col-md-4 col-lg-4 col-xl-4 cert-col">
<img
src="./images/badges/comptia-security-ce-certification.png"
alt="security+"
class="cert-img" />
</div>
</div>
</section>
</main>
<footer class="container-fluid footer-container">
<div class="row footer-row pd-15">
<div class="col-12 col-sm-12 col-md-6 col-lg-6 col-xl-6 footer-col">
<a href="https://www.linkedin.com/in/travisjdykstra/" target="_blank">
<img
src="./images/icons/icon-linkedin.svg"
alt="linkedin icon"
class="social-icon" />
</a>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-6 col-xl-6 footer-col">
<p class="copyright">© Travis Dykstra, 2023</p>
</div>
</div>
</footer>
<!-- BOOTSTRAP FUNCTIONALITY -->
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+945DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi4jizo"
crossorigin="anonymous"></script>
<script
src="https://cdn.jsdelivr.net/npm/popper.js@1.14.7/dist/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<!-- LOCAL FUNCTIONALITY -->
<script src="index.js"></script>
</body>
</html>