-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
99 lines (98 loc) · 5.73 KB
/
index.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Portfolio – Lars Erickson</title>
<meta name="description" content="User Experience Designer from Lawrence, Kansas.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="CSS\font.css" rel="stylesheet" type="text/css">
<link href="CSS\main.css" rel="stylesheet" type="text/css">
<link href="CSS\normalize.css" rel="stylesheet" type="text/css">
<link href="CSS\Skeleton.css" rel="stylesheet" type="text/css">
<location.replace (www.lars.today)>
</head>
<body class="home">
<nav class="navbar clearfix">
<h1 class="logo"><a href="/">Lars Erickson</a></h1>
<ul class="nav">
<li><a href="index.html">Portfolio</a></li>
<li><a href="about.html">Resume</a></li>
</ul>
</nav>
<div class="wrapper transition-fade" id="swup">
<div class="hero">
<div class="container container-l">
<div class="row">
<div class="twelve columns">
<h2>Hello! I'm Lars Erickson – an Interaction and User Experience Designer in Kansas City.</h2>
</div>
</div>
</div>
</div>
<div class="work-header">
<div class="container container-l">
<div class="row">
<div class="twelve columns">
<a class="work-panel" target="_blank" href="Thesispage.html">
<p><b>Resetting the Table :</b> Design thinking applied to the restaurant user experience</p>
<span class="view-more">View more</span>
<div class="ratio-box" style="padding-bottom: 69.57%">
<img src="images\table.png" alt="Resetting the Table">
</div>
</a>
<a class="work-panel" target="_blank" href="https://vimeo.com/306077056">
<p><b>Google O-Auth :</b> Leverage behavioral economics principles to improve user confidence</p>
<span class="view-more">View more</span>
<div class="ratio-box" style="padding-bottom: 69.57%">
<img src="images\ADS750-DM-Final-Journey.jpg" alt="Google Project">
</div>
</a>
<a class="work-panel" target="_blank" href="Wireframes.html">
<p><b>Wire frames :</b> A variety of styles of wireframes.</p>
<span class="view-more">View more</span>
<div class="ratio-box" style="padding-bottom: 69.57%">
<img src="images\sailing app2.png" alt="Wireframe">
</div>
</a>
<a class="work-panel" target="_blank" href="https://docs.google.com/presentation/d/1c9GnJ_mlhiC5dq6sqFOFs3THi6NDfz0OWNj93Xza_1M/edit?usp=sharing">
<p><b>2 Hour Design Sprint :</b> 2019 Google Application Challenge</p>
<span class="view-more">View more</span>
<div class="ratio-box" style="padding-bottom: 69.57%">
<img src="images\Googleapplication.png" alt="Google Applciation">
</div>
</a>
<a class="work-panel" target="_blank" href="https://vimeo.com/154011572">
<p><b>Design Scenarios :</b> Sharing stories of user experiences</p>
<span class="view-more">View more</span>
<div class="ratio-box" style="padding-bottom: 69.57%">
<img src="images\imageforwebsite.png" alt="Design Scenarios">
</div>
</a>
<a class="work-panel" target="_blank" href="https://drive.google.com/open?id=0B5XZijpLm8HRTG12SnNMUUpxX0E">
<p><b>2017 Portfolio :</b> Woodworking, product design, service design</p>
<span class="view-more">View more</span>
<div class="ratio-box" style="padding-bottom: 69.57%">
<img src="images\Lars+Erickson+30+Pages_Page_30_Image_0001.jpg" alt="2017 Portfolio">
</div>
</a>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container container-l">
<div class="row">
<div class="twelve columns">
<p>© <script> document.write(new Date().getFullYear()); </script> Lars Erickson</p>
<ul class="social-icons">
<li><a href="mailto:lericksonm@gmail.com"><img src="images/51-512.png" alt="Email" width="16" height="16"></a></li>
<li><a href="https://www.linkedin.com/in/larsericksondesign/" target="_blank"><img src="images/iconmonstr-linkedin-2.png" alt="LinkedIn" width="16" height="16"></a></li>
</ul>
</div>
</div>
</div>
</footer>
</div>
</body>
</html>