-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (74 loc) · 3.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css">
</head>
<body>
<div class="hop">
<div class="navbar">
<div class="logo">
<img src="Capture-removebg-preview.png">
</div>
<div class="linko">
<ul>
<li><a href="#"> Home</a></li>
<li><a href="#"> About</a></li>
<li><a href="#dp"> Contact Us</a></li>
<li><a href="#"> Feedback</a></li>
</ul>
<button type="button" class="btn">Sign Up</button>
</div>
<i class="bi bi-list"></i>
</div>
<div class="bobo">
<h1>There is no sincerer <span>love</span> than the <span>love of food.</span> <br>
Make your stomach <span>Boost.</span></h1>
<button type="button" class="bn">Search</button>
</div>
<div class="vertical">
<div class="search">
<i class="bi bi-list"></i>
<i class="bi bi-search"></i>
</div>
<div class="social-link">
<i class="bi bi-facebook"></i>
<i class="bi bi-instagram"></i>
<i class="bi bi-twitter"></i>
<i class="bi bi-reddit"></i>
</div>
</div>
<div class="notification">
</div>
</div>
<div class="pd "id="dp">
<div class="title text-center mb-3 ">
<h3 class="font-weight-bold">Contract Me</h3>
</div>
<form action="" class="w-50 m-lg-auto was-validated">
<div class="form-group">
<label for="fullname" class="">Fullname</label>
<input type="text" name="fullname" class="form-control" required >
<div class="valid-feedback">valid</div>
<div class="invalid-feedback">pls fill upfull </div>
<label for="email" class="">Email</label>
<input type="email" name="fullname" class="form-control">
<label for="subject" class="">subject</label>
<input type="text" name="subject" class="form-control">
<label for="message" class="">message</label>
<textarea name="message" class="form-control" id="" cols="30" rows="10"></textarea>
</div>
<div class="form-group">
<input type="submit" class="btn btn-secondary" value="submit">
<input type="reset" class="btn btn-secondary" value="reset">
</div>
</form>
</div>
<p> sopnil2021©copyright reserved</p>
</div>
</body>
</html>