-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
72 lines (39 loc) · 1.4 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
<?php
ob_start();
session_start();
?>
<html>
<head>
<link rel="stylesheet" href="form.css" type="text/css" media="screen" title="no title" charset="utf-8" />
<link rel="stylesheet" type="text/css" href="style.css"/>
<script type="text/javascript" src="jquery.js" language="javascript" charset="utf-8">
</script>
<script type="text/javascript" src="main.js" language="javascript" charset="utf-8">
</script>
<style type='text/css'>
#about{
position: relative;
color: #ffffff;
background: url(images/templatemo_menu_button_right.png) bottom right no-repeat;
}
</style>
</head>
<body>
<?php
include("header.php");
?>
<div id="ct"></div>
<div id="content" style='font-size:20px;line-height:30px;font-family:monotype corsiva;'>
<img style='float:right' src='creator.jpg'/>
<h1 style='color:rgb(190,157,62);font-size:40px;font-family:freestyle script;'>Arpit Goyal </h1>
<p>I am a student of Indian Institute Of technology pursuing Integrated Mtech. in mathematics and Computing Batch(2010-2015) </p>
<p></p>
<p><span class='title'>Fast Scheduler</span> is my first project developed mainly keeping in mind the school stuff.</p>
<p>So for any assiastance and any sort of improvement you want do mail me at [email protected]</p>
</div>
<div id="cb"></div>
<?php
include("footer.php");
?>
</body>
</html>