-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
120 lines (104 loc) · 2.56 KB
/
about.php
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>
<html>
<head>
<style>
#header {
background-color:darkcyan;
color:white;
text-align:center;
padding:5px;
}
#nav {
line-height:30px;
background-color:#CCFFFF;
height:650px;
width:50%;
float:left;
padding:5px;
}
#rightnav {
line-height:30px;
background-color:#eeeeee;
height:550px;
width:50%;
float:left;
padding:5px;
}
#section {
width:350px;
float:left;
padding:10px;
}
#pp
{
font-style: italic;
font-family: -webkit-pictograph;
font-weight: bolder;
font-stretch: ultra-expanded;
font-kerning: inherit;
fill-opacity: initial;
}
#footer {
background-color:darkcyan;
color:white;
clear:both;
text-align:center;
padding:5px;
}
img
{
width:300px;
height:300px;
border-radius:50%;
border-shadow:0 0 8px rgba(0,0,0,.8);
-webkit-box-shadow:0 0 8px rgba(0,0,0,.8);
border-4px solid #444;
}
.i
{
width:64px;
height:64px;
border-radius:.1%;
}
</style>
<link rel="stylesheet" type="text/css" href="woble.css"/>
</head>
<body>
<div id="header">
<a href="homef.php" align="left"><img class="i"src="bg/222.png" align="left" ></a></img>
<h1>CEG's Restaurent</h1>
</div>
<div id="nav" >
<center>
<img src="bg/111.jpg" class="woble" ></img>
</center>
<pre id="pp">
Name : Bala Sekhar . P
Department : IT
I have been creating this website for last two months. I had lot of experience
while doing this project , I have used basic html tags,Cascading style sheet(CSS),CSS
animations,PHP, Jquery, mysql for creating this Site. Basic objective of this project is to have a
exposure to Website development. I guess,i attained that. More or less I learned some
basic stuffs in some new languages. And now, I know how to learn new stuffs on my own.
Aim of this "CEG's Restaurent" site to interact with customers through
online,and showcase our Restaurent's Menu and Gallery etc...
Finally,I'm wishing to Thank Shanmuga perumal Sir for creating such
platform for as to enhance our practical skills....
</p>
</pre>
</div>
<div id="section">
<center style="float:right" >
<img class="rounded" src="bg/1.jpg"></img>
</center>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<pre id="pp">
Name : Arvindh .K
Department : IT
</pre>
</div>
<div id="footer">
Copyright © baLa nd Arvindh :p
</div>
</body>
</html>