-
Notifications
You must be signed in to change notification settings - Fork 2
/
aboutus.php
36 lines (33 loc) · 1.2 KB
/
aboutus.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
<!DOCTYPE HTML>
<html>
<head>
<title>LivFit - About us</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="shortcut icon" href="images/ui/favicon.ico">
</head>
<body>
<?php include ("header.php"); ?>
<?php include ("nav.php"); ?>
<div id=content>
<h1>Behind the Scenes</h1>
<center>
<img src="images/pic.jpg"></img>
</center>
<h2>Made by</h2>
<ul>
<li><span class="mythorfact">1311020</span> Aditya Godambe</li>
<li><span class="mythorfact">1311028</span> Chinmay Karanjkar</li>
<li><span class="mythorfact">1311029</span> Siddhesh Karekar</li>
<li><span class="mythorfact">1311033</span> Ashutosh Mahajan</li>
</ul>
<h2>Tools used</h2>
<p>This site was made using <a href="https://notepad-plus-plus.org/">Notepad++</a>, <a href="http://brackets.io/">Brackets</a>, <a href="http://www.adobe.com/in/products/photoshop.html">Adobe Photoshop</a>, <a href="https://www.apachefriends.org">XAMPP</a>, among other tools.</p>
<h2>Course</h2>
<p>Web Technology, July - November, 2015</p>
<h2>College</h2>
<p>K J Somaiya College of Engineering, Vidyavihar</p>
</p>
</div>
<?php include ("footer.php"); ?>
</body>
</html>