forked from robertrunstrails71/Want2Go
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
122 lines (113 loc) · 5.51 KB
/
index.html
File metadata and controls
122 lines (113 loc) · 5.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A layout example that shows off a responsive product landing page."> <title>Want2Go</title>
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/pure-min.css" integrity="sha384-oAOxQR6DkCoMliIh8yFnu25d7Eq/PHS21PClpwjOTeU2jRSq11vu66rf90/cZr47" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/grids-responsive-min.css">
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<script
src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Permanent+Marker&display=swap" rel="stylesheet">
</head>
</html>
<body>
<div class="header">
<div class="home-menu pure-menu pure-menu-horizontal pure-menu-fixed">
<a class="pure-menu-heading" href="">Want2Go</a>
<ul class="pure-menu-list pTop">
<li class="pure-menu-item pure-menu-selected heada" ><a href="#" class="pure-menu-link"></a></li>
</ul>
</div>
</div>
<div class="splash-container" style="background-image: url(assets/cityscape.jpg); height: 100%;" ></div>
<div class="splash ">
<h1 class="splash-head">Where do you want 2 go?</h1>
<p class="splash-subhead">
Made for those who want to go and do
</p>
<p>
<button class="pure-button pure-button-primary" id="get-Button">Get Started</button>
</p>
</div>
<div id="events-section">
<div class="content-wrapper pure">
<div class="cards">
<h2 id="search" class="content-head is-center pure-menu"></h2>
<div id="goldentext" class="header2">
<form>
<h1>Find Everything Near You</h1>
<div class="form-box">
<input type="text" class="search-field business .pure-u-sm-" id="searchbar"
placeholder="Events, Concerts.." style="color: black;">
<input type="text" class="search-field location .pure-u-sm-" id="citybar"
placeholder="City" style="color: black;">
<button class="search-btn .pure-u-sm-" id="search-Field" type="button">Search</button>
</div>
</form>
<div class="card-Section is-center events-view" id="events-view">
</div>
<div class="pure-g">
</div>
</div>
</div>
<div class="ribbon l-box-lrg pure-g">
<div class="l-box-lrg is-center pure-u-1 pure-u-md-1-2 pure-u-lg-2-5">
<img width="300" alt="File Icons" class="pure-img-responsive" src="assets/friends1.jpg" style="height: 175px; width: 250px;">
</div>
<div class="pure-u-1 pure-u-md-1-2 pure-u-lg-3-5">
<h2 class="content-head content-head-ribbon">Wanna know more?</h2>
<p>
Looking for more? You can use the map below to see what is surrounding your event location.
Find great restaurants to grab a quick bite before or after that concert!
Decide on a local bar to grab drinks with friends after the game!
Communicate a common meeting spot for your group to rendezvous before going into the event!
By utilizing our map, you can find whatever you need!
</p>
</div>
</div>
<h1 class="display-4 " style="color:#FFC107;">Nearby Places</h1>
<div class="row">
<div class="col">
<div class="form-box">
<input id="pac-input" class="controls" type="text" placeholder="Search Box" style="color: black;">
<div id="map"></div>
<div class="container-fluid">
<div class="row">
<div class="col">
<div class="l-box-lrg pure-u-1 pure-u-md-2-5">
</div>
</div>
</div>
</div>
<div class="row">
</div>
</div>
<div class="content">
<div class="pure-g">
</div>
<div class="footer l-box is-center">
</div>
</div>
<ins class="bookingaff" data-aid="1925250" data-target_aid="1925250" data-prod="nsb" data-width="100%" data-height="auto" data-lang="en" data-df_num_properties="3">
<!-- Anything inside will go away once widget is loaded. -->
<a href="//www.booking.com?aid=1925250">Booking.com</a>
</ins>
<script type="text/javascript">
(function(d, sc, u) {
var s = d.createElement(sc), p = d.getElementsByTagName(sc)[0];
s.type = 'text/javascript';
s.async = true;
s.src = u + '?v=' + (+new Date());
p.parentNode.insertBefore(s,p);
})(document, 'script', '//aff.bstatic.com/static/affiliate_base/js/flexiproduct.js');
</script>
<script src="assets/moment.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBrsyS2Cng3ehu8pd6wsA9OMYCZSMF5ELo&libraries=places&callback=initAutocomplete"async defer></script>
<script src="assets/script.js"></script>
</body>
</html>