-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.html
104 lines (97 loc) · 4.91 KB
/
help.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
<!DOCTYPE html>
<html>
<head>
<title>E-Cell JUET</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="images/edc.png" type="image/png" >
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- link to Bootstrap minified css-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- link to Jquery minified-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- link to Bootstrap JS -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- link to external CSS -->
<link rel="stylesheet" type="text/css" href="style.css">
<meta content="text/html; charset=iso-8859-2" http-equiv="Content-Type">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
</head>
<body >
<nav class="nav navbar-fixed-top navbar-inverse">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#mynavBar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="#" class="navbar-brand">Entrepreneurship Development Cell</a>
</div>
<div class="collapse navbar-collapse" id="mynavBar">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html"><span class="glyphicon glyphicon-home"></span> Home</a></li>
<li><a href="https://www.juet.ac.in/"><span class="glyphicon glyphicon-grain"></span> University</a></li>
<li><a href="index.html#mv"><span class="glyphicon glyphicon-tower"></span> Mission & Vision</a></li>
<li><a href="team.html"><span class="glyphicon glyphicon-flash"></span> Team EDC</a></li>
<li><a href="event.html"><span class="glyphicon glyphicon-camera"></span> Event Gallery</a></li>
<li><a href="help.html"><span class="glyphicon glyphicon-phone-alt"></span> Help Desk</a></li>
<!-- <li><a href="contact.html"><span class="glyphicon glyphicon-phone-alt"></span> Contacts</a></li> -->
</ul>
</div>
</div>
</nav><br>
<!-- -->
<div class="contact">
<center>
<b>Contact E-Cell@JUET</b><br>
<p>A-B Road, Raghogarh, Guna (M.P.) - 473226, INDIA</p>
</center>
</div>
<div class="contact1">
<p>Contact E-Cell Advisor(Dr. Sandeep Srivastava): 9669950868</p>
<!-- <p>Toll Free Helpline No. - 180030701556<p> -->
</div>
<div class="contact2">
Phone : +91-8707495923 <br>
<!-- Fax : +91-7544-267011<br> -->
Email : [email protected] <br>
</div><br>
<div class="form">
<center><form action="https://formsubmit.co/[email protected]" method="POST"><div>
<label for="name" class="bodytext" style="color: white;">Name:
<input type="text" name="name" id="name" placeholder="username" style="color: black;" />
</label>
</div><br>
<div>
<label for="email" class="bodytext" style="color: white;">E-Mail:
<input type="text" name="email" id="email" placeholder="e-mail id" style="color: black;"/>
</label>
</div><br>
<div>
<label class="bodytext" style="color: white;">Message:</label>
<br><br>
<textarea name="comment" rows="12" cols="24" id="comment" style ="width: 65%; height: 230px;" class="bodytext" placeholder="Enter your message here..." style="color: black;"></textarea><br><br>
</div>
<div class="bodytext" id="btn">
<input type="submit" name="submit" value="Submit" style="color: black;"/>
<input type="reset" name="reset" value="Clear" style="color: black;"/></div>
</div>
<input type="hidden" name="_captcha" value="false">
<input type="hidden" name="_next" value="https://ecelljuet.netlify.app/thanks.html">
</form>
</center>
</div><br><br><br><br>
</div></a>
<!-- -->
<footer>
<div class="container">
<b>Get in Touch</b><br>Through following links<br>
<a href="https://www.facebook.com/edcjuet/" class="fa fa-facebook" alt="E-Cell facebook"></a>
<a href="#" class="fa fa-linkedin" alt="E-Cell linkedin"></a>
<a href="https://www.instagram.com/edc_juet/" class="fa fa-instagram" alt="E-Cell instagram"></a><br>
<span class="glyphicon glyphicon-copyright-mark"></span> Team EDC<br> Developed by:Shrey Nigam(Team EDC)
</div>
</footer>
</body>
</html>