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