-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMyResume.html
More file actions
71 lines (54 loc) · 2.31 KB
/
MyResume.html
File metadata and controls
71 lines (54 loc) · 2.31 KB
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
<!doctype html>
<html lang="en">
<header>
<title>Sanjana Rai's Resume</title>
<link rel="stylesheet" href="master.css">
<link rel="FaviconIcon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut" href="favicon.ico" type="image/x-icon">
<meta name="viewport" content="width-device-width, initial-scale-1, shrink-to-fit=no">
</header>
<body>
<hr>
<img src="resumeHead.jpg" width="20%">
<h1>Sanjana Rai</h1>
<h4>UI Designer, Digital Marketer, Web Developer</h4>
<p>Email: <a href="mailto:sanjana.rai2018@vitstudent.ac.in" target="_blank">sanjana.rai2018@vitstudent.ac.in</a></p>
<h2>Portfolio</h2>
<h3>Behance: <a href="https://www.behance.net/sanjanarai" target="_blank">https://www.behance.net/sanjanarai</a></h3>
<h3>GitHub: <a href="https://github.com/Sanjana-R" target="_blank">https://github.com/Sanjana-R</a></h3>
<h2>Education</h2>
<h3>Vellore Institute of Technology, Vellore</h3>
<h4>BSc Honours Computer Science, CGPA 9.28</h4>
<h2>Professional Experiences</h2>
<h3>Head of Design</h3>
<h4>Computer Society of India - VIT Student Chapter</h4>
<h5>June 2020 - Present</h5>
<ul>
<li>Mentoring the junior design team and overseeing the design process.</li>
<li>Managing distribution of project workload within the team.</li>
</ul>
<h3>Core Committee Member</h3>
<h4>Computer Society of India - VIT Student Chapter</h4>
<h5>December 2018 - June 2020</h5>
<ul>
<li>Designed various event posters, UI applications and branded events.</li>
<li>Lead coordinator and head designer of Devspace - a tech conference and hackathon.</li>
</ul>
<h3>User Interface Designer</h3>
<h4>Pucho Technology Information Pvt. Ltd.</h4>
<h5>April 2020 - May 2020</h5>
<ul>
<li>Designed and prototyped a Voice UI for a mobile app to spread awareness and answer queries about COVID-19.</li>
</ul>
<h3>Digital Marketing and Design Intern</h3>
<h4>OHI Leo Burnett, Oman</h4>
<h5>May 2019</h5>
<ul>
<li>Conceptualised and designed an advertisement campaign for social media using Adobe Photoshop and Adobe Premiere Pro.</li>
</ul>
</body>
<footer>
<hr>
<p><a href="index.html">Back to my homepage</a><p>
</footer>
</html>