-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtake1.html
65 lines (59 loc) · 3.35 KB
/
take1.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Donation Hub</title>
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="style2.css">
</head>
<body>
<section class="take01">
<div id="mainTakePg">
<img src="images/take01.png" width="100%" height="100%">
<a class="take01" href="h8.html"> Need anything!</a>
</div>
<div id="mainTakePg01">
<img src="images/take001.png" width="100%" height="100%">
<a class="take01" href="h8.html"><i> #readWorld </i></a>
<p class="take01p">need yet another read!<br>let's see what we have got for you...<br>Before that few things</p>
<a class="take02" href="#">Select your picking radius 🏡</a><br>
<a class="take03" href="#">Kind of book or thing you want ⚽</a>
</div>
<div id="mainTakePg01">
<img src="images/take002.png" width="100%" height="100%">
<a class="take01" href="takeFeed.html"><i>#feedWorld</i></a>
<p class="take01p">feeling HUNGRY!<br>let's see what we have got for you...<br>Before that few things</p>
<a class="take02" href="#">Select your picking radius 🏡</a><br>
<a class="take03" href="#">Kind of food you want ⚽</a>
</div>
<div id="mainTakePg01">
<img src="images/take003.png" width="100%" height="100%">
<a class="take01" href="h8.html"><i>#clotheWorld</i></a>
<p class="take01p">need CLOTHES!<br>let's see what we have got for you...<br>Before that few things</p>
<a class="take02" href="#">Select your picking radius 🏡</a><br>
<a class="take03" href="#">Kind of clothe you want ⚽</a>
</div>
<div id="mainTakePg01">
<img src="images/take004.png" width="100%" height="100%">
<a class="take01" href="h8.html"><i>#playWorld</i></a>
<p class="take01p">Looking for toys to play with!<br>let's see what we have got for you...<br>Before that few things</p>
<a class="take02" href="#">Select your picking radius 🏡</a><br>
<a class="take03" href="#">Kind of toy you want ⚽</a>
</div>
<div id="mainTakePg01">
<img src="images/take009.png" width="100%" height="100%">
<a class="take01" href="h8.html"><i> #healWorld</i></a>
<p class="take01p">need MEDICATION!<br>let's see what we have got for you...<br>Before that few things</p>
<a class="take02" href="#">Select your picking radius 🏡</a><br>
<a class="take03" href="#">Kind of medication you want ⚽</a>
</div>
<div id="mainTakePg01">
<img src="images/take000.png" width="100%" height="100%">
<a class="take00" href="h8.html"><i> #bloodInYourVeins</i></a>
<p class="take01p">need MEDICATION!<br>let's see what we have got for you...<br>Before that few things</p>
<a class="take02" href="#">Select your picking radius 🏡</a><br>
<a class="take03" href="#">Blood group you need ⚽</a>
</div>
</section>
</body>
</html>