-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHome page 2.html
More file actions
134 lines (126 loc) · 5.47 KB
/
Home page 2.html
File metadata and controls
134 lines (126 loc) · 5.47 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LINK LIFE,ANYWHERE ANYTIME</title>
<link rel="icon" href="https://stock.adobe.com/in/images/blood-donation-logo-design-vector-template/289723742" WIDTH="35" HEIGHT="35">
<link rel="stylesheet" href="styles1.css">
</head>
<body>
<header>
<div class="navbar">
<div class="logo">
<h2>LINK LIFE</h2>
<img src="https://stock.adobe.com/in/images/blood-donation-logo-design-vector-template/289723742" alt="LINK LIFE" width="200" height="70" style="text-align: LEFT;">
</div>
<nav>
<ul>
<li><a href="user profioe.html">HOME</a></li>
<li><a href="Aboutus page.html">ABOUT US</a></li>
<li><a href="service page.html">SERVICES</a></li>
<li><a href="Features pages .html">FEATURES</a></li>
<li><a href="contact us page.html">CONTACT US</a></li>
<li><a href="signup page.html">LOGIN</a></li>
</ul>
</nav>
</div>
</header>
<main>
<section class="search-section">
<h2></h2>
<form class="search-form">
<label for="dpBloodGroup">Blood Group</label>
<select name="dpBloodGroup" id="dpBloodGroup">
<option value="Select">-----Select-----</option>
<option value="A+">A+</option>
<option value="A-">A-</option>
<option value="A1+">A1+</option>
<option value="A1-">A1-</option>
<option value="A1B+">A1B+</option>
<option value="A1B-">A1B-</option>
<option value="A2+">A2+</option>
<option value="A2-">A2-</option>
<option value="A2B+">A2B+</option>
<option value="A2B-">A2B-</option>
<option value="AB+">AB+</option>
<option value="AB-">AB-</option>
<option value="B+">B+</option>
<option value="B-">B-</option>
<option value="Bombay Blood Group">Bombay Blood Group</option>
<option value="INRA"></option>
<option value="O+">O+</option>
<option value="O-">O-</option>
</select>
<label for="dpCountry">Select Country</label>
<select name="dpCountry" id="dpCountry">
<option value="Select">-----Select-----</option>
<option value="1|dpCountry">INDIA</option>
<option value="2|dpCountry">YEMEN</option>
<option value="3|dpCountry">NEPAL</option>
<option value="4|dpCountry">SRI LANKA</option>
<option value="5|dpCountry">BANGLADESH</option>
<option value="6|dpCountry">MALAYSIA</option>
<option value="7|dpCountry">OMAN</option>
</select>
<label for="dpState">Select State</label>
<select name="dpState" id="dpState">
<option value="Select">-----Select-----</option>
<option>select</option>
<option>Andhra Pradesh</option>
<option>Arunachal Pradesh</option>
<option>West Bengal</option>
<option>Gujarat</option>
<option>Haryana</option>
<option>Kerala</option>
<option>Karnataka</option>
<option>Maharastra</option>
<option>Uttar Pradesh</option>
<option>Tamil Nadu</option>
</select>
<label for="dpCity">Select City</label>
<select name="dpCity" id="dpCity">
<option value="Select">-----Select-----</option>
<option>T.Nagar</option>
<option>Triplicane</option>
<option>Tambaram</option>
<option>Pollachi</option>
<option>Mettupalayam</option>
<option>Singanallur</option>
<option>Thirumangalam</option>
<option>Palayamkottai</option>
<option>Valliyoor</option>
<option>Tiruchendur</option>
<option>Mysore</option>
</select>
<button type="submit" onclick="showAlert()">SUBMIT</button>
<script src="script1.js">
function showAlert(){
alert("OUR DATA BASED IS SEARCHING YOUR DONOR ")
}
</script>
</form>
</section>
<marquee dir="ltr"
<aside>
<p>Warning: Do not pay any amount to any person promising blood packet supply or donor arrangements. Report any suspicious activity.</p>
</aside></marquee>
</main>
<footer>
<div class="social-media" style="font-size: smaller;">
<a href="https://www.facebook.com" target="_blank" class="social-icon">FACEBOOK
</a>
<a href="https://www.instagram.com" target="_blank" class="social-icon">INSTAGRAM
</a>
</div>
<marquee dir="ltr"
<div class="footer-links">
<a href="Forgot the passsword .html">Forgot Password?</a>
<a href="invite a friend.html">Invite Friends</a>
<a href="https://myaccount.google.com/people-and-sharing?gar=WzI4MV0&hl=en&utm_source=OGB&utm_medium=act">Post Blood Request</a>
<a href="contact us page.html">Contact Us</a>
</div></marquee>
<p>© 2024 - 2025, All Rights Reserved. Designed by linklife.org</p>
</footer>
</body>
</html>