-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (60 loc) · 2.61 KB
/
index.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
56
57
58
59
60
<!doctype html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="stylesheets/trg.css">
<link rel="stylesheet" type="text/css" href="stylesheets/default.css">
<link rel="stylesheet" type="text/css" href="stylesheets/index.css">
<meta charset="utf-8">
<title>Daniel Woznicki</title>
</head>
<body>
<div class="banner span-12-t span-12-d">
<div class="bannerbox container"></div>
<h1>danielWoznicki<span class="red">;</span></h1>
</div>
<nav class="navigation container">
<a href="http://dwoznicki.github.io">Home</a>
<a href="http://dwoznicki.github.io/blog-index.html">Blog</a>
<a href="http://dwoznicki.github.io/projects-index.html">Projects</a>
<a href="http://dwoznicki.github.io/aboutme.html">About me</a>
<a href="http://dwoznicki.github.io/resume.html">Resume</a>
<a href="http://dwoznicki.github.io/contact.html">Contact</a>
</nav>
<section class="backdrop container row span-12-t span-12-d">
<section class="content col span-5-t span-5-d gutters-t gutters-d">
<a href="http://dwoznicki.github.io/blog/tech.html">
<img src="imgs/rails.png" alt="#" class="iconpic"/>
<h2>Dev Bootcamp Week 9: Rails!</h2>
<p>
What is Rails and why is it so popular?
</p>
</a>
</section>
<section class="content col span-5-t span-5-d">
<a href="http://dwoznicki.github.io/projects/cheat-sheet.html"><img src="imgs/css-positioning.png" alt="#" class="iconpic"/><h2>A CSS Positioning Cheatsheet</h2>
<p>
A short guide on what certain positioning properties do and how to use them.
</p>
</a>
</section>
<section class="content col span-10-t span-10-d">
<section class="socialmedia">
<ul>
<li><a href="https://www.facebook.com/dwoznicki"><img src="imgs/facebook_32.png" alt="#"></a></li>
<li><a href="https://www.linkedin.com/in/dwoznicki"><img src="imgs/linkedin_32.png" alt="#"></a></li>
<li><a href="http://github.com/dwoznicki"><img src="imgs/github_32.png" alt="#"></a></li>
</ul>
</section>
<a href="http://dwoznicki.github.io/aboutme.html"><img src="imgs/myphoto.png" alt="#" class="myphoto"/>
<h2>A little about me</h2>
<p>
Hi, my name is Daniel Woznicki. I'm currently studying Web Development at Dev Bootcamp in San Francisco. I've been living and teaching abroad for the past couple years, and just recently moved back to the Bay Area, where I grew up. So far, I've really been enjoying learning about coding and design, and look forward to persuing a career in this field.
</p>
</a>
</section>
</section>
<footer>
© 2015 Daniel Woznicki
</footer>
</body>
</html>