mirror of
https://github.com/miggymofongo/asteroid.git
synced 2024-11-21 20:50:27 +00:00
fixed containers and added link to quote shuffler
This commit is contained in:
parent
eda49becc3
commit
fa3d79381e
1 changed files with 5 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
</head>
|
||||
<body>
|
||||
<header class="container">
|
||||
<header>
|
||||
<nav class="navbar navbar-expand-lg bg-body-tertiary" data-bs-theme="dark">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="https://uberspace.de">
|
||||
|
@ -107,7 +107,10 @@
|
|||
</section>
|
||||
<section class="container">
|
||||
|
||||
Here I will put a project!
|
||||
<h3>Check out my newest project deployed on github pages!</h3>
|
||||
<a href="https://miggymofongo.github.io/kh_quote/">
|
||||
<h4>Kingdom Hearts Quote Shuffler</h4></a>
|
||||
|
||||
</section>
|
||||
<footer class="container">
|
||||
Hosted on Asteroids!
|
||||
|
|
Loading…
Reference in a new issue