-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (81 loc) · 3.4 KB
/
Copy pathindex.html
File metadata and controls
94 lines (81 loc) · 3.4 KB
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
<html>
<head>
<title>KinuKids</title>
<link rel="stylesheet" type="text/css" href="style/style.css"/>
<link rel="stylesheet" type="text/css" href="style/bs/css/bootstrap.css"/>
<link rel="stylesheet" type="text/css" href="style/tabs.css" />
<link rel="stylesheet" type="text/css" href="style/tabstyles.css" />
</head>
<body>
<!--<p class="speech">SitePoint Rocks!</p>-->
<div class="container" id="mainDiv">
<!-- the top layer -->
<div class="row" id="qs">
<section id="qsSection">
<div style="border: none" class="tabs tabs-style-circlefill">
<nav style="border: none; width:100%;">
<ul>
<li class="qnList"><a id = "qnDiv" href="#section-circlefill-1" class="icon icon-plug"><span style="z-index: 1000"> </span></a></li>
<li class="ansDiv"><a id="ansDiv" href="#section-circlefill-5" class="icon icon-plane"><span></span></a></li>
</ul>
</nav>
<div style="border: none" class="content-wrap">
<section id="section-circlefill-1"></section>
<section id="section-circlefill-5"></section>
</div><!-- /content -->
</div><!-- /tabs -->
</section>
</div>
<!--the main body-->
<div id ="row" id="mainGame">
</div>
<!--the bottom line-->
<div class="row col-md-10" id="footer">
<!--<div id = "aboutUs"><a href ="http://www.kinu.co.tz/"><em>About us</em></a></div>
<div id = "events"><em>Events</em></div>
<div id = "logo"><em>Logo</em></div>
<div id = "parents"><em>Parents</em></div>
<div id = "arrow"><em>Arrow</em></div>-->
<!-- <ul class="nav nav-tabs">
<li><a href="#">about us</a>
<li><a href="#">Events</a>
<li><a href="#">logo</a>
<li><a href="#">parents</a>
<li><a href="#">arrows</a>
</ul>
</div>-->
<section>
<div class="tabs tabs-style-iconfall">
<nav>
<ul>
<li><a href="#section-iconfall-1" class="icon icon-home"><span>Kinu kids</span></a></li>
<li><a href="#forms.html" class="icon icon-gift"><span>Parents</span></a></li>
<li><a href="#section-iconfall-3" class="icon icon-upload"><span>Up</span></a></li>
<li><a href="#section-iconfall-4" class="icon icon-coffee"><span>Events</span></a></li>
<li><a href="#section-iconfall-5" class="icon icon-config"><span>About us</span></a></li>
</ul>
</nav>
<div class="content-wrap">
<section id="section-iconfall-1"><p>1</p></section>
<section id="section-iconfall-2"><p>2</p></section>
<section id="section-iconfall-3"><p>3</p></section>
<section id="section-iconfall-4"><p>4</p></section>
<section id="section-iconfall-5"><p>5</p></section>
</div><!-- /content -->
</div><!-- /tabs -->
</section>
</div>
</div>
<script type="text/javascript" src="behaviour/bblgame.js"></script>
<script type="text/javascript" src="behaviour/jQuery/jquery.js"></script>
<script type="text/javascript" src="style/bs/js/bootstrap.js"></script>
<script src="behaviour/cbpFWTabs.js"></script>
<script>
(function() {
[].slice.call( document.querySelectorAll( '.tabs' ) ).forEach( function( el ) {
new CBPFWTabs( el );
});
})();
</script>
</body>
</html>