-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
199 lines (176 loc) ยท 5.12 KB
/
index.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Mihir Kulkarni</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
max-width: 800px;
margin: 2rem auto;
padding: 0 1rem;
background: #121212;
color: #e5e5e5;
}
details {
margin: 0.5rem 0;
padding: 0.5rem;
border-radius: 0.5rem;
background: rgba(255, 255, 255, 0.05);
}
summary {
cursor: pointer;
padding: 0.5rem;
border-radius: 0.25rem;
transition: background 0.2s;
}
summary:hover {
background: rgba(255, 255, 255, 0.1);
}
.resource {
padding: 0.5rem 1rem;
margin: 0.25rem 0;
}
a {
color: #60a5fa;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.button {
display: inline-block;
padding: 0.5rem 1rem;
margin: 1rem 0;
background: #60a5fa;
color: #fff;
text-decoration: none;
border-radius: 0.25rem;
transition: background 0.2s;
}
.button:hover {
background: #3b82f6;
}
form label {
display: block;
margin-bottom: 0.5rem;
}
form input[type="email"],
form textarea {
width: 100%;
padding: 0.5rem;
margin-top: 0.25rem;
}
button[type="submit"] {
padding: 0.5rem 1rem;
background: #60a5fa;
color: #fff;
border: none;
border-radius: 0.25rem;
cursor: pointer;
transition: background 0.2s;
}
@media (max-width: 600px) {
body {
max-width: 100%;
margin: 1rem;
padding: 0.5rem;
}
.resource {
padding: 0.5rem;
}
.button {
width: 100%;
text-align: center;
}
}
footer {
text-align: center;
font-size: 0.75rem;
color: #888;
font-family: 'Courier New', Courier, monospace;
margin-top: 2rem;
}
</style>
</head>
<body>
<h1>Mihir Kulkarni</h1>
<details>
<summary aria-expanded="false">About</summary>
<div class="resource" style="display: flex; align-items: center;">
<!--<img src="profile.png" alt="Mihir Kulkarni" style="width: 125px; height: 150px; border-radius: 0.5rem; margin-right: 1rem;">-->
<p style="flex: 1; height: 150px; display: flex; align-items: center;"></p>
Hi, I'm Mihir Kulkarni, a passionate software developer with a focus on machine learning and web development. I love creating innovative solutions and sharing my knowledge with the community.<br>
sign- ๐ฆ๐ฒ๐ฎ๐ฒ๐จ๐ฟ ๐๐ณ๐ฉ๐ฟ๐๐จ๐ฟ๐ก๐ฒ
</p>
</div>
</details>
</div>
</details>
<details>
<summary aria-expanded="false">Projects</summary>
<div class="resource">
<p>Here are some of my recent projects:</p>
<ul>
<li>Project 1: Description of project 1.</li>
<li>Project 2: Description of project 2.</li>
<li>Project 3: Description of project 3.</li>
</ul>
</div>
</details>
<details>
<summary aria-expanded="false">Socials</summary>
<div class="resource">
<p>Connect with me on social media:</p>
<ul>
<li><a href="https://www.linkedin.com/in/mihirkula" target="_blank" rel="noopener noreferrer">LinkedIn</a></li>
<li><a href="https://twitter.com/mihirkulaa" target="_blank" rel="noopener noreferrer">X.com</a></li>
<li><a href="https://github.com/mihirkulaa" target="_blank" rel="noopener noreferrer">GitHub</a></li>
<li><a href="https://mihirkulaa.substack.com" target="_blank" rel="noopener noreferrer">Substack</a></li>
</ul>
</div>
</details>
<details>
<summary aria-expanded="false">Contact</summary>
<div class="resource">
<form action="https://formspree.io/f/xeoopnbe" method="POST">
<label>Your email:
<input type="email" name="email" required placeholder="Enter your email">
</label>
<label>Your message:
<textarea name="message" required placeholder="Type your message here"></textarea>
</label>
<button type="submit">Send</button>
</form>
</div>
</details>
<details>
<summary aria-expanded="false">Blog</summary>
<div class="resource">
<p><a href="https://mihirkulaa.substack.com" target="_blank" rel="noopener noreferrer">Subscribe to my blog</a></p>
<div id="custom-substack-embed"></div>
<script>
window.CustomSubstackWidget = {
substackUrl: "mihirkulaa.substack.com",
placeholder: "[email protected]",
buttonText: "Subscribe",
theme: "custom",
colors: {
primary: "#000000",
input: "#FFFFFF",
email: "#000000",
text: "#FFFFFF",
},
};
</script>
<script src="https://substackapi.com/widget.js" async></script>
</div>
</details>
<div class="resource">
<a href="resume.pdf" class="button" download>Download Resume</a>
</div>
<footer>
© 2025 ๐ฆ๐ฒ๐ฎ๐ฒ๐จ๐ฟ ๐๐ณ๐ฉ๐ฟ๐๐จ๐ฟ๐ก๐ฒ
</footer>
</body>
</html>