forked from codex-academy/codeX_BlogTeamKusinda
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html~
More file actions
128 lines (83 loc) · 2.82 KB
/
index.html~
File metadata and controls
128 lines (83 loc) · 2.82 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html>
<head>
<title>
Home
</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
<script type="text/javascript" src="blog1.js"></script>
<link rel="stylesheet" type="text/css" href="blog1.css">
</head>
<body>
<div id="ContentBlockHome">
<div id="TopItems">
<marquee behavior='alternate'>
<div id="TitleBox">
<center> <h1 class="headers">Team Kusinda</h1> </center>
</div>
</marquee><html>
</div>
<div id="ContentItemsHome">
<div id="BlogSnippet">
<img src ="Images/tumblr_inline_nbyfyx3TaW1rvzuyz.jpg" id="BlogPicture2">
<div id="PostSummaryBox">
<div id="SummaryHeader">
<center>
<h2 class="headers">Why Codex?</h2>
</center>
</div>
<div id="DateBox">
<center> <h4 class="headers"> 25/09/2014 </h4> </center>
</div>
<p class="paragraphs2"> We are at Codex inorder to learn & gain coding skills and become better programmers and developers. Africa is at the dawn....</p>
<div class="Button2">
<a href="blog1.html" class="Button1">See More</a>
</div>
</div>
</div>
<div id="BlogSnippet">
<img src ="Images/10501831_775553335839289_1697642309236764885_n.jpg" id="BlogPicture2">
<div id="PostSummaryBox">
<div id="SummaryHeader">
<center>
<h4 class="headers">My Codex Equipment</h4>
</center>
</div>
<div id="DateBox">
<center> <h4 class="headers"> 29/09/2014 </h4> </center>
</div>
<p class="paragraphs2"> Here at Codex we are fortunate enough to
have access to an array of high end Android
devices. These include... </p>
<div class="Button2">
<a href="equipment.html" class="Button1">See More</a>
</div>
</div>
</div>
<div id="BlogSnippet">
<img src ="Images/the_learning_lounge_632.jpg" id="BlogPicture2">
<div id="PostSummaryBox">
<div id="SummaryHeader">
<center>
<h4 class="headers">What Have We Learnt?</h4>
</center>
</div>
<div id="DateBox">
<center> <h4 class="headers"> 30/09/2014 </h4> </center>
</div>
<p class="paragraphs2"> Click more to see what we have learnt during
our time at CodeX so far... </p>
<div class="Button2">
<a href="Learnt.html" class="Button1">See More</a>
</div>
</div>
</div>
</div>
<div class='Button4'>
<a href="NewPost.html" class='Button1'> New Post</a>
</div>
<input type='button' id='refresh' value='refresh'>
</div>
</body>
</html>