Skip to content

Commit

Permalink
updated main website
Browse files Browse the repository at this point in the history
  • Loading branch information
behdanisohrab committed Feb 10, 2024
1 parent 80cc792 commit ed37abb
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<li><a href="#About" class="hover:text-blue-600 transition">About</a></li>
<li><a href="#Stack" class="hover:text-blue-600 transition">Stack</a></li>
<li><a href="#Contact" class="hover:text-blue-600 transition">Contact</a></li>
<li><a href="https://blog.sohrabbehdani.ir" class="hover:text-blue-600 transition">Blog</a></li>
<li><a href="https://sohrabbehdani.ir/blog" class="hover:text-blue-600 transition">Blog</a></li>
<li><a href="https://blogfa.sohrabbehdani.ir" class="hover:text-blue-600 transition"> Blog Farsi</a></li>
</ul>
</div>
Expand All @@ -55,7 +55,7 @@
<li><a href="#About" class="block rounded px-2 py-2 hover:bg-gray-100 hover:text-black transition">About</a></li>
<li><a href="#Stack" class="block rounded px-2 py-2 hover:bg-gray-100 hover:text-black transition">Stack</a></li>
<li><a href="#Contact" class="block rounded px-2 py-2 hover:bg-gray-100 hover:text-black transition">Contact</a></li>
<li><a href="https://blog.sohrabbehdani.ir" class="block rounded px-2 py-2 hover:bg-gray-100 hover:text-black transition">Blog</a></li>
<li><a href="https://sohrabbehdani.ir/blog" class="block rounded px-2 py-2 hover:bg-gray-100 hover:text-black transition">Blog</a></li>
<li><a href="https://blogfa.sohrabbehdani.ir" class="block rounded px-2 py-2 hover:bg-gray-100 hover:text-black transition">Blog Farsi</a></li>
</ul>
</div>
Expand Down Expand Up @@ -87,10 +87,10 @@ <h1 id="typing" class="text-gray-100 text-xl sm:text-3xl xl:text-5xl font-bold t
<img src="./assets/img/avatar.png" class="rounded-lg sm:w-52 sm:h-52" alt="Photo">

<p dir="auto" class="text-gray-100 text-right text-base">
Hello, I`m Sohrab :)
Rust and C programmer and founder of Parch Gnu/Linux

سلام سهراب هستم یک ‌intp نرد :)
<br><br> یک کاربر لینوکسی مشتاق یادگیری
به دنیای سیاه و سفید من خوش اومدین
Welcome to My Website .
</p>

</div>
Expand All @@ -112,7 +112,7 @@ <h2 class="text-gray-100 text-3xl sm:text-4xl font-medium mb-8">Tech Stack</h2>
</div>

<div>
<span class="inline-block font-medium text-gray-100 text-md mb-2">Python</span>
<span class="inline-block font-medium text-gray-100 text-md mb-2">Bash</span>
<div class="w-full bg-zinc-800 rounded-full h-4 mb-4">
<div class="bg-blue-600 h-4 rounded-full" style="width: 40%;">
<span class="px-2"></span>
Expand All @@ -123,7 +123,7 @@ <h2 class="text-gray-100 text-3xl sm:text-4xl font-medium mb-8">Tech Stack</h2>
<div>
<span class="inline-block font-medium text-gray-100 text-md mb-2">Rust</span>
<div class="w-full bg-zinc-800 rounded-full h-4 mb-4">
<div class="bg-blue-600 h-4 rounded-full" style="width: 46%;">
<div class="bg-blue-600 h-4 rounded-full" style="width: 67%;">
<span class="px-2"></span>
</div>
</div>
Expand All @@ -132,7 +132,7 @@ <h2 class="text-gray-100 text-3xl sm:text-4xl font-medium mb-8">Tech Stack</h2>
<div>
<span class="inline-block font-medium text-gray-100 text-md mb-2">C</span>
<div class="w-full bg-zinc-800 rounded-full h-4 mb-4">
<div class="bg-blue-600 h-4 rounded-full" style="width: 10%;">
<div class="bg-blue-600 h-4 rounded-full" style="width: 46%;">
<span class="px-2"></span>
</div>
</div>
Expand All @@ -141,16 +141,16 @@ <h2 class="text-gray-100 text-3xl sm:text-4xl font-medium mb-8">Tech Stack</h2>
<div>
<span class="inline-block font-medium text-gray-100 text-md mb-2">Bsd</span>
<div class="w-full bg-zinc-800 rounded-full h-4 mb-4">
<div class="bg-blue-600 h-4 rounded-full" style="width: 20%;">
<div class="bg-blue-600 h-4 rounded-full" style="width: 60%;">
<span class="px-2"></span>
</div>
</div>
</div>

<div>
<span class="inline-block font-medium text-gray-100 text-md mb-2">Vala</span>
<span class="inline-block font-medium text-gray-100 text-md mb-2">Haskell</span>
<div class="w-full bg-zinc-800 rounded-full h-4 mb-4">
<div class="bg-blue-600 h-4 rounded-full" style="width: 15%;">
<div class="bg-blue-600 h-4 rounded-full" style="width: 55%;">
<span class="px-2"></span>
</div>
</div>
Expand Down Expand Up @@ -178,7 +178,7 @@ <h3 class="text-gray-100 text-2xl font-medium mb-8">Contact Me</h3>

</a>

<a target="_blank" href="https://t.me/sbstuff" class="transition hover:scale-125">
<a target="_blank" href="https://t.me/sohrabcontents" class="transition hover:scale-125">
<svg xmlns="http://www.w3.org/2000/svg" width="34" height="34" fill="currentColor"
class="bi bi-telegram" viewBox="0 0 16 16">
<path
Expand Down

0 comments on commit ed37abb

Please sign in to comment.