-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
134 lines (115 loc) · 6.16 KB
/
index.html
File metadata and controls
134 lines (115 loc) · 6.16 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
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Analytics - Keep for user insights -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X0XEMR28V2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-X0XEMR28V2');
</script>
<!-- Essential Meta Tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<!-- Mobile WebView Optimizations -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="mobile-web-app-capable" content="yes">
<meta name="msapplication-tap-highlight" content="no">
<!-- App Icons -->
<link rel="icon" href="assets/img/favicon.png">
<link rel="apple-touch-icon" href="assets/img/apple-touch-icon.png">
<!-- Security Headers -->
<meta http-equiv="X-Content-Type-Options" content="nosniff">
<meta http-equiv="Strict-Transport-Security" content="max-age=31536000; includeSubDomains">
<!-- Performance Optimizations -->
<meta http-equiv="Cache-Control" content="max-age=31536000, public">
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/css/bootstrap.min.css" as="style" crossorigin="anonymous">
<link rel="preload" href="assets/css/style.css" as="style">
<!-- CSS Files -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap" rel="stylesheet" crossorigin>
<link href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css" rel="stylesheet" crossorigin="anonymous">
<link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/swiper@11.1.15/swiper-bundle.min.css" rel="stylesheet" crossorigin="anonymous">
<link href="https://cdnjs.cloudflare.com/ajax/libs/glightbox/3.2.0/css/glightbox.min.css" rel="stylesheet" crossorigin="anonymous">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" rel="stylesheet" crossorigin="anonymous">
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/banner.css" rel="stylesheet">
<link href="assets/css/tablet.css" rel="stylesheet">
<title>GrowApp | Home</title>
<meta name="description" content="GrowApp - Complete cannabis growing guide with strain selection, nutrient scheduling, and daily task management. Track your grow from seed to harvest.">
</head>
<body class="customBody">
<div id="loader-wrapper">
<!-- Optional: Add a loading spinner or animation here -->
</div>
<!-- ======= Banner Section =======
<div id="growtogether-banner" class="banner" data-aos="fade-down" data-aos-duration="600">
<div class="banner-content">
<i class="fas fa-leaf banner-icon"></i>
<span class="banner-text">New: <strong>Unlimited Grows</strong> + Auto Flower Schedules!</span>
<a href="tools/grow-together/grow-together.html" class="banner-cta affiliate-btn" aria-label="More info">
<i class="fa-solid fa-circle-info"></i> More Info
</a>
<button class="banner-close" aria-label="Close banner">×</button>
</div>
</div>
======= Banner Section END ======= -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center justify-content-center">
<div class="container">
<div class="row justify-content-center" data-aos="fade-up" data-aos-delay="150">
<div class="col-xl-6 col-lg-8">
<h1>GrowApp<span>.</span></h1>
<h2>Grow what you can't</h2>
</div>
</div>
<div class="row gy-4 my-5 justify-content-center" data-aos="zoom-in" data-aos-delay="250">
<div class="col-xl-2 col-md-4">
<div class="icon-box">
<a href="mygrow/mygrow.html" rel=”nofollow” aria-label="Navigate to MyGrow">
<i class="fa fa-leaf"></i>
<h3>MyGrow</h3>
</a>
</div>
</div>
<div class="col-xl-2 col-md-4">
<div class="icon-box">
<a href="mydiary/mydiary.html" rel=”nofollow” aria-label="Navigate to MyDiary">
<i class="fa fa-book"></i>
<h3>MyDiary</h3>
</a>
</div>
</div>
<div class="col-xl-2 col-md-4">
<div class="icon-box">
<a href="games/games.html" aria-label="Navigate to Games">
<i class="fa-solid fa-gamepad"></i>
<h3>Games</h3>
</a>
</div>
</div>
<div class="col-xl-2 col-md-4">
<div class="icon-box">
<a href="tools/tools.html" aria-label="Navigate to Tools">
<i class="fa fa-cogs"></i>
<h3>Tools</h3>
</a>
</div>
</div>
</div>
</div>
</section><!-- End Hero -->
<!-- Essential libraries from CDN -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
<!-- Non-critical vendor scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@11.1.15/swiper-bundle.min.js" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/glightbox/3.2.0/js/glightbox.min.js" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.6/isotope.pkgd.min.js" crossorigin="anonymous"></script>
<!-- Keep your custom scripts local -->
<script src="assets/js/main.js"></script>
<script src="assets/js/banner.js"></script>
</body>
</html>