-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (55 loc) · 2.67 KB
/
index.html
File metadata and controls
57 lines (55 loc) · 2.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "e4w5swe1rz");
</script> -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YQM5BNGZED"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YQM5BNGZED');
</script>
<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.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>Denis Couto - Sr. System/Cloud Architect</title>
</head>
<body>
<div class="grid-2">
<div class="section-1">
<i class="fas fa-code fa-5x white"></i>
<h2>Denis Couto</h2>
<p>São Paulo, Brazil.</p>
<a href="https://twitter.com/docouto"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/deniscouto"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/docouto"><i class="fab fa-github"></i></a>
<a href="https://about.me/docouto"><i class="fas fa-comment"></i></a>
</div>
<div class="section-2">
<h2>About</h2>
<p>Reformed Christian, husband, father and IT Pro.</p>
<h2>Experience</h2>
<p> Sr Engineer and Cloud Architect with over two decades in the field.
Experienced in designing, deploying and technical delivery in enterprise environments.
Both on prem and at the Cloud. ⛅</p>
<h2>Skills</h2>
<p> Microsoft Stack (on-prem and Azure), Scripting, Linux, Software delivery.<br>
</p>
<h2>What I do</h2>
<a href="https://github.com/docouto/docouto.github.io/blob/master/Resources/Denis%20Couto%20-%20Sr%20Cloud%20Engineer%20and%20Architect.pdf">- My classic (detailed) CV.</a><br>
<a href="https://github.com/docouto?tab=repositories">- My public repos.</a>
<h2>Let's chat</h2>
<p>denis.couto@gmail.com</p>
</div>
</div>
</body>
</html>