forked from StartBootstrap/startbootstrap-grayscale
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
245 lines (207 loc) · 10.3 KB
/
index.html
File metadata and controls
245 lines (207 loc) · 10.3 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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Grayscale - Start Bootstrap Theme</title>
<!-- Hi! My name's Jack! Thanks for checking out the source code behind this. I'm just using a template, but it's a good one. Right? -->
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/grayscale.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Intro</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead">
<div class="container d-flex h-100 align-items-center">
<div class="mx-auto text-center">
<h1 class="mx-auto my-0 text-uppercase">'Jack' John Jerome Bogart</h1>
<h2 class="text-white-50 mx-auto mt-2 mb-5">I’m at General Assembly, a 3 month full stack web development course.
I maintain a lifelong learning approach to develop streamlined solutions to complex problems.
With my background as a laborer, I combine my ability to hustle with my need to be efficient and time saving in my day to day life.
I hope to give back to the community and everything I do is to put myself in a better position to do that</h2>
<a href="#about" class="btn btn-primary js-scroll-trigger">Learn More</a>
</div>
</div>
</header>
<!-- About Section -->
<section id="about" class="about-section text-center" style='background-image: linear-gradient(to top, rgba(0,0,0,.9), rgba(0,0,0,.25)), url(img/me1.jpg); background-size: 100% auto'>
<div class="container">
<div class="row">
<div class="col-lg-12 mx-auto">
<h2 class="text-white mb-4">Built in Cleveland, infused with passion</h2>
<p class="text-white"> Growing up, I always loved the amazing impact of tech/innovation on the world <br/>
I started coding at the age of 15 and have kept broadening my skills ever since! <br/>
I'm extremely excited to start a career in web development and put my skills to use. <br/>
I want to have a direct impact on the amazing world that surrounds me, especially the Denver Community.<br/>
</p>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="projects-section bg-light">
<divHere's my first project from General Assembly! Conway's Game of Life. It's a really interesting and fun game to play, and I'm pretty proud of this. Feel free to check it out and offer me some advice! I like to improve projects when I can class="container">
<!-- Featured Project Row -->
<div class="row align-items-center no-gutters mb-4 mb-lg-5">
<div class="col-xl-8 col-lg-7">
<a href='https://poll-pal.herokuapp.com/'><img class="img-fluid mb-3 mb-lg-0" src="img/Capture.PNG" alt=""></a>
</div>
<div class="col-xl-4 col-lg-5">
<div class="featured-text text-center text-lg-left">
<h4>Poll Pall</h4>
<p class="text-black-50 mb-0">Continuing my obsession with collecting public opinion, this pulls from a api to get voting issues for a given area and allow the user to plan their vote. Uses MERN + Redux</p>
</div>
</div>
</div>
<div class="row align-items-center no-gutters mb-4 mb-lg-5">
<div class="col-xl-8 col-lg-7">
<a href='https://cryptic-stream-11764.herokuapp.com/private'><img class="img-fluid mb-3 mb-lg-0" src="img/Capture2.PNG" alt=""></a>
</div>
<div class="col-xl-4 col-lg-5">
<div class="featured-text text-center text-lg-left">
<h4>Votex</h4>
<p class="text-black-50 mb-0">A simple poll aggregator, allowing users to collect public opinion and hold the results of the poll. Built using the MERN Stack and redux as an added bonus. </p>
</div>
</div>
</div>
<div class="row align-items-center no-gutters mb-4 mb-lg-5">
<div class="col-xl-8 col-lg-7">
<a href='projects/conways/conways.html'><img class="img-fluid mb-3 mb-lg-0" src="img/Conways.PNG" alt=""></a>
</div>
<div class="col-xl-4 col-lg-5">
<div class="featured-text text-center text-lg-left">
<h4>Conway's Game Of Rave</h4>
<p class="text-black-50 mb-0">Here's my first project from General Assembly! Conway's Game of Life. It's a really interesting and fun game to play, and I'm pretty proud of this. Feel free to check it out and offer me some advice! I like to improve projects when I can</p>
</div>
</div>
</div>
<!-- Project One Row -->
<div class="row justify-content-center no-gutters mb-5 mb-lg-0">
<div class="col-lg-6">
<a href ='projects/tamagotchi/tamagotchi.html'><img class="img-fluid" src="img/tamagotchi.PNG" alt=""></a>
</div>
<div class="col-lg-6">
<div class="bg-black text-center h-100 project">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-left">
<h4 class="text-white">Tamagotchi</h4>
<p class="mb-0 text-white-50">A simply tamagotchi side project we made in class. really ugly right now! Don't judge, it'll get better!</p>
<hr class="d-none d-lg-block mb-0 ml-0">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- comment this out because i don't need it now but may later
<section id="signup" class="signup-section">
<div class="container">
<div class="row">
<div class="col-md-10 col-lg-8 mx-auto text-center">
<i class="far fa-paper-plane fa-2x mb-2 text-white"></i>
<h2 class="text-white mb-5">Subscribe to receive updates!</h2>
<form class="form-inline d-flex">
<input type="email" class="form-control flex-fill mr-0 mr-sm-2 mb-3 mb-sm-0" id="inputEmail" placeholder="Enter email address...">
<button type="submit" class="btn btn-primary mx-auto">Subscribe</button>
</form>
</div>
</div>
</div>
</section>
-->
<!-- Contact Section -->
<section class="contact-section bg-black" id='contact'>
<div class="container">
<div class="row">
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-map-marked-alt text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Currently in:</h4>
<hr class="my-4">
<div class="small text-black-50">Arvada, Co</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-envelope text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Email</h4>
<hr class="my-4">
<div class="small text-black-50">
<a href="#">johnjackbogart@gmail.com</a>
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-mobile-alt text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Give me a ring!</h4>
<hr class="my-4">
<div class="small text-black-50">+1 (440) - 829 - 8053</div>
</div>
</div>
</div>
</div>
<div class="social d-flex justify-content-center">
<a href="https://twitter.com/bogartjohnjack" class="mx-2">
<i class="fab fa-twitter"></i>
</a>
<a href="https://www.linkedin.com/in/john-jack-bogart/" class="mx-2">
<i class="fab fa-linkedin" aria-hidden ='true'></i>
</a>
<a href="https://github.com/bogartjack" class="mx-2">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-black small text-center text-white-50">
<div class="container">
Thanks for checking me out! Get in contact and let me know what you think!
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/grayscale.min.js"></script>
</body>
</html>