-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcertifications.html
More file actions
executable file
·380 lines (315 loc) · 12.3 KB
/
certifications.html
File metadata and controls
executable file
·380 lines (315 loc) · 12.3 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
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
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
<!DOCTYPE HTML>
<html>
<head>
<title>David Jegan</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
</head>
<style type="text/css">
<style>
.myImgclass {
border-radius: 5px;
cursor: pointer;
transition: 0.3s;
}
.myImgclass:hover {opacity: 0.7;}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}
/* Modal Content (image) */
.modal-content {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
}
/* Caption of Modal Image */
#caption {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
text-align: center;
color: #ccc;
padding: 10px 0;
height: 150px;
}
/* Add Animation */
.modal-content, #caption {
-webkit-animation-name: zoom;
-webkit-animation-duration: 0.6s;
animation-name: zoom;
animation-duration: 0.6s;
}
/* The Close Button */
.close-me-at-times {
position: absolute;
top: 50px;
right: 35px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
}
.close-me-at-times:hover,
.close-me-at-times:focus {
color: #bbb;
text-decoration: none;
cursor: pointer;
}
</style>
<body>
<!-- Header -->
<header id="header">
<h1><a href="index.html">Home</a></h1>
<a href="#menu">Menu</a>
</header>
<!-- Menu -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="certifications.html">Certifications</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
</nav>
<!-- Banner -->
<section id="main" class="wrapper">
<header>
<h2>Certifications</h2><br>
<p> Some certificates on leading domains, frameworks and technologies!!</p>
</header>
<div class="inner">
<section>
<div class="box alt">
<div class="row uniform">
<div class="4u">
<span class="image fit myImgclass">
<img id="myImg11" src="images/certs/awsinnovate.png" alt="AWS Innovate">
</span>
</div>
<div class="4u">
<span class="image fit myImgclass">
<img id="myImg1" src="images/certs/awsdev.jpg" alt="AWS Developer - Associate">
</span>
</div>
<div class="4u$">
<span class="image fit myImgclass">
<img id="myImg" src="images/certs/awsassociate.jpg" alt="AWS Solution Architect - Associate">
</span>
</div>
</div>
</div>
<div id="myModal" class="modal"><span class="close-me-at-times">×</span><img class="modal-content" id="img01"><div id="caption"></div>
</div>
</section>
</div>
</section>
<section id="main" class="wrapper">
<div class="inner">
<section>
<div class="box alt">
<div class="row uniform">
<div class="4u">
<span class="image fit myImgclass">
<img id="myImg3" src="images/certs/tcs-3.jpg" alt="TCS Star of the Quarter Award">
</span>
</div>
<div class="4u">
<span class="image fit myImgclass">
<img id="myImg4" src="images/certs/tcs-2.jpg" alt="TCS Star of the Month Award">
</span>
</div>
<div class="4u$">
<span class="image fit myImgclass">
<img id="myImg5" src="images/certs/tcs-1.jpg" alt="TCS On the Spot Award">
</span>
</div>
</div>
</div>
<div id="myModal" class="modal"><span class="close-me-at-times">×</span><img class="modal-content" id="img01"><div id="caption"></div>
</div>
</section>
</div>
</section>
<section id="main" class="wrapper">
<div class="inner">
<section>
<div class="box alt">
<div class="row uniform">
<div class="4u">
<span class="image fit myImgclass">
<img id="myImg6" src="images/certs/cognitive-1.jpg" alt="IBM Cognitive Class Big Data 101">
</span>
</div>
<div class="4u">
<span class="image fit myImgclass">
<img id="myImg7" src="images/certs/cognitive-2.jpg" alt="IBM Cognitive Class Data Science 101">
</span>
</div>
<div class="4u$">
<span class="image fit myImgclass">
<img id="myImg8" src="images/certs/cognitive-3.jpg" alt="IBM Cognitive Class Hadoop 101">
</span>
</div>
</div>
</div>
<div id="myModal" class="modal"><span class="close-me-at-times">×</span><img class="modal-content" id="img01"><div id="caption"></div>
</div>
</section>
</div>
</section>
<section id="main" class="wrapper">
<div class="inner">
<section>
<div class="box alt">
<div class="row uniform">
<div class="4u">
<span class="image fit myImgclass">
<img id="myImg9" src="images/certs/ibmdev.jpg" alt="IBM Cloud Developer">
</span>
</div>
<div class="4u">
<span class="image fit myImgclass">
<img id="myImg10" src="images/certs/ibmchatops.jpg" alt="IBM Watson Chatops">
</span>
</div>
<div class="4u$">
<span class="image fit myImgclass">
<img id="myImg2" src="images/certs/awssysops.jpg" alt="AWS Sysops - Associate">
</span>
</div>
</div>
</div>
<div id="myModal" class="modal"><span class="close-me-at-times">×</span><img class="modal-content" id="img01"><div id="caption"></div>
</div>
</section>
</div>
</section>
<section id="main" class="wrapper">
<div class="inner">
<section>
<div class="box alt">
<div class="row uniform">
<div class="4u">
<span class="image fit myImgclass">
<img id="myImg12" src="images/certs/cognitivemlwithpy.jpg" alt="IBM Cognitive Class ML with Python">
</span>
</div>
<div class="4u">
<span class="image fit myImgclass">
<img id="myImg13" src="images/certs/lynda-git.jpg" alt="Up and running with Git and Github">
</span>
</div>
<div class="4u$">
<span class="image fit myImgclass">
<img id="myImg14" src="images/certs/lynda-azure1.jpg" alt="Microsoft Azure for Developers">
</span>
</div>
</div>
</div>
<div id="myModal" class="modal"><span class="close-me-at-times">×</span><img class="modal-content" id="img01"><div id="caption"></div>
</div>
</section>
</div>
</section>
<section id="main" class="wrapper">
<header>
<br>
<section>
<div class="box alt">
<div class="row uniform">
<div class="4u"><a href="blog.html"><span class="image fit"><img src="images/asset-blog.jpg" alt="" /></a><h3>Personal Blog</h3></span></div>
<div class="4u"><a href="certifications.html"><span class="image fit"><img src="images/asset-certifications.jpg" alt="" /></a><h3>Certification</h3></span></div>
<div class="4u"><a href="projects.html"><span class="image fit"><img src="images/asset-project.jpg" alt="" /></a><h3>Project Work</h3></span></div>
</div>
</div>
</section>
</header>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://twitter.com/JeganAbishek" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://facebook.com/davidjegan.abi" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/david_jegan/" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/davidjegan" class="icon fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://linkedin.com/in/david-jegan-abishek-39556684/" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="mailto:mailtodavidjegan@gmail.com" class="icon fa-envelope"><span class="label">Envelope</span></a></li>
</ul>
<ul class="contact">
<li><a href="https://www.google.co.in/maps/place/Tiruchirappalli,+Tamil+Nadu/@10.8158368,78.6189874,12z/data=!3m1!4b1!4m5!3m4!1s0x3baaf50ff2aecdad:0x6de02c3bedbbaea6!8m2!3d10.7904833!4d78.7046725" class="icon fa-map-marker"><span class="label"></span> Trichy, TN 620017</a></li>
<li>(+91) 8754-247490</li>
</ul>
<ul class="links">
<li><a href="working.html">Support</a></li>
<li><a href="terms.html">Terms</a></li>
<li><a href="https://bakingpi.github.io">Baking Pi</a></li>
</ul>
<p class="copyright">© David Jegan Abishek. All rights reserved.</p>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script type="text/javascript">
var modal = document.getElementById('myModal');
// Get the image and insert it inside the modal - use its "alt" text as a caption
var img = document.getElementById('myImg');
var img1 = document.getElementById('myImg1');
var img2 = document.getElementById('myImg2');
var img3 = document.getElementById('myImg3');
var img4 = document.getElementById('myImg4');
var img5 = document.getElementById('myImg5');
var img6 = document.getElementById('myImg6');
var img7 = document.getElementById('myImg7');
var img8 = document.getElementById('myImg8');
var img9 = document.getElementById('myImg9');
var img10 = document.getElementById('myImg10');
var img11 = document.getElementById('myImg11');
var img12 = document.getElementById('myImg12');
var img13 = document.getElementById('myImg13');
var img14 = document.getElementById('myImg14');
var modalImg = document.getElementById("img01");
var captionText = document.getElementById("caption");
img.onclick = function(){modal.style.display = "block";modalImg.src = this.src;captionText.innerHTML = this.alt;}
img1.onclick = function(){modal.style.display = "block";modalImg.src = this.src;captionText.innerHTML = this.alt;}
img2.onclick = function(){modal.style.display = "block";modalImg.src = this.src;captionText.innerHTML = this.alt;}
img3.onclick = function(){modal.style.display = "block";modalImg.src = this.src;captionText.innerHTML = this.alt;}
img4.onclick = function(){modal.style.display = "block";modalImg.src = this.src;captionText.innerHTML = this.alt;}
img5.onclick = function(){modal.style.display = "block";modalImg.src = this.src;captionText.innerHTML = this.alt;}
img6.onclick = function(){modal.style.display = "block";modalImg.src = this.src;captionText.innerHTML = this.alt;}
img7.onclick = function(){modal.style.display = "block";modalImg.src = this.src;captionText.innerHTML = this.alt;}
img8.onclick = function(){modal.style.display = "block";modalImg.src = this.src;captionText.innerHTML = this.alt;}
img9.onclick = function(){modal.style.display = "block";modalImg.src = this.src;captionText.innerHTML = this.alt;}
img10.onclick = function(){modal.style.display = "block";modalImg.src = this.src;captionText.innerHTML = this.alt;}
img11.onclick = function(){modal.style.display = "block";modalImg.src = this.src;captionText.innerHTML = this.alt;}
img12.onclick = function(){modal.style.display = "block";modalImg.src = this.src;captionText.innerHTML = this.alt;}
img13.onclick = function(){modal.style.display = "block";modalImg.src = this.src;captionText.innerHTML = this.alt;}
img14.onclick = function(){modal.style.display = "block";modalImg.src = this.src;captionText.innerHTML = this.alt;}
// Get the <span> element that closes the modal
var span = document.getElementsByClassName("close-me-at-times")[0];
// When the user clicks on <span> (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
</script>
</body>
</html>