-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
342 lines (319 loc) · 15.4 KB
/
about.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
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Landing Page - Start Bootstrap Theme</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet"
type="text/css">
<link href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700&display=swap" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/landing-page.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light bg-none fixed-top">
<div class="container">
<a class="navbar-brand text-light" href="index.html">Daniel Garcia</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive"
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav mx-auto">
<li class="nav-item active">
<a class="nav-link text-light" href="portfolio.html">PORTFOLIO
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link text-light" href="about.html">ABOUT</a>
</li>
<li class="nav-item">
<a class="nav-link text-light" href="resume.html">RESUME</a>
</li>
<li class="nav-item">
<a class="nav-link text-light" href="contact.html">CONTACT</a>
</li>
</ul>
</div>
</div>
</nav>
<header>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<!-- <ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol> -->
<div class="carousel-inner" role="listbox">
<!-- Slide One - Set the background image for this slide in the line below -->
<div class="carousel-item active"
style="background-image: url('https://images.unsplash.com/photo-1483197452165-7abc4b248905?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2776&q=80')">
<div class="carousel-caption main-profile">
<!-- <img class="img-fluid profile-img rounded-circle mb-3" src="img/Profile-squareCrop-2.jpg" alt=""> -->
<h2 class="display-4">A bit more about me.</h2>
<p class="lead">Some of my passions, interests, and pastimes.</p>
</div>
</div>
<!-- <div class="carousel-item"
style="background-image: url('https://images.unsplash.com/photo-1428223501723-d821c5d00ca3?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1965&q=80')">
<div class="carousel-caption">
<h2 class="display-4">Front End</h2>
<p class="lead">HTML | CSS | JAVASCRIPT | REACT</p>
</div>
</div>
<div class="carousel-item"
style="background-image: url('https://images.unsplash.com/photo-1533243216203-8c08406d4583?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2102&q=80')">
<div class="carousel-caption">
<h2 class="display-4">Back End</h2>
<p class="lead">Node.JS | Express | MySQL | MongoDB</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" 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="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a> -->
</div>
</div>
</header>
<!-- Icons Grid -->
<section class="features-icons bg-light text-center">
<div class="container">
<div class="row">
<!-- <div class="col-lg-4">
<div class="features-icons-item mx-auto mb-5 mb-lg-0 mb-lg-3">
<div class="features-icons-icon d-flex">
<i class="icon-screen-desktop m-auto text-primary"></i>
</div>
<h3>Fully Responsive</h3>
<p class="lead mb-0">This theme will look great on any device, no matter the size!</p>
</div>
</div> -->
<div class="col-lg-6 offset-3">
<div class="features-icons-item mx-auto mb-5 mb-lg-0 mb-lg-3">
<div class="features-icons-icon d-flex">
<i class="icon-layers m-auto text-dark"></i>
</div>
</div>
</div>
<!-- <div class="col-lg-4">
<div class="features-icons-item mx-auto mb-0 mb-lg-3">
<div class="features-icons-icon d-flex">
<i class="icon-check m-auto text-primary"></i>
</div>
<h3>Easy to Use</h3>
<p class="lead mb-0">Ready to use with your own content, or customize the source files!</p>
</div>
</div> -->
</div>
<div class="row">
<div class="col-lg-10 offset-1">
<h3>About Me</h3>
<p class="lead mb-0">I have passion for learning. My brain can't go for more than a few moments without having to read or learn something new. This is how I stumbled upon the IT field and Photography. I would build my own computers, mess around with different OS's, and try to fix(or break) as many computers as I could get my hands on. Eventually, I landed a job as a Lab Tech in my college's Computer Labs at the time and have kept the momentum going.</p>
<br>
<p class="lead mb-0">
A self-taught photogtapher, I have over 8 years of reelance experience and overall fun getting out there and chasing the shot. New portfolio website coming soon.
</p>
<br>
<p class="lead mb-0">Today, after having finished DU's coding bootcamp, I feel even more eager and ready to keep learning and growing in the programming world. There is still much to learn in this field, and it will it always remain so. That is what attracted me to learn coding. As new technologies emerge and evolve, I will have to keep evolving with them; thus continuing on my lifelong learning journey.</p>
</div>
</div>
</div>
</section>
<!-- Image Showcases -->
<section class="showcase text-center">
<div class="container">
<h2 class="mb-5">Featured Projects</h2>
<div class="row">
<div class="col-lg-4">
<div class="card" style="width: 18rem;">
<a href="https://github.com/dagamo94/liri-node-app" target="_blank">
<img src="https://github.com/dagamo94/liri-node-app/raw/master/screenshots/movie-1.png"
class="card-img-top myfade" alt="img">
</a>
<div class="card-body">
<h5 class="card-title">Liri Bot</h5>
<p class="card-text">Is using Siri too basic for you? Worry no more! Liri Bot will run from the
CLI and execute tasks any programmer would die for while coding. Look up movie song, and
concert info directly from the CLI.</p>
<a href="https://github.com/dagamo94/liri-node-app" target="_blank"
class="btn btn-secondary cardbutton">Replace Siri!</a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card" style="width: 18rem;">
<a href="https://robert1kowalski.github.io/Project-1/" target="_blank">
<img
src="https://images.unsplash.com/photo-1508609540374-67d1601ba520?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=932&q=80"
class="card-img-top myfade" alt="img">
</a>
<div class="card-body">
<h5 class="card-title">Doggie Date</h5>
<p class="card-text">Plan a dog-friendly date with your best friend. Find local restaurants
that
allow your best friend to tag along and then get directions to the friendliest parks in
town.</p>
<a href="https://robert1kowalski.github.io/Project-1/" target="_blank"
class="btn btn-secondary cardbutton">Plan your dog-friendly day!</a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card" style="width: 18rem;">
<a href="https://arcane-savannah-87079.herokuapp.com/" target="_blank">
<img src="img\CookBook.png" class="card-img-top myfade" alt="img">
</a>
<div class="card-body">
<h5 class="card-title">Cook Book</h5>
<p class="card-text">Do you like cooking? The Cook Book allows you to browse for new recipes as
well as creating your own recipes and sharing them with world!</p>
<a href="https://arcane-savannah-87079.herokuapp.com/" target="_blank"
class="btn btn-secondary cardbutton">Cook Book</a>
</div>
</div>
</div>
<!-- <div class="col-lg-6 order-lg-1 my-auto showcase-text">
<h2>Fully Responsive Design</h2>
<p class="lead mb-0">When you use a theme created by Start Bootstrap, you know that the theme will look great
on any device, whether it's a phone, tablet, or desktop the page will behave responsively!</p>
</div> -->
</div>
</div>
</section>
<!-- Testimonials -->
<!-- <section class="testimonials text-center bg-light">
<div class="container">
<h2 class="mb-5">Featured Projects</h2>
<div class="row">
<div class="col-lg-4">
<div class="testimonial-item mx-auto mb-5 mb-lg-0">
<a href="https://github.com/dagamo94/liri-node-app" target="_blank">
<img class="img-fluid rounded-circle mb-3 myfade"
src="https://github.com/dagamo94/liri-node-app/raw/master/screenshots/movie-1.png" alt="">
</a>
<h5>Liri Bot</h5>
<p class="font-weight-light mb-0">Is using Siri too basic for you? Worry no more! Liri Bot will run from the
CLI and execute tasks any programmer would die for while coding. Look up movie song, and
concert info directly from the CLI.</p>
<a href="https://github.com/dagamo94/liri-node-app" target="_blank"
class="btn btn-secondary cardbutton">Replace Siri!</a>
</div>
</div>
<div class="col-lg-4">
<div class="testimonial-item mx-auto mb-5 mb-lg-0">
<a href="https://robert1kowalski.github.io/Project-1/" target="_blank">
<img class="img-fluid rounded-circle mb-3 myfade"
src="https://images.unsplash.com/photo-1508609540374-67d1601ba520?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=932&q=80"
alt="">
</a>
<h5>Doggie Date</h5>
<p class="font-weight-light mb-0">Plan a dog-friendly date with your best friend. Find local restaurants
that
allow your best friend to tag along and then get directions to the friendliest parks in
town.</p>
<a href="https://robert1kowalski.github.io/Project-1/" target="_blank"
class="btn btn-secondary cardbutton">Plan your dog-friendly day!</a>
</div>
</div>
<div class="col-lg-4">
<div class="testimonial-item mx-auto mb-5 mb-lg-0">
<a href="https://arcane-savannah-87079.herokuapp.com/" target="_blank">
<img class="img-fluid rounded-circle mb-3 myfade" src="img\CookBook.png" alt="">
</a>
<h5>Cook Book</h5>
<p class="font-weight-light mb-0">Do you like cooking? The Cook Book allows you to browse for new recipes as
well as creating your own recipes and sharing them with world!</p>
</div>
</div>
</div>
</div>
</section> -->
<!-- Footer -->
<footer class="footer bg-dark">
<!-- Call to Action -->
<section class="call-to-action text-white text-center">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-xl-9 mx-auto">
<h2 class="mb-4">Let me build the applications you need.</h2>
</div>
<!-- <div class="col-md-10 col-lg-8 col-xl-7 mx-auto">
<form>
<div class="form-row">
<div class="col-12 col-md-9 mb-2 mb-md-0">
<input type="email" class="form-control form-control-lg" placeholder="Enter your email...">
</div>
<div class="col-12 col-md-3">
<button type="submit" class="btn btn-block btn-lg btn-warning">Sign up!</button>
</div>
</div>
</form>
</div> -->
</div>
</div>
</section>
<div class="container">
<div class="row">
<div class="col-lg-6 h-100 text-center text-lg-left my-auto">
<ul class="list-inline mb-2">
<li class="list-inline-item">
<a href="about.html">About</a>
</li>
<li class="list-inline-item">⋅</li>
<li class="list-inline-item">
<a href="contact.html">Contact</a>
</li>
<li class="list-inline-item">⋅</li>
<!-- <li class="list-inline-item">
<a href="#">Terms of Use</a>
</li>
<li class="list-inline-item">⋅</li>
<li class="list-inline-item">
<a href="#">Privacy Policy</a>
</li> -->
</ul>
<p class="text-muted small mb-4 mb-lg-0">© Daniel Garcia 2019. All Rights Reserved.</p>
</div>
<div class="col-lg-6 h-100 text-center text-lg-right my-auto">
<ul class="list-inline mb-0">
<li class="list-inline-item mr-3">
<a href="https://github.com/dagamo94" target="_blank">
<i class="fab fa-github fa-2x fa-fw"></i>
</a>
</li>
<!-- <li class="list-inline-item mr-3">
<a href="#">
<i class="fab fa-twitter-square fa-2x fa-fw"></i>
</a>
</li> -->
<li class="list-inline-item">
<a href="https://www.instagram.com/dan.grcia/" target="_blank">
<i class="fab fa-instagram fa-2x fa-fw"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script type="text/javascript" src="js/landing-page.js"></script>
</body>
</html>