added forgejo link
This commit is contained in:
parent
0292af3069
commit
2c1146d7c7
|
|
@ -11,23 +11,14 @@
|
|||
|
||||
<body>
|
||||
<!--Header Bar -->
|
||||
<section
|
||||
id="nav_bar"
|
||||
class="nav_bar"
|
||||
>
|
||||
<div
|
||||
id="nav_left_holder"
|
||||
class="nav_left_holder"
|
||||
>
|
||||
<section id="nav_bar" class="nav_bar">
|
||||
<div id="nav_left_holder" class="nav_left_holder">
|
||||
<button id="button1"class="nav_left_item">About_Me</button>
|
||||
<button id="button2"class="nav_left_item">Developement</button>
|
||||
<button id="button3"class="nav_left_item">Deployments</button>
|
||||
|
||||
</div>
|
||||
<form
|
||||
id="search_holder"
|
||||
class="search_holder"
|
||||
>
|
||||
<form id="search_holder" class="search_holder">
|
||||
<label for="search_field">Search://</label>
|
||||
<input
|
||||
id="search_field"
|
||||
|
|
@ -36,13 +27,10 @@
|
|||
placeholder="Enter Card Name, Tag or Search Here..."
|
||||
>
|
||||
</form>
|
||||
<div
|
||||
id="nav_right_holder"
|
||||
class="nav_right_holder"
|
||||
>
|
||||
<button id="button1"class="nav_right_item">
|
||||
<div id="nav_right_holder" class="nav_right_holder">
|
||||
<a href="https://git.booser.tech" id="button1" class="nav_right_item">
|
||||
<img src="../img/gitlab.svg" alt="Checkout my Gitlab!">
|
||||
</button>
|
||||
</a>
|
||||
|
||||
<button id="button2"class="nav_right_item">
|
||||
<img src="../img/linkedin.svg" alt="Find me on Linkedin">
|
||||
|
|
@ -55,9 +43,7 @@
|
|||
<button id="button4"class="nav_right_item">
|
||||
<img src="../img/contact.svg" alt="Let's talk!">
|
||||
</button>
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- PlaceHolder Card -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue