-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·101 lines (95 loc) · 4.2 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
100
101
---
layout: default
---
<html>
<body>
<div class="mainpagewrap">
<section>
<div class="meblurb">
<!-- <img class="icon" src= "images/curlybracket.png"> -->
<div class="mainblurb">
Hi, I'm Lina :: <br><br> I am a UI/UX designer and former think tank researcher. I believe in rigorous research, simplicity, and iteration. My experience in the think tank world designing studies, improving service-delivery design, interviewing amazing people of all walks of life, and designing visualizations has taught me one very important lesson: empathetic design can change lives. These days, I design digital products that each aim to solve a problem. It's not much different ... it's just more colorful.
<div class="clickabletext">
Learn more <a href="../about">about me.</a><br>
Want to talk? <a href="mailto:[email protected]">Email me</a>!
</div>
</div>
<!-- <div class="largecurlyicon">
<img src="images/curlyBracketIcon.png">
</div> -->
<!-- <div class="mephoto">
<img src="images/colorHeadshot.png">
</div> -->
</section>
<div class ="secondsection">
<!-- <h2 class="projectstitle">selected work</h2> -->
<div class="projectcontainer">
<div class="project" >
<a href="../embark"><img src="images/embarkLaptopImage.png"></a>
<!-- <a class= "projecttitlelink" href="../embark"><br><br>Embark!</a>
<p class="projecttext"> mockup + code + integration</p> -->
<div class="text">
<div class="content">
<a class= "projecttitlelink" href="../embark"><p>EMBARK!<br>mockup + code + live site</p></a>
</div>
</div>
</div>
<div class="project">
<a href="../detailOriented"><img src="images/flowerDO.png"></a>
<!-- <a class= "projecttitlelink" href="../detailOriented"><br><br>Detail Oriented</a>
<p class="projecttext">sundry methods</p> -->
<div class="text">
<div class="content">
<a class= "projecttitlelink" href="../detailOriented"><p>DETAIL ORIENTED <br> sundry methods</p></a>
</div>
</div>
</div>
<div class="project" >
<a href="../goodreads"><img src="images/Asset 11 1.png"></a>
<!-- <a class= "projecttitlelink" href="../goodreads"><br><br>Goodreads Bookshelf</a>
<p class="projecttext">sketch + UX research + logo design </p> -->
<div class="text">
<div class="content">
<a class= "projecttitlelink" href="../goodreads"><p>GOODREADS BOOKSHELF <br>sketching + UX research + logo design</p></a>
</div>
</div>
</div>
<div class="project" >
<a href="../branchless"><img src="images/branchless12.png"></a>
<!-- <a class= "projecttitlelink" href="../branchless"><br><br>Branchless Bank</a>
<p class="projecttext">sketch + wireframe + prototype</p> -->
<div class="text">
<div class="content">
<a class= "projecttitlelink" href="../branchless"><p>BRANCHLESS BANK <br>sketching + wireframe + prototype </p></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <div class = "thirdsection">
<h2>Latest Post</h2>
<div class = "blogcontainer">
{% for post in site.posts %}
<div class="blogpost">
<span>{{ post.date | date: "%b %-d, %Y" }}</span>
<h3>
<a href="{{ post.url }}">{{ post.title }}</a>
</h3s>
</div>
</div>
{% endfor %}
</div> -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-91645558-1', 'auto');
ga('send', 'pageview');
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>