-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
55 lines (48 loc) · 2.6 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Journal</title>
<link href='http://fonts.googleapis.com/css?family=Cherry+Swash' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/main.css" type="text/css">
</head>
<body>
<header>
<img src="img/lightning-bolt.png" id="bolt" class="middle"/>
<!-- social -->
<div class="middle" >
<a href="https://twitter.com/MikeAdeleke">
<div id="twitter"></div>
</a>
<a href="http://www.linkedin.com/pub/mike-adeleke/1b/966/700"><div id="linkedin"></div></a>
<a href="https://plus.google.com/u/0/114487179377319540610/posts"><div id="googleplus"></div></a>
</div>
<!-- Navigation -->
<nav>
<ul class="nav">
<li><a href="index.html" id="start">Home</a></li>
<li><a href="about.html" id="about">About</a></li>
<li><a href="value.html" id="value">Value</a></li>
<li><a href="journal.html" id="journal">Journal</a></li>
<li><a href="experiments.html" id="experiments">Experiments</a></li>
</ul>
</nav>
<!-- End Navigation -->
</header>
<div class="about_page">
<h1>About</h1>
<br>
<img src="img/mike-adeleke.jpg" width="300" height="300">
<br>
<p>Beginning Developer. Personally studying in the arenas of Entrepreneurship and Management. Been teaching my self computer programming (JavaScript, Ruby, Python) for the past six months. Actively working on a stealth startup.</p>
<p>I transferred from Drexel University to Indiana University Northwest in the summer of 2012. Throughout the summer and the subsequent year, I delved deep into the arena of tech entrepreneurship. I became aquainted with the different companies, founders, and top angel investors and Venture Capitalists.</p>
<p>In that same time, I went deeper into the realms of "self help" than the average man scouring the works of Brian Tracy, Earl Nightingale, and Napoleon Hill - especially Napoleon Hill.</p>
<p>In November 2012, my now Entrepreneurial mentor Sean Everett encouraged me to begin teaching myself computer programming, which I did. In April 2013, I joined the Starter League in downtown Chicago. </p>
<p>Currently, I am working on my stealth startup as well as my duties as a student at the Starter League. As a side research project, I have been compiling data on the best products and services both consumers and small businesses can use. This is part of a future endeavor and if you would like to see any of my research, please reach out and let me know.</p>
<p>Contact:
</div>
<footer>
<p>© 2013 Mike Adeleke</p>
</footer>
</body>