-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
367 lines (313 loc) · 16.3 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
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
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
<!DOCTYPE html>
<html lang="en">
<head>
<title>Maria's Portfolio</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Linked CSS File -->
<link rel="stylesheet" href="style.css">
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome for resume section cards -->
<script src="https://kit.fontawesome.com/31149d48b0.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- navbar section-->
<nav class="navbar navbar-expand-lg fixed-top navbar-dark bg-dark fs-5 fw-bold fst-italic navbarScroll">
<div class="container">
<a class="navbar-brand" href="#">M a r i a</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-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 ms-auto">
<li class="nav-item active">
<a class="nav-link" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#resume">Resume</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- main banner section -->
<section class="bgimage" id="home">
<div class="block" id="stars"></div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hero-text">
<h2 class="hero_title">Welcome in!<span class="wave">👋</span>
<br>
</h2>
<!-- <h2 class="glowIntro">Maria Arteaga's Portfolio</h2> -->
<div class="text-animation">
<h1>Maria Arteaga's Portfolio</h1>
</div>
<br>
<br>
<br>
<br>
<br>
<h2 class="hero_desc">Scroll down to learn more!</h2>
<section class="box">
<span></span>
<span></span>
<span></span>
</section>
</div>
</div>
</section>
<!-- about section-->
<section id="about">
<div class="container mt-4 pt-4">
<h1 class="text-center">About Maria</h1>
<div class="row mt-4">
<div class="col-lg-4">
<img src="./about.jpeg" class="imageAboutPage" alt="">
</div>
<div class="col-lg-8">
<p> ⭐ Maria was born in California and raised in Austin, Texas for the majority of her life. She
currently works for an Online Digital Advertising Company headquartered in San Francisco. Her
expertise is centered on SaaS Start-up environments, Customer Service, and Global Professional
Consulting Company projects.
</p>
<div class="row mt-3">
<div class="col-md-6">
<ul>
<li>Name: Maria Arteaga</li>
<li>Studying: Full Stack Web Development</li>
<li>Hobbies: Latte Art, Hiking, Volunteering, Running, Languages, Photography,
Multicultural Foodie
</li>
</ul>
</div>
<div class="col-md-6">
<ul>
<li>Favorite Quote: "Believe you can and you're halfway there."
- Theodore Roosevelt</li>
<li>Spirit Animal: Owl</li>
<li>Languages: English, Spanish, French</li>
</ul>
</div>
</div>
<div class="row mt-3">
<p> ⭐ Maria is fueled by her passion for understanding the nuances of Web Development. She
considers herself a "life-long learner," eager to learn the foundations of Full Stack Web
Development. She stays in tune with the latest software and technologies through continued
coursework and professional development.
</p>
</div>
</div>
</div>
</section>
<!-- Resume Section-->
<section id="resume">
<br>
<br>
<br>
<br>
<div class="container">
<h1 class="text-center" id="res">Resume</h1>
<div class="row">
<div class="col-lg-4 mt-4">
<div class="card servicesText">
<div class="card-body">
<i class="fas servicesIcon fa-star"></i>
<i class="fas servicesIcon fa-star"></i>
<i class="fas servicesIcon fa-star"></i>
<i class="fas servicesIcon fa-star"></i>
<i class="fas servicesIcon fa-star"></i>
</div>
</div>
</div>
<div class="col-lg-4 mt-4">
<div class="card servicesText">
<div class="card-body text-center">
<i class='fas servicesIcon fa-layer-group'></i>
<h4 class="card-title mt-3">Resume</h4>
<p class="card-text mt-3">Click on the button below to access resume!
</p>
<a href="./resume.html" target="_blank" class="btn btn-primary">Resume</a>
</div>
</div>
</div>
<div class="col-lg-4 mt-4">
<div class="card servicesText">
<div class="card-body">
<i class="fas servicesIcon fa-star"></i>
<i class="fas servicesIcon fa-star"></i>
<i class="fas servicesIcon fa-star"></i>
<i class="fas servicesIcon fa-star"></i>
<i class="fas servicesIcon fa-star"></i>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Portfolio section-->
<section id="skills">
<div class="container mt-3">
<h1 class="text-center">Portfolio</h1>
<div class="row">
<div class="col-lg-4 mt-4">
<div class="card portfolioContent ">
<img class="card-img-top" src="./portfolioImage1.png" alt="Card image" style="width:100%;">
<div class="card-body">
<h4 class="card-title">NASA Contact Page</h4>
<p class="card-text">Designed a NASA Contact page utilizing HTML & CSS- Display Flex and the
Box Model.</p>
<div class="text-center">
<a href="https://artjmaria.github.io/NASA_page/" target="_blank"
class="btn btn-success">Deployment</a>
<a href="https://github.com/artjmaria/NASA_page" target="_blank"
class="btn btn-success">Source Code</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mt-4">
<div class="card portfolioContent">
<img class="card-img-top" src="./portfolioImage2.png" alt="Card image" style="width:100%">
<div class="card-body">
<h4 class="card-title">Responsive Website</h4>
<p class="card-text">Applied CSS Grid-Template-Areas & Media Queries to design a responsive
website. </p>
<div class="text-center">
<a href="https://artjmaria.github.io/First-Responsive-Website/" target="_blank"
class="btn btn-success">Deployment</a>
<a href="https://github.com/artjmaria/First-Responsive-Website" target="_blank"
class="btn btn-success">Source Code</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mt-4">
<div class="card portfolioContent">
<img class="card-img-top" src="./portfolioImage3.png" alt="Card image" style="width:100% ">
<div class="card-body">
<h4 class="card-title">Calculator App</h4>
<p class="card-text">Developed a simple calculator app using HTML, CSS, & Javascript. </p>
<div class="text-center">
<a href="https://artjmaria.github.io/calculator-app-101/" target="_blank"
class="btn btn-success">Deployment</a>
<a href="https://github.com/artjmaria/calculator-app-101" target="_blank"
class="btn btn-success">Source Code</a>
</div>
</div>
</div>
</div>
</div>
<br>
<div class="row">
<div class="col-lg-4 mt-4">
<div class="card portfolioContent">
<img class="card-img-top" src="./portfolioImage4.png" alt="Card image" style="width:100%">
<div class="card-body">
<h4 class="card-title">Responsive Business Website</h4>
<p class="card-text">Professional Business responsive website designed using HTML, CSS, &
Media Queries.</p>
<div class="text-center">
<a href="https://artjmaria.github.io/hairSalonWebsite/" target="_blank"
class="btn btn-success">Deployment</a>
<a href="https://github.com/artjmaria/hairSalonWebsite" target="_blank"
class="btn btn-success">Source Code</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mt-4">
<div class="card portfolioContent">
<img class="card-img-top" src="./portfolioImage5.png" alt="Card image" style="width:100%">
<div class="card-body">
<h4 class="card-title">Tic-tac-toe Game</h4>
<p class="card-text">A Tic-tac-toe Game built with HTML, CSS, & Javascript.</p>
<div class="text-center">
<a href="https://artjmaria.github.io/TicTacToe-101/" target="_blank"
class="btn btn-success">Deployment</a>
<a href="https://github.com/artjmaria/TicTacToe-101" target="_blank"
class="btn btn-success">Source Code</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mt-4">
<div class="card portfolioContent">
<img class="card-img-top" src="./portfolioImage6.png" alt="Card image" style="width:100%">
<div class="card-body">
<h4 class="card-title">To-Do List</h4>
<p class="card-text">To-Do List that utilizes the Fetch API to interact with APIs outside of
the browser.</p>
<div class="text-center">
<a href="https://artjmaria.github.io/Dummy-Data-Todo-List/" target="_blank"
class="btn btn-success">Deployment</a>
<a href="https://github.com/artjmaria/Dummy-Data-Todo-List" target="_blank"
class="btn btn-success">Source Code</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact section-->
<section id="contact">
<div class="container mt-3 contactContent">
<h1 class="text-center">Contact Me!</h1>
<div class="row mt-4">
<div class="col-lg-6">
<!-- to edit google map goto https://www.embed-map.com type your location, generate html code and copy the html -->
<div style="max-width:100%;overflow:hidden;color:red;width:500px;height:500px;">
<div id="embedmap-canvas" style="height:100%; width:100%;max-width:100%;">
<iframe style="height:100%;width:100%;border:0;" frameborder="0"
src="https://www.google.com/maps/embed/v1/place?q=Austin,+TX,+USA&key=AIzaSyBFw0Qbyq9zTFTd-tUY6dZWTgaQzuU17R8">
</iframe>
</div>
<a class="googlemaps-html" href="https://www.embed-map.com"
id="get-data-forembedmap">https://www.embed-map.com</a>
</div>
</div>
<div class="col-lg-6">
<!-- form fields -->
<form>
<input type="text" class="form-control form-control-lg" placeholder="Name">
<input type="email" class="form-control mt-3" placeholder="Email">
<input type="text" class="form-control mt-3" placeholder="Subject">
<div class="mb-3 mt-3">
<textarea class="form-control" rows="5" id="comment" name="text"
placeholder="Details"></textarea>
</div>
</form>
<button type="button" class="btn btn-success mt-3">Contact Me!</button>
</div>
</div>
</div>
</section>
<!-- Footer section-->
<footer id="footer">
<div class="container-fluid">
<!-- social media icons -->
<div class="social-icons mt-4">
<a href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope"></i></a>
<a href="https://github.com/artjmaria" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/maria-arteaga-181ab31ab/" target="_blank"><i
class="fa fa-linkedin-square"></i></a>
<a href="https://medium.com/@artjmaria" target="_blank"><i class="fa fa-medium"></i></a>
</div>
</div>
</footer>
<!-- Javascript for responsive Navbar -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>