-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebpage.html
More file actions
50 lines (45 loc) · 1.39 KB
/
webpage.html
File metadata and controls
50 lines (45 loc) · 1.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>Mike Adeleke resume</title>
<link rel="stylesheet" href="mike.css" />
</head>
<body>
<h1>Background</h1>
<p>Born and raised in Northwest Indiana to immigrant parents. The oldest of three children.</p>
<h2>Work Experience</h2>
<ul>
<li>Worked part-time for RehabCare Group October 2013 to January 2013 as a Rehab Technician.</li>
<li>Worked full-time for RehabCare Group January 2013 to Present in the same position.</li>
</ul>
<h2>Education</h2>
<ul>
<li>Drexel University for Business and Economics Fall 2011 to Fall 2012.</li>
<li>Indiana University Northwest for Business and Computer Information Systems Fall 2012 to Spring 2013.
</ul>
<h2>Self Education</h2>
<ul>
<li>1400 Codecademy points</li>
<li>60% done with Udacity's "Introduction to Computer Science"</li>
<li>Read 20 business, technology, and management books.</li>
<li>Watched over 300 interviews with startup founders, CEOs, and Venture Capitalists</li>
</ul>
<h2>Interests</h2>
<ul>
<li>Startups</li>
<li>Entreprenuership</li>
<li>Coding</li>
<li>Soccer (the <strong>REAL</strong> Football)</li>
</ul>
<h2>Idols</h2>
<ul>
<li>Jack Dorsey</li>
<li>Elon Musk</li>
<li>Dennis Crowley</li>
<li>Aaron Levie</li>
<li>Clay Christensen</li>
<li>Napoleon Hill</li>
</ul>
</body>
</html>