-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex(lightold).html
More file actions
134 lines (93 loc) · 3.44 KB
/
Copy pathindex(lightold).html
File metadata and controls
134 lines (93 loc) · 3.44 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
<!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">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="wrapper">
<div class="headerimage">
<img width="200" src="images/headerimage3.png" id="headerimage" />
</div>
</div>
<div id="wrapper">
<div class="pagecontent";>
<h1>Hey! I'm Kenny.</h1>
</div>
<div class="header-right">
I’m into design, photography, and videography. I especially enjoy product design, UI/UX, and using animation to bring otherwise static characters to life.
</div>
<div class="header-right">
<a href="mailto:klopez4212@gmail.com?subject=Hey! What's up" class="button hvr-float">
<img width="40" src="images/mail.png" id="iconimage" />
</a>
<a href="https://twitter.com/kenlopez15" class="button hvr-float">
<img width="40" src="images/twitter.png" id="iconimage" />
</a>
<a href="https://instagram.com/kennylopez15/" class="button hvr-float">
<img width="40" src="images/instagram.png" id="iconimage" />
</a>
<a href="https://www.linkedin.com/pub/kenneth-lopez/57/9ab/950" class="button hvr-float">
<img width="40" src="images/linkedin.png" id="iconimage" />
</a>
<a href="https://facebook.com/scckidd4212" class="button hvr-float">
<img width="40" src="images/facebook.png" id="iconimage" />
</a>
</div>
</div>
<div id="wrapper">
<div class="maincontentheader">
<div>
<h1>the goods.</h1>
</div>
<div class="maincontent">
<div class="project">
<a href="https://medium.com/@kenlopez15/first-attempt-at-ux-232b87024362#.lw8889k4t" class="button hvr-float">
<img width="300" src="images/snap.png" id="projectimage" />
</a>
<div class="projecttext">SnapChat Concept</div>
</div>
<div class="project">
<a href="back.html" class="button hvr-float">
<img width="300" src="images/bttf.png" id="projectimage" />
</a>
<div class="projecttext">Back to the Future</div>
</div>
<div class="project">
<a href="logo.html" class="button hvr-float">
<img width="300" src="images/logos.png" id="projectimage" />
</a>
<div class="projecttext">Logos</div>
</div>
<div class="project">
<a href="killer.html" class="button hvr-float">
<img width="300" src="images/killers.svg" id="projectimage" />
</a>
<div class="projecttext">Design Tool Practice</div>
</div>
<div class="project">
<a href="video.html" class="button hvr-float">
<img width="300" src="images/video.png" id="projectimage" />
</a>
<div class="projecttext">Videography</div>
</div>
<div class="project" >
<a href="https://goo.gl/photos/Du9aQSwTxogXbamY9" class="button hvr-float">
<img width="300" src="images/photo.png" id="projectimage" />
</a>
<div class="projecttext">Photography</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>