-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
82 lines (71 loc) · 2.8 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>Portafolio - Carpodi </title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://kit.fontawesome.com/128aaab50f.js" crossorigin="anonymous"></script>
</head>
<body>
<header class="Title">
<h1>Hi, im carpodi 👋</h1>
<p>I'm Back-end Developer</p>
</header>
<main>
<section class="AboutMe">
<h2>About me!</h2>
<p>Hello, my name is carpodi. I'm a programmer specializing in back-end and in my free time I like to listen to music and play videogames,
also I love technology and learning new things.</p>
</section>
<section class="Skills">
<h2>Skills</h2>
<ul>
<li><i class="fa-brands fa-js"></i> Javascript</li>
<li><i class="fa-brands fa-java"></i> Java</li>
<li><i class="fa-brands fa-node-js"></i> Node.Js</li>
<li><i class="fa-brands fa-python"></i> Python</li>
<li><i class="fa-solid fa-planet-ringed"></i>Lua</li>
</ul>
</section>
<section class="Projects">
<h2>Projects & Currently Working on:</h2>
<ul>
<div class="info">
</div>
<div class="info">
<li><a href="https://discord.kaory.xyz">Kaory Network</a></li>
<li><a href="https://discord.gg/zenyth">Zenyth Network</a></li>
<li><a href="https://github.com/Carpodi/AdvancedBroadcasts">Mc Plugin: AdvancedBroadcasts</a></li>
<li><a href="https://github.com/Carpodi/AdvancedJoins">Mc Plugin: AdvancedJoins</a></li>
</div>
<p>Also i worked on other proyects like discord bots, minecraft networks, currently most of them already
closed.</p>
</ul>
<h2>Also worked at:</h2>
<ul>
<li><a href="https://voltyum.net">Voltyum Network</a></li>
<li><a href="https://carpodi.is-a.dev/">Lixym Studios</a></li>
</ul>
<h2>Also worked with: (Streamers & Content Creators)</h2>
<ul>
<li><a href="https://twitch.tv/Sply97">Sply97</a></li>
</ul>
</section>
<section>
<h2>Social Media</h2>
<p>Here you can learn more about me!</p>
<ul class="redes">
<div class="RRSS">
<li><a href="https://twitter.com/devcarpodi" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://github.com/Carpodi" target="_blank"><i class="fab fa-github"></i></a></li>
<li><a href="https://twitch.tv/carpodi" target="_blank"><i class="fab fa-twitch"></i></a></li>
</div>
</ul>
</section>
</main>
<footer>
<p>© 2023-2024 | Carpodi | All Rights reserved</p>
</footer>
</body>
</html>