-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
69 lines (66 loc) · 2.75 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="heropage">
<div class="nav" style="background-color: rgb(6, 6, 6);">
<!-- <div class="nleft">
<h4 style="width: 250px; padding-top: 13px; font-size: 25px;">DIGITAL LIBRARY</h4>
</div> -->
<div class="nmid">
<ul>
<li><a href="index.html" class="home">HOME</a></li>
<!-- <li><a href="#aboutus">ABOUT</a></li> -->
<!-- <li><a href="#featured">FEATURED</a></li> -->
<li><a href="#" style="border-bottom: solid orangered;">CONTACT US </a></li>
</ul>
</div>
<div class="nright">
<div class="login"><a href="login.html">LOGIN</a></div>
<div class="signup"><a href="signup.html">SIGNUP</a></div>
</div>
</div>
<div class="special">
<div class="divbx">
<i class="fa-sharp fa-solid fa-location-dot fontawesome"></i>
<h3>OUR MAIN OFFICE</h3>
<p class="loll">123 Elm Street,
Cityville,
Stateville,
12345</p>
</div>
<div class="divbx">
<i class="fa-solid fa-phone fontawesome"></i>
<h3>PHONE NUMBER</h3>
<p class="loll">+91 9699581484</p>
</div>
<div class="divbx">
<i class="fa-solid fa-fax fontawesome"></i>
<h3>FAX</h3>
<p class="loll">+1 (555) 987-6543</p>
</div>
<div class="divbx">
<i class="fa-solid fa-envelope fontawesome"></i>
<h3>EMAIL</h3>
<p class="loll">[email protected]</p>
</div>
</div>
<div class="lmaos">
<div class="lmao">
<h1 class="headingg">CONTACT US</h1>
<input type="text" class="contax" placeholder="Enter your name">
<input type="email" class="contax" placeholder="Enter your email">
<!-- <input type="text" class="contax" placeholder="Enter your email"> -->
<textarea name="" id="" cols="67" rows="10" class="ta" placeholder="Enter feedback"></textarea>
<a href="#" class="btn2">SUBMIT</a>
</div>
</div>
</div>
<script src="https://kit.fontawesome.com/506bacfdab.js" crossorigin="anonymous"></script>
</body>
</html>