-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (72 loc) · 4.95 KB
/
index.html
File metadata and controls
76 lines (72 loc) · 4.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LazyFarmer.org.in</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&family=Nunito:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<header class="hero">
<div class="logo-container anim-fade-in">
<img src="https://storage.googleapis.com/gemini-prod/images/b0372fac-34f1-43c2-a734-2e4112671239" alt="Lazy Farmer Logo" class="lazy-farmer-logo">
</div>
<h1 class="anim-slide-in-up">lazyfarmer.org.in</h1>
<p class="motto anim-slide-in-up" style="animation-delay: 0.2s;">Our promise is to be the laziest bunch delivering the most productive farmland ventures in Bharat and beyond!</p>
</header>
<main>
<div class="options-grid">
<a href="#" class="option-card anim-slide-in-up" style="animation-delay: 0.4s;">
<div class="card-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m8 3 4 8 5-5 5 15H2L8 3z"></path></svg>
</div>
<h2>I own Farmland and would like to collaborate with other farmland Owners.</h2>
</a>
<a href="#" class="option-card anim-slide-in-up" style="animation-delay: 0.6s;">
<div class="card-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14.5 16.5a5 5 0 0 0-5-5h-1a5 5 0 0 0-5 5v1h16v-1a5 5 0 0 0-5-5Z"></path><path d="M9 12a5 5 0 0 1-5-5 5 5 0 0 1 5-5v10z"></path><path d="m15 12 5-3-5-3v6z"></path></svg>
</div>
<h2>I don't have farmland, but can invest my time and capital as an Addon Venture Partner.</h2>
</a>
<a href="#" class="option-card anim-slide-in-up" style="animation-delay: 0.8s;">
<div class="card-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z"></path>
<path d="M12 16v-7"></path><path d="m9 12 3-3 3 3"></path>
<path d="M8 8h.01"></path><path d="M16 8h.01"></path><path d="M10 16h4"></path>
</svg>
</div>
<h2>I don't have farmland or time, but can invest small capital for passive income, as NFT Investor.</h2>
</a>
<a href="#" class="option-card anim-slide-in-up" style="animation-delay: 1s;">
<div class="card-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="10"></circle><path d="M12 6v6l4 2"></path>
<path d="M12 12a4 4 0 1 0-8 0 4 4 0 0 0 8 0z"></path><path d="M18.37 18.37A9.95 9.95 0 0 0 12 22a9.95 9.95 0 0 0-6.37-3.63"></path>
</svg>
</div>
<h2>I don't have farmland or capital, but can invest my time as intern.</h2>
</a>
</div>
</main>
</div>
<footer class="site-footer">
<div class="social-links">
<a href="#" class="social-link"><i class="fab fa-youtube"></i></a>
<a href="#" class="social-link"><i class="fab fa-threads"></i></a>
<a href="#" class="social-link"><i class="fab fa-reddit"></i></a>
<a href="#" class="social-link"><i class="fab fa-x-twitter"></i></a>
<a href="#" class="social-link"><i class="fab fa-instagram"></i></a>
<a href="#" class="social-link"><i class="fab fa-facebook-f"></i></a>
</div>
<p>© 2025 lazyfarmer.org.in. All Rights Reserved.</p>
<p>Nurturing Growth, Lazily.</p>
</footer>
<script src="main.js"></script>
</body>
</html>