-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
227 lines (169 loc) · 7.92 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous" />
<link href="https://fonts.googleapis.com/css?family=Dosis" rel="stylesheet" />
<link rel="stylesheet" href="static/css/main.css"/>
<link rel="stylesheet" href="static/css/media.css"/>
<link rel="stylesheet" href="static/css/items_grid.css"/>
<title>JAGADEESH P
| My Portfolio</title>
</head>
<body>
<header id="header-inner">
<div class="container">
<!-- Navbar -->
<nav id="main-nav">
<a href="">
<img src="static/img/logo.png" alt="Logo" id="logo">
</a>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html" class="current">About</a>
</li>
<li>
<a href="work.html">Work</a>
</li>
<!-- <li>
<a href="contact.html">Contact</a>
</li> -->
<li>
<a href="static/resume/JAGADEESH P RESUME.pdf" download="JAGADEESH P RESUME">RESUME</a>
</li>
</ul>
</nav>
</div>
</header>
<section id="about-a" class="text-center py-3">
<div class="container">
<h2 class="section-title">
About Me
</h2>
<div class="bottom-line"></div>
<p class="lead">Let me tell you a little about myself and what I do...</p>
<div class="about-info">
<img src="static/img/about.JPG" alt="bio-image" class="bio-image">
<div class="bio bg-light">
<h4 class="font-high-weight bio-heading">Your Projects Is In Safe Hands</h4>
<p class="font-size-secondary">Passionate Computer Science Engineering graduate from Sathyabama University, proficient in Java, C, Python, HTML, CSS, and JavaScript. With hands-on experience in cloud technologies like AWS, Docker, Kubernetes, Git, and RHEL Linux, I am eager to contribute to dynamic development teams and drive organizational growth through innovation and continuous learning.</p>
<div id="resume">
<a href="static/resume/JAGADEESH P RESUME.pdf" class=" btn-dark resume-btn" download="JAGADEESH P RESUME">RESUME</a>
</div>
</div>
</div>
</div>
</section>
<!-- Section B: Progress Bar -->
<section id="about-b" class="bg-dark py-3">
<div class="container">
<h2 class="section-title">
Technical Skills
</h2>
<div class="bottom-line"></div>
<h4>Python : </h4>
<div class="progress">
<!-- It will show red underline just ignore it!! Don't mind it -->
<div style="width: 99%;" ></div>
</div>
<h4>C : </h4>
<div class="progress">
<!-- It will show red underline just ignore it!! Don't mind it -->
<div style="width: 98%;" ></div>
</div>
<h4>HTML ,CSS & Javascript : </h4>
<div class="progress">
<!-- It will show red underline just ignore it!! Don't mind it -->
<div style="width: 100%;" ></div>
</div>
<h4>java : </h4>
<div class="progress">
<!-- It will show red underline just ignore it!! Don't mind it -->
<div style="width: 80%;" ></div>
</div>
<h4>MySQL : </h4>
<div class="progress">
<!-- It will show red underline just ignore it!! Don't mind it -->
<div style="width: 99%;" ></div>
</div>
<h4>Docker : </h4>
<div class="progress">
<!-- It will show red underline just ignore it!! Don't mind it -->
<div style="width: 95%;" ></div>
</div>
<h4>Kubernetes : </h4>
<div class="progress">
<!-- It will show red underline just ignore it!! Don't mind it -->
<div style="width: 85%;" ></div>
</div>
<h4>AWS : </h4>
<div class="progress">
<!-- It will show red underline just ignore it!! Don't mind it -->
<div style="width: 75%;" ></div>
</div>
<h4>Linux RHEL : </h4>
<div class="progress">
<!-- It will show red underline just ignore it!! Don't mind it -->
<div style="width: 90%;" ></div>
</div>
<h4>Git : </h4>
<div class="progress">
<!-- It will show red underline just ignore it!! Don't mind it -->
<div style="width: 100%;" ></div>
</div>
<h4> Monitoring Tools like GRAFANA & APPDYNAMICS : </h4>
<div class="progress">
<!-- It will show red underline just ignore it!! Don't mind it -->
<div style="width: 100%;" ></div>
</div>
</div>
</section>
<!-- Section C: Logos -->
<section id="about-c" class="py-4 bg-light">
<div class="container">
<div class="about-logos">
<img src="static/img/about-logos/logo-python.png" alt="python">
<img src="static/img/about-logos/logo-C-C++.png" alt="C-C++">
<img src="static/img/about-logos/logo-js.png" alt="js">
<img src="static/img/about-logos/logo-html-css.png" alt="html-css">
<img src="static/img/about-logos/logo-java.jpg" alt="Java">
<img src="static/img/about-logos/logo-mysql.png" alt="mysql">
<img src="static/img/about-logos/logo-docker.png" alt="docker">
<img src="static/img/about-logos/logo-kubctl.png" alt="kubctl">
<img src="static/img/about-logos/logo-aws.png" alt="aws">
<img src="static/img/about-logos/logo-rhel.png" alt="rhel">
<img src="static/img/about-logos/logo-grafana.png" alt="grafana">
<img src="static/img/about-logos/logo-aapd.png" alt="AppDynamics">
</div>
</div>
</section>
<footer id="main-footer">
<div class="footer-content container">
<p>
Copyright © 2024 All Rights Reserved
</p>
<div class="social">
<a href="https://github.com/jagadeeshpj" target="__blank" style="color: #fff;">
<i class="fab fa-github"></i>
</a>
<a href="https://www.linkedin.com/in/p-jagadeesh-22923b18b/" target="__blank" style="color: #fff;">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://www.instagram.com/jagadeesh2001/" target="__blank" style="color: #fff;">
<i class="fab fa-instagram"></i>
</a>
<a href="https://www.facebook.com/jagadeesh.PJ.13/" target="__blank" style="color: #fff;">
<i class="fab fa-facebook"></i>
</a>
</div>
</div>
</footer>
<script src="static/js/typewriter.js"></script>
</body>
</html>