-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
90 lines (83 loc) · 3.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>GARDENIA</title>
<link href="https://fonts.googleapis.com/css?family=Raleway:300,400" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Titillium+Web:900" rel="stylesheet">
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css'>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<page id="home">
<span class="pagetag"></span>
<section class="header">
<div>
<h2><span>W</span><span>ELCOME to,</span></h2>
<br></br>
<h5 style="color:white; font-size:20px;">GARDENIA</h5>
<tag><i>We Help Gardens Thrive!</i></tag>
</div>
<a href="index.html"><img alt="logo" src="logo-pro.jpg" width="200px" height="200px"
style="float:right; margin-right:10em;"></a>
</section>
<section id="grid_wrapper" class="init">
<card>
<div>
<span><a href="guide/emergency.php" style='color: #ffffff; text-decoration: none;'>GARDEN GUIDE</a></span>
</div>
</card>
<card>
<div>
<span><a href="gardener/login_check.html" style='color: #ffffff; text-decoration: none;'>FIND GARDENERS</a></span>
</div>
</card>
<card>
<div>
<span><a href="store/store.html" style='color: #ffffff; text-decoration: none;'>BUY GREEN</a></span>
</div>
</card>
<card>
<div>
<span><a href="aboutus/about.html" style="color: #ffffff; text-decoration: none;">ABOUT US</a></span>
</div>
</card>
<card>
<div>
<span><a href="contactus/contactus.html" style="color: #ffffff; text-decoration: none;">CONTACT US</a></span>
</div>
</card>
<card>
<div>
<span><a href="login/login.html" style="color: #ffffff; text-decoration: none;">LOGIN</a></span>
</div>
</card>
<card>
<div>
<span><a href="videoTutorials/video.html" style="color: #ffffff; text-decoration: none;">VIDEO TUTORIALS</a></span>
</div>
</card>
<card>
<div>
<span><a href="https://devfolio.co/submissions/gardenia-61e0" target = "_blank" style="color: #ffffff; text-decoration: none;">SUBMISSION</a></span>
</div>
</card>
</section>
<div style="margin-right:12em;"><iframe src="customer/customer_reviews.html" width=100% height="625px"></iframe>
</div>
</page>
<div id="footer">
<span style="display:block;font-size:0.9em;line-height:55px;">
<span style="display:inline-block; color:#ffffff;">© <span
style="font-family:'Titillium Web'; font-size:24px; font-weight:900;letter-spacing:0.06em">Made by-</span>
Team Phoenix</span></span>
<br><br><br><br>
</div>
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.4/SmoothScroll.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js'></script>
<script src="./script.js"></script>
</body>
</html>