-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
146 lines (125 loc) · 7.18 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
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
135
136
137
138
139
140
141
142
143
144
145
146
<!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.0">
<!-- FontAwesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Google Font -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Courgette&display=swap" rel="stylesheet" />
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous" />
<!-- My CSS -->
<link rel="stylesheet" href="./contact.css">
<title>Contact Us</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark sticky-top">
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo03"
aria-controls="navbarTogglerDemo03" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand style_font" href="index.html">COVID-19</a>
<div class="collapse navbar-collapse" id="navbarTogglerDemo03">
<ul class="nav navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="./index.html#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./index.html#abt">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./index.html#symp">Symptoms</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./index.html#prevent">Prevention</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./quiz/index.php">Knowledge Check</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./index.html#contact">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<section>
<div class="container">
<div class="form">
<div class="contact-info">
<h3 class="title">Let's get in touch</h3>
<p class="text"> Contact us with the following details. and fillup the form with the details. </p>
<div class="info">
<div class="social-information"> <i class="fa fa-map-marker"></i>
<p>MGM Dr. GY Pathrikar College of CS & IT, Aurangabad , MH-431001
</p>
</div>
<div class="social-information"> <i class="fa fa-envelope-o"></i>
<p>kalyankarrahul500@gmail.com</p>
</div>
<div class="social-information"> <i class="fa fa-mobile-phone"></i>
<p>+ 91 12345 67890</p>
</div>
</div>
<div class="social-media">
<p>Connect with us :</p>
<div class="social-icons">
<a href="https://www.facebook.com/" target="_blank"> <img
src="./images/facebook-f-brands.svg" width="40%" style="color: w;" height="auto"
alt=""> </a>
<a href="http://www.twitter.com/" target="_blank"> <img src="./images/twitter-brands.svg"
width="60%" style="color: w;" height="auto alt=""> </a>
<a href=" http://www.instagram.com/" target="_blank"> <img
src="./images/instagram-brands.svg" width="60%" style="color: w;" height="auto alt=""> </a>
<a href=" http://www.linkedin.com/" target="_blank"> <img
src="./images/linkedin-in-brands.svg" width="60%" style="color: w;"
height="auto alt=""> </a>
</div>
</div>
</div>
<div class=" contact-info-form"> <span class="circle one"></span> <span class="circle two"></span>
<form action="userinfo.php" method="POST">
<h3 class="title">Contact us</h3>
<div class="social-input-containers"> <input type="text" name="name" class="input"
placeholder="Name" required /> </div>
<div class="social-input-containers"> <input type="email" name="email" class="input"
placeholder="Email" required /> </div>
<div class="social-input-containers"> <input type="number" name="phone" class="input"
placeholder="Phone" /> </div>
<div class="social-input-containers">
<select name="category" class="input" id="category">
<option value="Complaint" disabled selected>--Select--</option>
<option value="Complaint">Complaint</option>
<option value="Suggestion">Suggestion</option>
<option value="Review">Review</option>
</select>
</div>
<div class="social-input-containers textarea"> <textarea name="message"
class="input" placeholder="Message"></textarea> </div> <input type="submit"
value="Send" class="btn btn-success" />
</form>
</div>
</div>
</div>
</section>
<footer>
<div class="grid">
<div class="column-xs-12">
<p class="text-center"> ©2021 Rahul Kalyankar
</div>
</div>
</footer>
</body>
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
</html>