-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
272 lines (223 loc) · 11.4 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
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>V Meenakshi Iyer - Web developer, App Developer and Programmer</title>
<link rel="icon" type="image/png" href="vmi.png">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<div class="container">
<header>
<div class="slidebar">
<div class="top">
<img src="vmi.png" alt="Pic" width="90" height="90" class="d-inline-block align-text-top">
<h1>Meenakshi's Portfolio</h1>
</div>
<nav>
<ul>
<a href="/"><li>Home</li></a>
<a href ="#intro"><li>My Intro</li></a>
<a href ="#Skills"><li>Skills</li></a>
<a href ="#projects"><li>Projects</li></a>
<a href ="/Blog.html"><li>Experience & Education</li></a>
<a href ="/CV.html"><li>CV</li></a>
<a href="/contact.html"><l1>Contact me</l1></a>
</ul>
</nav>
</div>
</header>
<div class="main">
<div class="hello">
<!-- Element to contain animated typing -->
<span id="element"></span>
<!-- Load library from the CDN -->
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<!-- Setup and start animation! -->
<script>
var typed = new Typed('#element', {
strings: ['Hello!!!!', 'Hola!!!!','Bonjour!!!!','Guten Tag!!!!','Anyeonghaseyo!!!!','Hello!!!!'],
typeSpeed: 100,
});
</script>
</div>
<br>
<h1> I am V Meenakshi Iyer </h1>
<p>I love doing app and web development <p>
<section id="intro" class="section">
<div class="container">
<h2>About Me</h2>
<div class="about">
<img src="VMI Pic.jpg" alt="my Pic" width="600" height="630" class="d-inline-block align-text-top">
<p>Passionate about software technology and am always exploring new ways to create better user experiences. I am a quick learner and strongly desire to stay up-to-date with the latest trends in the industry. Moreover, I am confident in my ability to develop high- quality apps that meet the needs of users and businesses alike. I am excited to begin my career as an Android developer and look forward to contributing to the success of whatever team I am a part of.</p>
</div>
</div>
</section>
<section id="Skills" class="section">
<div class="container">
<h2>Skills</h2>
<div class="skills-cards">
<div class="card">
<h3>MERN Stack</h3>
</div>
<div class="card">
<h3>Postman API</h3>
</div>
<div class="card">
<h3>Business Communication</h3>
</div>
<div class="card">
<h3>Data Base Management System (DBMS)</h3>
</div>
<div class="card">
<h3>Visual Basic (VB.net)</h3>
</div>
<div class="card">
<h3>Flutter</h3>
</div>
<div class="card">
<h3>Java</h3>
</div>
<div class="card">
<h3>Accounting</h3>
</div>
<div class="card">
<h3>SQLite</h3>
</div>
<div class="card">
<h3>Tally ERP</h3>
</div>
<div class="card">
<h3>Audit</h3>
</div>
<div class="card">
<h3>C Language</h3>
</div>
<div class="card">
<h3>Costing</h3>
</div>
<div class="card">
<h3>Leadership</h3>
</div>
<div class="card">
<h3>Corporate Law & Taxation</h3>
</div>
</div>
</div>
</section>
<section id="projects" class="section">
<div class="container">
<h2>Projects</h2>
<div class="project-cards">
<div class="card">
<div class="card-header">
<h3>Library Management System</h3>
</div>
<div class="card-body">
<p>Created an app using Java and XML to manage a person's book playlist and categorize them based on various genres in a well-organized manner.</p>
<div class="skills-cards">
<div class="cards">
<h3>Java </h3>
</div>
<div class="cards">
<h3>XML </h3>
</div>
<div class="cards">
<h3> SQLite </h3>
</div>
<div class="cards">
<h3> Microsoft Excel </h3>
</div>
</div>
</div>
<div class="card-footer">
<a>Ongoing Project</a>
</div>
</div>
<div class="card">
<div class="card-header">
<h3>Flappy Bird Game</h3>
</div>
<div class="card-body">
<p>Flappy Bird is an endless game that involves a bird that the player can control. The player has to save the bird from colliding with the hurdles like pipes. Each time the bird passes through the pipes, the score gets incremented by one. The game ends when the bird collides with the pipes or falls down due to gravity.</p>
<div class="skills-cards">
<div class="cards">
<h3>HTML </h3>
</div>
<div class="cards">
<h3>CSS </h3>
</div>
<div class="cards">
<h3>JavaScript </h3>
</div>
</div>
</div>
<div class="card-footer">
<a href="https://flappy-game-vmi.vercel.app/" target="_blank">See Project</a>
</div>
</div>
<div class="card">
<div class="card-header">
<h3>Call Recording Android Application</h3>
</div>
<div class="card-body">
<p>Created a call Recording Android App using Java and XML in which When a user calls or receives a call, the call gets recorded, and The recording gets stored in the device.</p>
<div class="skills-cards">
<div class="cards">
<h3>Java </h3>
</div>
<div class="cards">
<h3>XML </h3>
</div>
</div>
</div>
<div class="card-footer">
<a href="https://github.com/meenakshiiyer2531/CallRecorder" target="_blank">See Project</a>
</div>
</div>
<div class="card">
<div class="card-header">
<h3>Spotify - Clone</h3>
</div>
<div class="card-body">
<p>Spotify clone is a music streaming platform that helps you gain an advantage in the lucrative streaming industry. An app similar to Spotify helps you offer millions of songs of different genres to users.</p>
<div class="skills-cards">
<div class="cards">
<h3>HTML </h3>
</div>
<div class="cards">
<h3>CSS </h3>
</div>
<div class="cards">
<h3>JavaScript</h3>
</div>
</div>
</div>
<div class="card-footer">
<a href="https://spotify-vmi.vercel.app/" target="_blank">See Project</a>
</div>
</div>
<!-- Add more cards for each project here -->
</div>
</div>
</section>
</div>
</div>
<div class="foot">
<p>© 2023 Something. All rights reserved.</p>
<p>Copyright & copy: Meenakshi's Portfolio.com</p>
<div class="legal__links">
<span>Made with <span class="heart">♥</span> from VMI</span>
<br>
<a href="/contact.html"><l1>Contact me for more info...</l1></a>
<div class="social-icons">
<a href="https://www.facebook.com/meenakshi.iyer.3956690" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.linkedin.com/in/v-meenakshi-iyer-23505722a/" target="_blank"><i class="fab fa-linkedin-in"></i></a>
<a href="https://www.instagram.com/meenakshi_iyer12/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://github.com/meenakshiiyer2531" target="_blank"><i class="fab fa-github"></i></a>
</div>
</div>
</body>
</html>