-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTech Shes project with html.css
76 lines (71 loc) · 1.93 KB
/
Tech Shes project with html.css
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>
<title>waste bottle management</title>
<head>
<style>
h1{
color:navy blue;
font-family:times new roman;
font-size:50px;
}
h2{
color:black;
font-family:Arial,serif;
font-size:16px;
}
h3{
color:black;
font-family:Arial,serif;
font-size:16px;
}
h4{
color:red;
font-family:Arial,serif;
font-size:24px;
}
body{
background-image:url("bottles.jpg");
}
</style>
</head>
<body>
<center><h1>BOTTLEHOUSE.COM</h1></center>
<nav>
<center><ul>
<li><a href="#"># Home</a>
<a href="#"># Sell bottles</a>
<a href="#"># Buy bottles</a>
<a href="#"># Buy Eco-friendly Craft items</a></li>
<form>
<input type="search" name="q" placeholder="Search query">
<input type="submit" value="Go!">
</form>
</ul><center>
</nav>
<hr>
<center><h2>As summer is coming, softdrinks and packed bottles will be the trend as well as necessity of all.</h2></center>
<center><h3>We drink cola and throw away the bottle but have you ever wondered where will this bottle eventually go?</h3></center>
<center><h4>To get rid of this pile of waste we are here to intoduce a new way of using them.</h4><center>
<ol>
<li>Collecting bottles from ragpickers</li>
<center><iframe src="ragpicker.html"></iframe></center>
<li>Craftsperson converting bottles to DIY</li>
<center><iframe src="craftperson.html"></iframe></center>
<li>Customers</li>
<center><iframe src="customer.html"></iframe></center>
<hr>
<aside>
<h2>Related</h2>
<ul>
<li><a href="#">Methods of Recycling</a></li>
<li><a href="#">Plastic grades</a></li>
<li><a href="#">Other eco-friendly practices</a></li>
<li><a href="#">Reduce your carbon footprint</a></li>
<li><a href="#">Our sponsers</a></li>
</ul>
</aside>
</body>
<footer>
<p>©Copyright 2022 by team Tech Shes.</p>
</footer>
</html>