-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout-me.html
More file actions
51 lines (44 loc) · 2.56 KB
/
Copy pathabout-me.html
File metadata and controls
51 lines (44 loc) · 2.56 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
<!DOCTYPE html>
<html>
<head>
<title>Paul Dynowski's Home Page</title>
<link rel="stylesheet" type="text/css" href="stylesheets/default.css">
<link rel="stylesheet" type="text/css" href="stylesheets/about.css">
</head>
<body>
<header>
<img src="imgs/profile.jpg" alt="My smiling face" class="profile-img">
<div id="info">
<h1>Paul Dynowski</h1>
<h2>Fledgeling Web Developer, All-Around Swell Guy</h2>
</div>
<p id="links">
<a href="http://pdynowski.github.io/about-me.html">About Me</a>
<a href="http://pdynowski.github.io/resume.html">Resume</a>
<a href="http://pdynowski.github.io/blog/index.html">Blog</a>
<a href="http://pdynowski.github.io/projects/index.html">Portfolio</a>
</p>
<p id="contacts">
<a href="https://www.facebook.com/paul.dynowski">Facebook</a>
<a href="https://twitter.com/pdynowski">Twitter</a>
<a href="https://github.com/pdynowski">GitHub</a>
<a href="https://www.linkedin.com/pub/paul-dynowski/36/612/48b
">LinkedIn</a>
<a href="mailto:paul.dynowski@gmail.com">Email</a>
</p>
</header>
<main>
<article>
<p class="question">Who am I, and why am I doing DevBootcamp?</p>
<p>I'm a mechanical engineer turned futures trader adding a turn to web developer to the list, because programming is interesting, and design is interesting, and because I did enough programming while I was a futures trader to be pretty sure I'd both be good at it and enjoy doing it for a living.</p>
<p class="question">Personal stuff</p>
<p> 38-year old guy from Chicago; lived in Illinois my whole life, mostly in Chicago or the northwest suburbs, although I've had sojourns in Champaign and Springfield, as well. Married 11+ years to a very patient, very understanding woman who's letting me do this DBC thing.</p>
<p class="question">Hobbies and other fun things</p>
<p>Baseball fan (go Cubs!) of the sabermetric variety, enjoyer of complicated card games (<a href="http://acbl.com/">Bridge</a>), even more complicated board games (check out <a href="https://boardgamegeek.com/">Boardgamegeek</a> for examples), and still more complicated computer games (<a href="http://www.crusaderkings.com/">Crusader Kings 2</a>, for one). Reader of science fiction and fantasy, some of it even good (standing recommendation to everyone: read <u>The Lies of Locke Lamora</u> by Scott Lynch. Good stuff.)
</article>
</main>
<footer>
<a href="http://pdynowski.github.io">Back to Main Page</a>
</footer>
</body>
</html>