-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
111 lines (97 loc) · 3.92 KB
/
index.html
File metadata and controls
111 lines (97 loc) · 3.92 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html>
<head>
<title>Dharmit Shah - Portfolio</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-WH6CVT6YSG');
</script>
</head>
<body>
<h1>Hello, I'm Dharmit 👋</h1>
<img src="myphoto.jpg" alt="My Photo" width="200" style="border-radius: 100px;">
<p>I am a student interested in AI, software, and fintech!</p>
<h2>About Me</h2>
<p>
I'm Dharmit Shah, a curious and tech-obsessed student based in Surat.
I’m exploring how AI, cloud, and software can solve real-world problems.
I’ve completed virtual internships at Deloitte, Accenture, and Goldman Sachs,
and earned certifications in Generative AI and Azure.
I love building, experimenting, and learning something new every day!
</p>
<h2>Skills</h2>
<ul class="clean-list">
<li>Client Profile Evaluation</li>
<li>Real Estate Investment Evaluation</li>
<li>Analytical Thinking</li>
<li>Financial Risk Analysis</li>
<li>Forensic Data Analysis</li>
<li>Data Interpretation</li>
<li>Problem Solving Using Data</li>
<li>Software Architecture</li>
<li>Agile Methodologies</li>
<li>Software Testing & Debugging</li>
<li>Programming (Python, JavaScript)</li>
<li>Secure Coding Practices</li>
<li>Risk Assessment</li>
<li>Software Engineering Fundamentals</li>
<li>Data Analytics</li>
<li>Generative AI for Learning and Development</li>
<li>Data Analysis</li>
<li>Microsoft Azure</li>
<li>Generative AI</li>
<li>Python Programming Language</li>
</ul>
<h2>Certifications</h2>
<ul class="clean-list">
<li>AI Tools Workshop – United Latino Students Association</li>
<li>Accenture Nordics – Software Engineering Job Simulation</li>
<li>Concepts in Python: Loops, Functions and Returns – Coursera</li>
<li>Deloitte Australia – Data Analytics Job Simulation</li>
<li>Deploy and Configure Azure Monitor – Microsoft</li>
<li>Foundations: Data, Data, Everywhere – Google</li>
<li>Generative AI – IBM (Badge)</li>
<li>Generative AI – IBM (Learning and Development)</li>
<li>Generative AI Essentials – Coursera</li>
<li>Goldman Sachs – Risk Job Simulation</li>
<li>Introduction to Generative AI – Google Cloud Skills Boost</li>
</ul>
<h2>Projects</h2>
<ul>
<li>
<strong>Portfolio Website</strong> – You’re viewing it! Built with HTML and CSS to showcase my skills.
</li>
<li>
<strong>Resume Skill Matcher (Upcoming)</strong> – A Python tool to match resumes with job descriptions using keywords.
</li>
</ul>
<h2>Tools & Technologies</h2>
<div class="tech-stack">
<span><i class="fab fa-python"></i> Python</span>
<span><i class="fas fa-cloud"></i> Azure</span>
<span><i class="fas fa-robot"></i> Generative AI</span>
<span><i class="fas fa-chart-line"></i> Data Analytics</span>
<span><i class="fab fa-html5"></i> HTML & CSS</span>
<span><i class="fab fa-github"></i> GitHub</span>
</div>
<h2>Contact</h2>
<p>You can reach me anytime via:</p>
<ul>
<li>Email: <a href="mailto:dharmitshah2007@gmail.com">dharmitshah2007@gmail.com</a></li>
<li>LinkedIn: <a href="https://www.linkedin.com/in/dharmit-shah2508" target="_blank">linkedin.com/in/dharmit-shah2508</a></li>
</ul>
<h2>Download Resume</h2>
<a href="Dharmit_Shah_Resume.pdf" download>
<button style="padding: 10px 20px; font-size: 16px; background-color: #007bff; color: white; border: none; border-radius: 5px;">
Download My Resume
</button>
</a>
</body>
</html>