Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
technicat committed Jul 18, 2022
1 parent b061fcd commit b90baf9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 19 deletions.
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
theme: jekyll-theme-minimal
title: Technicat LLC
description: Las Vegas, Nevada
show_downloads: false
title: HyperBowl
description: Be the ball!
show_downloads: true
logo: /images/dakotasnow/CatGraphic300x300.jpg
27 changes: 11 additions & 16 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,21 @@
<div class="wrapper">
<header>
{% if site.logo %}
<a href="http://technicat.com/"><img src="{{site.logo | relative_url}}"
alt="PC Cafe" /></a><br />
<a href="http://technicat.com/"><img src="{{site.logo | relative_url}}" alt="Technicat" /></a><br />
{% endif %}
<a href="https://apps.apple.com/us/developer/technicat-llc/id295241742"><img alt="App Store"
<a href="https://apps.apple.com/us/app/hyperbowl/id344209253"><img alt="App Store"
src="/images/ionicons/svg/logo-apple-appstore.svg" height="40"></a>
<a href="https://store.steampowered.com/app/847530/HyperBowl/"><img alt="Steam"
src="/images/ionicons/svg/logo-steam.svg" height="40"></a>
<a href="http://fugugames.com/"><img alt="Fugu Games" src="/images/ionicons/svg/game-controller-sharp.svg"
<a href="https://technicat.itch.io/hyperbowl"><img alt="Itch.io" src="/images/ionicons/svg/game-controller-sharp.svg"
height="40"></a>
<a href="https://gamedevslikeyou.libsyn.com/phil-chu"><img alt="HomeTeam GameDev podcast" src="/images/ionicons/svg/radio-sharp.svg" height="40"></a>
<a href="https://vimeo.com/technicat"><img alt="Vimeo" src="/images/ionicons/svg/logo-vimeo.svg"
<a href="https://vimeo.com/showcase/9418250"><img alt="Vimeo" src="/images/ionicons/svg/logo-vimeo.svg" height="40"></a>
<a href="{{ site.github.repository_url }}"><img alt="Github" src="/images/ionicons/svg/logo-octocat.svg"
height="40"></a>
<a href="https://github.com/technicat"><img alt="Github" src="/images/ionicons/svg/logo-octocat.svg"
{% if site.show_downloads %}
<a href="{{ site.github.releases_url }}"><img alt="Github" src="/images/ionicons/svg/download-outline.svg"
height="40"></a>
<!-- a href="http://hyperbowl.fun/"><img alt="HyperBowl" src="/images/ionicons/svg/bowling-ball-sharp.svg"
height="40"></a -->
<!-- a href="http://pc.cafe/"><img alt="PC Cafe feed" src="/images/ionicons/svg/cafe-sharp.svg" height="40"></a -->
<p/>
<p/>
<!--a href="https://apps.apple.com/us/app/cinefex/id512379220"><img alt="Cinefex" src="/images/cinefex/screenshots/cinefex172.jpeg" width="250"></a -->
{% endif %}
</header>

<section>
Expand All @@ -49,8 +44,8 @@
{% endif %}
<p><small>
Copyright &copy; 2017-2022 <a href="http://technicat.com/">Technicat LLC</a><br />
<a href="https://vimeo.com/showcase/9417158">Las Vegas, Nevada</a><br />
Owned and operated by <a href="http://philipchu.com/">Phil Chu</a><br />
<a href="https://vimeo.com/showcase/9417158">Las Vegas, Nevada</a><br />
Owned and operated by <a href="http://philipchu.com/">Phil Chu</a><br />
Technicat logo by <a href="http://espressyourself.coffee">Dakota Snow</a><br />
Icons from <a href="http://ionicons.com/">Ionicons</a><br />
Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a><br />
Expand All @@ -61,4 +56,4 @@

</body>

</html>
</html>

0 comments on commit b90baf9

Please sign in to comment.