-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
239 lines (216 loc) · 9.82 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
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!DOCTYPE html>
<html>
<head>
<title>Monisha Mandal</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1"
/>
<meta name="description" content="Portfolio" />
<meta name="keywords" content="HTML, CSS, JavaScript" />
<meta name="author" content="Monisha Mandal" />
<link
href="https://fonts.googleapis.com/css2?family=Russo+One&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&family=Russo+One&display=swap"
rel="stylesheet"
/>
<link
rel="icon"
href="./images/my-bitmoji2.png"
/>
<link rel="stylesheet" href="default.css" />
<link id="theme-style" rel="stylesheet" href="" />
</head>
<body>
<section class="s1">
<div class="main-container">
<div class="greeting-wrapper">
<h1>Hi, I'm Monisha Mandal</h1>
</div>
<div class="intro-wrapper" style="margin-bottom: 50px">
<div class="nav-wrapper">
<div class="dots-wrapper">
<div id="dot-1" class="browser-dot"></div>
<div id="dot-2" class="browser-dot"></div>
<div id="dot-3" class="browser-dot"></div>
</div>
<ul id="navigation">
<li>
<a href="#contact-form">Ping Me!</a>
</li>
</ul>
</div>
<div class="left-column">
<img id="profile_pic" src="images/official photo.jpg" alt="Monisha Mandal" />
<h5 style="text-align: center; line-height: 0">
Personalize Theme
</h5>
<div id="theme-options-wrapper">
<div data-mode="light" id="light-mode" class="theme-dot"></div>
<div data-mode="blue" id="blue-mode" class="theme-dot"></div>
<div data-mode="brown" id="brown-mode" class="theme-dot"></div>
<div data-mode="purple" id="purple-mode" class="theme-dot"></div>
</div>
<p id="settings-note">
*Theme settings will be saved for<br />your next visit!
</p>
</div>
<div class="right-column">
<div id="preview-shadow">
<div id="preview">
<div id="corner-tl" class="corner"></div>
<div id="corner-tr" class="corner"></div>
<h3>About Me</h3>
<p>
I am a 3rd-year undergraduate, who is passionate about technologies and obsessed with the idea of improving myself and wants to improve and excel in it.
I am a Community Contributor by passion. I would love to connect with you.
</p>
<div id="corner-br" class="corner"></div>
<div id="corner-bl" class="corner"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="s2">
<div class="main-container">
<div class="about-wrapper">
<div class="about-me">
<h4>More about me</h4>
<p>
I love building software and application that have a material impact on real-world problems. Computer Science offers me the perfect platform to exercise my problem seeking brain to solve real-world problems. I deeply believe in the power of communities in creating opportunities and pushing the boundaries of the tech industry. This is what led me to join a community such as Women Who Code. I like to think of myself as a multipotentiality who dabbles with writing, sports, creativity and photography.
</p>
<hr />
<h4>My Expertise</h4>
<p>
I am an Engineer with a central focus on Data Science. Apart from this because of my creative trait I have achieved good command of Front-End Development using JavaScript and Reactjs:
<a target="_blank" href="Monisha Mandal - Resume.pdf">View Resume</a>
</p>
<div id="skills">
<ul>
<li>Interested in:</li>
<li>Data Science</li>
<li>Web Development</li>
<li>AR-VR</li>
</ul>
<ul>
<Li>Comfortable:</Li>
<li>C/C++</li>
<li>Python</li>
<li>JavaScript</li>
<li>React</li>
<li>Figma</li>
</ul>
</div>
</div>
<div class="social-links">
<img id="social_img" src="images/my-bitmoji3.png" alt="" />
<h3>Find me on GitHub & LinkedIn</h3>
<h6 class="social-title">
GitHub
<a target="_blank" href="https://github.com/monishamandal02">
@monishamandal02</a
>
</h6>
<br />
<h6 class="social-title">
LinkedIn
<a target="_blank" href="https://www.linkedin.com/in/monisha-mandal-418678193/">
@monisha-mandal</a
>
</h6>
</div>
</div>
</div>
</section>
<section class="s1">
<div class="main-container">
<h3 style="text-align: center">Some of my past projects</h3>
<div class="post-wrapper" id="post-wrapper-id"></div>
</div>
</section>
<section class="s2">
<div class="main-container">
<h3 style="text-align: center">Ping Me!</h3>
<form
id="contact-form"
action="mailto:[email protected]?subject=Ping Me!"
enctype="text/plain"
method="post"
>
<label for="name">Name</label>
<input class="input-field" type="text" name="name" id="name" />
<label for="email">Email Address</label>
<input class="input-field" type="text" name="email" id="email" />
<label for="message">Message</label>
<textarea class="input-field" name="message" id="message"></textarea>
<input id="submit-btn" type="submit" value="Send" />
</form>
</div>
</section>
<section class="s1">
<div class="main-container footer">
<h6>All Rights Reserved</h6>
<h6>Made with ❤️ by <a href="https://github.com/monishamandal02/MonishaMandal-Portfolio">MonishaMandal02</a></h6>
<div class="footer-icons">
<a href="https://github.com/monishamandal02" target="_blank"
><svg id="github" viewBox="0 0 24 24">
<path
d="m12 .5c-6.63 0-12 5.28-12 11.792 0 5.211 3.438 9.63 8.205 11.188.6.111.82-.254.82-.567 0-.28-.01-1.022-.015-2.005-3.338.711-4.042-1.582-4.042-1.582-.546-1.361-1.335-1.725-1.335-1.725-1.087-.731.084-.716.084-.716 1.205.082 1.838 1.215 1.838 1.215 1.07 1.803 2.809 1.282 3.495.981.108-.763.417-1.282.76-1.577-2.665-.295-5.466-1.309-5.466-5.827 0-1.287.465-2.339 1.235-3.164-.135-.298-.54-1.497.105-3.121 0 0 1.005-.316 3.3 1.209.96-.262 1.98-.392 3-.398 1.02.006 2.04.136 3 .398 2.28-1.525 3.285-1.209 3.285-1.209.645 1.624.24 2.823.12 3.121.765.825 1.23 1.877 1.23 3.164 0 4.53-2.805 5.527-5.475 5.817.42.354.81 1.077.81 2.182 0 1.578-.015 2.846-.015 3.229 0 .309.21.678.825.56 4.801-1.548 8.236-5.97 8.236-11.173 0-6.512-5.373-11.792-12-11.792z"
/></svg></a>
<a href="https://www.hackerrank.com/monishamandal021" ><svg id="HackerRank" viewBox="0 0 612 648" enable-background="new 0 0 612 648">
<g>
<g>
<g>
<path
d="M580.529,165.226C562.556,134.278,341.907,6.45,305.981,6.45c-35.922,0-256.662,127.509-274.538,158.775
c-17.877,31.271-17.972,286.291-0.003,317.557C49.415,514.047,270.077,641.55,305.981,641.55s256.584-127.664,274.544-158.771
C598.484,451.67,598.498,196.174,580.529,165.226z M380.366,520.256c-4.916,0-50.74-44.372-47.136-47.993
c1.081-1.082,7.77-1.842,21.77-2.273v-1.198c0-27.956,0.646-79.77,1.16-105.877c0.052-2.51-0.55-4.251-0.55-7.251
c-33.316,0-65.843,0-99.146,0c0,12-0.211,24.915,0.044,37.634c0.332,16.795,0.814,35.986,1.651,52.764
c0.28,5.635-1.956,7.396-7.124,7.374c-12.57-0.035-25.148-0.139-37.726-0.104c-5.085,0.015-7.277-1.893-7.121-7.573
c0.955-34.525,1.963-71.89,1.926-106.424C208.075,298.029,207,223.256,206,181.951v-3.929c-12-0.433-20.324-1.194-21.411-2.287
c-3.622-3.618,42.846-47.989,47.742-47.989c4.906,0,51.073,44.382,47.47,47.989c-1.083,1.084-9.801,1.844-20.801,2.278v3.925
c-3,31.937-2.52,98.725-3.262,130.725c33.72,0,66.259,0,99.555,0c0-13,0.163-25.011-0.031-37.038
c-0.341-21.233-0.771-45.488-1.46-66.717c-0.13-4.205,1.176-6.413,5.224-6.447c13.734-0.096,27.477-0.157,41.217-0.069
c4.297,0.021,5.674,2.136,5.58,6.679c-0.908,47.6-2.284,97.997-2.429,145.608C403.306,383.333,404,437.89,405,468.257v1.72
c11,0.432,20.86,1.195,21.946,2.286C430.552,475.884,385.275,520.256,380.366,520.256z"
/>
</g>
</g>
</g>
<g></g>
<g></g>
<g></g>
<g></g>
<g></g>
<g></g>
<g></g>
<g></g>
<g></g>
<g></g>
<g></g>
<g></g>
<g></g>
<g></g>
<g></g></svg
></a>
<a href="https://www.instagram.com/m.riyaaaa_/" target="_blank"
><img src="./images/social-icons/instagram.svg" alt="Instagram"
/></a>
<a href="https://www.linkedin.com/in/monisha-mandal-418678193/" target="_blank"
><img src="./images/social-icons/linkedin.svg" alt="LinkedIn"
/></a>
<a href="https://twitter.com/mandal_monisha" target="_blank"
><img src="./images/social-icons/twitter.svg" alt="Twitter"
/></a>
</div>
</div>
</section>
<script src="script.js"></script>
</body>
</html>