-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
231 lines (208 loc) · 10.9 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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<!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="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Jekyll v3.8.5">
<title>Soup Kitchen</title>
<link rel="canonical" href="https://getbootstrap.com/docs/4.3/examples/carousel/">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<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>
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<!-- Custom styles for this template -->
<link href="carousel.css" rel="stylesheet">
</head>
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<a class="navbar-brand" href="#">Soup Kitchen</a>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="https://gratzi.soupkitchen.dev">Gratzi <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Astro</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Tower Tappers</a>
</li>
</ul>
</div>
<img class="featurette-image img-fluid mx-auto float-right logo" width="48" height="48" src="https://user-images.githubusercontent.com/25086506/59958034-f5ebf480-9465-11e9-9dbb-68573f411853.png"
preserveAspectRatio="xMidYMid slice" focusable="false" role="img"></img>
</nav>
</header>
<main role="main">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://user-images.githubusercontent.com/25086506/59958033-eff61380-9465-11e9-9028-6bcb194fe97a.png" height="100%" preserveAspectRatio="xMidYMid slice" focusable="false" role="img">
<rect width="100%" height="100%" fill="#777" /></img>
<div class="container">
<div class="carousel-caption text-left">
<h1>Creative.</h1>
<p>We do a lot of thinking at every stage of our creative process. The products we make are unique yet intuitive, built on a strong foundation of good design principles.</p>
<p></p>
</div>
</div>
</div>
<div class="carousel-item">
<img src="https://user-images.githubusercontent.com/25086506/59958037-fb493f00-9465-11e9-9c74-f478dbd8d64b.png" height="100%" preserveAspectRatio="xMidYMid slice" focusable="false" role="img">
<rect width="100%" height="100%" fill="#777" /></img>
<div class="container">
<div class="carousel-caption">
<h1>Persistant.</h1>
<p>When we encounter a bump in the road, we don’t slow down for a second. Pushing through the high highs and low lows of software development is the kind of journey that we enjoy (most of the time).</p>
<p></p>
</div>
</div>
</div>
<div class="carousel-item">
<img src="https://user-images.githubusercontent.com/25086506/59958029-ebc9f600-9465-11e9-9223-18f86308c370.png" height="100%" preserveAspectRatio="xMidYMid slice" focusable="false" role="img">
<rect width="100%" height="100%" fill="#777" /></img>
<div class="container">
<div class="carousel-caption text-right">
<h1>Life Learners.</h1>
<p>Each new project we tackle adds to our ever-growing skillset. Stepping out of our comfort zone into uncharted languages and frameworks has produced some of our greatest products.</p>
<p></p>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#myCarousel" 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="#myCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container marketing">
<h2 class="featurette-heading text-center">People</h2>
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-lg-6 text-center">
<img class="rounded-circle" width="140" height="140" src="https://user-images.githubusercontent.com/25086506/59958039-fe442f80-9465-11e9-8e08-be9f0676d188.jpeg" preserveAspectRatio="xMidYMid slice"
focusable="false" role="img" aria-label="Placeholder: 140x140">
<title>Placeholder</title>
<rect width="100%" height="100%" fill="#777" />
</img>
<h2>Samuel Chen</h2>
<p>Samuel Chen is currently studying computer science and mathematics at the University of California,
Berkeley. In his free time, he enjoys cooking dumplings and watching television. He has also spent an
unfortunate amount of time playing board games and knitting.</p>
<p>
<div class="btn-group" role="group" aria-label="Basic example">
<a class="btn btn-dark" href="https://github.com/samcschen" role="button">GitHub</a>
<a class="btn btn-dark" href="https://www.linkedin.com/in/samuel-c-319238139/" role="button">LinkedIn</a>
</div>
</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-6 text-center">
<img class="rounded-circle" width="140" height="140" src="https://user-images.githubusercontent.com/25086506/75202121-eed16080-572f-11ea-9058-a824036a2815.jpeg"
focusable="false" role="img" aria-label="Placeholder: 140x140">
<title>Placeholder</title>
<rect width="100%" height="100%" fill="#777" />
</img>
<h2>Jakob Braunschweiger</h2>
<p>Jakob is studying Computer Science and Mathematics at Washington University in St. Louis. In his free time
he loves being creative, backpacking, hammocking, and making things. He has aslo been known to enjoy the occasional
video game.</p>
<p>
<div class="btn-group" role="group" aria-label="Basic example">
<a class="btn btn-dark" href="https://github.com/jbraunschweiger" role="button">GitHub</a>
<a class="btn btn-dark" href="https://www.linkedin.com/in/jakob-braunschweiger-730389175/"" role="button">LinkedIn</a>
</div>
</p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
<hr class="featurette-divider">
<h2 class="featurette-heading">Projects</h2>
<div class="row">
<div class="col-lg-4">
<div class="card" style="width: 18rem;">
<img src="https://user-images.githubusercontent.com/25086506/59958031-ee2c5000-9465-11e9-966e-ffa97d771fd5.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Gratzi</h5>
<p class="card-text">Gratzi is a smart tip calculator. It uses a combination of research and ML to give
great suggestions.</p>
<a href="https://gratzi.soupkitchen.dev" class="btn btn-dark">Check it out</a>
</div>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<div class="card" style="width: 18rem;">
<img src="https://user-images.githubusercontent.com/25086506/59958026-e8cf0580-9465-11e9-93f5-de681d0c3a70.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Astro</h5>
<p class="card-text">A relaxing puzzle game for mobile devices. Immerse yourself in the beauty of the
night sky.</p>
<a href="astro.soupkitchen.dev" class="btn btn-dark">Check it out</a>
</div>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<div class="card" style="width: 18rem;">
<img src="https://user-images.githubusercontent.com/25086506/59958040-056b3d80-9466-11e9-8dcb-3a94a81981f8.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Tower Tappers</h5>
<p class="card-text">Own and manage your own skyscraper! A game and website we built for a client's
charity event.</p>
<a href="towertapper.soupkitchen.dev" class="btn btn-dark">Check it out</a>
</div>
</div>
</div><!-- /.col-lg-4 -->
</div>
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<!-- FOOTER -->
<footer class="container">
<p class="float-right"><a href="#">Back to top</a></p>
<p>© 2017-2019 Soup Kitchen Coding · <a href="#">Privacy</a> · <a href="#">Terms</a></p>
</footer>
</main>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="/docs/4.3/assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
<script src="/docs/4.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-xrRywqdh3PHs8keKZN+8zzc5TX0GRTLCcmivcbNJWm2rs5C8PRhcEn3czEjhAO9o"
crossorigin="anonymous"></script>
</body>
</html>