-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
211 lines (210 loc) · 12.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Brittany Servent | Portfolio</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Quantico:ital@1&display=swap" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/main.css" type="text/css">
<script defer src="scripts/app.js"></script>
</head>
<body>
<div id="header" class="cover-container d-inline-block w-100 h-100 p-3 mx-auto flex-column">
<header class="masthead mb-auto">
<div class="inner">
<div class="slogan">
<h2>Hello! I am <b style="background-color:rgb(231, 136, 151); color: #F6FAFA">BRITTANY. JEAN. SERVENT.</b>
<span
class="txt-rotate"
data-period="2000"
data-rotate='[ "I am a Full-Stack Software Engineer.", "With a knack for design.", "Go ahead! Take a peek at my projects." ]'></span>
</h2>
</div>
<nav class="nav nav-masthead justify-content-center" >
<div class="nav">
<a id="nav" class="nav-link active" href="#projects">Projects</a>
</div>
<div>
<a id="nav"class="nav-link" href="#about">About</a>
</div>
<div>
<a class="nav-link" href="#contact" href="#poster">Contact</a>
</div>
</nav>
</div>
</header>
<main role="main" class="inner cover">
<div class="hero">
<div class="image-container">
<img class="trapeze" src="images/circus2.png" alt="photo">
</div>
</div>
</main>
<main role="main" class="inner cover">
<div class="projects">
<div class="project-header">
<h1 id="projects">PROJECTS</h1></a>
</div>
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="card h-100">
<img class="project-img" src="images/wayfarer.png" class="card-img-top" alt="project">
<div class="card-body">
<h5 id="card" class="card-title">Wayfarer</h5>
<p id="card" class="card-text">Interactive traveling blog to post articles and learn from other user's experiences. Exploring Odyssey also offers an internal API hosting 60+ destinations including travel tips and important info before you next vacation!</p>
</div>
<div class="card-footer">
<small id="card" class="text-muted">Technologies:
Python,
Django,
PostGreSQL,
CrispyForms, and
Bootstrap4</small>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img class="project-img" src="images/monkey_mind.png" class="card-img-top" alt="project">
<div class="card-body">
<h5 id="card" class="card-title">Monkey. Mind.</h5>
<p id="card" class="card-text">This is an interactive meditation website geared to the fast pace professionals looking to tame their monkey mind. This app's features will help individuals focus, relax, and improve overall well-being.</p>
</div>
<div class="card-footer">
<small id="card" class="text-muted">Technologies:
Python,
Django,
PostGreSQL, and
Bootstrap4</small>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img class="project-img" src="images/ylb.png" class="card-img-top" alt="project">
<div class="card-body">
<h5 id="card" class="card-title">YLB</h5>
<p id="card" class="card-text">Your Local Business application was made for communities who want to promote local business in their area. This platform helps businesses and community members stay connected.</p>
</div>
<div class="card-footer">
<small id="card" class="text-muted">Technologies:
Express,
Mongoose,
MongoDB, and
Node.js</small>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<a target="_blank" href="https://bservent.github.io/Tomagotchi2/"><img class="project-img" src="images/zenblock.png" class="card-img-top" alt="project">
<div class="card-body">
<h5 id="card" class="card-title">Zenblock</h5>
<p id="card" class="card-text">Zenblock was created for individuals who want the experience of owning their own pet without all the hassle. It is an interactive game focused on the health and wellbeing of the user and pet!</p></a>
</div>
<div class="card-footer">
<small id="card" class="text-muted">Technologies:
JavaScript,
JQuery,
HTML,
CSS, and
GIPHY</small>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<a target="_blank" href="https://bservent.github.io/Firefly_Battle/"><img class="project-img" src="images/firefly.png" class="card-img-top" alt="project">
<div class="card-body">
<h5 id="card" class="card-title">FireFly</h5>
<p id="card" class="card-text">This is an interactive console game between six alien ships and the Firefly. The Firefly will try and take on all six ships to win or will retreat and lose the battle. User will start game by clicking on "start-battle" button. </p></a>
</div>
<div class="card-footer">
<small id="card" class="text-muted">Technologies:
JavaScript,
HTML, and
CSS
</small>
</div>
</div>
</div>
</div>
</div>
</main>
<main role="main" class="inner cover">
<div class="about" id="about">
<div class="image-container">
<img class="poster" src="images/brittflyer.png" alt="photo">
</div>
</div>
</main>
<main role="main" class="inner cover">
<div class="contact">
<div class="image-container">
<img class="logo" src="images/contact.png" alt="photo">
</div>
<div class="container">
<div id="row-contact" class="row">
<div id="contact" class="col-md-4 col-sm-6 col-xs-12">
<ul class="social-icons">
<li><a id="email" target="_blank" class="email" href="mailto:bservent@gmail.com"><img src="images/email.png" alt=""><i class="fa fa-email"></i></a></li>
<li><a id="linkedin" target="_blank" class="linkedin" href="https://www.linkedin.com/in/brittany-servent/"><img src="images/linkedin.png" alt=""><i class="fa fa-linkedin"></i></a></li>
<li><a id="github" target="_blank" class="github" href="https://github.com/bservent"><img src="images/github.png" alt=""><i class="fa fa-github"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</main>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-xs-6 col-md-3">
<img class="tent" src="images/tent.png" alt="circus">
</div>
<div class="col-sm-12 col-md-6">
<h6>Trapeze Facts</h6>
<p class="text-justify">The world’s first trapeze performance took place in Paris on November 12, 1859. On that date, Jules Léotard amazed the audience by swinging through the air on his new invention. The trapeze has been a staple of circus performances ever since. But Jules was not only the father of the flying trapeze, he also was the inspiration for the common tight fitting garment that we call a leotard today.</p>
</div>
<div class="col-xs-6 col-md-3">
<h6>Quick Links</h6>
<ul class="footer-links">
<li><a class="quick" target="_blank" href="mailto:bservent@gmail.com">Contact Me!</a></li>
<li><a class="quick" target="_blank" href="https://github.com/bservent">GitHub</a></li>
<li><a class="quick" target="_blank" href="https://www.linkedin.com/in/brittany-servent/">LinkedIn</a></li>
<li><a class="quick" target="_blank" href="resume.html">Resume</a></li>
</ul>
</div>
</div>
<hr>
</div>
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-6 col-xs-12">
<p class="copyright-text">2020 Magic & Design by
<a class="quick" target="_blank" href="mailto:bservent@gmail.com">Britt</a>.
</p>
<p class="copyright-text">Trapeze photos by the lovely
<a class="quick" target="_blank" href="https://cornicello.com">John Cornicello</a>.
</p>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<ul class="social-icons">
<li><a class="email" target="_blank" href="mailto:bservent@gmail.com"><img src="images/email.png" alt="email"><i class="fa fa-email"></i></a></li>
<li><a class="linkedin" target="_blank" href="https://www.linkedin.com/in/brittany-servent/"><img src="images/linkedin.png" alt="linkedin"><i class="fa fa-linkedin"></i></a></li>
<li><a class="github" target="_blank" href="https://github.com/bservent"><img src="images/github.png" alt="github"><i class="fa fa-github"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
</body>
</html>