-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
245 lines (235 loc) · 8.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>My Website</title>
</head>
<body>
<!-- Header -->
<section id="header">
<div class="header container">
<div class="nav-bar">
<div class="brand">
<a href="#hero">
<h1><span>NI</span> <span></span>Tech</h1>
</a>
</div>
<div class="nav-list">
<div class="hamburger">
<div class="bar"></div>
</div>
<ul>
<li><a href="#hero" data-after="Home">Home</a></li>
<li><a href="#skills" data-after="Skills">skills</a></li>
<li><a href="#projects" data-after="Projects">Projects</a></li>
<li><a href="#about" data-after="About">About</a></li>
<li><a href="#contact" data-after="Contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- End Header -->
<!-- Hero Section -->
<section id="hero">
<div class="hero container">
<div>
<h1>Hello, <span></span></h1>
<h1>My Name is <span></span></h1>
<h1>Nirmal M <span></span></h1>
<a href="#projects" type="button" class="cta">Portfolio</a>
</div>
</div>
</section>
<!-- End Hero Section -->
<!-- skill Section -->
<section id="skills">
<div class="skills container">
<div class="skill-top">
<h1 class="section-title"><span>S</span>kills</h1>
<p></p>
</div>
<div class="skill-bottom">
<div class="skill-item">
<div class="icon"><img src="img/pl.png" /></div>
<h2>Programming Languages</h2>
<p>* C</p>
<p>* Python</p>
<p>* C++</p>
</div>
<div class="skill-item">
<div class="icon"><img src="img/db.png" /></div>
<h2>Database Known</h2>
<p>* MySQL</p>
<p>* MongoDB</p>
<p>* SQLite</p>
</div>
<div class="skill-item">
<div class="icon"><img src="img/os.png" /></div>
<h2>Operating System</h2>
<p>* Windows</p>
<p>* Linux</p>
<p>* Mac</p>
</div>
</div>
</div>
</section>
<!-- End skill Section -->
<!-- Projects Section -->
<section id="projects">
<div class="projects container">
<div class="projects-header">
<h1 class="section-title">Recent <span>Projects</span></h1>
</div>
<div class="all-projects">
<div class="project-item">
<div class="project-info">
<a href="https://github.com/NIRMAL1508/EFFECTIVE-PREDICTION-OF-PARKINSON-DISEASE-USING-ML" target=”_blank”><h1 class="gre">Effective Prediction of Parkinson's Disease</h1></a>
<h2>Python and its Libraries</h2>
<p>The optimized Ensemble ML algorithm achieved an impressive accuracy of 94.87%, surpassing traditional models which
reached a maximum accuracy of 92.8%</p>
</div>
<div class="project-img">
<img src="img/parkinson.png" alt="img">
</div>
</div>
<div class="project-item">
<div class="project-info">
<a href="https://github.com/NIRMAL1508/CAR-RENTAL-SYSTEM" target=”_blank”>
<h1 class="gre">Car Rental System</h1>
</a>
<h2>MERN Stack</h2>
<p>The website enables user registration and facilitates car rentals for specified periods. Admin features allow management of
users and rentals (creation, deletion, editing). Securely stored in a database</p>
</div>
<div class="project-img">
<img src="img/car.png" alt="img">
</div>
</div>
<div class="project-item">
<div class="project-info">
<a href="https://github.com/NIRMAL1508/NUMBER-PLATE-DETECTION-SYSTEM" target=”_blank”>
<h1 class="gre">Number Plate Detection System</h1>
</a>
<h2>Embedded C and Python</h2>
<p>An image processing and pattern recognition system successfully extracts alphanumeric characters from license plates,
allowing them to be printed effectively</p>
</div>
<div class="project-img">
<img src="img/number.png" alt="img">
</div>
</div>
<div class="project-item">
<div class="project-info">
<a href="https://github.com/NIRMAL1508/INVENTORY-MANAGEMENT-SYSTEM-IN-JAVA" target=”_blank”>
<h1 class="gre">Inventory Management System</h1>
</a>
<h2>Java and MySQL</h2>
<p>The inventory management system enables users to add, delete, and update products, manage stock, handle customer
details and dues, and generate order receipts. User authentication ensures security</p>
</div>
<div class="project-img">
<img src="img/inventory.png" alt="img">
</div>
</div>
<div class="project-item">
<div class="project-info">
<a href="https://github.com/NIRMAL1508/SECURITY-PACKAGE" target=”_blank”>
<h1 class="gre">Security Package</h1>
</a>
<h2>Python and Streamlit</h2>
<p>The security package includes 7 encryption ciphers, image and audio encryption, steganography, background removal, OTP
generation, and authentication functionalities for comprehensive protection</p>
</div>
<div class="project-img">
<img src="img/security.png" alt="img">
</div>
</div>
</div>
</div>
</section>
<!-- End Projects Section -->
<!-- About Section -->
<section id="about">
<div class="about container">
<div class="col-left">
<div class="about-img">
<img src="./img/img-2.png" alt="img">
</div>
</div>
<div class="col-right">
<h1 class="section-title">About <span>me</span></h1>
<h2>Enthusiastic Developer & Programmer</h2>
<p>Passionate and dedicated Computer Science Engineering student with a strong foundation
in programming and development. Eager to apply my technical expertise and problem-solving skills
to contribute to innovative software solutions. I thrive in collaborative environments and enjoy
tackling complex challenges with a proactive and detail-oriented approach. </p>
<a href="img/20Z267_NIRMAL_M.pdf" class="cta">Download Resume</a>
</div>
</div>
</section>
<!-- End About Section -->
<!-- Contact Section -->
<section id="contact">
<div class="contact container">
<div>
<h1 class="section-title">Contact <span>info</span></h1>
</div>
<div class="contact-items">
<div class="contact-item">
<div class="icon"><img src="img/phone.png" /></div>
<div class="contact-info">
<h1>Phone</h1>
<h2>+91 9361404134</h2>
<h2>+91 9894957736</h2>
</div>
</div>
<div class="contact-item">
<div class="icon"><img src="img/email.png" /></div>
<div class="contact-info">
<h1>Email</h1>
<h2>[email protected]</h2>
<h2>[email protected]</h2>
</div>
</div>
<div class="contact-item">
<div class="icon"><img src="img/address.png" /></div>
<div class="contact-info">
<h1>Address</h1>
<h2>Udumalpet, Tamilnadu, India</h2>
</div>
</div>
</div>
</div>
</section>
<!-- End Contact Section -->
<!-- Footer -->
<section id="footer">
<div class="footer container">
<div class="brand">
<h1><span>NI</span> <span></span>TECH</h1>
</div>
<h2>Way to Solutions</h2>
<div class="social-icon">
<div class="social-item">
<a href="https://www.linkedin.com/in/nirmal1508" target="_blank"><img src="img/linkedin.png" /></a>
</div>
<div class="social-item">
<a href="https://github.com/NIRMAL1508" target="_blank"><img src="img/github.png" /></a>
</div>
<div class="social-item">
<a target=”_blank” href="https://www.kaggle.com/nirmal15082002" target="_blank"><img src="img/kaggle.png" /></a>
</div>
<div class="social-item">
<a href="https://www.hackerrank.com/NIRMAL1508" target="_blank"><img src="img/hackerrank.png" /></a>
</div>
</div>
<p>Copyright © 2023 NI TECH. All rights reserved</p>
</div>
</section>
<!-- End Footer -->
<script src="./app.js"></script>
</body>
</html>