-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
263 lines (191 loc) · 9.84 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="style.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<header class="header">
<a href="#" class="logo">Portfolio</a>
<nav class="navbar">
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#skills">Skills</a>
<a href="#project">Projects</a>
<a href="#contact">Contact</a>
</nav>
</header>
<section class="home" id="home">
<div class="home-content">
<h3>Hello, It's Me</h3>
<h1>Lokesh Mori</h1>
<h3>And I'm a <span>Java Developer</span></h3>
<p> I specialize in building efficient, scalable, and secure backend systems using Java and its advanced technologies,
including J2EE (JDBC, JSP, Servlets) Spring Boot, REST API Microservices. My expertise lies in designing robust applications that solve real-world problems while adhering to best coding practices.
Currently, I am honing my skills in Spring Boot, further enhancing my ability to deliver high-quality, enterprise-grade solutions.
</p>
<div class="home-sci">
<a href="https://www.linkedin.com/in/lokesh-mori-15761b225/"><i class='bx bxl-linkedin bx-tada' ></i></a>
<a href="https://github.com/lokeshmori"><i class='bx bxl-github bx-tada' ></i></a>
<a href="#"><i class='bx bxl-whatsapp' ></i></a>
<a href="#"><i class='bx bx-envelope bx-tada' ></i></a>
<a href="https://leetcode.com/u/lokesh_mori/"><i class='bx bx-code-alt bx-tada' ></i></a>
</div>
<a href="https://drive.google.com/file/d/19MBM8pGTfGwTVFbt6pnGMEr8o0x9VE2N/view?usp=sharing" class="btn-box" >Resume</a>
</div>
<div class="profile" >
<div class="about-img">
<img src="img/image (14).png" >
</div>
</div>
</section>
<section class="about" id="about">
<div class="about-img">
<img src="img/loki_black.png" >
</div>
<div class="about-text">
<h2>About<span>Me</span></h2>
<h4> Java Full Stack Developer</h4>
<p> I am a passionate Java Full Stack Developer, skilled in building dynamic, responsive web applications from front-end to back-end. With expertise in java backend J2EE (JDBC, JSP, Servlets) Spring Boot, REST API Microservices,for front-end HTML5, CSS3, JavaScript, I create efficient, user-friendly websites. My development journey is driven by a love for problem-solving and innovation.
I am always eager to learn and recently explored Spring Boot to further enhance my skills. I aim to continue growing as a developer and contribute to impactful, meaningful projects. I am always eager to learn new tools and technologies, and I’ve recently been exploring Spring Boot to enhance my backend development skills further. My goal is to continually grow as a developer, take on diverse projects, and contribute to meaningful work that makes a positive impact in the tech world.</p>
<a href="https://www.linkedin.com/in/lokesh-mori-15761b225/" class="btn-box" >More About Me</a>
</div>
</section >
<section id="skills" class="skills">
<h1 class="sub-title">My <span>Skills</span></h1>
<p class="sub-t">Over the past three years, I have developed and improved a variety of skills</p>
<div class="skill">
<div class="container1" >
<div class="Technical-bars">
<div class="bar"><i style="color: red;" class='bx bxl-java'></i>
<div class="info">
<span>Java</span>
<div class="progress-line java">
<div></div>
</div>
</div>
</div>
<div class="bar"><i style="color: #1010d5;" class='bx bxs-data' ></i>
<div class="info">
<span>SQL</span>
<div class="progress-line sql">
<div></div>
</div>
</div>
</div>
<div class="bar"><i style="color: rgb(14, 126, 14);" class='bx bxl-spring-boot' ></i>
<div class="info">
<span>Spring Boot</span>
<div class="progress-line springboot">
<div></div>
</div>
</div>
</div>
</div>
</div>
<div class="container1" id="skills">
<div class="Technical-bars">
<div class="bar"><i style="color:orangered;" class='bx bxl-html5'></i>
<div class="info">
<span>HTML</span>
<div class="progress-line html">
<div></div>
</div>
</div>
</div>
<div class="bar"><i style="color: rgba(151, 11, 207, 0.997);" class='bx bxl-css3'></i>
<div class="info">
<span>CSS</span>
<div class="progress-line css">
<div></div>
</div>
</div>
</div>
<div class="bar"><i style="color: #b0bc1e;" class='bx bxl-javascript'></i>
<div class="info">
<span>JavaScript</span>
<div class="progress-line javascript">
<div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="projects" id="project">
<h1 class="sub-title" style="margin: 0 1rem 1rem 1rem">My <span>Projects</span></h1>
<p class="project-p">I have Completed multiple projects, enhancing my development skills significantly.</p>
<div class="project">
<div class="project1">
<div class="img">
<div class="img1"><img src="img/image8.png" height="290" width="250" ></div>
</div>
<div class="title">
<p> Payment System </p>
</div>
<div class="content">
<p>Developed a payment processing system using Spring Boot for backend development.
Integrated third-party payment APIs like Stripe and PayPal for transaction handling.
</p>
<a href="https://github.com/lokeshmori/Payment-Processing-System">View Code</a>
</div>
</div>
<div class="project1">
<div class="img">
<div class="img2"><img src="img/hospita.png" height="270" width="240" ></div>
</div>
<div class="title">
<p> HMS </p>
</div>
<div class="content">
<p>Developed a Hospital Management System for patient records, appointment scheduling, and admin control a secure backend was built to effectively manage healthcare data.</p>
<a href="https://github.com/lokeshmori/MedTech_Solutions_HMS"> View Code </a>
</div>
</div>
<div class="project1">
<div class="img">
<div class="img3"><img src="img/portf.png" height="260" width="240" ></div>
</div>
<div class="title">
<p> Portfolio </p>
</div>
<div class="content">
<p>Developed a personal portfolio website to demonstrated expertise in front-end development while highlighting Java Full Stack projects and achievements.</p>
<a href="https://github.com/lokeshmori/portfolio">View Code</a>
</div>
</div>
</div>
</section>
<section class="contact" id="contact">
<div class="contact-text">
<h2>Contact <span>Me</span></h2>
<h4>Let's Work Together </h4>
<p>Feel free to reach out to me for any questions or opportunities.</p>
<div class="contact-list">
<li><i class='bx bxs-send'></i> lokeshmori4@gmail.com</li>
<li><i class='bx bxs-phone' ></i>9993394259</li>
</div>
<div class="contact-icons">
<a href=""><i class='bx bxl-facebook-circle' ></i></a>
<a href=""><i class='bx bxl-twitter' ></i></a>
<a href=""><i class='bx bxl-instagram-alt' ></i></a>
<a href=""><i class='bx bxl-telegram' ></i></a>
</div>
</div>
<div class="contact-form">
<form action="#">
<input type="text" placeholder="Enter Your Name" required>
<input type="email" placeholder="Enter Your Email" required>
<input type="text" name="" id="" placeholder="Enter Your Subject " >
<textarea name="" id="" cols="40" rows="10" placeholder="Enter your Message" required></textarea>
<input type="submit" value="submit" class="send">
</form>
</div>
</section>
</body>
</html>