-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
85 lines (80 loc) · 3.15 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Find weed nearby and get it delivered tgo your door!">
<meta name="author" content="Allan & Irvic">
<title>Cannaber - Find weed nearby and get it delivered tgo your door!</title>
<!-- GOOGLE WEB FONT -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800" rel="stylesheet">
<!-- BASE CSS -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- YOUR CUSTOM CSS -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
</head>
<body>
<header class="header_sticky">
<div class="container">
<div class="row">
<div class="col-lg-3 col-6">
<div id="logo_home">
<h3>Cannaber</h3>
</div>
</div>
</div>
</div>
<!-- /container -->
</header>
<!-- /header -->
<main>
<div class="hero_home version_1">
<div class="content">
<h3>Cannabis Delivery To Your Door</h3>
<form method="GET" action="list.html">
<div id="custom-search-input">
<a href="list.html" class="btn_1 medium">Order Now</a>
</div>
</form>
</div>
</div>
<!-- /Hero -->
<div class="container margin_120_95">
<div class="main_title">
<h2>Discover cannabis places <strong>nearby</strong> </h2>
<p>Discover, shop, compare and buy all in one place!</p>
</div>
<div class="row add_bottom_30">
<div class="col-lg-4">
<div class="box_feat" id="icon_1">
<span></span>
<h3>Find a Provider</h3>
<p>Find providers nearby based on multiple options</p>
</div>
</div>
<div class="col-lg-4">
<div class="box_feat" id="icon_2">
<span></span>
<h3>View provider profile</h3>
<p>Read reviews and search the menu of cannabis options</p>
</div>
</div>
<div class="col-lg-4">
<div class="box_feat" id="icon_3">
<h3>Get it delivered</h3>
<p>get your cannabis in 30 minutes or less.</p>
</div>
</div>
</div>
<!-- /row -->
<p class="text-center"><a href="list.html" class="btn_1 medium">Find Providers</a></p>
</div>
<!-- COMMON SCRIPTS -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
</script>
</script>
</body>
</html>