-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
126 lines (109 loc) · 4.18 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
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
<!DOCTYPE html >
<html>
<head>
<title>I LOVE THE 90s Web Page</title>
<meta charset="utf-8">
</head>
<body>
<header>
<table cellspacing="20">
<td><img src="img/developer photo.jpg" alt="photo of Nick"></td>
<td> <h1>HI I'm Nick Mensah</h1>
<h2><em>Web Developer</em></h2>
<p>Nick is an ambitious, creative, and objective-thinker who complements his life long learning desires with science and code.
He has deep roots in chemistry and biology, he began his education at city colleges of chicago, where he earned an associates in science in 2008.
Nick continued his studies at loyola university where he studied chemistry and molecular biology until 2011.
his previous experience in academia, laboratory research, and retail, has efforted him many opertunitites.
These oppertunities allowed him to excell in problem-solving, multi-tasking, and more importantly he has learned valuable lessons personally and professionally
Currently, he is seeking a carreer in the feild of front-end and full-stack web development in organizations which are future-oriented,#,and global in perspective.
Nick continues to teach himself fundamental and new concepts within computer science.</p></td>
</table>
</header>
<hr size="3">
<main>
<h3>BOOKS and TEACHINGS</h3>
<ul>
<li>Education<li>
<ul>
<li>Tree house</li>
<li>Freecodecamp.com</li>
<li>Udemy-The Complete 2020 Web Development Bootcamp</li>
<li>City Colleges of Chicago</li>
<li>Loyola university</li>
</ul>
<li>Books</li>
<ul>
<li><b>HTML & CSS:design and buid websites</b> by Jon Duckett</li>
<li><b>JAVASCRIPT & JQUERY</b> by Jon Duckett</li>
<li><b>JAVASCRIPT FOR KIDS</b> by Nick Morgan</li>
<li><b>ELOQUENT JAVASCRIPT</b> by Marjin Haverbeke</li>
<li><b>THE CLEAN CODER</b> by Robert Cecil Martin</li>
<li><b>JAVASCRIPT THE GOOD PARTS</b> by Doglus Crockford</li>
</ul>
</ul>
<hr>
<h3>Work Experience</h3>
<table border=1px;>
<thead>
<th>Dates</th>
<th>Work</th>
</thead>
<tbody>
<tr>
<td>2018-2019</td>
<td>Self employment</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<hr>
<h3>Skill Intrest</h3>
<table>
<td>
<table>
<tr>
<td>HTML</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>CSS</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>JAVASCRIPT</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>REACT</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>JQUERY</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>JS NODE</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>BOOTSTRAP</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>PYTHON</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</td>
</table>
<hr>
<h3><a href="hobbies.html" target="_blank">My Hobbies</a></h3>
<h3><a href="contacts.html" target="_blank">Contact Me</a></h3>
</main>
</body>
</html>