-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
231 lines (173 loc) · 7.1 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>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#F15B22">
<!--Favicons-->
<link rel="apple-touch-icon" sizes="180x180" href="resources/ico/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="resources/ico/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="resources/ico/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!--End of Favicons-->
<!--Flickity CSS-->
<link rel="stylesheet" href="https://unpkg.com/flickity@2/dist/flickity.min.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous">
<!--Font Awesome CDN Link-->
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:400,700" rel="stylesheet">
<!--Our stylesheet.-->
<link rel="stylesheet" type="text/css" href="resources/css/styles.css">
<title>Shoot</title>
</head>
<body>
<nav class="navbar fixed-top navbar-expand-lg navbar-light">
<a class="navbar-brand" href="#"><img id="logo" src="resources/img/shootlogo.png"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button> <!--button for mobile view-->
<div class="collapse navbar-collapse justify-content-end" id="navbarNavDropdown">
<ul class="navbar-nav"> <!--list for navbar-->
<li class="nav-item">
<a class="nav-link nav-a" href="#">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link nav-a" href="../landingpage2/pages/ourstory.html">Our Story</a>
</li>
<li class="nav-item">
<a class="nav-link nav-a" href="../landingpage2/pages/presskit.html">Press Kit</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid">
<!--grid with 3 cols-->
<div class="row justify-content-center">
<div class="col-4"></div> <!--col1-->
<div class="col-4 text-center"> <!--col2-->
<div id="section1-p">
<h1>MEET.<br> BOOK.<br> SHOOT<br></h1>
</div>
<button class="btn button">LEARN MORE</button>
</div>
<div class="col-4 "></div> <!--col3-->
</div>
</div>
</div>
<br>
<div class="section2 container-fluid">
<div id="section1-p">
<p>Meet
<br> Photographers,
<br> Videographers,
<br> and other
<br> creatives across
<br> the internet</p>
</div>
</div>
<div class="section3 container-fluid">
<div id="section1-p">
<p>Book photoshoots
<br> for modeling,
<br> social media, or
<br> even just for fun! </p>
</div>
</div>
<div class="section4 container-fluid">
<div id="section1-p">
<p>
Plan your shoots.
<br> Compare options.
<br> Get your pictures.
<br> Review your experience.
<br>All in one website.
</p>
</div>
</div>
<!--We will be adding a quote slider
Quotes will be centered -->
<div class="section5 js-flickity" data-flickity-options='{ "wrapAround": true }'>
<div class="gallery-cell"><p> Magni nobis iste possimus perspiciatis, quisquam fuga nam excepturi officia architecto, earum illum aspernatur !</p></div>
<div class="gallery-cell"><p> Modi ut laudantium id voluptates rerum nam voluptas commodi, tempore eos? Deleniti distinctio alias sapiente.</p></div>
<div class="gallery-cell"><p> Aut ut, quae dolores libero ex at iste, quia soluta eum rem cum optio praesentium esse facere labore natus .</p></div>
<div class="gallery-cell"><p> Iure, natus expedita non, accusamus repudiandae corporis culpa amet quam dolores enim illum praesentium modi!</p></div>
<div class="gallery-cell"><p> Fuga maxime distinctio, corrupti dolor ex facilis at necessitatibus, repudiandae consequatur dolores quasi neque dicta?</p></div>
</div>
<div class="section6 container-fluid">
<div class="container text-center form">
<p>Want to be the one of the first to
<br> know when we're ready to
<br> launch?</p>
<form action="https://shootbeta.us12.list-manage.com/subscribe/post" method="POST">
<input placeholder="Enter your email" type="email" autocapitalize="off" autocorrect="off" name="MERGE0" id="MERGE0" size="25"
value="">
<input type="hidden" name="u" value="921c681ec7e9cef99573acccf">
<input type="hidden" name="id" value="036a2f6f4f">
<input type="hidden" name="orig-lang" value="1">
</form>
</div>
</div>
<div>
<footer class="row">
<div class="info col-4">
<img id="shootLogo" src="resources/img/logo-black.png" alt="Shoot Logo">
<p class="footer-p">
4750 Calhoun Road, Melcher Hall,
<br>Room 322, Houston, TX, 77204.
</p>
<p class="footer-p">
<a href="mailto:[email protected]" class="footer-link">[email protected]</a>
</p>
<div class="font-awesome">
<a href="https://www.instagram.com/shootupdates/?hl=en">
<i class="fab fa-instagram"></i>
</a>
<a href="https://twitter.com/ShootUpdates?lang=en">
<i class="fab fa-twitter"></i>
</a>
<a href="https://medium.com/shootmagazine">
<i class="fab fa-medium"></i>
</a>
</div>
</div>
<div class="col-4 footer-p" id="copyright">
<div><span>© Shoot Technology, Inc 2018</span></div>
</div>
<div class="bottom-bar col-4 footer-p">
<ul class="bottom">
<li>
<a href="#" class="bottom_links">Home</a>
</li>
<li>
<a href="../landingpage2/pages/ourstory.html" class="bottom_links">Our Story</a>
</li>
<li>
<a href="../landingpage2/pages/staff.html" class="bottom_links">The Team</a>
</li>
<li>
<a href="../landingpage2/pages/presskit.html" class="bottom_links">Press Kit</a>
</li>
</ul>
</div>
</footer>
</div>
<!--Scripts-->
<!--jquery script-->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<!--popper js 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>
<!--bootstrap script-->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<!--flickity js script-->
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
</body>
</html>