-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
74 lines (71 loc) · 2.16 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
<!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">
<title>Contact Me</title>
<link rel="stylesheet" href="contact.css">
</head>
<body>
<!-- contact section starts -->
<div class="container">
<div id="particles-js">
<div class="text">Get In Touch With Me</div>
<form action="#">
<div class="form-row">
<div class="input-data">
<input type="text" required>
<div class="underline"></div>
<label for="">First Name</label>
</div>
<div class="input-data">
<input type="text" required>
<div class="underline"></div>
<label for="">Last Name</label>
</div>
</div>
<div class="form-row">
<div class="input-data">
<input type="text" required>
<div class="underline"></div>
<label for="">Email Address</label>
</div>
<div class="input-data">
<input type="text" required>
<div class="underline"></div>
<label for="">Website Name</label>
</div>
</div>
<div class="form-row">
<div class="input-data textarea">
<textarea rows="8" cols="80" required></textarea>
<br>
<div class="underline"></div>
<label for="">Write your message</label>
<br />
<div class="form-row submit-btn">
<div class="input-data">
<div class="inner"></div>
<input type="submit" value="submit">
</div>
</div>
</div>
</div>
</form></div>
<iframe
id="map" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d468.8760476491679!2d86.151867867
03984!3d23. 658068029974103!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39f423b7a04dec63%3
A0x50bc25e30003a28d!2sSector%203D%2C%20Sector%203%2C%20Bokaro%20Steel%20City%2C%20Jharkhand%20827003!
5e0!3m2!1sen!2sin!4v1658818328180!5m2!1sen!2sin"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade">
</iframe>
</div>
<script src="reek.js"></script>
<!-- first particles.js files and then app.js files -->
<script src="particles.js"></script>
<script src="app.js"></script>
</body>
</html>