-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
225 lines (197 loc) · 8.82 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
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fasal Tech - Open Source</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
height: 100%;
font-family: 'Roboto Condensed', sans-serif;
background-color: #fff;
color: #333;
}
body {
display: flex;
flex-direction: column;
}
header {
background-color: #00613C;
padding: 15px 30px;
display: flex;
justify-content: flex-start;
align-items: center;
}
header img {
height: 100px;
}
.content-image-wrapper {
width: auto;
height: 45vh; /* 45% of the viewport height */
display: flex;
justify-content: center;
align-items: center;
//overflow: hidden;
background-color: #f0f0f0; /* Optional: light background for better visibility */
}
.content-image {
height: 100%;
width: auto; /* Maintain aspect ratio */
max-width: 100%;
object-fit: cover;
}
main {
flex: 1;
padding: 30px;
text-align: center;
}
.welcome-message {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700; /* Bold */
font-size: 24px;
line-height: 1.5;
color: #333;
animation: fadeIn 2s ease-in-out;
}
.box-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 20px;
margin-top: 30px;
}
.box {
background-color: #fff;
color: #00613C;
border: 2px solid #00613C;
flex: 1;
padding: 20px;
border-radius: 10px;
min-width: 280px;
text-align: center;
font-family: 'Roboto Condensed', sans-serif;
}
.box p {
margin-bottom: 20px;
font-size: 18px;
}
.box a {
display: inline-block;
padding: 10px 20px;
background-color: #FFE366;
color: #00613C;
text-decoration: none;
font-weight: normal;
border-radius: 5px;
transition: background-color 0.3s ease, transform 0.3s ease;
}
.box a:hover {
background-color: #FFD633;
transform: translateY(-2px);
}
footer {
background-color: #00613C;
padding: 15px 30px;
display: flex;
justify-content: space-between;
align-items: center;
color: #fff;
}
footer p {
margin: 0;
}
footer .social-icons {
display: flex;
gap: 15px;
}
footer .social-icons a {
color: #FFE366;
text-decoration: none;
font-size: 24px;
transition: transform 0.3s ease;
}
footer .social-icons a:hover {
transform: scale(1.2);
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
@media (min-width: 768px) {
.content-image {
max-width: 80%;
}
}
</style>
</head>
<body>
<header>
<img src="assets/logo.png" alt="Fasal Logo">
</header>
<div class="content-image-wrapper">
<img src="assets/landscape.png" alt="Landscape Image" class="content-image">
</div>
<main>
<p class="welcome-message">Welcome to our open-source webpage. We are coding, crop is growing!</p>
<div class="box-container">
<div class="box">
<p>At Fasal, we are committed to giving back to the tech community by sharing our innovations through open-source projects.
Our open-source initiatives cover both hardware and software, reflecting our dedication to collaboration, and knowledge sharing.
Explore our projects to see how we are pushing the boundaries of technology and offering valuable resources for those passionate about creating and improving tech solutions.
<br> <br> <b> To check out our opensource work, visit our GitHub page. </b>
</p>
<a href="https://github.com/Fasal-Tech" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="currentColor" class="bi bi-github" viewBox="0 0 16 16">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27s1.36.09 2 .27c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8"/>
</svg>
<b> Fasal's GitHub page </b>
</a>
</div>
<div class="box">
<p>Fasal is a cutting-edge agri-tech company dedicated to revolutionize the agriculture sector through innovative solutions.
We harness advanced technology and data-driven insights to enhance crop management, optimize farming practices, and improve yield outcomes.
Our mission is to empower farmers with data-driven actionable insights and help them make informed decisions, ensuring sustainable and efficient agriculture practices.
<br> <br> <b> To know more about what we do, visit our main website. </b>
</p>
<a href="https://fasal.co" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="currentColor" class="bi bi-globe" viewBox="0 0 16 16">
<path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m7.5-6.923c-.67.204-1.335.82-1.887 1.855A8 8 0 0 0 5.145 4H7.5zM4.09 4a9.3 9.3 0 0 1 .64-1.539 7 7 0 0 1 .597-.933A7.03 7.03 0 0 0 2.255 4zm-.582 3.5c.03-.877.138-1.718.312-2.5H1.674a7 7 0 0 0-.656 2.5zM4.847 5a12.5 12.5 0 0 0-.338 2.5H7.5V5zM8.5 5v2.5h2.99a12.5 12.5 0 0 0-.337-2.5zM4.51 8.5a12.5 12.5 0 0 0 .337 2.5H7.5V8.5zm3.99 0V11h2.653c.187-.765.306-1.608.338-2.5zM5.145 12q.208.58.468 1.068c.552 1.035 1.218 1.65 1.887 1.855V12zm.182 2.472a7 7 0 0 1-.597-.933A9.3 9.3 0 0 1 4.09 12H2.255a7 7 0 0 0 3.072 2.472M3.82 11a13.7 13.7 0 0 1-.312-2.5h-2.49c.062.89.291 1.733.656 2.5zm6.853 3.472A7 7 0 0 0 13.745 12H11.91a9.3 9.3 0 0 1-.64 1.539 7 7 0 0 1-.597.933M8.5 12v2.923c.67-.204 1.335-.82 1.887-1.855q.26-.487.468-1.068zm3.68-1h2.146c.365-.767.594-1.61.656-2.5h-2.49a13.7 13.7 0 0 1-.312 2.5m2.802-3.5a7 7 0 0 0-.656-2.5H12.18c.174.782.282 1.623.312 2.5zM11.27 2.461c.247.464.462.98.64 1.539h1.835a7 7 0 0 0-3.072-2.472c.218.284.418.598.597.933M10.855 4a8 8 0 0 0-.468-1.068C9.835 1.897 9.17 1.282 8.5 1.077V4z"/>
</svg>
<b> Fasal's website </b>
</a>
</div>
</div>
</main>
<footer>
<p>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-c-circle-fill" viewBox="0 0 16 16">
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.146 4.992c.961 0 1.641.633 1.729 1.512h1.295v-.088c-.094-1.518-1.348-2.572-3.03-2.572-2.068 0-3.269 1.377-3.269 3.638v1.073c0 2.267 1.178 3.603 3.27 3.603 1.675 0 2.93-1.02 3.029-2.467v-.093H9.875c-.088.832-.75 1.418-1.729 1.418-1.224 0-1.927-.891-1.927-2.461v-1.06c0-1.583.715-2.503 1.927-2.503"/>
</svg>
2024 | Wolkus Technology Solutions Private Limited (Fasal)
</p>
<div class="social-icons">
<a href="https://www.linkedin.com/company/fasal" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://www.facebook.com/FasalApp/" target="_blank">
<i class="fab fa-facebook-f"></i>
</a>
<a href="https://www.youtube.com/channel/UC1tfdmsgwvwBA2BDTxLRwdQ" target="_blank">
<i class="fab fa-youtube"></i>
</a>
<a href="https://twitter.com/FasalOfficial" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-twitter-x" viewBox="0 0 16 16">
<path d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z"/>
</svg>
</a>
</div>
</footer>
</body>
</html>