-
Notifications
You must be signed in to change notification settings - Fork 2
/
bookBot.php
executable file
·44 lines (31 loc) · 1.93 KB
/
bookBot.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
<?php include 'header.php'; ?>
<!-- ============================================================= MAIN ============================================================= -->
<main>
<!-- ============================================================= SECTION – HERO ============================================================= -->
<section id="hero" class="img-bg-center tint-bg" style="padding:0px" >
<div class="container inner">
<div class="row">
<div class="col-sm-10">
<header>
<h1 style="color:white">Book Keeping Bot
</h1>
</header>
</div><!-- /.col -->
</div><!-- ./row -->
</div><!-- /.container -->
</section>
<!-- ============================================================= SECTION – HERO : END ============================================================= -->
<!-- ============================================================= SECTION – WHO WE ARE ============================================================= -->
<section id="who-we-are" style="padding:0px">
<div class="container inner-md">
<div class="row inner-top-xs">
<div class="col-sm-offset-1 col-sm-11 inner-right-xs inner-bottom-xs">
<p>You can download it:-</p>
<a href="http://technovation.stab-iitb.org/wp-content/uploads/2013/07/bkb-final.avi">bkb final</a><br>
<a href="http://technovation.stab-iitb.org/wp-content/uploads/2013/07/poster_bkb.jpg">bkb image</a>
<p><img class="img-thumbnail" alt="poster_bkb" src="http://technovation.stab-iitb.org/wp-content/uploads/2013/07/poster_bkb.jpg" /><sup class="footnote" id="fnr2"><a href="#fn2">2</a></sup></p>
</div>
<div><br><br>
</section>
<!-- ============================================================= SECTION – WHO WE ARE : END ============================================================= -->
<?php include 'footer.php'; ?>