-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (70 loc) · 2.52 KB
/
index.html
File metadata and controls
70 lines (70 loc) · 2.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>George's Personal HTML Site</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<table cellspacing="20">
<tr>
<td> <img class="circle" src="images/IMG_2635.JPG" alt="display picture"></td>
<td><h1>George O. Olufemi</h1>
<p><em><strong>Full Stack <a href="#">Web Developer</a></strong></em></p>
<p>I am a Full Stack Web Developer. I love and enjoy coding which keeps me up and puts me in the Learning curve everyday. My aim is to build Full responsive
Web applications that will give the Viewer satisfaction and enhance the User Experience and User Interface while being viewed. My work is supported by the
few companies I have worked for which their delight is to keep me because of the Quality Services I deliver, giving them their satisfaction.</p></td>
</tr>
</table>
<hr>
<h3>Skills and Techniques</h3>
<ul>
<li>HTML5</li>
<li>CSS</li>
<li><a href="inputs.html">JavaScript</a></li>
</ul>
<hr>
<h3>Work Experience</h3>
<table cellspacing="10px">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2010-2013</td>
<td>Lead Developer at Tempo App (copied)</td>
</tr>
<tr>
<td>2010-2014</td>
<td>Researcher at The Institute of Cognitive Neurosciences (copied)</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10px">
<tr>
<td>Web Development</td>
<td>*****</td>
</tr>
<tr>
<td>Web Designing</td>
<td>*****</td>
</tr>
<tr>
<td>iOS Development</td>
<td>***</td>
</tr>
</table>
<hr>
<a href="Front end Frameworks.html">Front end Frameworks</a>
<br><br>
<a href="Contact me.html">Contact Me</a>
<hr>
</body>
</html>