-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
107 lines (85 loc) · 4.56 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
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<head>
<title>José Gutiérrez | Design researcher</title>
<meta name="description" content="That individual.">
<meta property="og:image" content="css/rrss.png">
<meta property="twitter:image" content="">
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@300;400&family=Syne+Mono&display=swap');
</style>
<link rel="stylesheet" type="text/css" href="https://unpkg.com/[email protected]/build/base-min.css" />
<link rel="stylesheet" type="text/css" href="css/estilos.css" />
<link rel="apple-touch-icon" sizes="180x180" href="css/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="css/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="css/favicon-16x16.png">
<link rel="manifest" href="css/site.webmanifest">
</head>
<body>
<header>
<h1>josernitos</h1>
</header>
<section class="who">
<span><i>my <a href="https://www.mit.edu/people/dpolicar/writing/prose/text/thinkingMeat.html" target="_blank">meat name</a> is José Gutiérrez. I'm a</i></span>
<h2>Design researcher with a growing interest in privacy, security, and open-source spaces.</h2>
</section>
<section class="currently">
<span><i>I'm currently</i></span>
<h2>Open for consultancy work doing
<span class="design">
<ul>
<li>Collaborative ideation</li>
<li>Sketching</li>
<li>Flow diagramming</li>
<li>Wireframing</li>
<li>Prototyping</li>
<li>Dataviz</li>
<li>Information Architecture</li>
</ul>
Design</span>
&
<span class="research">
<ul>
<li>Usability studies</li>
<li>Interviews</li>
<li>Literature reviews</li>
<li>Competitive analysis</li>
<li>Heuristic Evaluations</li>
<li>Card sorting</li>
<li>Contextual inquiry</li>
</ul>
Research</span>.
</h2>
</section>
<section class="recent-projects">
<span><i>some recent projects I've been involved with:</i></span>
<ul>
<li class="research"><a href="https://okthanks.com/blog/2024/4/9/growing-with-the-people" target="_blank">Research project</a> (interviews) for <a href="https://jigsaw.google.com/" target="_blank">Jigsaw / Google</a>. Hired by <a href="https://okthanks.com/" target="_blank">Okthanks</a>.</li>
<li class="research"><a href="https://uxpamagazine.org/tor-browser-changing-how-you-access-the-internet/" target="_blank">Research project</a> (usability study + survey + interviews) for <a href="https://www.torproject.org/download/" target="_blank">Tor Browser</a>. Grant from <a href="https://internews.org/" target="_blank">Internews</a>.</li>
<li class="design"><a href="https://coursekata.org/about" target="_blank">Design project</a> (sketching -> prototyping + Dataviz) for UCLA Learning Lab. Hired by <a href="https://www.edify.cr/" target="_blank">Edify</a>.</li>
<li class="design">Design research project (interviews sketching -> prototyping) for <a href="https://edificar.biz/dm/main.php" target="_blank">Edificar</a>'s intranet. Hired by <a href="https://www.pupila.co/" target="_blank">Pupila</a>.</li>
</ul>
</section>
<section class="breaking-ice">
<span><i>a few fun-facts about me:</i></span>
<div>
<p>I've been exploring small towns and rural areas of Costa Rica since 2020.</p>
<p>I write <a class="link" href="https://ideas.josernitos.com/" target="_blank">ideas</a> about being a design researcher in the internet freedom space, as well as <a class="link" href="https://txt.josernitos.com/" target="_blank">other subjects</a>.</p>
<p>I've been working as a UX Designer for 9 years. And my major is in Communications.</p>
</section>
<section class="contact">
<span><i>let's talk:</i></span>
<h3>hola <em class="design">@</em> josernitos.com</h3>
<h3>josernitos <em class="research">@</em> pm.me</h3>
<span><i class="research">03A1 9BB1 41AA B058 F7BD AA36 3F0C 92EA 615D 488C</i></span>
</section>
<footer>
<a href="https://www.linkedin.com/in/josernitos/" target="_blank">LinkedIn</a>
<a href="https://www.instagram.com/josernitos/" target="_blank">Instagram</a>
<a href="https://twitter.com/josernitos" target="_blank">Twitter</a>
</footer>
</body>
</html>