-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (43 loc) · 2.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>About Me - Julie Hoffman</title>
<link rel="stylesheet" type="text/css" href="assets/css/reset.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header id="masthead">
<div class="container">
<a href="index.html" id="logo">Julie Hoffman</a>
<nav>
<a href="index.html">About Me</a>
<a href="portfolio.html">Portfolio</a>
<a href="contact.html">Contact</a>
</nav>
</div>
</header>
<div id="main-container" class="container">
<section class="main-section">
<h1>About Me</h1>
<a href="https://www.github.com/JulieH2016" target="_blank"><img src="assets/images/JH_CloseUp.png" class="auth-image" alt="Julie Hoffman"></a>
<p>I feel proud to be a UCF Bootcamp Student as this Continuing Education Program is an awesome opportunity for me to finally work full time in the field of technology. I realized that this particular program - conducted by an outstanding University and Sponsors was right for me after speaking to the Student Success Manager. And I knew this was the right time to enroll as I was layed off my job that same afternoon...Time to open a new door!</p>
<p>Full Stack Web Development appeals to all of the things that I like and skills that I can build on from past experiences: individual accomplishment achieved in part, by collaborating with co-workers, internal and external customer interaction, organization, planning, creativity and resourcefulness.</p>
</section>
<section class="sidebar">
<div id="connect">
<h2>Connect with Me</h2>
<a href="https://www.github.com/JulieH2016" target="_blank"><img src="assets/images/github-128.png" class="social" alt="Github"></a>
<a href="https://www.linkedin.com/in/julie-hoffman-40914b6b" target="_blank"><img src="assets/images/linkedin-128.png" class="social" alt="LinkedIn"></a>
<a href="http://stackoverflow.com/users/6820031/jhoffman?tab=profile" target="_blank"><img src="assets/images/stackoverflow-128.png" class="social" alt="Stack Overflow"></a>
</div>
</section>
</div>
<footer>
<div class="container">
© Copyright 2016 Julie Hoffman
</div>
</footer>
</body>
</html>