-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
47 lines (46 loc) · 1.47 KB
/
about.html
File metadata and controls
47 lines (46 loc) · 1.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>About</title>
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<nav>
<ul>
<li><a href="webpage.html"></a></li>
<li><a href-"journal.html"></a></li>
</ul>
</nav>
<article>
<section>
<h1>Personal Profile</h1>
<blockquote>The object of the superior man is truth. ~ Confucius</blockquote>
<p>I'm on quest for knowledge. For the past eight months and forseeably for the rest of my existsence I am seeking to find the casue of things. I want to know more, do more, and explore this great game we play. I want to continue to break hold of the beliefs and misconceptions that are holding me down as I progress. In the words of Emil Cueu, everyday and everyway I want to get better and better.</p>
</section>
</article>
<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>
<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>
</body>
</html>