-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexplore.html
136 lines (126 loc) · 7.56 KB
/
explore.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="76x76" href="./assets/img/apple-icon.png">
<link rel="icon" type="image/png" href="./assets/img/logo.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>
Explore - Loophead
</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no' name='viewport' />
<!-- Fonts and icons -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,200" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Inter:400,700,200" rel='stylesheet'>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<!-- CSS Files -->
<link href="./assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="./assets/css/material-kit.css" rel="stylesheet" />
<link href="./assets/css/now-ui-kit.css?v=1.3.0" rel="stylesheet" />
</head>
<body class="sidebar-collapse">
<!-- Navbar -->
<nav class="navbar navbar-expand-lg bg-primary fixed-top">
<div class="container">
<div class="navbar-translate">
<img src="./assets/img/logo.png" href="index.html" height="60" width="60">
<a class="navbar-brand-collapse" href="index.html" rel="tooltip" data-placement="bottom">
Loophead
</a>
<div style="width: 400px; margin-top:8px; margin-left:15px; padding-left: 12px; padding-right: 12px; padding-top: 8px; padding-bottom: 8px; background: white; border-radius: 10px; overflow: hidden; border: 0.50px #888888 solid; gap: 8px; float: right">
<label class="fas fa-search" style="color: #888888; padding-right: 8px;"></label>
<input type="search" placeholder="Search Loophead" style="font-size: 16px; font-family: Inter; font-weight: 300; word-wrap: break-word; border-style: none; outline: none; width: 85%">
</div>
<button class="navbar-toggler navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation"
aria-controls="navigation-index" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-bar top-bar"></span>
<span class="navbar-toggler-bar middle-bar"></span>
<span class="navbar-toggler-bar bottom-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse justify-content-end" id="navigation"
data-nav-image="./assets/img/blurred-image-1.jpg">
<ul class="navbar-nav d-flex align-items-center">
<li class="nav-item">
<a class="nav-link" href="explore.html">
<p style="font-weight: bold; font-size: medium; color:white; text-transform: capitalize;">Explore</p>
</a>
</li>
<li class="nav-item" style="margin-right:20px">
<a class="nav-link" href="">
<p style="font-weight: bold; font-size: medium; color:white; text-transform: capitalize;">Feed</p>
</a>
</li>
<li class="nav-item" style="margin-right:20px">
<a class="nav-link btn btn-neutral" href="" style="border-radius: 10px">
<p style="font-weight: bold; font-size: medium; color:#2C2F74; text-transform: capitalize;">Upload</p>
</a>
</li>
<li class="nav-item" style="margin-right:20px">
<a class="nav-link" href="">
<img src="assets/img/icons/notification-bell.svg">
</a>
</li>
<li class="nav-item" style="margin-right:20px">
<a class="nav-link" href="">
<img style="border-radius: 9999px; height: 44px; width: 44px" src="assets/img/profilePlaceholder.jpg" />
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Navbar -->
<div class="page-header">
<div class="page-header-image" style="background-image:url(./assets/img/exploreBg.png)"></div>
<div class="container my-auto">
<div style="width: 100%; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 20px; display: inline-flex">
<div style="justify-content: flex-start; align-items: center; gap: 20px; display: inline-flex">
<div><span style="color: white; font-size: 40px; font-family: Inter; font-weight: 700; word-wrap: break-word">Find What’s </span><span style="color: #E39F37; font-size: 40px; font-family: Inter; font-weight: 700; word-wrap: break-word">Hot 🔥</span></div>
</div>
<div style="color: white; font-size: 24px; font-family: Inter; font-weight: 400; text-align: left;">Explore our open marketplace of loops</div>
<div style="width: 100%; height: 100%; justify-content: center; align-items: flex-start; gap: 40px; display: inline-flex">
<div class="row" style="width: 100%; gap: 3%; margin-top: 20px;">
<div style="padding-right: 0px; padding-top: 12px; padding-bottom: 8px; background: white; border-radius: 10px; overflow: hidden; border: 0.50px #888888 solid; gap: 8px; width: 77%; text-align: left;">
<label class="fas fa-search" style="color: #888888; padding-right: 8px;"></label>
<input type="search" placeholder="Search Loophead" style="font-size: 16px; font-family: Inter; font-weight: 300; word-wrap: break-word; border-style: none; outline: none; width: 85%">
</div>
<div style="padding-top: 16px; padding-bottom: 16px; background: #888888; border-radius: 10px; justify-content: flex-start; align-items: left; display: flex; justify-content: center; width: 20%">
<div style="text-align: center; color: white; font-size: 16px; font-family: Inter; font-weight: 700; word-wrap: break-word">
Search
</div>
</div>
</div>
</div>
<div class="hidden-mobile" style="width: 100%; height: 200px; background: white; border-radius: 10px; margin-top: 20px">
test
</div>
</div>
<!--<footer class="footer">
<div class=" container ">
<div class="copyright" id="copyright">
© Loophead
<script>
document.getElementById('copyright').appendChild(document.createTextNode(new Date().getFullYear()))
</script>
</div>
</div>
</footer>-->
</div>
<!-- Core JS Files -->
<script src="./assets/js/core/jquery.min.js" type="text/javascript"></script>
<script src="./assets/js/core/popper.min.js" type="text/javascript"></script>
<script src="./assets/js/core/bootstrap.min.js" type="text/javascript"></script>
<!-- Plugin for Switches, full documentation here: http://www.jque.re/plugins/version3/bootstrap.switch/ -->
<script src="./assets/js/plugins/bootstrap-switch.js"></script>
<!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ -->
<script src="./assets/js/plugins/nouislider.min.js" type="text/javascript"></script>
<!-- Plugin for the DatePicker, full documentation here: https://github.com/uxsolutions/bootstrap-datepicker -->
<script src="./assets/js/plugins/bootstrap-datepicker.js" type="text/javascript"></script>
<!-- Google Maps Plugin -->
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_KEY_HERE"></script>
<!-- Control Center for Now Ui Kit: parallax effects, scripts for the example pages etc -->
<script src="./assets/js/now-ui-kit.js?v=1.3.0" type="text/javascript"></script>
<script src="../assets/js/material-kit.min.js?v=3.0.4" type="text/javascript"></script>
</body>
</html>