Skip to content

Commit

Permalink
Update 14/12/2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Carpodi authored Dec 14, 2024
1 parent 9259847 commit 1ebf58b
Showing 1 changed file with 28 additions and 30 deletions.
58 changes: 28 additions & 30 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,67 +3,66 @@

<head>
<meta charset="UTF-8">
<title>Portafolio - Carpodi</title>
<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, I'm Carpodi 👋</h1>
<p>I'm a Back-end Developer</p>
<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 development, with a passion for learning new things and improve my skills. I'm always eager to learn, grow, and collaborate on exciting projects.</p>
<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>
<li><i class="fa-solid fa-planet-ringed"></i>Lua</li>
</ul>
</section>

<section class="Projects">
<h2>Projects</h2>
<h2>Projects & Currently Working on:</h2>
<ul>
<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>
<p>I've also worked on other projects like Discord bots and Minecraft networks, but most of them are already
closed.</p>
</ul>
</section>
<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>

<section class="CurrentlyWorkingOn">
<h2>Currently Working On</h2>
<ul>
<li><a href="https://discord.kaory.xyz">Kaory Network</a></li>
<li><a href="https://discord.gg/Zenyth">Zenyth Network</a></li>

</ul>
</section>

<section class="Experience">
<h2>Also Worked At</h2>

<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>
<h2>Also worked with: (Streamers & Content Creators)</h2>
<ul>
<li><a href="https://twitch.tv/Sply97">Sply97</a></li>


</ul>
</section>

<section class="SocialMedia">
<section>
<h2>Social Media</h2>
<p>Here you can learn more about me!</p>
<ul class="redes">
Expand All @@ -75,9 +74,8 @@ <h2>Social Media</h2>
</ul>
</section>
</main>

<footer>
<p>&copy; 2023-2024 | Carpodi | All Rights Reserved</p>
<p>&copy; 2023-2024 | Carpodi | All Rights reserved</p>
</footer>
</body>

Expand Down

0 comments on commit 1ebf58b

Please sign in to comment.