-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (92 loc) · 2.77 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title> Collins Persional Site</title>
<style>
body{background-color: tan;}
hr{
border-style: none;
border-top-style: dotted;
border-color: grey;
border-width: 5px;
width: 5%;
}
img{
height: auto;
}
</style>
</head>
<body>
<table cellspacing="20">
<tr>
<td>
<img src="https://hosting.photobucket.com/images/i/cgfmis/col1-modified.png?width=450&height=278&crop=fill" alt="Collins Profile picture"></td>
<td><h1>Collins Hope</h1>
<p><em>Collins web and applications <strong><a href="http://cgfquickfix.xyz">development LTD</a></strong>.</em></p>
<p>I am collins i am a qualify nurse, i am learning ios and <br>software development
with udemy academy emmet.<br>
i am interested in self teaching skill to help grow <br> my carrier as a developer.</p></td>
</tr>
</table>
<hr>
<h3>I am now a software developer</h3>
<p>After completjing my study i will be a <br>software developer with the following competent.<br>
1.Nurse- competent in patient carrier. <br>
2. HIV nurse. <br>
3. Health IT support. <br>
4. software developer top grade.
<h3>Related book of interest</h3>
<ul>
<li>anatomy of Code</li>
<li>Teach yourselve to code</li>
<li>integrated App Design</li>
<li>Not all code works</li>
</ul>
<h3>My Hobby</h3>
<ol type="i">
<li><a href="http://fifa.com">Football</a></li>
<ul>
<li>we play foot ball with our legs</li>
<figure>
<p style="white-space:pre">
Bid me discourse, I will enchant thine ear,
Or like a fairy trip upon the green,
Or, like a nymph, with long dishevell'd hair,
Dance on the sands, and yet no footing seen:
Love is a spirit all compact of fire,
Not gross to sink, but light, and will aspire.</p>
<figcaption><cite>Venus and Adonis</cite>,
by William Shakespeare</figcaption>
</figure>
<li>American play boy with their hand</li>
</ul>
<li>film watching</li>
<li>coding literature</li>
</ol>
<table border="1">
<th>Work Experience</th>
<th><tr>
<th>Date</th>
<th>Works</th>
</tr>
</th>
<tbody>
<tr>
<td>2010 - 2013</td>
<td>Lead web developer Kt IT</td>
</tr>
<tr>
<td>2014 -</td>
<td>Medical It Support specialist in Karoliska.</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<hr>
<a href="hobby.html">My Hobbies</a>
<a href="contact.html">My Contact Informations</a>
</p>
</body>
</html>