-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
204 lines (185 loc) · 9.73 KB
/
index.html
File metadata and controls
204 lines (185 loc) · 9.73 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Jennifer Cobb's Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--Bootstrap CDNs-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<!--Bootstrap CDNs-->
<!-- Font Awesome icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--Google Fonts-->
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
<script src="scroll.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</head>
<body>
<!--Jumbotron-->
<div class="jumbotron parallax">
<div id="header">
<h1 class="display-4" id="jumboName">Jennifer Cobb</h1>
<p class="lead">Full-Stack Web Developer</p>
</div>
<!-- Navbar-->
<nav class="navbar navbar-light navbar-expand-md bg-faded justify-content-center">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsingNavbar3">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse w-100" id="collapsingNavbar3">
<ul class="nav navbar-nav ml-auto w-100 justify-content-end">
<li class="nav-item">
<a class="nav-link" id="nav-text" href="#aboutSection">About</a>
</li>
<li class="nav-item">
<a class="nav-link" id="nav-text" href="#portfolioSection">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" id="nav-text" href="#contactSection">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
<!--About Section-->
<div class="container" id="aboutSection">
<div class="row">
<h1 id="subheading">About Me</h1>
</div>
<div class="row">
<div class="col-12">
<img id="picture" class="img-thumbnail" src="images/jenn.jpg" alt="Photo of Jennifer">
<div id="aboutText"> I’m currently a student in University of Central Florida's Coding Bootcamp for Full-Stack Web Development.
I'm seeking a full-time position in either front-end or full-stack. I'm also open to contract work. I
have five years of various work experience, including environmental consulting and teaching. My diverse
background has allowed me to strengthen many skills including collaboration, leadership, and organization.
My strong attention to detail makes me a great candidate for a developer position. See below for my portfolio
and my contact information!
<br>
<hr>
<strong>Skills: </strong>HTML5, CSS, Javascript, JQuery, Node.JS, MySQL, Wordpress
</div>
</div>
</div>
</div>
<!--Portfolio Section-->
<div class="jumbotron2 jumbotron-fluid parallax" id="portfolioSection">
<div id="header">
<h1 class="display-4">My Work</h1>
</div>
</div>
<div class="container" id="carouselContainer">
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<!--Carousel 1 Garden Hub-->
<div class="carousel-item active">
<a href="https://jcobb27.github.io/GardenHub/" target="_blank">
<img class="d-block w-100" src="images/GH screenshot2.png" alt="First slide">
</a>
<div class="carousel-caption d-none d-md-block" id="CCcaption">
<p>Team project built using HTML, CSS, JS, JQuery, and Bootstrap. Provides soil data at an address using
Google Maps API and Rest SoilGrids API. Provides planting recommendations based on soil information.</p>
<a href="https://github.com/Jcobb27/GardenHub" target="_blank">
<button type="button" class="btn btn-info">Link to Github Repository</button>
</a>
</div>
</div>
<!--Carousel 2 Coffee Shop-->
<div class="carousel-item">
<a href="https://jcobb27.github.io/coffee-shop/" target="_blank">
<img class="d-block w-100" src="images/coffee screenshot.PNG" alt="Second slide">
</a>
<div class="carousel-caption d-none d-md-block" id="CCcaption">
<p>Coffee shop website created using HTML, CSS, Bootstrap, and JQuery.</p>
<a href="https://github.com/Jcobb27/coffee-shop" target="_blank">
<button type="button" class="btn btn-info">Link to Github Repository</button>
</a>
</div>
</div>
<!--Carousel 3 Trivia-->
<div class="carousel-item">
<a href="https://jcobb27.github.io/TriviaGame/" target="_blank">
<img class="d-block w-100" src="images/trivia screenshot2.PNG" alt="Third slide">
</a>
<div class="carousel-caption d-none d-md-block" id="CCcaption">
<p>Built using HTML, CSS, Bootstrap, JQuery, and Javascript. Answer the 10 trivia questions about outer
space before the time runs out! (120 Seconds).</p>
<a href="https://github.com/Jcobb27/TriviaGame" target="_blank">
<button type="button" class="btn btn-info">Link to Github Repository</button>
</a>
</div>
</div>
<!--Carousel 4 Crystals-->
<div class="carousel-item">
<a href="https://jcobb27.github.io/unit-4-game/" target="_blank">
<img class="d-block w-100" src="images/CC screenshot.PNG" alt="Second slide">
</a>
<div class="carousel-caption d-none d-md-block" id="CCcaption">
<p>Crystals Collector Game created using HTML, CSS, Bootstrap, Javascript, and JQuery.</p>
<a href="https://github.com/Jcobb27/unit-4-game" target="_blank">
<button type="button" class="btn btn-info">Link to Github Repository</button>
</a>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<!--Contact Section-->
<div class="jumbotron2 jumbotron-fluid parallax" id="contactSection">
<div id="header">
<h1 class="display-4">Get in Touch</h1>
</div>
</div>
<div class="container">
<div class="container" id="contactInfo">
<div class="row">
<div class="col-xs-6 col-md-3 offset-md-3">
<h3>Email</h3>
<p>
<a href="mailto:jenn.cobb.m@gmail.com" target="_top">Jenn.cobb.m@gmail.com</a>
</p>
</div>
<div class="col-xs-6 col-md-3 offset-md-2">
<a class="nav-link" href="https://github.com/Jcobb27" target="_blank">
<i class="fa fa-github"></i>
</a>
</div>
</div>
<div class="row">
<div class="col-xs-6 col-md-3 offset-md-3">
<h3>Phone Number</h3>
<p>(901) 268-2761</p>
</div>
<div class="col-xs-6 col-md-3 offset-md-2">
<a class="nav-link" href="https://www.linkedin.com/in/jennifer-cobb-92a28065" target="_blank">
<i class="fa fa-linkedin"></i>
</a>
</div>
</div>
</div>
</div>
<!--Footer-->
<footer class="footer">
<div class="container">
<span>Designed and Developed by Jennifer Cobb</span>
</div>
</footer>
</body>
</html>