-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathblog1.html
More file actions
68 lines (38 loc) · 1.96 KB
/
blog1.html
File metadata and controls
68 lines (38 loc) · 1.96 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
<!DOCTYPE html>
<html>
<head>
<title>
Blog 1
</title>
<link rel="stylesheet" type="text/css" href="blog1.css">
</head>
<body>
<div id="ContentBlock">
<div id="TopItems">
<div id="TitleBox">
<center> <h1 class="headers">Why Are We At Codex?</h1> </center>
</div>
<div id="DateBox">
<center> <h4 class="headers"> 25/09/2014 </h4> </center>
</div>
</div>
<div id="ContentItems">
<div id="WrittenByBox">
<center> <h5 class="headers">Written By <a id="Author" href= "http://coders.projectcodex.co/khululekani/"> Khululekani </a> </h5> </center>
</div>
<div id="MainTextBox">
<p class="paragraphs">
<img src ="Images/tumblr_inline_nbyfyx3TaW1rvzuyz.jpg" id="BlogPicture">
We are at Codex inorder to learn & gain coding skills and become better programmers and developers. Africa is at the dawn of a technological revolution, and this is a conversation we want to actively be a part of. We learn to create a number of things such as software as well as broadening our knowledge about the Tech industry.
CodeX is the best place to groom future coders. We get an opportunity to fine tune our skills through figuring out what works and what doesn't in the industry.
This is a suitable platform to explore our raw, and undiscovered talents. It also deploys young, and ambitious developers to the real world. There aren't any tests, exams or tutors. This is the real world. This is Codex. <br> <br>
Our team consists of Sihle, Khululekani and Ndabenhle. Three individuals from differing backgrounds but with one sole goal in mind; to be inducted into the Cape Town tech scene. Through blood sweat and tears, we will push ourselves to the limits. The team name "Kusinda" is a combination of all our names. Team Kusinda is a team of winners. Team Kusinda shall not falter.
<div class="Button">
<a href="index.html" class="Button1">Back</a>
</div>
</p>
</div>
</div>
</div>
</body>
</html>