-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (86 loc) · 4.05 KB
/
index.html
File metadata and controls
94 lines (86 loc) · 4.05 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<header>
<h1>Suman Kumar Dey</h1>
<p>
<a href="https://github.com/SUMAN1040">GitHub</a> |
<a href="https://www.linkedin.com/in/suman-kumar-dey-0659a4286">LinkedIn</a> |
<a href="skdeyofficial2003@gmail.com">gmail</a>
</p>
</header>
<section>
<h2>Education</h2>
<p>University of Engineering & Management - Jaipur<br>
B.Tech, Computer Science and Engineering<br>
Current CGPA: 8.19/10.0<br>
</p>
</section>
<section>
<h2>Work Experience</h2>
<h3>Accenture | Data Analytics and Visualization</h3>
<ul>
<li>Completed a simulation focused on advising a hypothetical social media client as a Data Analyst at Accenture</li>
<li>Cleaned, modelled and analyzed 7 datasets to uncover insights into content trends to inform strategic decisions</li>
<li>Prepared a PowerPoint deck and video presentation to communicate key insights for the client and internal stakeholders</li>
</ul>
<p>June 2024 - 1 month virtual intern</p>
</section>
<section>
<h2>Projects</h2>
<h3>
Eco Efficient | HTML, CSS, JavaScript</h3>
<ul>
<li>EcoEfficient, a web-based platform developed by our diverse team for the Google Solution Challenge 2024,
transforms trash management through data analysis and technology by providing guided waste reduction tactics,
individualized recommendations, and real-time waste tracking, enabling people and communities to handle trash more effectively
and contributing to the global movement for sustainable living.</li>
<li>Link: <a href="https://github.com/SUMAN1040/waste-management.">https://github/project</a></li>
</ul>
</ul>
<h3>
VEDIC ASHARAM | HTML, CSS, JavaScript.</h3>
<ul>
<li>Vedic Asharam, a cutting-edge remote learning platform, ensures every student's success with individualized instruction,
resources for kids with disabilities, mental health support, engaging games, a unique assignment exchange, recorded lectures for hearing aid users,
and animated films with audio descriptions for the visually impaired.</li>
<li>Link: <a href="https://youtu.be/DcgD7IgXYuk?si=6IWG0rckK4CWCZ0q">Video presentation</a></li>
</ul>
</section>
<section>
<h2>Skills</h2>
<p>Languages: Python, C, JavaScript, HTML, CSS, Basics of Java, Kotlin.<br>
Tools: Git/GitHub, colab, Android Studio, VS Code.</p>
</section>
<section>
<h2>Certificates</h2>
<p>Programming in C | Infosys<br>March 2024<br>
Data Analytics and Visualization Job
Simulation | Accenture<br>June 2024</p>
</section>
<section>
<h2>Achievements</h2>
<ul>
<li>Top 20 in AceHack, 24</li>
<li>Top contributing in Microsoft learning</li>
</ul>
</section>
<section>
<h2>Extra Activities</h2>
<ul>
<!-- <li>I have created Web dev related content on Medium | <a href="#">Link</a></li> -->
<li>IEEE member</li>
<li>GDSE member</li>
</ul>
</section>
</div>
<script src="scripts.js"></script>
</body>
</html>