-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
359 lines (320 loc) · 13.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
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Aj Protfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"
integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Main CSS -->
<link rel="stylesheet" href="./stylesheet.css" />
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- BOX ICONS -->
<link href="https://unpkg.com/[email protected]/css/boxicons.min.css" rel="stylesheet" />
<!-- Typed.js -->
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
</head>
<body>
<header class="header" id="header">
<a href="#" class="logo">
<!-- <video autoplay loop muted playsinline>
<source src="./resources/aj-logo.mp4" type="video/mp4">
</video> -->
</a>
<i class="fa-solid fa-bars fa-flip" id="menu-icon"></i>
<nav class="navbar">
<a href="#home" style="--i:1" class="active">Home</a>
<a href="#about" style="--i:2">About</a>
<a href="#services" style="--i:3">Services</a>
<a href="#skills" style="--i:3">Skills</a>
<a href="#projects" style="--i:4">Projects</a>
<a href="#contact" style="--i:5">Contact</a>
</nav>
</header>
<section class="home" id="home">
<div class="home-content">
<h3>Hello, It's Me
<h1>Ajjayyaswamy S M</h1>
<h3>And I'm a <span class="text"></span></h3>
<p>
I'm Full Stack Developer with extensive Experience for 4 years.
<br />expertise in building web applications
</p>
<div class="home-sci">
<a href="0" style="--i:7"><i class="bx bxl-facebook-square"></i></a>
<a href="0" style="--i:8"><i class="bx bxl-linkedin-square"></i></a>
<a href="0" style="--i:9"><i class="bx bxl-instagram-alt"></i></a>
<a href="0" style="--i:10"><i class="bx bxl-whatsapp-square"></i></a>
</div>
<div><a href="#about" class="btn-box">More About Me</a></div>
</div>
<div class="home-background">
<video autoplay loop muted playsinline>
<source src="./resources/aj-logo.mp4" type="video/mp4">
</video>
</div>
</section>
<section class="about" id="about">
<div class="about-img">
<img src="./resources/aj-background-img.png" alt="aj" />
</div>
<div class="about-text">
<h2>About <span>Me</span></h2>
<h4>Full Stack Developer</h4>
<p>
Experienced Full Stack Developer specializing in Angular, Java, and Spring Boot | Building Scalable,
High-Performance Web Applications"
I am a proficient Full Stack Developer with 4+ years of experience in developing and delivering end-to-end web
applications using modern frameworks like Angular, Java, Spring Boot, and Microservices architecture. I have a
strong foundation in frontend development using HTML, CSS, TypeScript, and backend APIs with RESTful services,
SQL, and NoSQL databases.
With expertise in both frontend and backend technologies, I create scalable, secure, and efficient solutions
tailored to client requirements. I ensure clean, maintainable code adhering to SOLID principles and design
patterns for long-term success.
</p>
<div><a href="0" class="btn-box">More About Me</a></div>
</div>
</section>
<section class="services" id="services">
<div class="container">
<h1 class="sub-title">My <span>Services</span></h1>
<div class="service-list">
<div>
<i class='bx bx-code-alt' style='color:#00eeff'></i>
<h2>UI/UX design</h2>
<p>UI/UX designer with a strong focus on creating intuitive and engaging user experiences, I have successfully
designed and developed various projects, ranging from e-commerce platforms to mobile fitness apps and
banking dashboards. My process involves thorough user research, creating wireframes and prototypes,
conducting usability testing, and collaborating with cross-functional teams to ensure seamless
implementation.</p>
<a href="#" class="read">Learn More</a>
</div>
<div>
<i class='bx bx-crop' style='color:#00eeff'></i>
<h2>UI/UX design</h2>
<p>UI/UX designer with a strong focus on creating intuitive and engaging user experiences, I have successfully
designed and developed various projects, ranging from e-commerce platforms to mobile fitness apps and
banking dashboards. My process involves thorough user research, creating wireframes and prototypes,
conducting usability testing, and collaborating with cross-functional teams to ensure seamless
implementation.</p>
<a href="#" class="read">Learn More</a>
</div>
<div>
<i class='bx bxl-apple'></i>
<h2>UI/UX design</h2>
<p>UI/UX designer with a strong focus on creating intuitive and engaging user experiences, I have successfully
designed and developed various projects, ranging from e-commerce platforms to mobile fitness apps and
banking dashboards. My process involves thorough user research, creating wireframes and prototypes,
conducting usability testing, and collaborating with cross-functional teams to ensure seamless
implementation.</p>
<a href="#" class="read">Learn More</a>
</div>
</div>
</section>
<section class="section" id="skills">
<div class="row">
<div class="col">
<h1 class="sub-title">My <span>Skills</span></h1>
</div>
</div>
<div class="row">
<div class="Technical-bars col-6">
<h1 class="heading1">Technical Skills</h1>
<div class="bar">
<i class='bx bxl-html5' style="color:#ff8d00"></i>
<div class="info">
<span>HTML</span>
</div>
<div class="progress-line html">
<span></span>
</div>
</div>
<div class="bar">
<i class='bx bxl-css3' style="color: #079af6;"></i>
<div class="info">
<span>CSS</span>
</div>
<div class="progress-line css">
<span></span>
</div>
</div>
<div class="bar">
<i class='bx bxl-javascript' style="color: #b0bc1e;"></i>
<div class="info">
<span>JavaScript</span>
</div>
<div class="progress-line js">
<span></span>
</div>
</div>
<div class="bar">
<i class='bx bxl-typescript' style="color: #147bbc;"></i>
<div class="info">
<span>TypeScript</span>
</div>
<div class="progress-line ts">
<span></span>
</div>
</div>
<div class="bar">
<i class='bx bxl-java' style="color: #fb4205;"></i>
<div class="info">
<span>Java</span>
</div>
<div class="progress-line java">
<span></span>
</div>
</div>
<div class="bar">
<i class='bx bxl-nodejs' style='color:#2a7006'></i>
<div class="info">
<span>NodeJS</span>
</div>
<div class="progress-line nodejs">
<span></span>
</div>
</div>
<div class="bar">
<i class='bx bxl-mongodb'></i>
<div class="info">
<span>Mango DB</span>
</div>
<div class="progress-line mongodb">
<span></span>
</div>
</div>
<div class="bar">
<i class='bx bx-data' style='color:#9d9994'></i>
<div class="info">
<span>SQL</span>
</div>
<div class="progress-line data">
<span></span>
</div>
</div>
</div>
<div class=" radial-bars col-6">
<h1 class="heading">Professional Skills</h1>
<div class="radial-bar">
<svg class="radial-svg" viewBox="0 0 200 200">
<circle class="progress-bar" cx="100" cy="100" r="80"></circle>
<circle class="path path-1" cx="100" cy="100" r="80"></circle>
</svg>
<div class="bar-info">
<span>80%</span>
<span>Creativity</span>
</div>
</div>
<div class="radial-bar">
<svg class="radial-svg" viewBox="0 0 200 200">
<circle class="progress-bar" cx="100" cy="100" r="80"></circle>
<circle class="path path-2" cx="100" cy="100" r="80"></circle>
</svg>
<div class="bar-info">
<span>75%</span>
<span>Communication</span>
</div>
</div>
<div class="radial-bar">
<svg class="radial-svg" viewBox="0 0 200 200">
<circle class="progress-bar" cx="100" cy="100" r="80"></circle>
<circle class="path path-3" cx="100" cy="100" r="80"></circle>
</svg>
<div class="bar-info">
<span>80%</span>
<span>Problem Solving</span>
</div>
</div>
<div class="radial-bar">
<svg class="radial-svg" viewBox="0 0 200 200">
<circle class="progress-bar" cx="100" cy="100" r="80"></circle>
<circle class="path path-4" cx="100" cy="100" r="80"></circle>
</svg>
<div class="bar-info">
<span>85%</span>
<span>Team Work</span>
</div>
</div>
</div>
</div>
</section>
<section>
<div id="projects" id="Portfolio">
<div class="main-text" id="project">
<h2 class="sub-title">Latest <span>Projects</span></h2>
<div class="portfolio-content">
<div class="row">
<img src="./resources/Project1.png" alt="">
<div class="layer">
<h5>UI/UX Design</h5>
<p>UI/UX designer with a strong focus on creating intuitive and engaging user experiences, I have
successfully
designed and developed various projects, ranging from e-commerce platforms to mobile fitness apps and
banking dashboards.</p>
<a href="#"><i class='bx bx-link-external bx-rotate-90' style='color:#0c2af0'></i></a>
</div>
</div>
<div class="row">
<img src="./resources/Project2.png" alt="">
<div class="layer">
<h5>UI/UX Design</h5>
<p>UI/UX designer with a strong focus on creating intuitive and engaging user experiences, I have
successfully
designed and developed various projects, ranging from e-commerce platforms to mobile fitness apps and
banking dashboards.</p>
<a href="#"><i class='bx bx-link-external bx-rotate-90' style='color:#0c2af0'></i></a>
</div>
</div>
<div class="row">
<img src="./resources/Project3.png" alt="">
<div class="layer">
<h5>UI/UX Design</h5>
<p>UI/UX designer with a strong focus on creating intuitive and engaging user experiences, I have
successfully
designed and developed various projects, ranging from e-commerce platforms to mobile fitness apps and
banking dashboards.</p>
<a href="#"><i class='bx bx-link-external bx-rotate-90' style='color:#0c2af0'></i></a>
</div>
</div>
</div>
</section>
<section class="contact" id="contact">
<div class="contact-text">
<h2>Contact <span>Me</span></h2>
<h4>Lets Build</h4>
<p>UI/UX designer with a strong focus on creating intuitive and engaging user experiences, I have successfully
designed and developed various projects, ranging from e-commerce platforms to mobile fitness apps and
banking dashboards.</p>
<div class="contact-list">
<li><i class='bx bxs-send'></i>[email protected]</li>
<li><i class='bx bxs-phone'></i>+918197123049</li>
</div>
<div class="contact-icons">
<a href="0" style="--i:1"><i class="bx bxl-facebook-square"></i></a>
<a href="0" style="--i:2"><i class="bx bxl-linkedin-square"></i></a>
<a href="0" style="--i:3"><i class="bx bxl-instagram-alt"></i></a>
<a href="0" style="--i:4"><i class="bx bxl-whatsapp-square"></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="" placeholder="Enter Your Subject" />
<textarea name="" id="" cols="40" rows="10" placeholder="Enter your Queries"></textarea>
<input type="submit" value="submit" class="send">
</form>
</div>
</section>
<div class="last-text">
<p>developed by Ajjayyaswamy @2025</p>
</div>
<a href="#" target="" class="top"><i class="bx bx-up-arrow-alt"></i></a>
<script src="./script.js"></script>
</body>
</html>