-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathcontactus.html
94 lines (78 loc) · 3.05 KB
/
contactus.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Studious Me</title>
<link rel="stylesheet" type="text/css" href="cssmain\gcontactus.css">
<link rel="stylesheet" href="cssmain\table.css" type="text/css"/>
</head>
<body>
<div id="wrapper">
<div id="header">
<br>
<a href="guesthomepage.html"><img src="images\sitelogo.png" alt="sitelogo"
style="float:left;width:600px;height:120px;"></a>
<div id="dropdown">
<ul id="drop-nav" style="font-family:Arial;">
<li><a href="guesthomepage.html">HOME</a>
</li>
<li><a href="#">STUDY RESOURCES</a>
<ul>
<li><a href="syllabus.html">Syllabus</a></li>
<li><a href="ebooks.html">E-books</a></li>
<li><a href="papers.html">University Papers</a></li>
<li><a href="onlinetest.html">Free Online Test</a></li>
</ul>
</li>
<li><a href="#">ABOUT US</a>
<ul>
<li><a href="goals.html">Our Goals</a></li>
<li><a href="mission.html">Mission, Vision & Core Values</a></li>
<li><a href="contactus.html">Contact Us</a></li>
</ul>
</li>
</ul>
</div>
</div>
<hr>
<img src="images\aboutus.jpg" alt="Online Test" style="float:left;width:1295px;height:200px;">
<div id="left">
</div>
<div id="right">
</div>
<div id="content" style="margin-top:250px">
<div id="contentleft">
<p style="position:relative;top:40px;left:100px;float:left;font-size:15px;color:black"><img src="sid.jpg" alt="sid" style="position:relative;top:0px;left:0px;float:left;">
-> <b><i><u>Contact Me !:<br><br></b></i></u>
-> <b>Facebook:</b> Siddhant Thakur<br>
-> <b>Twitter:</b> chotaathakur<br>
-> <b>Email ID:</b> sidtab2@gmail.com<br>
-> <b>Contact:</b> (+91) 9769901516<br><br><br><br><br><br><br>
-> <b>Name:</b> Siddhant Thakur<br>
-> Currently studying in Third Year Computer Engineering<br>at Vidyalankar Institute of Technology, Affiliated with <br>Mumbai University.<br>
-> Co-designed Front-end and Back-end of this website.<br>
-> Interests : Playing Football, Or any sport for that matter.<br>Also play chess, piano, e-sports for fun.<br>
-> <b>Thank You for Visiting !!!</b><br><br>
</p>
</div>
<div id="contentright">
<p style="position:relative;top:40px;left:100px;float:left;font-size:15px;color:black"><img src="apt.jpg" alt="apt" style="position:relative;top:0px;left:0px;float:left;">
-> <b><i><u>Contact Me !:<br><br></b></i></u>
-> <b>Facebook:</b> Akshay Tambe<br>
-> <b>Twitter:</b> akshaytambe24<br>
-> <b>Email ID:</b> aptambe24@gmail.com<br>
-> <b>Contact:</b> (+91) 9969042406<br><br><br><br><br><br><br>
-> <b>Name:</b> Akshay Prakash Tambe<br>
-> Currently studying in Third Year Computer Engineering<br>at Vidyalankar Institute of Technology, Affiliated with <br>Mumbai University.<br>
-> Co-designed Front-end and Back-end of this website.<br>
-> Interests : Getting to Know About New Gadgets Around<br>
-> <b>Thank You for Visiting !!!</b><br><br>
</p>
</div>
</div>
<div id="footer">
Copyrights(TM) 2014 | Team Ozil 11
</div>
</div>
</body>
</html>