This repository has been archived by the owner on Feb 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 73
/
contact.html
190 lines (163 loc) · 7.81 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1 ">
<title>Open-Source Events & Hackathon's</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!-- <link rel="stylesheet" href="css/styles1.css"> -->
<link rel="stylesheet" href="css/contact.css">
<script src="https://kit.fontawesome.com/0cd233bad9.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css2?family=Comfortaa&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Righteous&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Baloo+Da+2&display=swap" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<link rel="icon" href="Assets/favicon.ico">
<link rel="stylesheet" href="css/style.css">
</head>
<body id="myPage" data-spy="scroll" data-target=".navbar" data-offset="50">
<div class="scrollup" onclick="topFunction()" id="scroll" title="Go to top">
<i class="fa fa-chevron-up"></i>
</div>
<!-- navbar -->
<nav class="navbar navbar-expand-lg navbar-dark navbar-fixed-top menu menu-1">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#myPage"><i class="fab fa-osi"></i></a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#months">Month</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About Us</a>
</li>
</li>
<li class="nav-item">
<a class="nav-link" href="contri.html">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#bottom">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Form</a>
</li>
<li><a href="#"><span class="glyphicon glyphicon-search"></span></a></li>
</ul>
</div>
</div>
</nav>
<!-- contact -->
<div class="container1">
<form id="contact" action="" method="post">
<h3 style="color: black;">Contact Us</h3>
<h4>Contact us today, and we will get back to you asap!</h4>
<fieldset>
<input class="inputdata" placeholder="Your name" oninvalid="alert('Your name must contain only alphabets');" pattern="[a-zA-Z]+" tabindex="1" required autofocus>
</fieldset>
<fieldset>
<input class="inputdata" placeholder="Your Email Address" oninvalid="alert('Your Email Address must be in proper format');" pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,}$" tabindex="2" required>
</fieldset>
<fieldset>
<input class="inputdata" placeholder="Your Phone Number" oninvalid="alert('Your Phone Number must contain only numbers');" pattern="[0-9]+" tabindex="3" maxlength="15" required>
</fieldset>
<fieldset>
<textarea placeholder="Type your Message Here...." tabindex="5" required></textarea>
</fieldset>
<fieldset>
<button name="submit" type="submit" id="contact-submit" data-submit="...Sending" style="background-color: black;">Submit</button>
</fieldset>
</form>
</div>
<br><br><br><br><br><br><br><br><br>
<!-- footer -->
<svg viewBox="0 0 120 28">
<defs>
<filter id="goo">
<feGaussianBlur in="SourceGraphic" stdDeviation="1" result="blur" />
<feColorMatrix in="blur" mode="matrix" values="
1 0 0 0 0
0 1 0 0 0
0 0 1 0 0
0 0 0 13 -9" result="goo" />
<xfeBlend in="SourceGraphic" in2="goo" />
</filter>
<path id="wave"
d="M 0,10 C 30,10 30,15 60,15 90,15 90,10 120,10 150,10 150,15 180,15 210,15 210,10 240,10 v 28 h -240 z" />
</defs>
<use id="wave3" class="wave" xlink:href="#wave" x="0" y="-6"></use>
<use id="wave2" class="wave" xlink:href="#wave" x="0" y="-5"></use>
<g class="gooeff" filter="url(#goo)">
<use id="wave1" class="wave" xlink:href="#wave" x="0" y="-7" />
</g>
<g>
<use id="wave1" class="wave" xlink:href="#wave" x="0" y="1" />
</g>
</svg>
<footer id="bottom">
<div class="flexdisplay">
<div class="row container-fluid">
<div class="col-sm">
<div class="logo center"><img src="Assets/orgLogo.png">
</div>
</div>
<div class="col-sm">
<br><br><br><br>
<div class="socialmedia center">
<i class="fa fa-twitter foot"></i> <i class="fa fa-facebook-f foot"></i> <i class="fa fa-instagram foot"></i>
<i class="fa fa-github foot"></i>
</div>
<div>Made with ❤️ by <a href="">Catalyst</a></div>
</div>
<div class="col-sm">
<div class="newsletter center">
<h3>Join Our Newsletter</h3>
<p class="footer-p">Enter Your Email to get our news and updates.</p>
<form>
<input type="email" placeholder="Enter your Email" required>
<button type="submit" class="send">Send</button>
</form>
</div>
</div>
</div>
</footer>
<!-- jquery -->
<script>
$(document).ready(function(){
// Initialize Tooltip
$('[data-toggle="tooltip"]').tooltip();
// Add smooth scrolling to all links in navbar + footer link
$(".navbar a, footer a[href='#myPage']").on('click', function(event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (900) specifies the number of milliseconds it takes to scroll to the specified area
// $('html, body').animate({
// scrollTop: $(hash).offset().top
// }, 900, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
}
}); // End if
});
</script>
<script src="scroll.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</body>
</html>