-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.html
77 lines (67 loc) · 2.89 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
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript"></script>
<meta charset="utf-8">
<title>
Help@JUET
</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- header of website layout -->
<div class = "header">
<center>
<img src="images/edc.png"alt="E-Cell@JUET" >
<b>Entrepreneurship Development Cell</b>
</center>
</div>
<div class="logo"><center style = "font-size:200%;">
<a class="logo" href="http://www.juet.ac.in/" title="JAYPEE UNIVERSITY OF ENGINEERING AND TECHNOLOGY">
<img src="images/logo2.jpg" alt="JAYPEE UNIVERSITY OF ENGINEERING AND TECHNOLOGY" align="center" style="width: 90%"></a>
</center> </div>
<!-- nevigation menu for website layout -->
<div class = "nav_menu">
<a href = "index.html">Home</a>
<a href = "http://www.juet.ac.in/">University</a>
<a href = "index.html#mv">Mission & Vision</a>
<a href = "team.html">Team EDC</a>
<a href = "help.html">E-Cell Help Desk</a>
<!-- <a href = "#git">Get in Touch</a> -->
<a href = "contact.html">Contacts</a>
</div>
<br>
<div class="help">
<center>
<b>HelpDesk@EDC</b><br>
<p><b>Write your query and feel free to connect!!</b></p><br>
<!-- <hr size="1%" width="15%" color="#56A5FC"><br> -->
</center>
</div>
<div class="form">
<center><form action="mailto:nigam001shrey@gmail.com" method="post">
<label><b>Name: </b><input type="text" placeholder="username"></label><br><br>
<label><b>E-Mail: </b><input type="E-Mail" placeholder="e-mail id" id="emails" name="emails" multiple></label><br><br>
<textarea rows="10" cols="80" name="comment" form="usrform" style ="width: 90%">Enter text here...</textarea><br><br>
<button type="submit" name="button"> Submit</button>
</form>
</center>
</div><br><br><br><br><br><br><br><br><br><br>
</div></a><br><br>
<a name="git">
<div class="footer" style="margin-bottom: 0">
<font size ="5" color="white">
<b>Get in touch</b></font><br>
<font size ="4" color="white">Through following links</font><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><br>
<font size ="4" color="white">© Team EDC</font><br><br>
<font size ="4" color="white">Developed by:Shrey Nigam</font><br>
<font size ="4" color="white">(Team EDC)</font>
</div></a>
</body>
</html>