-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
34 lines (33 loc) · 1.87 KB
/
about.html
File metadata and controls
34 lines (33 loc) · 1.87 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Kristin Dragos About Me</title>
<link href='http://fonts.googleapis.com/css?family=Pacifico|Vollkorn' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="styles/normalize.css">
<link rel="stylesheet" href="styles/styles.css">
<script src="http://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/handlebars.js/2.0.0/handlebars.js"></script>
<script src="scripts/main.js"></script>
</head>
<body>
<header>
<h1>Kristin Dragos</h1>
<nav>
<a href="/">Home</a>
<a href="">Previous Projects</a>
<a href="">Experience and Education</a>
<a href="about.html">About</a>
<a href="">Contact Me</a>
</nav>
</header>
<main>
<div class="bio">
<h2>About Me</h2>
<img src="images/profilepic.png" alt="Kristin Dragos">
<p>I grew up in Illinois and only recently moved to Arizona. I'm married to an amazing guy and have a son. I have a BA in English from Western Illinois University. Recently, I discovered my desire to turn my love of technology into a career.</p>
<p>In my previous life, I was a cosmetologist for 6 years and a teacher. I taught 4th and 5th grade students, as well as held various tutoring positions. In each of these roles I strived to bring technology into the classroom to individualize my teaching and engage my students. At the schools where I taught, I started and supervised a computer coding club for 5th graders that used Scratch from MIT, and supervised a FIRST Lego Robotics League for middle school students. It is through these clubs that I realized I wanted to do more with technology. In January 2015, I made the decision to attend Rockit Bootcamp in Tempe, Arizona. This 12 week immersive course had me working 40-60 hours per week on learning and practicing web development skills.</p>
</div>
</main>
</body>
</html>