-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (39 loc) · 1.65 KB
/
Copy pathindex.html
File metadata and controls
44 lines (39 loc) · 1.65 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
<!DOCTYPE html>
<html>
<head>
<title>Paul Dynowski's Home Page</title>
<link rel="stylesheet" type="text/css" href="stylesheets/default.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>
<h2> Welcome to my DevBootcamp home. Pretty sweet, huh?</h2>
<p>It's pretty bare for the moment, admittedly, but that's just for now. At the moment, the blog link above works. Everything else is pending.</p>
<p>Coming soon, though: new and exciting projects! More blog entries! Interesting facts about me! Facts about not-me! Well-mixed old fashioneds and a jazzy soundtrack! </p>
<h2>Update 11/16/15:</h2>
<p>The <a href="http://pdynowski.github.io/about-me.html">"About Me"</a> page is live.
</article>
</main>
</body>
</html>