-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_eng.html
71 lines (56 loc) · 2.17 KB
/
index_eng.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
<!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">UX/UI &
Web Developement.</h1>
</div>
<section>
<p>
Hello, I'm Ricardo, a web developer passionate about creating innovative and functional solutions. From dynamic websites to interactive applications, my goal is to turn your ideas into reality with intuitive design and efficient code.
</p>
</section>
<div class="projects">
<h2>Projects</h2>
<a href="#">
<img width="327" src="assets/post-card.png" alt="" srcset="">
</a>
<a href="#">
<img width="327" src="assets/post-card.png" 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/">
<img class="social-icons" src="assets/linkedin.svg" alt="">
</a>
<a href="https://www.instagram.com/"><img class="social-icons" src="assets/instagram.svg" alt="">
</a>
<a href="https://github.com/rickydomingos97"><img class="social-icons" src="assets/github.svg" alt=""></a>
<a href="https://discordapp.com/users/ricardodomingos.ru"><img uclass="social-icons" src="assets/discord.svg"
alt=""></a>
</div>
<footer>
<img width=32px
src="https://user-images.githubusercontent.com/74038190/216122028-c05b52fb-983e-4ee8-8811-6f30cd9ea5d5.png"
alt="">
Made with <span class="heart"><img class="heart-logo" src="image/heart-solid.svg" alt=""></span> by rickycodesux
</footer>
<script src="script.js"></script>
</div>
</body>
</html>