-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterramate.html
348 lines (323 loc) · 13 KB
/
terramate.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
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Work › Terramate / Daniel González-Albo › Product Designer</title>
<link rel="shortcut icon" type="image/png" href="images/favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="css/lightbox.css" />
<meta
property="og:image"
content="https://www.dg-ac.com/images/og_dgac.png"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta
property="og:image:alt"
content="Daniel Gonzalez-Albo, Product Designer"
/>
<script>
!(function (t, e) {
var o, n, p, r;
e.__SV ||
((window.posthog = e),
(e._i = []),
(e.init = function (i, s, a) {
function g(t, e) {
var o = e.split(".");
2 == o.length && ((t = t[o[0]]), (e = o[1])),
(t[e] = function () {
t.push([e].concat(Array.prototype.slice.call(arguments, 0)));
});
}
((p = t.createElement("script")).type = "text/javascript"),
(p.async = !0),
(p.src =
s.api_host.replace(".i.posthog.com", "-assets.i.posthog.com") +
"/static/array.js"),
(r = t.getElementsByTagName("script")[0]).parentNode.insertBefore(
p,
r
);
var u = e;
for (
void 0 !== a ? (u = e[a] = []) : (a = "posthog"),
u.people = u.people || [],
u.toString = function (t) {
var e = "posthog";
return (
"posthog" !== a && (e += "." + a), t || (e += " (stub)"), e
);
},
u.people.toString = function () {
return u.toString(1) + ".people (stub)";
},
o =
"init capture register register_once register_for_session unregister unregister_for_session getFeatureFlag getFeatureFlagPayload isFeatureEnabled reloadFeatureFlags updateEarlyAccessFeatureEnrollment getEarlyAccessFeatures on onFeatureFlags onSessionId getSurveys getActiveMatchingSurveys renderSurvey canRenderSurvey getNextSurveyStep identify setPersonProperties group resetGroups setPersonPropertiesForFlags resetPersonPropertiesForFlags setGroupPropertiesForFlags resetGroupPropertiesForFlags reset get_distinct_id getGroups get_session_id get_session_replay_url alias set_config startSessionRecording stopSessionRecording sessionRecordingStarted captureException loadToolbar get_property getSessionProperty createPersonProfile opt_in_capturing opt_out_capturing has_opted_in_capturing has_opted_out_capturing clear_opt_in_out_capturing debug".split(
" "
),
n = 0;
n < o.length;
n++
)
g(u, o[n]);
e._i.push([i, s, a]);
}),
(e.__SV = 1));
})(document, window.posthog || []);
posthog.init("phc_AfhTZdvjHGRQSxprYGomoaO1KemY3CJy1pF6ehrEw45", {
api_host: "https://eu.i.posthog.com",
person_profiles: "identified_only", // or 'always' to create profiles for anonymous users as well
});
</script>
</head>
<body class="fade-in">
<!-- hidden navbar starts here -->
<div class="navbar-container hidden">
<div class="navbar">
<a href="index.html" class="navbar-name-container">
<div class="avatar small"></div>
<div class="flex-column gap4">
<p>Daniel González-Albo</p>
<div class="light">Product Designer</div>
</div>
</a>
<div class="navbar-links-container">
<a class="navbar-link" href="/about.html">About</a>
<a class="cta" href="/contact.html">Get in touch</a>
</div>
<a class="menu-button">
<img src="/images/menu.svg" height="auto" alt="Menu" />
</a>
</div>
<div class="menu-container">
<a class="menu-link" href="/index.html">Home</a>
<a class="menu-link" href="/about.html">About</a>
<a class="menu-link" href="/contact.html">Get in touch</a>
</div>
</div>
<!-- hidden navbar ends here -->
<div class="wrapper">
<div class="page-header">
<div class="flex-row gap8 a-items-center">
<a class="breadcrumb-button" href="index.html">Home</a>
<p class="light-grey">›</p>
<p class="breadcrumb-button inactive">Work</p>
<p class="light-grey">›</p>
<p class="breadcrumb-button active">Terramate</p>
</div>
</div>
<div class="section">
<div class="flex-column gap16">
<h1 class="xxl">Terramate</h1>
<h2 class="xl">
Terramate is a collaborative platform that simplifies infrastructure
management, enabling teams to work together on Terraform and
OpenTofu projects with ease.
</h2>
<div class="flex-row gap8 a-items-center">
<p>2023 – Now</p>
<p class="light-grey">/</p>
<p>Head of Design</p>
<p class="light-grey">/</p>
<a
class="flex-row gap4"
href="https://terramate.io/"
style="align-items: center"
target="_blank"
>terramate.io<i data-lucide="arrow-up-right"></i
></a>
</div>
<div class="spacer20" id="mobile-hidden"></div>
</div>
<div class="content">
<div class="main-img">
<img src="images/thumbnail_terramate_wide.png" alt="Terramate" />
</div>
</div>
</div>
<div class="section">
<h3>About Terramate</h3>
<div class="content">
<p>
Terramate is a collaborative platform that simplifies infrastructure
management, enabling teams to work together on Terraform and
OpenTofu projects with ease.
</p>
</div>
</div>
<div class="section">
<h3>My role</h3>
<div class="content">
<p>
I lead the design department, collaborating closely with the CTO and
the frontend team to create user-centric solutions. Additionally, I
assist in marketing efforts to effectively communicate our product
innovations and enhance brand visibility.
</p>
</div>
</div>
<div class="section">
<h3>Product</h3>
<div class="content">
<p>
Building a technical product from scratch has presented numerous
challenges, including getting familiar with concepts as
Infrastructure as Code (IaC), understanding developers' needs, and
constantly adapting to shifting priorities.
</p>
<p>
When I joined the company, we only had a few dashboards mocked up in
Figma. Since then, we have:
<ul>
<li><p><strong>Expanded the design system significantly</strong>, allowing us to design new features in just a few days.</p></li>
<li><p>Ensured <strong>consistency and interconnectedness across the application</strong>, creating a visually cohesive user experience.</p></li>
<li><p>Actively received, processed, and addressed <strong>client feedback</strong> to continuously refine and improve the product.</p></li>
<li><p><strong>Strengthened collaboration with other teams</strong>, such as frontend and backend, enabling us to anticipate and address potential implementation issues early in the design phase.</p></li>
</ul>
</p>
<!-- The gallery starts here -->
<div class="gallery">
<div class="col">
<img
src="images/terramate_01.png"
class="preview"
alt="Terramate / Deployments tracker"
/>
</div>
<div class="col">
<img
src="images/terramate_02.png"
class="preview"
alt="Terramate / User Profile"
/>
</div>
<div class="col">
<img
src="images/terramate_03.png"
class="preview"
alt="Terramate / Empty State"
/>
</div>
<div class="col">
<img
src="images/terramate_04.png"
class="preview"
alt="Terramate / Commenting component"
/>
</div>
</div>
<p class="sm grey">
Collection of screenshots of Terramate. One of the significant challenges I faced was designing for dark mode for the first time – this required careful attention to contrast, scalability, and readability to ensure a seamless user experience.
</p>
<!-- The gallery ends here -->
</div>
</div>
<div class="section">
<h3>Marketing</h3>
<div class="content">
<p>
Although the branding and corporate identity were already established when I joined, I focused on ensuring that all our materials adhered to a cohesive design direction.
</p>
<p>
Over the past year and a half, I have created a variety of materials for social media, blog, events, and more, always with the goal of strengthening Terramate's brand identity and making it easily recognizable.
</p>
<div class="flex-column gap4">
<div style="position: relative">
<img
class="article-img"
src="images/terramate_marketing_01.png"
alt="Terramate's social media posts"
/>
</div>
</div>
</div>
</div>
<div class="flex-row gap8">
<div class="flex-row gap8" style="flex-wrap: wrap">
<div class="pill">0 -> 1</div>
<div class="pill">Product Design</div>
<div class="pill">B2B</div>
</div>
</div>
<div class="section">
<h3>More Work</h3>
<div class="flex-row gap44">
<a href="sheets.html" class="project-related">
<div style="position: relative">
<img
class="article-img"
src="images/thumbnail_sheets_wide.png"
alt="Equalto Sheets"
/>
</div>
<div class="flex-column">
<p><strong>Equalto Sheets</strong></p>
<p class="light">2023</p>
</div>
</a>
<a href="equalto.html" class="project-related">
<div style="position: relative">
<img
class="article-img"
src="images/thumbnail_equalto_wide.png"
alt="EqualTo Commissions"
/>
</div>
<div class="flex-column">
<p><strong>EqualTo Commissions</strong></p>
<p class="light">2020 – 2022</p>
</div>
</a>
</div>
</div>
<div class="line-separator"></div>
</div>
<footer>
<div class="flex-column gap8" style="min-width: 100px">
<p style="font-weight: 500">Explore</p>
<div class="flex-column gap8">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
</div>
</div>
<div class="flex-column gap8" style="min-width: 100px">
<p style="font-weight: 500">Connect</p>
<div class="flex-column gap8">
<a href="https://github.com/dg-ac" target="_blank">GitHub</a>
<a
href="https://www.linkedin.com/in/danielgonzalezalbo/"
target="_blank"
>LinkedIn</a
>
</div>
</div>
<div class="spacer20" style="width: 100%"></div>
<div class="flex-column gap8">
<p>© 2024 Daniel González-Albo</p>
<div class="copy-email-container" id="mobile-hidden">
<div class="email-text" id="email">
<p>hi@dg-ac.com</p>
<img src="images/copy.svg" height="14px" alt="Copy Email" />
</div>
<div class="copied-text" id="copied-text">Copied!</div>
</div>
</div>
</footer>
<script src="https://unpkg.com/lucide@latest"></script>
<script>
lucide.createIcons();
</script>
<script src="js/lightbox.js"></script>
<script src="js/navbar.js"></script>
<script src="js/script.js"></script>
</body>
</html>