-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
308 lines (308 loc) · 11.5 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Muyas, your product designer</title>
<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=Plus+Jakarta+Sans:wght@400;500;600&display=swap"
rel="stylesheet"
/>
<link href="public/style/output.css" rel="stylesheet" />
</head>
<body
class="text-white text-lg bg-ash-900 bg-top bg-no-repeat relative seats-small seats-big"
alt="The hero background contain the illustration of a shiny man among others."
>
<header class="max-w-screen-xl p-6 sm:p-10 mx-auto">
<nav class="w-full flex justify-between">
<a href="index.html">
<p class="text-xl font-bold">Muyas–</p>
</a>
<ul class="flex md:gap-6 text-ash-msg-300">
<li>
<a href="index.html#selectedwork" class="hidden lg:block hover:text-white"
>Selected Work</a
>
</li>
<li>
<a href="index.html#curriculumvitae" class="hidden lg:block hover:text-white">CV</a>
</li>
<li>
<a href="contact.html" class="hover:text-white">Contact</a>
</li>
</ul>
</nav>
</header>
<div
class="max-w-screen-xl px-6 sm:px-10 mt-16 lg:mt-28 mx-auto flex flex-col gap-5 sm:gap-8"
>
<h1
class="text-4xl sm:text-5xl lg:text-7xl font-bold leading-tight sm:leading-110% text-center mx-auto text-white"
>
Muyas is
<br>
the product designer
<br>
you are seeking
</h1>
<a
href="index.html#selectedwork"
class="py-3 md:py-3.5 px-5 md:px-6 w-fit bg-green-flag text-white font-medium text-center shadow-dim hover:shadow-shine hover:scale-104percent mx-auto rounded-lg backdrop-blur border border-green-flag-border"
>Get to know Muyas</a
>
</div>
<section
id="selectedwork"
class="max-w-full md:max-w-screen-xl sm:px-10 pt-8 lg:pt-16 mt-52 md:mt-96 lg:mx-auto flex flex-col"
>
<h2 class="text-3xl lg:text-5xl font-bold text-center">Selected Work</h2>
<!-- <a
href="selected-work.html"
class="mx-auto text-center text-green-flag-text px-6 pb-8 lg:pb-6 pt-2 lg:pt-4 flex gap-3 group"
>
<p>Read all selected work</p>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="w-6 h-6 my-auto group-hover:translate-x-2 transition duration-300"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M13.5 4.5L21 12m0 0l-7.5 7.5M21 12H3"
/>
</svg>
</a> -->
<div
class="md:max-w-screen-xl px-6 sm:px-0 mt-8 lg:mt-10 lg:mx-auto my-auto flex justify-between gap-6 lg:gap-8 overflow-x-scroll"
>
<a
href="/selected-work/navigating-product-market-fit-of-insurance-saling-jaga-iteration.html"
class="px-6 pt-6 sm:px-8 sm:pt-8 sm:w-1/2 flex flex-col justify-between border border-ash-f-08 group rounded-lg bg-ash-f-08 hover:bg-ash-f-18 duration-300"
>
<div class="flex flex-col gap-3 sm:gap-3">
<p class="text-sm lg:text-lg text-ash-msg-300">2022-2023</p>
<h3
class="w-56 sm:w-fit mb-8 text-2xl lg:text-3xl font-bold leading-snug"
>
Navigating Product-Market Fit of Insurance: Saling Jaga Iteration
</h3>
<!-- <div
class="mb-8 lg:mb-12 flex gap-2 sm:gap-4 text-sm lg:text-lg flex-wrap"
>
<p class="px-2 py-1 bg-ash-border group-hover:bg-f-30">Insurance</p>
<p class="px-2 py-1 bg-ash-border group-hover:bg-f-30">1 to 0</p>
</div> -->
</div>
<img
src="public/assets/sj-pmf/sj-pmf_cover_small.png"
alt=""
class="w-full"
/>
</a>
<a
href="/selected-work/compliance-challenges-and-seamless-sunset-of-saling-jaga.html"
class="px-6 pt-6 sm:px-8 sm:pt-8 sm:w-1/2 flex flex-col justify-between border border-ash-f-08 group rounded-lg bg-ash-f-08 hover:bg-ash-f-18 duration-300"
>
<div class="flex flex-col gap-3 sm:gap-3">
<p class="text-sm lg:text-lg text-ash-msg-300">2021</p>
<h3
class="w-56 sm:w-fit mb-8 text-2xl lg:text-3xl font-bold leading-snug"
>
Compliance Challenges and Seamless Sunset of Saling Jaga
</h3>
<!-- <div
class="mb-8 lg:mb-12 flex gap-2 sm:gap-4 text-sm lg:text-lg flex-wrap"
>
<p class="px-2 py-1 bg-ash-border group-hover:bg-f-30">Insurance</p>
<p class="px-2 py-1 bg-ash-border group-hover:bg-f-30">1 to 0</p>
</div> -->
</div>
<img
src="public/assets/sj-sunset/sj-sunset_cover_small.png"
alt=""
class="w-full"
/>
</a>
<a
href="/selected-work/gredu-design-system.html"
class="px-6 pt-6 sm:px-8 sm:pt-8 sm:w-1/2 flex flex-col justify-between border border-ash-f-08 group rounded-lg bg-ash-f-08 hover:bg-ash-f-18 duration-300"
>
<div class="flex flex-col gap-3 sm:gap-3">
<p class="text-sm lg:text-lg text-ash-msg-300">2020</p>
<h3
class="w-56 sm:w-fit mb-8 text-2xl lg:text-3xl font-bold leading-snug"
>
Gredu Design System
</h3>
<!-- <div
class="mb-8 lg:mb-12 flex gap-2 sm:gap-4 text-sm lg:text-lg flex-wrap"
>
<p class="px-2 py-1 bg-ash-border group-hover:bg-f-30">Insurance</p>
<p class="px-2 py-1 bg-ash-border group-hover:bg-f-30">1 to 0</p>
</div> -->
</div>
<img
src="public/assets/gredu-design-system/gredu-design-system_cover_small.png"
alt=""
class="w-full"
/>
</a>
</div>
</section>
<section
id="curriculumvitae"
class="max-w-screen-xl px-6 sm:px-10 pt-8 lg:pt-16 mt-20 lg:mt-28 mx-auto flex flex-col"
>
<h2 class="text-3xl lg:text-5xl font-bold text-center">
Curriculum Vitae
</h2>
<a
href="cv.html"
class="mx-auto text-center text-green-flag-text px-6 pb-8 lg:pb-6 pt-2 lg:pt-4 flex gap-3 group peer"
>
<p>Read full CV</p>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="w-6 h-6 my-auto group-hover:translate-x-2 transition duration-300"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M13.5 4.5L21 12m0 0l-7.5 7.5M21 12H3"
/>
</svg>
</a>
<div
class="mt-0 lg:mt-4 min-w-full bg-gradient-to-b from-ash-f-08 peer-hover:from-ash-f-18 rounded-lg"
>
<div class="border border-ash-f-08 rounded-lg">
<div
class="mx-6 sm:mx-12 pt-8 sm:pt-16 pb-6 flex flex-col sm:flex-row gap-3 justify-between items-baseline"
>
<p class="text-sm lg:text-lg text-ash-msg-300">Work Experiences</p>
<div
class="flex flex-col sm:flex-row sm:gap-2 items-baseline sm:mt-2"
>
<p class="text-2xl lg:text-3xl font-bold">
UX Designer at Kitabisa
</p>
<p class="text-sm lg:text-lg text-ash-msg-300">& many more</p>
</div>
</div>
<div
class="mx-6 sm:mx-12 pt-6 pb-6 flex flex-col sm:flex-row gap-3 justify-between items-baseline border-t border-ash-f-18"
>
<p class="text-sm lg:text-lg text-ash-msg-300">Skills</p>
<div
class="flex flex-col sm:flex-row sm:gap-2 items-baseline sm:mt-2"
>
<p class="text-2xl lg:text-3xl font-bold">Interaction Design</p>
<p class="text-sm lg:text-lg text-ash-msg-300">& many more</p>
</div>
</div>
<div
class="mx-6 sm:mx-12 pt-6 border-t border-ash-f-18 flex flex-col sm:flex-row gap-3 justify-between items-baseline"
>
<p class="text-sm lg:text-lg text-ash-msg-300">Educations</p>
<div class="flex flex-col sm:flex-row gap-2 items-baseline sm:mt-2">
<p class="text-2xl lg:text-3xl font-bold">
<span>Bachelor of Civil Engineering</span>
</p>
<p class="text-sm lg:text-lg text-ash-msg-300 hidden sm:block">
& many more
</p>
</div>
</div>
</div>
</div>
<div class="bg-ash-900 h-12 lg:h-4 -translate-y-3"></div>
</section>
<div
class="md:px-10 pt-14 sm:pt-20 pb-60 sm:pb-52 mx-auto flex flex-col footer-big"
>
<h2
class="text-4xl sm:text-5xl lg:text-7xl pt-8 md:pt-16 lg:pt-40 mb-6 lg:mb-8 text-white font-bold text-center"
>
Let’s collaborate
<br />
with Muyas
</h2>
<a
href="contact.html"
class="mx-auto py-3 md:py-3.5 px-5 md:px-6 w-fit bg-green-flag text-white font-medium text-center shadow-dim hover:shadow-shine hover:scale-104percent rounded-lg backdrop-blur border border-green-flag-border"
>Contact Muyas
</a>
</div>
<footer
class="max-w-screen-xl px-6 sm:px-10 -mt-44 sm:-mt-28 mx-auto flex flex-col-reverse sm:flex-row justify-between gap-4 sm:gap-0"
>
<div class="flex flex-col gap-1 sm:gap-2">
<p class="mx-auto sm:mx-0">
<span>© 2024 </span>
<a href="index.html" class="hover:underline hover:decoration-2"
>Muyas.</a
>
<span>All rights reserved.</span>
</p>
<p class="mx-auto sm:mx-0">
Built with
<a
href="https://www.w3schools.com/html/"
class=hover:underline hover:decoration-2"
>HTML</a
>,
<a
href="https://tailwindcss.com/"
class=hover:underline hover:decoration-2"
>Tailwind CSS</a
>, and
<a
href="https://www.w3schools.com/js/"
class="hover:underline hover:decoration-2"
>JS</a
>.
</p>
</div>
<!-- <div class="text-ash-msg-300 flex flex-col gap-1 sm:gap-2">
<a
href=""
class="font-bold text-white hover:underline hover:decoration-2"
>Extras</a
>
<a
href=""
class="font-bold text-white hover:underline hover:decoration-2"
>Changelog</a
>
</div> -->
<div class="flex flex-col gap-1 sm:gap-2">
<p class="mx-auto sm:mx-0">[email protected]</p>
<div class="flex gap-2 sm:ml-auto mx-auto sm:mr-0">
<a
href="https://www.linkedin.com/in/meetmuyas/"
class="hover:underline hover:decoration-2"
>LinkedIn</a
>
<p class="my-auto text-sm">•</p>
<a
href="https://twitter.com/meetMuyas"
class="hover:underline hover:decoration-2"
>X/Twitter</a
>
</div>
</div>
</footer>
</body>
<script src="script/nav.js"></script>
</html>