-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
101 lines (96 loc) · 4.37 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
<!DOCTYPE HTML>
<!--
Photon by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Adey Merrett</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<section id="header">
<div class="inner">
<span class="icon major fa-cloud"></span>
<h1>Hi, I'm <strong>Adey Merrett</strong></h1>
<p>Wearer of many hats: Multi & Hybrid Cloud Consultant, Solutions Architect, SRE, Cloud Engineer<br />
<a href="https://www.linkedin.com/in/adeymerrett/">LinkedIn Profile</a></p>
<ul class="actions">
<li><a href="#one" class="button scrolly">Discover</a></li>
</ul>
</div>
</section>
<!-- One -->
<section id="one" class="main style1">
<div class="container">
<div class="row 150%">
<div class="6u 12u$(medium)">
<header class="major">
<h2>Kubernetes</h2>
</header>
<p>I am a Linux Foundation Certified Kubernetes Admin, (CKA) and Security Specialist (CKS).</p>
</div>
<div class="6u$ 12u$(medium) important(medium)">
<!-- <span class="image fit"><img src="images/pic01.jpg" alt="" /></span> -->
<a href="https://www.credly.com/badges/16410ce0-c49d-4447-893b-2f7e1d2aaed9"><img src="images/cka.png" alt="Kubernetes Certified Administrator written on a blue 6 handled ships wheel" /></a>
<a href="https://www.credly.com/badges/dab2b677-e46f-4113-bc19-9e1899d73b92"><img src="images/cks.png" alt="Kubernetes Certified Security Specialist written on a blue 6 handled ships wheel, with each handle linked by a line to the next." /></a>
</div>
</div>
</div>
<section id="two" class="main style1">
<div class="container">
<div class="row 150%">
<div class="6u 12u$(medium)">
<header class="major">
<h2>AWS | Azure</h2>
</header>
<p>I am a formerly - AWS certs expired - AWS Certified Solutions Architect Professional, AWS SysOps Associate.
I have experience architecting, configuring, migrating and administering SaaS platforms on AWS, Azure and on-prem. Working with a wide range of technologies with a DevSecOps and GitOps approach.</p>
</div>
<div class="6u$ 12u$(medium) important(medium)">
<!-- <span class="image fit"><img src="images/pic01.jpg" alt="" /></span> -->
<img src="images/AWS-SolArchitect-Professional-2020.png" alt="AWS Solutions Architect Professional 2020 Badge" />
<img src="images/AWS-SysOpAdmin-Associate-2020.png" alt="AWS SysOP Admin Associate 2020 Badge" />
</div>
</div>
</div>
</section>
<!-- Four -->
<section id="four" class="main style2 special">
<div class="container">
<header class="major">
<h2>Want to know more?</h2>
</header>
<p>At the moment, the best place to know more about me, is LinkedIn.</p>
<ul class="actions uniform">
<!-- <li><a href="#" class="button special">Sign Up</a></li> -->
<li><a href="https://www.linkedin.com/in/adeymerrett/" class="button">Learn More (LinkedIn)</a></li>
</ul>
</div>
</section>
<!-- Footer -->
<section id="footer">
<ul class="icons">
<li><a href="https://github.com/Komorebi-E" class="icon alt fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/adeymerrett/" class="icon alt fa-linkedin"><span class="label">LinkedIn</span></a></li>
</ul>
<ul class="copyright">
<li>© 2021-2024, Adey Merrett</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>