Skip to content

Commit

Permalink
Update social buttons in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mabushelbaia committed Apr 27, 2024
1 parent 37bff79 commit 59b94d6
Showing 1 changed file with 11 additions and 18 deletions.
29 changes: 11 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h1 class="dark:text-white font-bold text-lg">
<img class="inline-block flex-shrink-0 h-24 w-24 rounded-3xl"
src="https://avatars.githubusercontent.com/u/47891125?v=4" alt="Image Description" />
<div class="ml-3">
<h3 class="text-2xl font-bold text-gray-900 dark:text-white">
<h3 class="text-2xl font-bold text-gray-900 dark:text-white line-clamp-2 lg:line-clamp-none">
Mohammad Abu-Shelbaia
</h3>
<a class="text-sm font-medium text-gray-500 dark:text-gray-400 hover:text-gray-600 hover:dark:text-gray-500 transition-colors"
Expand Down Expand Up @@ -105,13 +105,6 @@ <h3 class="text-2xl font-bold text-gray-900 dark:text-white">
<i class="fa-solid fa-paper-plane fa-2x"></i>
</div>
</a>
<!-- Discord -->

<a class="social-button" target="_blank" href="https://discord.gg/6pJ9emnM2s">
<div class=" flex items-center justify-center w-8 h-8">
<i class="fa-brands fa-discord fa-2x"></i>
</div>
</a>
<!-- Linkedin -->
<a class="social-button" target="_blank" href="https://www.linkedin.com/in/mabushelbaia/">
<div class=" flex items-center justify-center w-8 h-8">
Expand Down Expand Up @@ -334,12 +327,12 @@ <h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-800 dark:text-gray-2
</div>
<hr class="my-8 border-gray-500 dark:border-gray-500" />
<h1 class="mb-2 text-4xl font-bold tracking-tight dark:text-white">
🔪 Skills
⚔️ Skills
</h1>
<div class="grid md:grid-cols-3 grid-cols-2 gap-3">
<div class="social-button w-full h-40 flex items-center justify-center flex-col gap-4">
<i class="fab fa-python fa-4x "></i>
<h3 class="text-2xl font-bold">Python</h3>
<h3 class="text-xl font-bold">Python</h3>
</div>
<div class="social-button w-full h-40 flex items-center justify-center flex-col gap-4">

Expand All @@ -352,7 +345,7 @@ <h3 class="text-2xl font-bold">Python</h3>
</path>
</g>
</svg>
<h3 class="text-2xl font-bold">Django</h3>
<h3 class="text-xl font-bold">Django</h3>
</div>

<div class="social-button w-full h-40 flex items-center justify-center flex-col gap-4">
Expand All @@ -366,12 +359,12 @@ <h3 class="text-2xl font-bold">Django</h3>
</path>
</g>
</svg>
<h3 class="text-2xl font-bold">Tailwind CSS</h3>
<h3 class="text-xl font-bold">Tailwind CSS</h3>
</div>

<div class="social-button w-full flex items-center justify-center flex-col gap-4">
<i class="fab fa-html5 fa-4x"></i>
<h3 class="text-2xl font-bold">JavaScript</h3>
<h3 class="text-xl font-bold">JavaScript</h3>
</div>
<div class="social-button w-full h-40 flex items-center justify-center flex-col gap-4">
<svg fill="currentColor" class="h-16 w-16" viewBox="0 0 32 32" id="Camada_1" version="1.1" xml:space="preserve"
Expand All @@ -384,15 +377,15 @@ <h3 class="text-2xl font-bold">JavaScript</h3>
</path>
</g>
</svg>
<h3 class="text-2xl font-bold">Visual Studio</h3>
<h3 class="text-xl font-bold">Visual Studio</h3>
</div>
<div class="social-button w-full h-40 flex items-center justify-center flex-col gap-4">
<i class="fab fa-git-alt fa-4x"></i>
<h3 class="text-2xl font-bold">Git</h3>
<h3 class="text-xl font-bold">Git</h3>
</div>
<div class="social-button w-full h-40 flex items-center justify-center flex-col gap-4">
<i class="fab fa-ubuntu fa-4x"></i>
<h3 class="text-2xl font-bold">Linux</h3>
<h3 class="text-xl font-bold">Linux</h3>
</div>
<div class="social-button w-full h-40 flex items-center justify-center flex-col gap-4">
<svg fill="currentColor" class="h-16 w-16" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg">
Expand All @@ -405,7 +398,7 @@ <h3 class="text-2xl font-bold">Linux</h3>
</path>
</g>
</svg>
<h3 class="text-2xl font-bold">Arduino</h3>
<h3 class="text-xl font-bold">Arduino</h3>
</div>
<div class="social-button w-full h-40 flex items-center justify-center flex-col gap-4 col-span-2 md:col-span-1">
<svg fill="currentColor" class="h-16 w-16" viewBox="0 0 24 24" role="img" xmlns="http://www.w3.org/2000/svg">
Expand All @@ -418,7 +411,7 @@ <h3 class="text-2xl font-bold">Arduino</h3>
</path>
</g>
</svg>
<h3 class="text-2xl font-bold">LaTeX</h3>
<h3 class="text-xl font-bold">LaTeX</h3>
</div>
</div>
<hr class="my-8 border-gray-500 dark:border-gray-500" />
Expand Down

0 comments on commit 59b94d6

Please sign in to comment.