-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (50 loc) · 2.52 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
---
title: Du Hoang
---
{% include header.html %}
<div class="home">
<div class="top-section">
<div class="photo">
<img src="img/me-2021.png" />
</div>
<div class="about">
<h1>Hello,</h1>
<p>I'm a UX/UI/Product Designer with a background in Computer Science and 3D animation.</p>
<p>Over the last decade I have led design at various startups and tech companies in both SF and NYC. As a design technologist I understand and write code; working at the intersection of design and technology.
</p>
<p>My focus is on design for emerging tech, such as AI/Machine Learning and VR/AR. I also write tutorials and create tools for designers entering these fields.</p>
— Du Hoang
<div style="height: 120px"></div>
<div class="sub-heading">Side Projects</div>
<a href="https://aisketch.vercel.app" class="block" target="_blank">
<div class="block-img" style="background-image:url(./img/ais-logo.png)"></div>
<div class="block-info">
AI sketchbook for concept artists that mimics the user experience and feel of real sketch books and artist tools. </div>
</a>
<a href="https://stablenetfusion.com" class="block" target="_blank">
<div class="block-img" style="background-image:url(./img/snf-screen.png)"></div>
<div class="block-info">
A powerful, and easy-to-use, AI image-gen editor, created using Stable Diffusion and ControlNets via Hugging Face API.
</div>
</a>
<a href="https://www.youtube.com/watch?v=D44TfltYwP8" class="block" target="_blank">
<div class="block-img" style="background-image:url(./img/ai-bunny.png)"></div>
<div class="block-info">
My experiment in creating an AI children's illustration book generator using ChatGPT and Stable Diffusion.
</div>
</a>
<a href="https://www.youtube.com/watch?v=gyVKPJQJrcc" class="block" target="_blank">
<div class="block-img" style="background-image:url(./img/histoury-img.png)"></div>
<div class="block-info">
An exploration of AI as a travel companion app, letting users interact with famous people as their local guide.
</div>
</a>
<div class="links">
<a href="unity-1.html">Portfolio</a>
<a href="https://medium.com/@duhoang" target="_blank">Writings</a>
<a href="mailto:du.hoang@gmail.com" target="_blank">Email</a>
<a href="http://linkedin.com/in/duhoang" target="_blank">Linkedin</a>
</div>
</div>
</div>
</div>