-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkiller.html
More file actions
161 lines (100 loc) · 3.99 KB
/
Copy pathkiller.html
File metadata and controls
161 lines (100 loc) · 3.99 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
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
148
149
150
151
152
153
154
155
156
157
158
159
160
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="shortcut icon" href="images/favicon.ico"/>
<title> Kenny Lopez Design Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='https://fonts.googleapis.com/css?family=Bitter' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Oxygen:300' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Oxygen:700' rel='stylesheet' type='text/css'>
<link href="css/hover.css" rel="stylesheet" media="all">
<script type="js/jquery.js"></script>
<script src="js/script.js"></script>
<script src="js/modernizr.custom.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<style>
body {background:#FFFFFF;}
</style>
<link rel="stylesheet" href="css/style.css">
</head>
<body style="background:#37365A;">
<div id="canopyfold" style="background:#37365A;" >
<div id="wrapperproject" style="background-color: #37365A;">
<div class="headlinetext">
<a href="http://kennylopez.co">
<img width="30" src="images/headerimage4.png" id="iconimage" style="display:inline; padding-bottom:0px;" />
</a>
<div style="display:inline;">Kenny Lopez</div>
</div>
<div class="headlinesubject">
<div>Design Tool Practice</div>
</div>
<div class="headlinedate">
<div>2015</div>
</div>
</div>
<div class="headerexample">
<img width="100%" style="padding-top:300px; padding-left:10px;" src="images/tools_hero2.png" id="iconimage"/>
</div>
</div>
<div class="examplebody">
<div class="contentpagesubject">
<div class="line-separator" style="background:#37365A;"></div>
<p style="width:100%;margin: 0 auto; padding-bottom:10px; ">
This interesting collection contains a mix of original designs and recreations of works that I found really cool and tried to reproduce.
<div class="line-separator" style="background:#37365A;"></div>
</div>
<div class="contentpagereq">
<h2>Original Work.</h2>
<div class="line-separator" style="background:#37365A; width:50px;"></div>
<div class="example">
<img width=100% src="images/desk.png" id="projectimage" />
</div>
<div class="example">
<img width=100% src="images/moonlight.png" id="projectimage" />
</div>
<div class="example">
<img width=100% src="images/europoster.png" id="projectimage" />
</div>
<div class="example">
<img width=100% src="images/VacationIcons.png" id="projectimage" />
</div>
</div>
<div class="contentpagereq">
<h2>Recreations.</h2>
<div class="line-separator" style="background:#37365A; width:50px;"></div>
<div class="example">
<img width=100% src="images/egypt.png" id="projectimage" />
<a href="https://dribbble.com/sweetness-every-day">
<div class="projecttext">Marko Stupic</div>
</a>
</div>
<div class="example">
<img width=100% src="images/egyptcircle.png" id="projectimage" />
<a href="https://dribbble.com/sweetness-every-day">
<div class="projecttext">Marko Stupic</div>
</a>
</div>
<div class="example">
<img width=100% src="images/Rocket2.png" id="projectimage" />
<a href="http://cye.me">
<div class="projecttext">Chén Yè</div>
</a>
</div>
</div>
</div>
<div class="footer">
<a href="logo.html" style="text-decoration:none;color:#FFFFFF;">
<div class="footer-fade-left" style="background:#303F9F; width=50%; height=100%; color:#FFFFFF; text-align:center; padding-top:25px;">
<h2 class="button hvr-float-grow">Logos</h2>
</div>
</a>
<a href="https://goo.gl/photos/Du9aQSwTxogXbamY9" style="text-decoration:none;color:#FFFFFF;">
<div class="footer-fade-left" style="background:#127495; width=50%; height=100%; color:#FFFFFF; text-align:center; padding-top:25px;">
<h2 class="button hvr-float-grow">Photography</h2>
</div>
</div>
</body>
</html>