added icon buttons with placeholder text
This commit is contained in:
parent
e623a9cbac
commit
444196e2f4
|
|
@ -25,7 +25,7 @@
|
||||||
hx-target="#core_container"
|
hx-target="#core_container"
|
||||||
hx-swap="innerHTML"
|
hx-swap="innerHTML"
|
||||||
>
|
>
|
||||||
<p>Button 1</p>
|
<p>About Me</p>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
hx-target="#core_container"
|
hx-target="#core_container"
|
||||||
hx-swap="innerHTML"
|
hx-swap="innerHTML"
|
||||||
>
|
>
|
||||||
<p>Button 2</p>
|
<p>App Developement</p>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
|
|
@ -45,9 +45,68 @@
|
||||||
hx-target="#core_container"
|
hx-target="#core_container"
|
||||||
hx-swap="innerHTML"
|
hx-swap="innerHTML"
|
||||||
>
|
>
|
||||||
<p>Button 3</p>
|
<p>App Deployments</p>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
<button
|
||||||
|
id="button4"
|
||||||
|
class="banner_button"
|
||||||
|
hx-get="PATH TO MORE INFO"
|
||||||
|
hx-target="#core_container"
|
||||||
|
hx-swap="innerHTML"
|
||||||
|
>
|
||||||
|
<p>Thanks To</p>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div
|
||||||
|
id="nav_holder_right"
|
||||||
|
class="nav_holder_right"
|
||||||
|
>
|
||||||
|
<button
|
||||||
|
id="button1"
|
||||||
|
class="banner_button"
|
||||||
|
hx-get="PATH TO MORE INFO"
|
||||||
|
hx-target="#core_container"
|
||||||
|
hx-swap="innerHTML"
|
||||||
|
>
|
||||||
|
<p>Gitlab</p>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button
|
||||||
|
id="button2"
|
||||||
|
class="banner_button"
|
||||||
|
hx-get="PATH TO MORE INFO"
|
||||||
|
hx-target="#core_container"
|
||||||
|
hx-swap="innerHTML"
|
||||||
|
>
|
||||||
|
<p>Linkdin</p>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button
|
||||||
|
id="button3"
|
||||||
|
class="banner_button"
|
||||||
|
hx-get="PATH TO MORE INFO"
|
||||||
|
hx-target="#core_container"
|
||||||
|
hx-swap="innerHTML"
|
||||||
|
>
|
||||||
|
<p>Resume</p>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button
|
||||||
|
id="button4"
|
||||||
|
class="banner_button"
|
||||||
|
hx-get="PATH TO MORE INFO"
|
||||||
|
hx-target="#core_container"
|
||||||
|
hx-swap="innerHTML"
|
||||||
|
>
|
||||||
|
<p>Contact</p>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue