forked from eliks/habari
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcategory.php
More file actions
102 lines (101 loc) · 4.58 KB
/
Copy pathcategory.php
File metadata and controls
102 lines (101 loc) · 4.58 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
95
96
97
98
99
100
101
102
<?php require 'assets/php/header.php'; ?>
<div id="mainarea" class="container">
<div id="leftpan" class="mypan">
<h1>Interests</h1>
<div></div>
</div>
<div id="toprib" class="mypan">
</div>
<div id="holdcats" class="container">
<div id="col1">
<div class="article">
<div class="articleimg">
<img src="assets/img/cats/samsung_galaxy_note___phone___tablet-wallpaper-1366x768.jpg" width="350px" />
</div>
<div class="articlehead">
<div class="articletitle">Elections are Here</div>
<div class="articlesource">Capital FM, Kenya</div>
<div class="articlesubscribe">Subscribe</div>
<div class="articletime">1 hour ago</div>
</div>
<div class="articletext">people insist they want to see news text, finish reading this before they realise I said nothing. By they I mean you.</div>
<div class="articlereadmore">Read more</div>
</div>
<div class="article">
<div class="articleimg">
<img src="assets/img/cats/red_line-wallpaper-960x600.jpg" width="350px" />
</div>
<div class="articletext"><span>people insist they want to see news text,</span> so they will finish reading this before they realise I said nothing. By they I mean you.</div>
</div>
<div class="article">
<div class="articleimg">
<img src="assets/img/cats/stylish_design_bathroom-wallpaper-1366x768.jpg" width="350px" />
</div>
<div class="articletext"><span>people insist they want to see news text,</span> so they will finish reading this before they realise I said nothing. By they I mean you.</div>
</div>
<div class="article">
<div class="articleimg">
<img src="assets/img/cats/acorns-wallpaper-1366x768.jpg" width="350px" />
</div>
<div class="articletext"><span>people insist they want to see news text,</span> so they will finish reading this before they realise I said nothing. By they I mean you.</div>
</div>
</div>
<div id="col2">
<div class="article">
<div class="articleimg">
</div>
<div class="articlehead">
<div class="articletitle">Elections are Here</div>
<div class="articlesource">Capital FM, Kenya</div>
<div class="articlesubscribe">Subscribe</div>
<div class="articletime">1 hour ago</div>
</div>
<div class="articletext">people insist they want to see news text, finish reading this before they realise I said nothing. By they I mean you.</div>
<div class="articlereadmore">Read more</div>
</div>
<div class="article">
<div class="articleimg">
<img src="assets/img/cats/wet_maple_leaf_close_up-wallpaper-1366x768.jpg" width="350px" />
</div>
<div class="articletext"><span>people insist they want to see news text,</span> so they will finish reading this before they realise I said nothing. By they I mean you.</div>
</div>
<div class="article">
<div class="articleimg">
<img src="assets/img/cats/white_cottage-wallpaper-1366x768.jpg" width="350px" />
</div>
<div class="articletext"><span>people insist they want to see news text,</span> so they will finish reading this before they realise I said nothing. By they I mean you.</div>
</div>
</div>
<div id="col3">
<div class="article">
<div class="articleimg">
<img src="assets/img/cats/windows_8-wallpaper-960x600.jpg" width="350px" />
</div>
<div class="articletext"><span>people insist they ,</span> so they will finish reading this before they realise I said nothing. By they I mean you.</div>
</div>
<div class="article">
<div class="articleimg">
<img src="assets/img/cats/luxury_hotel_room-wallpaper-1366x768.jpg" width="350px" />
</div>
<div class="articletext"><span>people insist they want to see news text,</span> so they will finish reading this before they realise I said nothing. By they I mean you.</div>
</div>
<div class="article">
<div class="articleimg">
<img src="assets/img/cats/road_over_forest-wallpaper-1366x768.jpg" width="350px" />
</div>
<div class="articletext"><span>people insist they want to see news text,</span> so they will finish reading this before they realise I said nothing. By they I mean you.</div>
</div>
</div>
</div>
</div> <!-- /container -->
<script src="assets/js/jquery.js"></script>
<script src="assets/js/bootstrap-222.min.js"></script>
<script src="assets/js/bootstrap-carousel.js"></script>
<script src="assets/js/custom.js"></script>
<script type="text/javascript">
$('.carousel').carousel('cycle');
$('.carousel').carousel({
interval: 1
});
</script>
<?php require 'assets/php/footer.php'; ?>