mirror of
https://github.com/miggymofongo/asteroid.git
synced 2024-11-22 13:10:28 +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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header class="container">
|
<header>
|
||||||
<nav class="navbar navbar-expand-lg bg-body-tertiary" data-bs-theme="dark">
|
<nav class="navbar navbar-expand-lg bg-body-tertiary" data-bs-theme="dark">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<a class="navbar-brand" href="https://uberspace.de">
|
<a class="navbar-brand" href="https://uberspace.de">
|
||||||
|
@ -107,7 +107,10 @@
|
||||||
</section>
|
</section>
|
||||||
<section class="container">
|
<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>
|
</section>
|
||||||
<footer class="container">
|
<footer class="container">
|
||||||
Hosted on Asteroids!
|
Hosted on Asteroids!
|
||||||
|
|
Loading…
Reference in a new issue