forked from TEDxMITAOE/TEDxMITAOE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
177 lines (151 loc) · 6.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>TEDx MITAOE</title>
<link rel="shortcut icon" href="img/logo1.png" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
<script src="main.js"></script>
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap" rel="stylesheet">
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
</head>
<style>
header ul li a{
color: black;
text-decoration: none;
font-weight: 700!important;
}
a:hover{
text-decoration: none;
color: black;
}
.hrabout{
border-bottom: 2px solid red;
width: 60px;;
}
.grid{
display: grid;
grid-template-columns: auto auto;
margin-left: 200px;
margin-top: 100px;
}
.item1{
margin-top: 150px;
}
@media screen and (max-width:670px){
.grid{
display: grid;
grid-template-columns: auto;
margin-left: 0px;
margin-top: 80px;
}
.item1{
margin-top: 10px;
margin-left: 80px;
}
.item2 img{
width: 400px;
}
}
</style>
<body><header>
<nav class="nav-wrapper transparent " id="mainNav">
<div class="container">
<a href="index.html" class="brand-logo"><img src="img/transp.png" alt="" height="45px;"></a>
<a href="#" class="sidenav-trigger" data-target="mobile-menu">
<i class="material-icons" style="color: black;">menu</i>
</a>
<ul class="right hide-on-med-and-down">
<li><a href="index.html">Home</a></li>
<li><a href="index.html">About</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="#">Call for Proposals</a></li>
<li><a href="http://bit.ly/jointedxmitaoe">Work with us</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<ul class="sidenav gray lighten-2" id="mobile-menu">
<li><a href="index.html">Home</a></li>
<li><a href="index.html">About</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="#">Call for Proposals</a></li>
<li><a href="http://bit.ly/jointedxmitaoe">Work with us</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
</header>
<br><br><br>
<div class="form">
<div class="contact" id="contact">
<center>
<h1>Contact Us</h1>
<hr class="cont">
</center><br>
</div>
<section class="section container wow fadeInUp" id="contact">
<div class="row">
<div class="col s12 l5">
<h2 class="indigo-text text-darken-4 wow fadeInUp" data-animate-scroll='{"rotation": "180","duration": "2.5","scaleX": "0","scaleY": "0"}'>
Get in touch
</h2>
<p>If you have any Help related to the site then fell free to ask.. Please fill the form to contact with us. we are here to 24 x 7 help you. Feel free to ask us.
mail us at [email protected] <br><br> <b>TEDx MITAOE </b></p>
</div>
<div class="col s12 l5 offset-l2 wow fadeInUp">
<form action="userquery.php" method="POST">
<div class="input-field">
<i class="material-icons prefix">Name</i>
<input type="text" name="username" required>
<label for="email">Your Name</label>
</div>
<div class="input-field">
<i class="material-icons prefix">email</i>
<input type="email" name="email" required>
<label for="email">Enter your Email</label>
</div>
<div class="input-field">
<i class="material-icons prefix">message</i>
<textarea name="usermessage"id="message" class="materialize-textarea" cols="30" rows="10" required></textarea>
<label for="message">Your Message</label>
</div>
<div class="input-field center">
<button class="btn" type="submit" name="submit">Submit</button>
</div>
</form>
</div>
</div>
</section>
</div>
<br><br>
<br><br>
<hr class="foot">
<div class="footer">
<footer>
<center><h3>© TEDx MITAOE </h3></center>
</footer>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script>
$(document).ready(function(){
$('.sidenav').sidenav();
$('.materialboxed').materialbox();
$('.parallax').parallax();
$('.tabs').tabs();
$('.datepicker').datepicker();
});
</script>
</body>
</html>