-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
291 lines (254 loc) · 18.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
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Matt Baber</title>
<!-- Bootsrap CDN -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<!-- Google Fonts CDN -->
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;700&display=swap" rel="stylesheet">
<!-- Font Awesome CDN -->
<script src="https://kit.fontawesome.com/6acb0d9fa3.js" crossorigin="anonymous"></script>
<!-- Icon8 CDN -->
<!-- Local Style Sheet -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="d-flex container-fluid">
<video autoplay muted loop id="myVideo">
<source src="Assets/jumboLoopBG.mp4" type="video/mp4">
</video>
<div class="jumboText">
<h1 class="headerh1 text-center mt-5 ml-1 display-2 ">Welcome</h1>
<div class="break "></div>
<p class="ml-2"> Read about me, check out some of <br class="break1" />my projects,
and feel free to contact me.</p>
</div>
<div class="nav" id="navRow">
<div class="row justify-content-center">
<div class="col-lg-2 d-flex justify-content-center align-items-center " id="navStyleLeft">
<i class="fas fa-bars" id="toggle"></i>
</div>
<div class="col-lg-6 d-flex py-5 flex-column justify-content-between align-items-between" id="navStyleRight">
<div class="text-center">
<h6>My Resume</h6>
<a href="Assets/mattBaberResume.pdf" type="application/pdf" target="_blank"><img src="https://img.icons8.com/officel/80/000000/pdf.png"/></a>
</div>
<ul class="nav flex-column text-center">
<li class="nav-item">
<a class="nav-link" data-link="port" href="#">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" data-link="bio" href="#">Bio</a>
</li>
<li class="nav-item">
<a class="nav-link" data-link="contact" href="#">Contact Me</a>
</li>
</ul>
<ul class="nav flex-column text-center">
<li class="nav-item my-2">
<a href="https://www.instagram.com/psst.itsacoup/"><img src="https://img.icons8.com/fluent/48/000000/instagram-new.png"/></a>
</li>
<li class="nav-item my-2">
<a href="https://www.linkedin.com/in/matt-baber-68b9711b3/"><img src="https://img.icons8.com/fluent/48/000000/linkedin.png"/></a>
</li>
<li class="nav-item my-2">
<a href="https://github.com/Itsacoup"><img src="https://img.icons8.com/fluent/48/000000/github.png"/></a>
</li>
</ul>
</div>
</div>
</div>
<div class="row" id="mainContent">
<div class="col-lg-4 p-0 m-0 d-flex flex-column border-left border-right">
<div class="row p-0 m-0">
<img src="Assets/headshot.jpg" class="img-fluid w-100 border-bottom" alt="">
</div>
<div class="row p-0 m-0 flex-grow-1 textRow" >
<div class="m-auto p-5 text-center">
<h4 class="">About Me</h4>
<p >Hello, My name is Matt Baber and I am 33 years old. I live in Euclid, Ohio with
my wife Emily, and our daughter Dottie and our dog and cat, Rudy and Snacky. My whole adult life I
have worked as a Chef, and have made the decision to leave that career path and learn how to
program.</p>
</div>
</div>
<div class="row p-0 m-0">
<img src="Assets/rudy.JPG" class="img-fluid w-100 border-top" alt="">
</div>
</div>
<div class="col-lg-4 p-0 m-0 d-flex flex-column justify-content-center" id="mainCenterBG">
<div class="row p-2 m-auto d-flex justify-content-center text-center border rounded textRow middleRow">
<h4 class="text-center">My Goals</h4>
<p class="">To further my knowledge of all of the programming languages and libraries used
to develop web applications, then to obtain a position actively developing in the web develoment
field.</p>
</div>
<div class="row p-0 m-auto d-flex justify-content-center text-center border rounded textRow middleRow">
<!-- <div class="row d-flex justify-content-center"> -->
<h4 class="mt-2 text-center">Langues & Libraries</h4>
<br>
<!-- </div> -->
<div class="row m-0 d-flex justify-content-around text-center">
<div class="col-lg-5 p-2 d-flex flex-column text-center align-items-between">
<img src="https://img.icons8.com/color/96/000000/html-5.png" />
<h6 class="mb-2">HTML5</h6>
<img src="https://img.icons8.com/color/96/000000/javascript.png" />
<h6 class="mb-2">JavaScriptES6</h6>
<img src="https://img.icons8.com/ios-filled/100/000000/jquery.png" />
<h6 class="mb-2">jQuery</h6>
</div>
<div class="col-lg-5 p-2 d-flex flex-column text-center align-items-between">
<img src="https://img.icons8.com/color/96/000000/css3.png" />
<h6 class="mb-2">CSS3</h6>
<img src="https://img.icons8.com/color/96/000000/bootstrap.png" />
<h6 class="mb-2">Bootstrap4</h6>
<img src="https://img.icons8.com/color/96/000000/nodejs.png" />
<h6 class="mb-2">Node.js</h6>
</div>
</div>
</div>
<div class="row p-1 m-auto d-flex flex-column justify-content-center text-center border rounded textRow middleRow">
<p class="mb-0 mt-2">Designed by Matt Baber 2020</p>
<p class="mt-0">All icons provided by <a href="https://icons8.com/">ICONS8</a></p>
</div>
</div>
<div class="col-lg-4 p-0 m-0 d-flex flex-column border-left border-right">
<div class="row p-0 m-0">
<img src="Assets/plated.JPG" class="img-fluid w-100 border-bottom" alt="">
</div>
<div class="row p-0 m-0 flex-grow-1 textRow" >
<div class="m-auto p-4 text-center">
<h3 class="">My Interests</h3>
<div class="row">
<div class="col-6 pr-2">
<ul class="interests p-0">
<li>Hiking with Rudy</li>
<li>Foraging</li>
<li>Cooking</li>
<li>Fermentation</li>
</ul>
</div>
<div class="col-6 pl-2">
<ul class="interests p-0">
<li>Gardening</li>
<li>Building & Design</li>
<li>Games</li>
<li>Sewing</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row p-0 m-0">
<img src="Assets/pickles.JPG" class="img-fluid w-100 border-top" alt="">
</div>
</div>
</div>
<div class="row collapse" id="portContent">
<div class="col-lg-10 p-0 m-0 portCol textRow d-flex flex-column border-left border-right">
<div id="carousel-thumb" class="carousel slide textRow carousel-fade carousel-thumbnails" data-ride="carousel">
<!--Slides-->
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<img class="d-block w-100 img-fluid" src="Assets/streamLine.jpg" alt="First slide" data-switch="1">
</div>
<div class="carousel-item">
<img class="d-block w-100 img-fluid" src="Assets/weatherDashboard.jpg" alt="Second slide" data-switch="2">
</div>
<div class="carousel-item">
<img class="d-block w-100 img-fluid" src="Assets/baberOfTheWoods.jpg" alt="Third slide" data-switch="3">
</div>
<div class="carousel-item">
<img class="d-block w-100 img-fluid" src="Assets/dayPlanner.jpg" alt="Fourth slide" data-switch="4">
</div>
</div>
<!--/.Slides-->
<!--Controls-->
<a class="carousel-control-prev" href="#carousel-thumb" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carousel-thumb" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
<!--/.Controls-->
<ol class="carousel-indicators border-top textRow m-0">
<h1 class="m-auto p-5 text-center textRow" id="projectName"> </h1>
<li data-target="#carousel-thumb" data-slide-to="0" class="active"> <img data-name="streamLine" class="d-block w-100 thumbnail border"
src="Assets/streamLine.jpg" class="img-fluid"></li>
<li data-target="#carousel-thumb" data-slide-to="1"><img data-name="Weather Dashboard" class="d-block w-100 thumbnail border"
src="Assets/weatherDashboard.jpg" class="img-fluid"></li>
<li data-target="#carousel-thumb" data-slide-to="2"><img data-name="Baber of the Woods" class="d-block w-100 thumbnail border"
src="Assets/baberOfTheWoods.jpg" class="img-fluid"></li>
<li data-target="#carousel-thumb" data-slide-to="3"><img data-name="Day Planner" class="d-block w-100 thumbnail border"
src="Assets/dayPlanner.jpg" class="img-fluid"></li>
</ol>
<div class="overlay" id="overlay" style="display:none;">
<div class="box" id="box" style="display: none;">
<div class="row">
<div class="col-lg-12 m-2 d-flex flex-column justify-content-end border-right">
<h2 id="boxName"></h2>
<h6>Technologies Applied:</h6>
<p id="boxTech"></p>
<h6>Description:</h6>
<p id="boxDesc"></p>
</div>
</div>
<hr>
<div class="row d-flex justify-content-around">
<div class="col-lg-6 m-auto text-center">
<a id="deployed" class="btn btn-dark" href="#" role="button"><svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
width="24" height="24"
viewBox="0 0 172 172"
style=" fill:#000000;"><g fill="none" fill-rule="nonzero" stroke="none" stroke-width="none" stroke-linecap="butt" stroke-linejoin="none" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><path d="M0,172v-172h172v172z" fill="none" stroke="none" stroke-width="1" stroke-linejoin="miter"></path><g><path d="M28.66667,28.66667h114.66667v43h-114.66667z" fill="#ecf0f1" stroke="none" stroke-width="1" stroke-linejoin="miter" opacity="0.3"></path><path d="M136.16667,143.33333c3.956,0 7.16667,-3.21067 7.16667,-7.16667v-100.33333c0,-3.956 -3.21067,-7.16667 -7.16667,-7.16667h-100.33333c-3.956,0 -7.16667,3.21067 -7.16667,7.16667v100.33333c0,3.956 3.21067,7.16667 7.16667,7.16667zM28.66667,71.66667h114.66667" fill="none" stroke="#ecf0f1" stroke-width="14.33333" stroke-linejoin="round"></path><path d="M50.16667,43c-3.95804,0 -7.16667,3.20863 -7.16667,7.16667c0,3.95804 3.20863,7.16667 7.16667,7.16667c3.95804,0 7.16667,-3.20863 7.16667,-7.16667c0,-3.95804 -3.20863,-7.16667 -7.16667,-7.16667zM71.66667,43c-3.95804,0 -7.16667,3.20863 -7.16667,7.16667c0,3.95804 3.20863,7.16667 7.16667,7.16667c3.95804,0 7.16667,-3.20863 7.16667,-7.16667c0,-3.95804 -3.20863,-7.16667 -7.16667,-7.16667z" fill="#ecf0f1" stroke="none" stroke-width="1" stroke-linejoin="miter"></path><path d="M93.16667,121.83333h28.66667M93.16667,100.33333h28.66667M93.16667,50.16667h28.66667" fill="none" stroke="#ecf0f1" stroke-width="14.33333" stroke-linejoin="round"></path><path d="M60.91667,86c-5.93706,0 -10.75,4.81294 -10.75,10.75c0,5.93706 4.81294,10.75 10.75,10.75c5.93706,0 10.75,-4.81294 10.75,-10.75c0,-5.93706 -4.81294,-10.75 -10.75,-10.75zM43,123.625c0,-5.9555 11.93967,-8.95833 17.91667,-8.95833c5.977,0 17.91667,3.00283 17.91667,8.95833v5.375h-35.83333z" fill="#ecf0f1" stroke="none" stroke-width="1" stroke-linejoin="miter"></path></g></g></svg> Deployed</a>
</div>
<div class="col-lg-6 m-auto text-center">
<a id="github" class="btn btn-dark" href="#" role="button"><svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
width="24" height="24"
viewBox="0 0 172 172"
style=" fill:#000000;"><g fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><path d="M0,172v-172h172v172z" fill="none"></path><g fill="#ecf0f1"><path d="M157.66667,86c0,32.10667 -21.07,59.26833 -50.16667,68.37v-18.20333c0,-6.1275 -2.58,-11.61 -6.665,-15.55167c18.77667,-3.40417 28.165,-14.33333 28.165,-34.615c0,-8.77917 -1.79167,-15.73083 -5.30333,-21.14167c1.57667,-6.1275 2.50833,-14.835 -1.86333,-21.85833c-8.45667,0 -14.36917,4.98083 -17.845,9.06583c-5.19583,-1.25417 -11.18,-1.89917 -17.98833,-1.89917c-6.45,0 -12.39833,0.71667 -17.70167,2.18583c-3.44,-4.12083 -9.46,-9.3525 -18.13167,-9.3525c-5.08833,8.17 -3.01,16.985 -1.075,21.93c-3.87,5.41083 -6.09167,12.3625 -6.09167,21.07c0,20.28167 9.38833,31.21083 28.165,34.615c-2.40083,2.32917 -4.26417,5.16 -5.41083,8.385h-8.42083c-5.16,0 -7.16667,-2.29333 -9.92583,-6.02c-2.75917,-3.72667 -5.73333,-6.235 -9.28083,-7.27417c-1.89917,-0.215 -3.18917,1.32583 -1.505,2.6875c5.62583,4.04917 6.02,10.67833 8.2775,15.01417c2.0425,3.90583 6.27083,6.3425 11.03667,6.3425h8.56417v14.62c-29.09667,-9.10167 -50.16667,-36.26333 -50.16667,-68.37c0,-39.59583 32.07083,-71.66667 71.66667,-71.66667c39.59583,0 71.66667,32.07083 71.66667,71.66667z"></path></g></g></svg> GitHub</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row collapse" id="contactContent">
<div class="col-lg-10 m-0 textRow d-flex flex-column border-left border-right" id="contact">
<h2 id="contactHead" class="text-center mt-5 m-lg-5">Feel free to contact me directly.</h2>
<form class="mt-5">
<div class="form-group">
<label for="exampleFormControlInput1">Name</label>
<input type="name" class="form-control" id="ContactMeInput1" placeholder="John Smith">
</div>
<div class="form-group">
<label for="exampleFormControlInput1">Email address</label>
<input type="email" class="form-control" id="ContactMeInput2" placeholder="[email protected]">
</div>
<div class="form-group">
<label for="exampleFormControlTextarea1">Tell me what you think</label>
<textarea class="form-control mb-5" id="ContactMeInput3" rows="6"></textarea>
</div>
<div class="form-group">
<button type="button" id="popover" class="btn btn-lg btn-dark" data-toggle="popover" title="So sorry..." data-content=" this function is disabled.">Send</button>
</div>
</form>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"></script>
<script src="script.js"></script>
</body>
</html>