Skip to content

Commit

Permalink
fix: github portfolio link
Browse files Browse the repository at this point in the history
  • Loading branch information
tm26a21p committed Jun 10, 2024
1 parent 90ef7c0 commit be0bbfd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1 class="text-6xl font-bold mb-2 ml-1">Hey there! I'm <span class="text-primar
Stack</a>.</p>
<p class="text-lg">I hope you have fun with it as much as I had building it!</p>
<p class="text-lg mb-4">You can also edit, share and copy this project <strong>for free </strong><a
href="https://github.com/tm26a21p/Portolio" target="_blank">on GitHub</a>. Learn <a
href="https://github.com/tm26a21p/Portfolio" target="_blank">on GitHub</a>. Learn <a
href="/https://en.wikipedia.org/wiki/Open_source" target="_blank">why</a>.</p>

</div>
Expand All @@ -28,7 +28,7 @@ <h1 class="text-6xl font-bold mb-2 ml-1">Hey there! I'm <span class="text-primar
class="card shadow bg-base-100 hover:shadow-lg transition duration-300 ease-in-out glass rounded-lg h-full">
<div class="card-body flex flex-col justify-between h-full">
<div>
<h2 class="text-xl font-bold mb-2 text-primary">Projects</h2>
<h2 class="text-xl font-bold mb-2 text-info">Projects</h2>
<p>Discover more about my projects and what I'm currently working on.</p>
</div>
</div>
Expand All @@ -40,7 +40,7 @@ <h2 class="text-xl font-bold mb-2 text-primary">Projects</h2>
class="card shadow bg-base-100 hover:shadow-lg transition duration-300 ease-in-out glass rounded-lg h-full">
<div class="card-body flex flex-col justify-between h-full">
<div>
<h2 class="text-xl font-bold mb-2 text-secondary">Playground</h2>
<h2 class="text-xl font-bold mb-2 text-info">Playground</h2>
<p>Check out my playground to see fun stuff about what a web page can actually do!</p>
</div>
</div>
Expand All @@ -59,7 +59,7 @@ <h2 class="text-xl font-bold mb-2 text-info">Metrics</h2>
</div>
</a>
</div>

</div>
</div>
{% endblock %}

0 comments on commit be0bbfd

Please sign in to comment.