summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html89
1 files changed, 89 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..43a4f0e
--- /dev/null
+++ b/index.html
@@ -0,0 +1,89 @@
+<!DOCTYPE html>
+<html lang="en"><head>
+ <meta charset="utf-8">
+ <title>Apps, by FOSSEE</title>
+ <meta content="width=device-width, initial-scale=1.0" name="viewport">
+ <meta content="apps by fossee" name="description">
+ <meta content="Parth Buch" name="author">
+
+ <!-- Le styles -->
+ <link rel="stylesheet" href="static/css/bootstrap.min.css">
+ <style type="text/css">
+ body {
+ padding-top: 60px;
+ padding-bottom: 40px;
+ }
+ </style>
+
+ <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
+ <!--[if lt IE 9]>
+ <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+ <![endif]-->
+
+ </head>
+
+ <body>
+
+ <div class="navbar navbar-fixed-top">
+ <div class="navbar-inner">
+ <div class="container">
+ <a data-target=".nav-collapse" data-toggle="collapse" class="btn btn-navbar">
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ </a>
+ <a href="#" class="brand">FOSSEE Apps</a>
+ <div class="nav-collapse">
+ <ul class="nav pull-right">
+ <li class="active"><a href="http://www.fosseeapps.in" title="home">Home</a></li>
+ <li><a href="http://www.fosseeapps.in/stproject" title="stapp" target="_blank">STApp</a></li>
+ <li><a href="http://www.fosseeapps.in/PyTask" title="pytask" target="_blank">PyTask</a></li>
+ <li><a href="http://www.fosseeapps.in/online_test" title="online test" target="_blank">Online Test</a></li>
+ </ul>
+ </div><!--/.nav-collapse -->
+ </div>
+ </div>
+ </div>
+
+ <div class="container">
+
+ <!-- Main hero unit for a primary marketing message or call to action -->
+ <div class="hero-unit">
+ <h1>Welcome to FOSSEE Apps</h1>
+ <p>This website hosts the Projects made by <a href="http://www.fossee.in" title="fossee" target="_blank">FOSSEE</a>. Click on the links below to view the apps.</p>
+ </div>
+
+ <!-- Example row of columns -->
+ <div class="row">
+ <div class="span4">
+ <h2>STApp</h2>
+ <p></p>
+ <p><a href="http://www.fosseeapps.in/stproject" target="_blank" class="btn">View App »</a></p>
+ </div>
+ <div class="span4">
+ <h2>PyTask</h2>
+ <p></p>
+ <p><a href="http://www.fosseeapps.in/pytask" target="_blank" class="btn">View App »</a></p>
+ </div>
+ <div class="span4">
+ <h2>Online Test</h2>
+ <p></p>
+ <p><a href="http://www.fosseeapps.in/online_test" target="_blank"class="btn">View App »</a></p>
+ </div>
+ </div>
+
+ <hr>
+
+ <footer>
+ <p>&copy; FOSSEE 2012</p>
+ </footer>
+
+ </div> <!-- /container -->
+
+ <!-- Le javascript
+ ================================================== -->
+ <!-- Placed at the end of the document so the pages load faster -->
+ <script src="../static/js/bootstrap.min.js"></script>
+
+
+</body></html>