forked from git-sumana/reearth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
195 lines (168 loc) · 6.84 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device -->
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<link rel="stylesheet" href="./app/scss/style.css">
<title>Re-Earth</title>
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
<style>
.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }
</style>
</head>
<body>
<header class="header">
<div class="overlay has-fade"></div>
<nav class="container container p-all flex flex-jc-sb flex-ai-c">
<img class="header__logo" src="./images/logoh-removebg-preview.png" alt="logo">
<a id="btnHamburger" href="#" class="header__toggle hide-for-desktop">
<span></span>
<span></span>
<span></span>
</a>
<div class="header__links hide-for-mobile">
<a href="#home-link">Home</a>
<a href="#about-link">About</a>
<a href="https://reearthcf.nicepage.io/?version=dbe4f049-648b-428c-9d81-c29d03ff83d0&uid=9b83ecad-7f1b-4fc2-b0bd-4c4f1aa9d717">Contact</a>
</div>
<label for="gsearch"></label>
<input class="input hide-for-mobile"type="search" id="gsearch" name="gsearch" placeholder="Search">
</nav>
<div class="header__menu has-fade">
<a href="#">Home</a>
<a href="#">About</a>
<a href="https://reearthcf.nicepage.io/?version=dbe4f049-648b-428c-9d81-c29d03ff83d0&uid=9b83ecad-7f1b-4fc2-b0bd-4c4f1aa9d717">Contact</a>
</div>
</header>
<section id="home-link" class="hero">
<div class="hero__image">
</div>
<div class="hero__text container--pall">
<h1>
ReEarth
</h1>
Is Waste a prolem or resource?<br>
What Happens when Engineering meets Waste?
</p>
<a href="./form/index.html"><button class="input">Sign-Up</button></a>
</div>
</section>
<section id="about-link" class="feature">
<div class="feature__content container container--pall">
<div class="feature__intro">
<h2>Why ReEarth? </h2>
<p>
ReEarth can educate all age groups of people to build innovative and working models using waste products.
This is a one stop solution to build innovative products
</p>
</div>
<div class="feature__grid">
<div class="feature__item">
<div class="feature__icon">
<img src="./images/icons8-reduce-flat-icons-pack/icons8-reduce-64.png" alt="Icon 1">
</div>
<div class="feature__title">REDUCE</div>
<div class="feature__description">
Cutting back on the amount of trash we generate
</div>
</div>
<div class="feature__item">
<div class="feature__icon">
<img src="./images/icons8-reuse-office/icons8-reuse-40.png" alt="Icon 2">
</div>
<div class="feature__title">REUSE</div>
<div class="feature__description">
Finding new ways to use things that otherwise would have been thrown out
</div>
</div>
<div class="feature__item">
<div class="feature__icon">
<img src="./images/icons8-recycle-bin-64.png" alt="Icon 3">
</div>
<div class="feature__title">RECYCLE</div>
<div class="feature__description">
Turning something old and useless into something new and useful
</div>
</div>
</div>
</div>
</section>
<section class="projects">
<div class="project__content container container--pall">
<h2>Projects</h2>
<div class="project__grid">
<!-- Project-1 -->
<a href="./project1.html" class="project__item">
<!-- <div class="project__image">
<img src="#" alt="project_1">
</div> -->
<div class="project__text">
<div class="project__title">ShoeBox for Storage</div>
<div class="project__description">Have you ever thought the box that we get for our footwear can be turned this beautiful</div>
<div class="project__link">View more</div>
</div>
</a>
<!-- Project-2 -->
<a href="project2.html" class="project__item">
<!-- <div class="project__image">
<img src="#" alt="project_2">
</div> -->
<div class="project__text">
<div class="project__title">Piggy Bank</div>
<div class="project__description">A bank for kids which teaches them financial safety from a small age</div>
<div class="project__link">View more</div>
</div>
</a>
<!-- Project-3 -->
<a href="project3.html" class="project__item">
<!-- <div class="project__image">
<img src="#" alt="project_3">
</div> -->
<div class="project__text">
<div class="project__title">Pencil Box</div>
<div class="project__description">An everyday tool used by every student on a daily basis</div>
<div class="project__link">View more</div>
</div>
</a>
<!-- Project-4 -->
<a href="project4.html" class="project__item">
<!-- <div class="project__image">
<img src="#" alt="project_4">
</div> -->
<div class="project__text">
<div class="project__title">Bird Feeder</div>
<div class="project__description">Save hungry and poor birds in an innovative and friendy way which helps both birds and environment</div>
<div class="project__link">View more</div>
</div>
</a>
<!-- Project-5 -->
<a href="project5.html" class="project__item">
<!-- <div class="project__image">
<img src="#" alt="project_5">
</div> -->
<div class="project__text">
<div class="project__title"></div>
<div class="project__title">Home Decoration</div>
<div class="project__description">Waste can not only spoil your house, it can also decorate your house</div>
<div class="project__link">View more</div>
</div>
</a>
<!-- Project-6 -->
<a href="project6.html" class="project__item">
<!-- <div class="project__image">
<img src="#" alt="project_6">
</div> -->
<div class="project__text">
<div class="project__title">Kitchen Waste Management</div>
<div class="project__description">Daily waste in our kitchen is the best manure which is never.Grow crops with the best organic manure</div>
<div class="project__link">View more</div>
</div>
</a>
</div>
</div>
</section>
<script src="./app/js/script.js"></script>
</body>
</html>