-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (45 loc) · 3.07 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
<!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">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;500&display=swap" rel="stylesheet">
<title>Jackie Vazquez</title>
<link rel="stylesheet" href="style.css" />
</head>
<body id="main-background">
<header>
<nav>
<ul>
<li> <a href="#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="contact.html">Contact</a></li>
<li>
<button id="darkMode" onclick="toggleDarkMode()"> Dark Mode </button>
</li>
</ul>
</nav>
</header>
<h1>
Jackie Vazquez
</h1>
<section id= "intro">
<h2 id= "titles" class="subheadings">Educator | Softwear Engineer 👩🏽💻</h2>
<img src="images/Jackie.jpeg" alt= "picture of Jackie" id="intro-image">
</section>
<p id= "about-me-para">Hello! My name is Jackie, I am an aspiring engineer out of the Dallas area. I have a background in education, and am excited to grow in the field of web development. I am part of the G{Code} house cohort, which connects women of color to opportinities in the technology sector. Join me on my journey to become a web developer! </p>
<h3 id="about">About Me</h3>
<p> I was born in a beautiful port city in Michoacan, Mexico called Lazaro Cardenaz. I moved to Phoenix, Arizona with my family when I was 5 years old. If you love tacos and hiking, I highly recomend a visit. I am DACAmented, which means my educational journey had many ups and downs, but I had the privilage of graduating college with the support of my family and friends. </p>
<h4> Career</h4>
<p> I joined Teach For America after college, and moved to the Dallas-Fort Worth area to start my teaching career. I've been in the classroom teaching 5th graders for a few years. This has been a challenging and rewarding experiance, but I am ready for a new challenge where I can continue to grow. I am currently learning web develpment through G{Code} and #100Devs, and am excited, confused, and tired all at the same time, but it definately worth it! I've learned so much in just a couple of weeks. I can't wait to see where I'll be in a year!
</p>
<h4>Hobbies</h4>
<p>Some of my hobbies include dancing, cooking, being a plant mom, and I recently discovered karaoke which now I love, try it if you haven't yet. I also love spending my time watching New Girl, its hard finding a new show when that one is amazing! I'm also a bit of a Mexican food connoisseur, so if you have any recomendations in the Dallas area, send them my way! So happy to meet you! Let's continue on this coding journey. </p>
<script src="main.js"></script>
</body>
</body>
</html>