-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-backup-1.html
100 lines (88 loc) · 5.12 KB
/
index-backup-1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Projects | Sujit Joshi</title>
<link rel="stylesheet" href="./master.css">
<link rel="stylesheet" href="./index-style.css">
<link rel="stylesheet" href="https://use.typekit.net/oqt2ong.css">
<link rel="icon" type="image" href="./images/favicon32-2.png">
</head>
<body>
<div class="nav-container">
<div class="name-container">
<h3>Sujit Joshi</h3>
</div>
<div class="links-container">
<a href="" class="projects-link">Projects</a>
<a href="">Resume</a>
</div>
</div>
<div class="body-wrapper">
<div class="bio-container">
<div class="bio-image-container">
<img class="bio-image" src="./images/SujitJoshi-ProfilePicture.jpeg" alt="">
</div>
<div class="bio-paragraph-container">
<p class="bio-paragraph">Hi there. 👋 🙏 How's it going?
<br><br>I am a service designer, UX designer, researcher, and a teacher, most passionate about using
design to help people, understanding why things are the way that they are, and creating new
perspectives for exploring the world around us. My core areas of interest are healthcare, education,
and mobility.
<br><br>When not consciously designing (but always exploring and researching), you will most likely
find me cycling on my favorite trail, digging into a new book, or deep down a rabbit hole in the
world of javascript.
<br><br>Currently, I am reading about knowledge structures in different cultures, exploring virtual
reality through A-Frame, and backend development using Node.
<br><br>Do reach out for more information or collaborations at <a
href="mailto:sujit.joshi.00@gmail.com">sujit.joshi.00@gmail.com</a>
or on LinkedIn <a href="https://www.linkedin.com/in/sujitjoshi00/">@sujitjoshi00</a>.</p>
</div>
</div>
<a href="./healthcare" class="project-container" id="pharmacy">
<h2>Streamlining the healthcare provider and pharmacy experience for patients from a health insurance
carrier</h2>
<p class="project-collab-info">In collaboration with our client's Innovation and User Experience teams while
interning for Panorma Innovation</p>
<p class="project-role">Researcher • Service Designer</p>
<div class="project-image-container"></div>
</a>
<a href="./smartbox" class="project-container" id="team3">
<h2>Designing a sustainable, flexible, and public policy compatible package delivery system</h2>
<p class="project-collab-info">As part of a team of six at a design-hackathon hosted by MIT Media Lab and
UCSD Design Lab</p>
<p class="project-role">Researcher • Service Designer</p>
<div class="project-image-container"></div>
</a>
<a href="./nava-samvhita" class="project-container" id="ayurveda" style="filter: opacity(1);">
<h2>Finding new pathways for innovation by reimagining history</h2>
<p class="project-collab-info">In collaboration with Dr. Eeshani Bendale for my Master's thesis project at
School of the Art Institute of Chicago</p>
<p class="project-role">Researcher • Futurist</p>
<div class="project-image-container"></div>
</a>
<a href="./preterm" class="project-container" id="preterm" style="filter: opacity(1);">
<h2>Finding ways of reducing preterm pregnancies in vulnerable populations</h2>
<p class="project-collab-info">In collaboration with our client's research team while interning for Panorama
Innovation</p>
<p class="project-role">Researcher</p>
<div class="project-image-container"></div>
</a>
<a href="" class="project-container" id="polling" style="filter: opacity(0.5);">
<h2>Imagining a new polling experience for voters through proposal-centered elections</h2>
<p class="project-collab-info">In collaboration with Aimee Martinez for an alumni exhibition at School of
the Art Institute of Chicago</p>
<p class="project-role">Researcher • Service Designer • User Experience Designer</p>
<div class="project-image-container"></div>
</a>
<a href="" class="project-container" id="bosch2020" style="filter: opacity(0.5);">
<h2>Designing data visualizations for a public IoT experiment</h2>
<p class="project-collab-info">Commissioned by Bosch and School of the Art Institute of Chicago for South by
Southwest 2020</p>
<p class="project-role">Technologist</p>
<div class="project-image-container"></div>
</a>
</div>
</body>
</html>