-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (36 loc) · 1.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Brazilian software engineer in love with functional programming, design of programming languages and programming paradigms"
/>
<title>Kayo Campos</title>
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css" type="text/css">
<style type="text/css">
html, body, #root {
height: 100%;
width: 100%;
height: 100vh;
width: 100vw;
margin: 0;
}
</style>
</head>
<body>
<div id="root">
<div class="intro">
<div class="intro__texts">
<h1 class="intro__main-text"><span><</span>kayo-campos<span> /></span></h1>
<h2 class="intro__secondary--text">~ >echo "Software Engineer"</h2>
<h2 class="intro__secondary--text">Software Engineer</h2>
<h2 class="intro__secondary--text">~ ><span class="intro__texts-blinking">_</span></h2>
</div>
</div>
</div>
</body>
</html>