Move to Page based design
This commit is contained in:
parent
4fde39a50b
commit
5370e2e6c3
9 changed files with 694 additions and 315 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Gallery</title>
|
||||
<link rel="stylesheet" href="/css/main.css?1756663165565255400">
|
||||
<link rel="stylesheet" href="/css/main.css?1757523353687792200">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width initial-scale=1" />
|
||||
|
|
@ -147,7 +147,7 @@
|
|||
<meta name="msapplication-TileImage" content="/images/favicons/mstile-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<link rel="stylesheet" href="/css/main.css?1756663165565255400">
|
||||
<link rel="stylesheet" href="/css/main.css?1757523353687792200">
|
||||
<link rel="canonical" href="http://localhost:4000/gallery/">
|
||||
<link rel="alternate" type="application/rss+xml" title="Simeon "Waldo" Wallrath" href="/feed.xml">
|
||||
|
||||
|
|
@ -216,6 +216,15 @@
|
|||
</li>
|
||||
|
||||
|
||||
<!-- Forgejo -->
|
||||
<li class="navigation__item">
|
||||
<a href="https://code.waldo.works" title="Forgejo" target="_blank">
|
||||
<!--<i class="icon icon-social-github"></i>-->
|
||||
<i class="fa-brands fa-git-alt"></i>
|
||||
<span class="label">GitHub</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -238,7 +247,7 @@
|
|||
<li class="navigation__item"><a href="https://blog.zuehlke.cloud" title="link to Blog"><i class="fa-solid fa-link"></i> Blog</a></li>
|
||||
<!--<li class="navigation__item"><a href="/#" title="link to Tweets" class="panel-button"><i class="icon icon-social-twitter"></i> Tweets</a></li>-->
|
||||
<li class="navigation__item"><a href="/#projects" title="List of Projects" class="panel-button projects-button"><i class="fa-solid fa-file-code"></i> Projects</a></li>
|
||||
<li class="navigation__item"><a href="/#projects" title="List of Projects" class="panel-button projects-button"><i class="fa-solid fa-file-code"></i> Art</a></li>
|
||||
<li class="navigation__item"><a href="/projects" title="List of Projects" class="panel-button projects-button"><i class="fa-solid fa-file-code"></i> Art</a></li>
|
||||
<li class="navigation__item"><a href="/gallery" title="List of Projects" class="panel-button projects-button"><i class="fa-solid fa-file-code"></i> arts™</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
|
@ -296,8 +305,8 @@
|
|||
|
||||
|
||||
<script type="text/javascript" src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
|
||||
<script type="text/javascript" src="/js/main.js?1756663165565255400"></script>
|
||||
<script type="text/javascript" src="/js/github_api.js?1756663165565255400"></script>
|
||||
<script type="text/javascript" src="/js/main.js?1757523353687792200"></script>
|
||||
<script type="text/javascript" src="/js/github_api.js?1757523353687792200"></script>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue