-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
101 lines (93 loc) · 5.46 KB
/
resume.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
<!DOCTYPE html>
<html lang="en">
<!-- hand coded by -->
<!-- -->
<!-- █▀ █░█ ░░█ █ ▀█▀ ░░█ █▀█ █▀ █░█ █ -->
<!-- ▄█ █▄█ █▄█ █ ░█░ █▄█ █▄█ ▄█ █▀█ █ -->
<!-- -->
<!-- -->
<!-- Written in html, css, and javascript for loading speed. Uses fullstory for analytics -->
<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="./resume-style.css">
<link rel="stylesheet" href="https://use.typekit.net/oqt2ong.css">
<link rel="icon" type="image" href="./images/favicon32-2.png">
<!-- full story script starts -->
<script>
window['_fs_debug'] = false;
window['_fs_host'] = 'fullstory.com';
window['_fs_script'] = 'edge.fullstory.com/s/fs.js';
window['_fs_org'] = '1337AQ';
window['_fs_namespace'] = 'FS';
(function(m,n,e,t,l,o,g,y){
if (e in m) {if(m.console && m.console.log) { m.console.log('FullStory namespace conflict. Please set window["_fs_namespace"].');} return;}
g=m[e]=function(a,b,s){g.q?g.q.push([a,b,s]):g._api(a,b,s);};g.q=[];
o=n.createElement(t);o.async=1;o.crossOrigin='anonymous';o.src='https://'+_fs_script;
y=n.getElementsByTagName(t)[0];y.parentNode.insertBefore(o,y);
g.identify=function(i,v,s){g(l,{uid:i},s);if(v)g(l,v,s)};g.setUserVars=function(v,s){g(l,v,s)};g.event=function(i,v,s){g('event',{n:i,p:v},s)};
g.anonymize=function(){g.identify(!!0)};
g.shutdown=function(){g("rec",!1)};g.restart=function(){g("rec",!0)};
g.log = function(a,b){g("log",[a,b])};
g.consent=function(a){g("consent",!arguments.length||a)};
g.identifyAccount=function(i,v){o='account';v=v||{};v.acctId=i;g(o,v)};
g.clearUserCookie=function(){};
g.setVars=function(n, p){g('setVars',[n,p]);};
g._w={};y='XMLHttpRequest';g._w[y]=m[y];y='fetch';g._w[y]=m[y];
if(m[y])m[y]=function(){return g._w[y].apply(this,arguments)};
g._v="1.3.0";
})(window,document,window['_fs_namespace'],'script','user');
</script>
<!-- full story script ends -->
</head>
<body>
<div class="bg-container">
</div>
<div class="nav-container">
<a href="./" class="name-container">
<h3>Sujit Joshi</h3>
</a>
<div class="links-container">
<a href="https://www.sujitjoshi.com" class="nav-link" id="projects-link">Projects</a>
<a href="" target="_blank" class="nav-link" id="resume-link"><b>Resume </b></a>
<a href="" class="nav-link" id="about-link">About</a>
<a href="" class="nav-link" id="menu-link"><img src="./images/icons/menu.svg" alt=""></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 <b>Service Designer, UX Designer, and Researcher</b>, most passionate about
using design to help people, understanding why things are the way that they are, and creating new
perspectives to see the world around us.
<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>Do reach out at
<br>
<div class="contact-container"><img class="in-text-icon" src="./images/icons/mail.svg" alt=""><a href="mailto:joshi.sujit@outlook.com" target="_blank">• joshi.sujit@outlook.com •</a></div>
<div class="contact-container"><img class="in-text-icon" src="./images/icons/linkedin.svg" alt=""><a href="https://www.linkedin.com/in/sujitjoshi00/" target="_blank">• @sujitjoshi00 •</a></div>
<div class="contact-container"><img class="in-text-icon" src="./images/icons/instagram.svg" alt=""><a href="https://www.instagram.com/sujitbujit/" target="_blank">• @sujitbujit •</a></div>
<br>
© All Rights Reserved.
</p>
</div>
</div>
<div class="resume-container" id="dse" style="filter: opacity(1);" target="_blank">
<iframe class="resume-embed" src="./files/Resume-SujitJoshi-ServiceDesigner-Researcher-UX.pdf" frameborder="0"></iframe>
<!-- <h2>Digital Service Experience: <br> Platform for Hospital Operations -->
<!-- <br> -->
<!-- <img style="display: inline; margin-top: 12px; height: 50px;" src="./images/DSE/iFawardLogo.jpg" alt=""></h2> -->
<!-- <p class="project-collab-info">As part of Services & Solutions Delivery, Philips Experience Design</p> -->
<!-- <p class="project-role">Service Designer • Researcher</p> -->
<!-- <div class="project-image-container"></div> -->
</div>
</div>
</body>
</html>