-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
52 lines (47 loc) · 2.24 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>about</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="contactpage.css">
</head>
<body>
<div class="head">
<h2>We'd love to hear from you! </h2>
<p>Whether you have a question, feedback, or just want to connect, feel free to reach out to us through any of the following ways:
</p>
</div>
<div class="child">
<h2>Email</h2>
<p> For general inquiries for contribution,usage,bugs, editor access or sponsership, please email us at :<br>Email : atharvkote3@gmail.com</p>
<a href=""><img src="icons/gmail.svg"></a>
</div>
<div class="child2">
<h2>GitHub</h2>
<p>For website source code visit our Guthub Account ,make sure you for more interesting content. Contribution are welcome,feel free to fork the reposistory and contribute by pull request</p>
<a href=""><img height="40px" width="40px" src="icons/github.svg"> </a>
</div>
<div class="social">
<h2>Social Media Handles </h2>
<p>Stay connected with us on social media for the latest updates, news, and more, Lets build a powerfull network we can share ideas ,interact and have fun,make sure you follow share. STAY TUNNED !!
</p>
<a href=""><img height="40px" width="40px"src="icons/twiiter.svg"></a>
<a href=""></a><img height="40px" width="40px"src="icons/instagramvector.svg"> </a>
<a href=""></a><img height="40px" width="40px"src="icons/linkedin.svg"> </a>
</div>
<div class="dm">
<h2>Directly Messaging platform </h2>
<p>Stay connected with us on social media for the latest updates, news, and more, Lets build a powerfull network we can share ideas ,interact and have fun,make sure you follow share. STAY TUNNED !!
</p>
<a href=""></a><img height="40px" width="40px"src="icons/messenger.svg"> </a>
<a href=""></a><img height="40px" width="40px"src="icons/telegram.svg"> </a>
</div>
</div>
<footer>
<p>© 2024 Waterfall India | <a href="#">Privacy Policy</a></p>
</footer>
</body>
</html>