-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
193 lines (104 loc) · 5.39 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Language" content="en">
<meta name="author" content="ALICE PAIXÃO">
<meta name="description" content="">
<meta name="keywords" content="devops, sre, platforms, security">
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="alicepaixao.me"/>
<meta name="twitter:description" content=""/>
<meta property="og:title" content="alicepaixao.me" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://alicepaixao.me/" />
<meta property="og:updated_time" content="2020-05-03T00:00:00+00:00" />
<base href="http://alicepaixao.me/">
<title>alicepaixao.me</title>
<link rel="canonical" href="http://alicepaixao.me/">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather:300,700%7CSource+Code+Pro:400,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=" crossorigin="anonymous" />
<link rel="stylesheet" href="http://alicepaixao.me/css/coder.min.a4f332213a21ce8eb521670c614470c58923aaaf385e2a73982c31dd7642decb.css" integrity="sha256-pPMyITohzo61IWcMYURwxYkjqq84XipzmCwx3XZC3ss=" crossorigin="anonymous" media="screen" />
<link rel="stylesheet" href="http://alicepaixao.me/css/coder-dark.min.e78e80fc3a585a4d1c8fc7f58623b6ff852411e38431a9cd1792877ecaa160f6.css" integrity="sha256-546A/DpYWk0cj8f1hiO2/4UkEeOEManNF5KHfsqhYPY=" crossorigin="anonymous" media="screen" />
<link rel="icon" type="image/png" href="http://alicepaixao.me/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="http://alicepaixao.me/images/favicon-16x16.png" sizes="16x16">
<link rel="alternate" type="application/rss+xml" href="http://alicepaixao.me/index.xml" title="alicepaixao.me" />
<meta name="generator" content="Hugo 0.69.2" />
</head>
<body class="colorscheme-auto">
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="http://alicepaixao.me/">
alicepaixao.me
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle"><i class="fas fa-bars"></i></label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link" href="http://alicepaixao.me/about/">About</a>
</li>
<li class="navigation-item">
<a class="navigation-link" href="http://alicepaixao.me/posts/">Blog</a>
</li>
<li class="navigation-item">
<a class="navigation-link" href="http://alicepaixao.me/contact/">Contact me</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container centered">
<div class="about">
<div class="avatar"><img src="http://alicepaixao.me/images/alicepaixao.jpg" alt="avatar"></div>
<h1>ALICE PAIXÃO</h1>
<h2>I'm a developer and infrastructure consultant. My mission is to help in the adoption of DevOps approaches, building deployment and testing pipelines, automated provisioning of cloud infrastructure, and provision of infrastructure support services.</h2>
<ul>
<li>
<a href="https://github.com/alicepaixao/" aria-label="Github" >
<i class="fab fa-github" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://twitter.com/alicetfvars/" aria-label="Twitter" >
<i class="fab fa-twitter" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/alicepaixao//" aria-label="LinkedIn" >
<i class="fab fa-linkedin" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</section>
</div>
<footer class="footer">
<section class="container">
<p>DevOps | SRE | Platforms | Security</p>
©
2020
ALICE PAIXÃO
·
Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>.
</section>
</footer>
</main>
<script>
(function(f, a, t, h, o, m){
a[h]=a[h]||function(){
(a[h].q=a[h].q||[]).push(arguments)
};
o=f.createElement('script'),
m=f.getElementsByTagName('script')[0];
o.async=1; o.src=t; o.id='fathom-script';
m.parentNode.insertBefore(o,m)
})(document, window, '//analytics.example.com/tracker.js', 'fathom');
fathom('set', 'siteId', 'ABCDE');
fathom('trackPageview');
</script>
</body>
</html>