-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·52 lines (51 loc) · 2.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Smart Resume - Ruben Munilla</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--Custom fonts. To improve load times, remove this and update the h1 styling in style.css-->
<link href="https://fonts.googleapis.com/css?family=Lato:300,700" rel="stylesheet"
type="text/css">
<!-- stylesheets -->
<link rel="stylesheet" href="style.css" type="text/css">
<!-- favicon -->
<link rel="shortcut icon" href="img/favicon.ico">
<!-- just in case viewer is using Internet Explorer -->
<!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body>
<header>
<h1><img src="./img/photo.jpg" alt="Photo" title="Photo" style="width: 204px; height: 204px;"></h1>
<h1>Rubén Munilla</h1>
<p>Networking - Code - Cloud</p>
</header>
<div class="container">
<section>
<div class="row">
<div class="column">
<img src="./img/SkillsCloud.png" alt="SkillsCloud" title="SkillsCloud" class="skillcloud">
</div>
<div class="column">
<h1>Skills</h1>
<ul>
<li>Microsoft Certified Azure Solutions Architect Expert</li>
<li>Microsoft Certified Azure DevOps Engineer Expert</li>
<li>Microsoft Certified Azure Security Engineer Associate</li>
<li>Microsoft Certified Azure Developer Associate</li>
<li>Microsoft Certified Azure Administrator Associate</li>
<li>Google Cloud Certified Professional Cloud Architect</li>
<li>Google Cloud Certified Associate Cloud Engineer</li>
<li>AWS Certified Solutions Architect Associate</li>
<li>HashiCorp Certified: Terraform Associate</li>
<li>CPA C++ Certified Associate Programmer Certification</li>
<li>.Net F., .Net Core, MVC, WCF, Testing</li>
<li>C, Java, Python</li>
</ul>
</div>
</div>
</section>
<footer class="center"><span>© Ruben Munilla 2021</span> </footer>
</div>
</body>
</html>