-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (83 loc) · 3.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>D. Malkafly</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Daniel Malkafly, desenvolvedor, músico e exorcista.">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="imagepng" sizes="32x32" href="img/favicon-32x32.png">
<link rel="icon" type="imagepng" sizes="16x16" href="img/favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="img/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="p:domain_verify" content="2a696f3c2bd7c5fecf7364c420961c3f" />
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="style.css">
</head>
<body>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-968377-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-968377-4');
</script>
<header>
<h1>daniel malkafly</h1>
</header>
<div class="wrapper">
<div class="gallery">
<ul>
<li>
<a href="https://vistoriacompleta.com.br" target="_blank">
<img src="img/vistoriacompleta.png">
</a>
</li>
<li>
<a href="https://meu.fan" target="_blank">
<img src="img/logo-meufan.png">
</a>
</li>
<li>
<a href="https://instagram.com/darkinquisition" target="_blank">
<img src="img/darkinquisition.png">
</a>
</li>
<li>
<a href="https://paineldaloja.com.br" target="_blank">
<img src="img/paineldaloja.png">
</a>
</li>
<li>
<a href="https://arquitecasa.com.br" target="_blank">
<img src="img/arquitecasa.png">
</a>
</li>
<li>
<a href="https://hibike.com.br" target="_blank">
<img src="img/hibike.png">
</a>
</li>
<li>
<a href="https://linkdelicia.com" target="_blank">
<img src="img/linkdelicia.png">
</a>
</li>
<li>
<a href="https://casasdeshows.com.br" target="_blank">
<img src="img/logo-casasdeshows.png">
</a>
</li>
</ul>
</div>
<p class="attribution">Brazilian, 39 years old, married, father of a girl, entrepreneur and <a href="https://malkafly.com.br/cv/trespontos.html">master mason</a>.
Specialist in the <a href="https://github.com/malkafly">development</a> and cloud products.
If you got here you should already have my contact information, if not, find me in one of my products above.
</p>
</div>
</body>
</html>