forked from luizmellodev/instalink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
128 lines (115 loc) · 5.17 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap" rel="stylesheet"> <script src="https://unpkg.com/feather-icons"></script>
</head>
<body>
<main>
<header>
<a href="https://www.instagram.com/chilled_dev/" target="_blank">
<img src="https://i.imgur.com/C5a03G9.png" alt="luizeduardomr">
<h1>Chilled Dev</h1>
<p>@chilled_dev</p>
</a>
</header>
<h1 class='titulo-sep'>Sobre mim</h1>
<section>
<ul>
<a href="https://github.com/luizeduardomr/" target="_blank">
<li
style="background: linear-gradient(to right, #8e2de2, #4a00e0);">
<i data-feather="github"></i>
</li>
<h2>GitHub</h2>
<span class='username'>@luizeduardomr</span>
</a>
<a href="https://www.linkedin.com/in/luizeduardomr/" target="_blank">
<li
style="background: linear-gradient(to right, #0866C2, #044d96);">
<i data-feather="linkedin"></i>
</li>
<h2>LinkedIn</h2>
<span class='username'>@luizeduardomr</span>
</a>
<a href="https://discord.bio/p/luiz" target="_blank">
<li
style="background: linear-gradient(to right, #2673ca, #346485);">
<img style="width: 30px;height: 30px; object-fit: fill;" src="discord.png" alt="Discord logo">
</li>
<h2>Discord</h2>
<span class='username'>@luiz</span>
</a>
<a href="https://app.rocketseat.com.br/me/luizeduardomr" target="_blank">
<li
style="background: linear-gradient(to right, #9676FC, #765dca);">
<img class="svg-white" src="svg0.svg" alt="Rocketseat logo">
</li>
<h2>Rocketseat</h2>
<span class='username'>@luizeduardomr</span>
</a>
<a href="https://www.instagram.com/luizwhois/" target="_blank">
<li
style="background: linear-gradient(to right, #8e2de2, #e2c72d);">
<i data-feather="instagram"></i>
</li>
<h2>Instagram de fotografia</h2>
<span class='username'>@luizwhois</span>
</a>
</ul>
</section>
<hr style="margin-top:10%;height:1px;border-width:0;color:white;background-color:gray">
<h1 class='titulo-sep'>Links úteis</h1>
<section>
<ul>
<a href="https://caniuse.com/" target="_blank">
<li
style="background: linear-gradient(to right, #8e2de2, #4a00e0);">
<span class='uteis'>
Can I use?
</span>
</li>
</a>
<a href="https://medium.com/collabcode/pare-de-chutar-e-aprenda-como-funciona-flexbox-01-f75be5f35d3d" target="_blank">
<li
style="background: linear-gradient(to right, #0866C2, #044d96);">
<span class="new">PT/BR</span>
<span class='uteis'>
Artigo sobre Flexbox
</span>
</li>
</a>
<a href="https://css-tricks.com/snippets/css/a-guide-to-flexbox/" target="_blank">
<li
style="background: linear-gradient(to right, #0866C2, #044d96);">
<span class="new">EN</span>
<span class='uteis'>
Artigo sobre Flexbox
</span>
</li>
</a>
<a href="#">
<li
style="background: linear-gradient(to right, #6b6b6b, #5e8f94);">
<i data-feather="plus"></i>
<span class='uteis'>
Em breve
</span>
</li>
</a>
</ul>
</section>
<h4 class='codeby'>Agradecimento especial para a <wbr> <a style="color:#8e2de2"; href="https://www.instagram.com/girl.coding/">@girl.coding</a> <wbr> pela ideia <wbr>do projeto! <wbr>(Inspirado* 100% nela)!<wbr></h4>
<p class='codebyp'>*Este site possui a base de código do projeto dela e foi modificado por mim</p>
<a href="beta/index.html">
<p style='margin-top:30px;color:#191b1d'>Old version</p>
</a>
</main>
<script>
feather.replace()
</script>
</body>
</html>