-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathequipment.html
More file actions
83 lines (50 loc) · 1.89 KB
/
equipment.html
File metadata and controls
83 lines (50 loc) · 1.89 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
<!DOCTYPE html>
<html>
<head>
<title>
Codex Equipment
</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">Our Codex Equipment</h1> </center>
</div>
<div id="DateBox">
<center> <h4 class="headers"> 29/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/ndabenhle/"> Ndabenhle </a> </h5> </center>
</div>
<div id="MainTextBox">
<p class="paragraphs">
<img src ="Images/10410185_768253913235898_1477535352418582376_n.jpg" id="BlogPicture">
Our Codex Equipment:
Here at Codex we are fortunate enough to have access to an array of high end
Android devices. These include Samsung tablets and phones as well as Google Phones.
The majority of our work is done on our Dell laptops running Linux. Linux is a very
powerful open source operating system that provides the flexibility and agility characteristic
of this industry.
<br>
The vast range of tablets and phones allow us the opportunity to rapidly test our applications
and webpages. We recently had the android cabinet installed in our offices. This is a cabinet
filled with android devices, all at our disposal for use on any projects we work on! Yikes!!!
<img src ="Images/10501831_775553335839289_1697642309236764885_n.jpg" id="BlogPicture3">
If you look at the image on the left, you can see the types of equipment we use at Codex
Academy.
We are thoroughly looking forward to using the various devices during our journey to becoming
coding masters!! <br><br>
Follow our journey!
<div class="Button">
<a href="index.html" class="Button1">Back</a>
</div>
</p>
</div>
</div>
</div>
</body>
</html>