-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
80 lines (65 loc) · 1.87 KB
/
portfolio.html
File metadata and controls
80 lines (65 loc) · 1.87 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!Doctype html>
<html lang="en-us">
<head>
<link rel="stylesheet" href="./css/reset.css">
<link rel="stylesheet" href="./css/style.css">
<title>David Caban</title>
</head>
<body>
<div id="wrapper">
<section id="header">
<h1 id="name">David Caban</h1>
<nav>
<a href="index.html">About</a> |
<a href="portfolio.html">Portfolio</a> |
<a href="contact.html">Contact</a>
</nav>
</section>
<section class="main_content">
<section class="content">
<h1 class="content_header">Portfolio</h1>
<br>
<div class="grey_div"></div>
<div id="pdx">
<img id="dx"src="./images/oregon.png">
<div id="oregon">Oregon</div>
</div>
<div id="pdx">
<img id="dx" src="./images/mthood2.jpg">
<div id="oregon">Mt Hood</div>
</div>
<div id="pdx">
<img id="dx" src="./images/AOriver.jpg">
<div id="oregon">A O River</div>
</div>
<div id="pdx">
<img id="dx" src="./images/PDX.jpg">
<div id="oregon">PDX</div>
</div>
<div id="pdx">
<img id="dx"src="./images/bike.jpg">
<div id="oregon">Bike</div>
</div>
</section>
<section id="social">
<h2 id="social_header">Connect with Me</h2>
<div id="small_grey"></div>
<div id="git">
<a id= href="https://www.github.com/dcaban">
<img border="0" alt="github" src="./images/git.jpg" width="70" height="70"></a>
</div>
<div id="link">
<a href="https://www.linkedin.com/in/david-caban-564486141">
<img border="0" alt="linkedin" src="./images/link.png" width="70" height="70"></a>
</div>
<div id="stack">
<a href="https://stackoverflow.com/users/8328413/david-caban?tab=profile">
<img border="0" alt="stackoverflow" src="./images/stack.jpg" width="70" height="70"></a>
</div>
</section>
</section>
</div>
<footer>
©Copyright 2016 David Caban</footer>
</body>
</html>