-
Notifications
You must be signed in to change notification settings - Fork 0
/
work.html
147 lines (116 loc) · 4.77 KB
/
work.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
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html>
<head>
<title>WORK</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link rel="stylesheet" type="text/css" href="worksheet.css">
<link rel="stylesheet" type="text/css" href="notesheet.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
</head>
<style>
</style>
<body>
<div id="head">
<div id="worktoy">
<img id="workimage1" src="Asset 2.png">
</div>
<div id="worklist">
<ul id="worklist1">
<li class="about"><a href="index.html"> About </a></li>
<li class="Work1"><a href="work.html" style="color:black">Work</a></li>
<li class="notes1"><a href="notes.html">Notes</a></li>
</ul>
</div>
</div>
<div id="workclouddiv">
<div id="workcdiv1">
<img id="workcloudpic1" src="Asset 1.png">
</div>
<div id="flag1">
<div id="lf">
<img id="leftflag" src="flag.png">
</div>
</div>
<div id="workcdiv2">
<span id="ram1">Work</span>
</div>
<div id="flag2">
<div id="rf">
<img id="rightflag" src="flag.png">
</div>
</div>
<div id="workcdiv3">
<img id="workcloudpic2" src="Asset 1.png">
</div>
</div>
<div id="worktoydiv2">
<div id="wtow1">
</div>
<div id="wtow2">
<div id="whiimg">
<img id="pencil" src="pencil.svg">
</div>
<div id="parg">
<span id="para1">What I've been up to.</span>
<p1 id="para2">Here's a selection of some recent work. For more up to the minute work you can visit me on <span class="dribble">dribbble</span> or <span class="dribble">twitter</span>. </p1>
</div>
</div>
<div id="wtow3">
</div>
</div>
<div id="wpicdiv">
<div id="wpicd1">
</div>
<div id="wpicd2">
<div id="d1">
<img id="rtable" src="rest-tablet.jpg">
</div>
<div id="d2">
<div id="parag1">
<p id="reser">Table Reservation</p>
<p id="ui">Interface Design / UI</p>
<p id="para3">As an exploration in product design and architecture I have been working on an idea for a restaurant reservation system. Thoroughly challenging thinking through the product design but ultimately rewarding. </p>
</div>
</div>
<div id="d3">
<div class="view">
<span class="on">VIEW ON DRIBBLE </span>
</div>
</div>
</div>
<div id="wpicd1">
</div>
</div>
<div id="whelpdiv">
<div class="whel1">
</div>
<div id="whel2">
<div id="wi-can">
<span id="wican">I can help.</span>
<span id="wimc">I’m currently available for freelance work.</span>
<span id="wif">If you have a project that you want to get started, think you need my help</span>
<span id="wwith">with something or just fancy saying hey, then get in touch.</span>
</div>
<div class="wmgs">
<i class="far fa-envelope" id="wmail"></i>
<span id="wmgsme"> MESSAGE ME</span>
</div>
</div>
<div class="whel1">
</div>
</div>
<footer>
<div id="wf1">
<ul id="wlist2">
<li class="wl1">dribble</li>
<li class="wl2">twitter</li>
<li class="wl3">hire me</li>
</ul>
</div>
<div id="wsean">
<span id="wsean1">© 2019 <span class="wsean2">Sean Halpin</span>. All rights reserved.</span>
</div>
</footer>
</body>
</html>