-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
120 lines (113 loc) · 2.84 KB
/
about.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
<!DOCTYPE html>
<head>
<title>SQUARE ONE</title>
<meta charset="utf-8">
<link href="css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<audio src="F:\ip projects\website2\square one\pyaar.mp3" autoplay>
<p>If you are reading this, it is because your browser does not support the audio element. </p>
<embed src="F:\ip projects\website2\square one\pyaar.mp3" width="180" height="90" hidden="true" />
</audio>
<div id="header">
<div>
<a href="index.html"><img class="logo" src="images/logo.jpg" width="513" height="104" alt="" title=""></a>
<a href="index.html"><img src="images/waitress.png" width="332" height="205" alt="" title=""></a>
<ul class="navigation">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a class="active" href="about.html">About</a>
</li>
<li>
<a href="burger.html">Menu</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
<li>
<a href="blog.html">Blog</a>
</li>
</ul>
</div>
</div>
<div id="body">
<div id="content">
<div>
<div>
<h1>About</h1>
<ul>
<li>
<h2><a href="about.html">Made by Prerna</a></h2>
<p>
</li>
<li>
<h2><a href="about.html">this is especially designed for Chitkara University</a></h2>
</li>
<li>
<h2><a href="about.html">Be part of Our Community</a></h2>
</li>
<li>
<h2>Made by</h2>
<h4>Prerna </h4>
<h4>Ramya </h4>
<h4>Priyanshi </h4>
<h4>Rishabh </h4>
<p>
Website design by Ramya.</a>
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="footer">
<div>
<ul>
<li class="first">
<h2>SELF SERVICE PLEASE</h2>
<h3>Call 7678661809 for any queries</h3>
<ul>
<li>
<a href="https://www.facebook.com/ChitkaraU" class="facebook"></a>
</li>
<li>
<a href="https://twitter.com/ChitkaraU" class="twitter"></a>
</li>
<li>
<a href="https://plus.google.com/+chitkarauniversity/" class="googleplus"></a>
</li>
</ul>
</li>
<li>
<a href="index.html"><img class="logo" src="images/logo-footer.jpg" width="303" height="84" alt=""></a>
<ul class="navigation">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About Us</a>
</li>
<li>
<a href="menu.html">Menu</a>
</li>
<li>
<a href="contact.html">Contact Us</a>
</li>
</ul>
<span style="color:blue;font-weight:bold">© 2018 Rishabh ,Ramya,Prerna,Priyanshi.</span>
</li>
<li class="last">
<h2>Follow Us By Email</h2>
<form action="index.html">
<input type="text" name="subscribe" value="Enter Your Email Here...">
<input type="submit" value="">
</form>
</li>
</ul>
</div>
</div>
</body>
</html>