-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
255 lines (219 loc) · 10.5 KB
/
index.html
File metadata and controls
255 lines (219 loc) · 10.5 KB
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
<html lang="en"><head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ramkumar</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome-4.7.0/css/font-awesome.css">
<link rel="stylesheet" href="css/css_custom.css">
<link rel="favicon.ico" href="images/geek9.jpg">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap" rel="stylesheet">
</head>
<body>
<nav class="navbar fixed-top navbar-expand-md navbar-dark bg-dark">
<a class="navbar-brand" href="#">Ramkumar</a>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbartoogler" aria-controls="navbartoogler" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbartoogler">
<ul class="navbar-nav ml-auto mt-2 mt-lg-0">
<li class="nav-item">
<a href="#" class="btn btn-dark navbar-btn" role="button">Home</a>
</li>
<li class="nav-item">
<a href="#toolskills" class="btn btn-dark navbar-link" role="button">Tools & Skills</a>
</li>
<li class="nav-item">
<a href="#projects" class="btn btn-dark navbar-link" role="button">Projects</a>
</li>
<li class="nav-item ">
<a href="#aboutme" class="btn btn-dark navbar-link" role="button">About</a>
</li>
<li class="nav-item">
<a href="#connectme" class="btn btn-dark navbar-link" role="button">Contact Me</a>
</li>
</ul>
<!-- <img src="./images/moon.png" style="color: white;" width="30" id="theme-icon"/> -->
</div>
</nav>
<div class="container">
<div class="row" id="home">
<div class="col-lg-6 col-md-8">
<img class="img-fluid" src="images/geek1.svg" alt="">
</div>
<!-- <div class="col-lg-1"></div> -->
<div class="col-lg-6 col-md-8">
<h1 class="typewriter">Hi,
<span class="ml3" style="opacity: 0.81322;">
<span style="color: blue; opacity: 1;" class="letter">I</span>
<span style="color: blue; opacity: 1;" class="letter">'</span>
<span style="color: blue; opacity: 1;" class="letter">m</span>
<span style="color: blue; opacity: 1;" class="letter"> </span>
<span style="color: blue; opacity: 1;" class="letter">R</span>
<span style="color: blue; opacity: 1;" class="letter">a</span>
<span style="color: blue; opacity: 1;" class="letter">m</span>
<span style="color: blue; opacity: 1;" class="letter">k</span>
<span style="color: blue; opacity: 1;" class="letter">u</span>
<span style="color: blue; opacity: 1;" class="letter">m</span>
<span style="color: blue; opacity: 1;" class="letter">a</span>
<span style="color: blue; opacity: 1;" class="letter">r</span>
</span>
</h1>
<h3 class="my-1">
Softwate Architect | Java Developer | GenAI Enthusiast
</h3>
<p style="font-family: 'Poppins', sans-serif;font-size: medium;">Seasoned Technical Leader with 15+ years of experience leading cross-functional teams to deliver complex solutions. Strong leadership and technical capabilities, excelling in customer-facing roles, collaborating with stakeholders to drive strategy, deliver cost-effective solutions, and ensure operational excellence. Passionate about leveraging emerging technologies to solve complex business challenges and empowering teams to deliver scalable, secure, and compliant solutions.
</p>
<a href="https://github.com/i-am-ramkumar"><i class="fa fa-github fa-3x " aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/i-am-ramkumar/"><i class="fa fa-linkedin fa-3x" aria-hidden="true"></i></a>
</div>
</div>
<hr>
<div class="row justify-content-center" id="toolskills">
<div class="col-lg-6 col-md-8">
<h3>Tech Stack</h3>
<p>todo</p>
<!-- <img src="images/pandas.png" alt="" data-toggle="tooltip" data-placement="top" title="Pandas"> -->
<!-- <img src="images/matplotlib.svg" alt=""> -->
</div>
<div class="col-lg-6 col-md-8">
<h3>Tools</h3>
<p>todo</p>
<!--<img src="images/jupyternotebook.svg" alt="">-->
</div>
</div>
<hr>
<div class="row justify-content-center" id="projects">
<div class="col-lg-10 col-md-10 col-sm-8">
<h3>Project Contribution</h3>
<div class="projects-worked">
<div class="each-project">
<p>TODO</p>
<!--
<img src="images/nextjs_coffeeStore.png" alt="CoffeeStore">
<p class="project-text">
Coffee Store app locator based on the users location made with NextJs. Hit the link <a href="https://coffee-store-nearme.vercel.app/" target="_blank">here.</a>
</p>
-->
</div>
</div>
</div>
</div>
<div class="row justify-content-center" id="aboutme">
<div class="col-lg-10 col-md-10 col-sm-8">
<h2>About Me</h2>
<p>Associated with <a href="https://www.wissen.com/">Wissen Technology</a> as a Principal Architect.</p>
<h3>Projects</h3>
<div class="card">
<div class="card-body">
<p>todo</p>
</div>
</div>
<!--
<div class="card">
<div class="card-body">
<h5 class="card-title text-primary">ReactJS Developer (Sept 2020 - Apr 2022)</h5>
<p class="card-text"><i class="font-weight-bold">Technologies Used:</i> ReactJS, React Hooks, HTML5, CSS, JavaScript, Github</p>
<p class="card-text"><i class="font-weight-bold">Responsibilities:</i>
</p><ul>
<li>Involved in designing of web pages using ReactJS, Bootstrap & implemented stable components with reusability.</li>
<li>Writing/Updating code based on user stories, bugs created.</li>
<li>Creating attractive & user-friendly head count reports using ChartJS.</li>
<li>Worked with Agile Development team to deliver regular business updates to
clients and project managers.</li>
</ul>
<p></p>
</div>
</div>
-->
</div>
</div>
<div class="row" id="mycerts">
<h2>Certifications</h2>
<div class="certicate-row">
<div class="col-md-6">
<div class="thumbnail">
<a href="https://www.youracclaim.com/badges/20d7e52e-aac8-4fb8-9d9b-feb77387db25" target="_blank">
<!--<img src="./certs/udemy_HTML.jpg" alt="Lights" style="width:100%"> -->
<div class="caption">
<p>CKAD: Certified Kubernetes Application Developer</p>
</div>
</a>
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-3">
<img src="images/books.svg" class="img-fluid" alt="">
</div>
<div class="col-md-9">
<h3 class="mt-3">Educational Qualification</h3>
<table class="table table-bordered">
<thead class="thead-dark">
<tr>
<th style="width: 100px;">Year</th>
<th>Qualification</th>
</tr>
</thead>
<tbody>
<tr>
<td>2003-2006</td>
<td>Masters in Computer Application from <a href="https://www.bdu.ac.in/">Bharathidasan University, TamilNadu</a></td>
</tr>
<tr>
<td>2000-2003</td>
<td>Bachelor in Computer Science from <a href="https://www.bdu.ac.in/">Bharathidasan University, TamilNadu</a></td>
</tr>
</tbody>
</table>
</div>
</div>
<hr>
<div class="row" id="connectme">
<div class="col-lg-6 col-md-8">
<h3>Connect with me</h3>
<ul class="list-group list-group-flush">
<a href="https://www.linkedin.com/in/i-am-ramkumar/" class="list-group-item list-group-item-action"><i class="fa fa-facebook-official fa-2x" aria-hidden="true"></i>LinkedIn</a>
<a href="mailto:ramkumar.sivakumar@gmail.com" class="list-group-item list-group-item-action"><i class="fa fa-envelope fa-2x" aria-hidden="true"></i>ramkumar.sivakumar@gmail.com</a>
</ul>
</div>
<div class="col-lg-6 col-md-6">
<img src="images/social_media.svg" class="img-fluid" alt="">
</div>
</div>
</div>
<!-- All scripts required will go here -->
<script src="js/jquery.js"></script>
<script src="js/anime.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/theme.js"></script>
<script type="text/javascript">
$('.navbar-link').click(function() {
$('.navbar-collapse').collapse('hide');
});
$("#myElem").show().delay(5000).fadeOut();
// Wrap every letter in a span
var textWrapper = document.querySelector('.ml3');
textWrapper.innerHTML = textWrapper.textContent.replace(/\S/g, "<span style='color:blue' class='letter'>$&</span>");
anime.timeline({loop: true})
.add({
targets: '.ml3 .letter',
opacity: [0,1],
easing: "easeInOutQuad",
duration: 750,
delay: (el, i) => 50 * (i+1)
}).add({
targets: '.ml3',
opacity: 0,
duration: 1000,
easing: "easeOutExpo",
delay: 1000
});
function myFunction() {
var element = document.body;
element.classList.toggle("dark-mode");
}
</script>
</body></html>