-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (73 loc) · 3.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="index.css" />
<title>rickycodesux.io</title>
</head>
<body class="dark">
<!-- Conteudo da pagina -->
<div class="container">
<div class="profile">
<img class="avatar" src="assets/profilephoto.svg" alt="github profile" />
<h1 class="name-profile">Ricky Domingos</h1>
<p class="role">Web Developer</p>
<h1 class="role-title">
WEB/UX/UI
Development</h1>
</div>
<section>
<p>
Olá, sou Ricardo, um desenvolvedor web apaixonado por criar soluções inovadoras e funcionais. De sites dinâmicos
a aplicações interativas, meu objetivo é transformar suas ideias em realidade com design intuitivo e código
eficiente.
</p>
</section>
<div class="projects">
<h2>Projetos</h2>
<span>UX/UI</span>
<a href="https://cdn.dribbble.com/userupload/16230086/file/original-2467ee9f282c4fa0a09f8a354a43f40e.png?resize=752x"
target="_blank">
<img width="327" src="image/hellotalk.webp" alt="" srcset="">
</a>
<span>UX/UI</span>
<a href="https://cdn.dribbble.com/userupload/16213349/file/original-b05057c061676454559e3c567b6174bd.png?resize=752x"
target="_blank" rel="noreferrer noopener">
<img width="327" src="image/creditcard.webp" alt="" srcset="">
</a>
<span>UX/UI</span>
<a href="https://cdn.dribbble.com/userupload/16197614/file/original-705e9ec5cdd22335077cedd3e0ac09aa.png?resize=1600x1200"
target="_blank" rel="noreferrer noopener">
<img width="327" src="image/fitclubb.webp" alt="" srcset="">
</a>
</div>
<a class="link-cv" href="cv.html">
<button class="btn-cv">CV</button>
</a>
<div class="social">
<a href="https://www.linkedin.com/in/rickydomingos/" target="_blank" rel="noreferrer noopener">
<img class="social-icons" src="assets/linkedin.svg" alt="linkedin logo">
</a>
<a href="https://www.behance.net/rickydomingosux/" target="_blank" rel="noreferrer noopener"><img
class="social-icons" src="assets/behance.svg" alt="behance logo">
<a href="https://dribbble.com/rickydomingos/" target="_blank" rel="noreferrer noopener"><img
class="social-icons" src="assets/dribbble.svg" alt="">
</a>
<a href="https://github.com/rickydomingos97" target="_blank" rel="noreferrer noopener"><img class="social-icons"
src="assets/github.svg" alt="github logo">
</a>
<a href="https://discordapp.com/users/ricardodomingos.ru" target="_blank" rel="noreferrer noopener"><img
uclass="social-icons" src="assets/discord.svg" alt="">
</a>
</div>
<footer>
Feito com<span class="heart">
<img class="heart" src="assets/heartpop.svg" alt="" srcset="">
</span> por rickycodesux
</footer>
<script src="script.js"></script>
</div>
</body>
</html>