-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
174 lines (158 loc) · 6.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<!-- <link href="https://fonts.googleapis.com/css2?family=Prompt&display=swap" rel="stylesheet"> -->
<!-- <link href="https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap" rel="stylesheet"> -->
<link href="https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap" rel="stylesheet">
<!-- <link href="https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap" rel="stylesheet"> -->
<link href="https://fonts.googleapis.com/css2?family=Cabin&display=swap" rel="stylesheet">
<!-- Bootstrap CDN -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<!-- Add icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./assets/css/style.css" />
<title>Stephanie Portfolio</title>
</head>
<body>
<!-- <header> -->
<nav class="navbar sticky-top navbar-expand-md navbar-dark" id="navbar">
<!-- <a class="navbar-brand" href="#"></a> -->
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="index.html">About Me <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="skills.html">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="hello.html">Say Hello</a>
</li>
</ul>
</div>
</nav>
<!-- </header> -->
<main>
<div class="container-fluid">
<div class="row" id="main-row">
<div class="col-2" id="name-bar">
<div id="name">
<p>
S
</p>
<p>
T
</p>
<p>
E
</p>
<p>
P
</p>
<p>
H
</p>
<p>
A
</p>
<p>
N
</p>
<p>
I
</p>
<p>
E
</p>
<p id="bullet">
⚫️
</p>
<p>
G
</p>
<p>
I
</p>
<p>
E
</p>
<p>
L
</p>
</div>
</div>
<!-- start of about-me -->
<section class="col-8" id="about-me">
<h1>About Me</h1>
<div class="row justify-content-center" id="about-me-image">
<img src="./assets/images/stephanie-porfolio-pic.jpeg"
alt="Stephanie kneeling down with her dog by her side" />
</div>
<div class="row justify-content-center" id="about-me-text">
<div class="col-sm-12 col-lg-2"></div>
<div class="col-sm-12 col-lg-8">
<p>
My name is Stephanie Giel. I currently live in Phoenix, Arizona, and I am working
hard at becoming full-stack web developer through the University of Arizona's
coding bootcamp. <br>
</p>
<p> I graduated from Arizona State University with a Bachelor in Mathematics and a Masters in
Information Systems with an emphasis in Statistical Data Analysis. <br>
</p>
<p> I worked for 22 years for the Clinical Pharmacokinetics group of a pharmaceutical company
doing statistical programming and pharmacokinetic data analysis in SAS (a statistical programming
language) and writing scientific reports to be submitted to the FDA. <br>
</p>
<p>
My life took me in a different direction, though. I am currently working at a job with a
wonderful atmosphere and philosophy surrounded by people I enjoy, but I have found that I
miss coding.
</p>
<p>
My goal is to seek freelance work in website design and development.
</p>
</div>
<div class="col-sm-12 col-lg-2">
</div>
</div>
</section>
<!-- end of about-me -->
<!-- <section class="col-2"></section> -->
</div>
</div>
</main>
<footer class="container-fluid">
<div class="row">
<div class="col-2"></div>
<div class="col-8 justify-content-center" id="footer-col">
<p>Get in Touch  </p>
<div id="links">
<a href="mailto: familygiel@gmail.com/" target="_blank" class="fa fa-envelope"></a>
<a href="https://www.facebook.com/stephanie.giel/" target="_blank" class="fa fa-facebook"></a>
<a href="https://www.instagram.com/sgiel/" target="_blank" class="fa fa-instagram"></a>
<a href="https://www.linkedin.com/in/stephanie-giel-5a3ab61ba/" target="_blank" class="fa fa-linkedin"></a>
</div>
</div>
</div>
</footer>
<!-- for bootstrap -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<script src="./assets/js/script.js"></script>
</body>
</html>