-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearn.php
More file actions
executable file
·66 lines (58 loc) · 3.07 KB
/
learn.php
File metadata and controls
executable file
·66 lines (58 loc) · 3.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<?include "header.php"?>
<div class="container">
<div class="content">
<div class="row" style="margin-left: 0px";>
<div class="span25">
<div class="row " style="margin-left: -10px; margin-bottom: 30px; margin-top:-20px;">
<div class="span12" style="margin-top: 20px; margin-bottom: 50px; height: 350px; margin-left: 50px; width: 680px; ">
<div class="row" style="align:center;margin-left: 100px;">
<h3 class="glow" style="margin-left:0px;margin-top:10px;margin-bottom:5px;font-family: 'Trebuchet MS', sans-serif; width: 100%; font-size: 30px; font-weight: lighter; color:#444444; ">Nita DUMA Aje?</h3>
<ul class="tabs" data-tabs="tabs" style="margin-left:0px;width:700px;margin-bottom:1px">
<li class="active"><a href="#home"> 1 </a></li>
<li><a href="#profile"> 2 </a></li>
<li><a href="#messages"> 3 </a></li>
<li><a href="#settings"> 4 </a></li>
<li><a href="#alert"> 5 </a></li>
<li><a href="#hiring"> 6 </a></li>
<li><a href="#repeat"> 7 </a></li>
<li </li>
</ul>
<div id="my-tab-content" class="tab-content">
<div class="active tab-pane" id="home">
<p><img src= "images/howitworks1.png" height="325px" width="575px" margin-top="-10px" align="center" valign="center" > </img></p>
</div>
<div class="tab-pane" id="profile">
<p><img src= "images/howitworks2.png" height="325px"width="575px" align="center" valign="center"> </img></p>
</div>
<div class="tab-pane" id="messages">
<p><img src= "images/howitworks3.png" height="325px"width="575px" align="center" valign="center"> </img></p>
</div>
<div class="tab-pane" id="settings">
<p><img src= "images/howitworks4.png" height="325px" width="575px"align="center" valign="center"> </img></p>
</div>
<div class="tab-pane" id="alert">
<p><img src= "images/howitworks5.png" height="325px" width="575px"align="center" valign="center"> </img></p>
</div>
<div class="tab-pane" id="hiring">
<p><img src= "images/howitworks6.png" height="325px" width="575px"align="center" valign="center"> </img></p>
</div>
<div class="tab-pane" id="repeat">
<p><img src= "images/howitworks7.png" height="325px" width="575px"align="center" valign="center"> </img></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?include "bottom_pane.php"?>
<footer>
<p>© Duma 2011</p>
</footer>
</div>
</body>
</html>