-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
109 lines (92 loc) · 3.1 KB
/
index.html
File metadata and controls
109 lines (92 loc) · 3.1 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/reset.css"/>
<link rel="stylesheet" href="css/style.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>portfolio</title>
</head>
<div class='topContainer'>
<div class='linkedIn'>
<a href='https://www.linkedin.com/'>
<img src="images/Linkedin.png" alt="linkedIn" width=60px height=60px>
</a>
</div>
<div class='twitter'>
<a href='https://www.twitter.com/'>
<img src="images/Twitter.png" alt="twitter" width=60px height=60px>
</a>
</div>
<div class='facebook'>
<a href='https://www.facebook.com/'>
<img src="images/Facebook.png" alt="facebook" width=60px height=60px>
</a>
</div>
<div class='github'>
<a href='https://www.github.com/'>
<img src="images/Github.png" alt="github" width=60px height=60px>
</a>
</div>
<div class='instagram'>
<a href='https://www.instagram.com/'>
<img src="images/Instagram.png" alt="instagram" width=60px height=60px>
</a>
</div>
<div class='google'>
<a href='https://www.google.com/'>
<img src="images/Google+.png" alt="google" width=60px height=60px>
</a>
</div>
</div>
<body>
<div class='name'>Dane Middleton</div>
<div class='role'>web design & development specialist</div>
<div class='grid'>
<div class='aboutMeContainer'>
<div class='icon-grid-item box1'>
<a href='https://melonunderground.github.io/web-workbook/01week/resume/'>
<img src="images/resume.png" alt="resume" width=300px height=300px>
</a>
<div class='label'>resume</div>
</div>
<div class='icon-grid-item box2'>
<a href='https://github.com/melonunderground/web-workbook/pull/1'>
<img src="images/bio.png" alt="bio" width=300px height=300px>
</a>
<div class='label'>bio</div>
</div>
<div class='icon-grid-item box3'>
<a href='https://github.com/melonunderground/web-workbook/pull/2'>
<img src="images/blog.png" alt="blog" width=300px height=300px>
</a>
<div class='label'>blog</div>
</div>
</div>
<div class="myWork">
<div class='icon-grid-item box4'>
<a href='https://drive.google.com/file/d/1Uby_tRDTs1VNjU_qznQWevgk7fHuaCPQ/view?usp=sharing/'>
<img src="images/athletic.png" alt="commercial" width=300px height=300px>
</a>
<div class='label'>commercial</div>
</div>
<div class='icon-grid-item box5'>
<a href='https://melonunderground.github.io/'>
<img src="images/lemlime.png" alt="website" width=300px height=300px>
</a>
<div class='label'>website</div>
</div>
<div class='icon-grid-item box6'>
<a href='https://drive.google.com/file/d/1BQeaoBZgQKcOdDOOb5e62XfPT-apK6u1/view?usp=sharing/'>
<img src="images/sbsw.png" alt="sbsw" width=300px height=300px>
</a>
<div class='label'>video</div>
</div>
</div>
</div>
</body>
<footer>
<a href='mailto:middletondane@gmail.com'>
<img src="images/contact.png" alt="contact" width=60px height=60px>
</a>
</footer>
</html>