-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (40 loc) · 2.84 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Trang Vũ</title>
<meta name="description" content="Trang Vũ's personal site">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="styles.css">
</head>
<body class="bg-yellow-50">
<div class="container antialiased mx-auto px-8 sm:px-12 md:px-24 lg:px-80 py-24 sm:py-40 text-2xl sm:text-4xl leading-normal sm:leading-normal text-neutral-800 cursor-default selection:bg-emerald-700 selection:text-zinc-50">
<p class="indent-16">
Trang /tʃɑːŋ/ is a design lead and a freelance information designer based in Prague.
Her work focuses on product design ops with an emphasis on ethics and systems thinking. She is currently leading design at <a class="underline decoration-emerald-700 hover:text-emerald-700 hover:duration-200 cursor-pointer"
href="https://apify.com/" target="_blank" rel="noopener noreferrer">Apify</a>.
</p>
<br>
<p class="indent-16">
When not mentoring designers nor creating data visualizations, she enjoys drinking loose leaf tea, reads a book or <a class="underline decoration-emerald-700 hover:text-emerald-700 hover:duration-200 cursor-pointer"
href="https://www.instagram.com/sk_trefa/" target="_blank" rel="noopener noreferrer">kicks a ball</a>. Trang supports the idea of small web, appreciates attention to details and believes in integrity.
</p>
<br>
<p class="indent-16">
Trang's portfolio is now under construction. In the meantime, you can visit <a class="underline decoration-emerald-700 hover:text-emerald-700 hover:duration-200 cursor-pointer"
href="https://trang-vu.notion.site/Trang-s-digital-garden-4a59a070555f4bd881451c80bac997bb" target="_blank" rel="noopener noreferrer">her digital garden</a> or just <a class="underline decoration-emerald-700 hover:text-emerald-700 hover:duration-200 cursor-pointer"
href="mailto:[email protected]?subject=Hi&body=Hi">say hi</a>.
</p>
</div>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<script src="" async defer></script>
</body>
</html>