Skip to content

Commit

Permalink
Rename project to kaunter
Browse files Browse the repository at this point in the history
  • Loading branch information
zichy committed Feb 12, 2024
1 parent b6936ec commit b781d23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Zauberkaunter
# kaunter

Zauberkaunter is a simple web-based life counter app for the trading card game *Magic: The Gathering*.
**kaunter** is a simple web-based life counter app for the trading card game *Magic: The Gathering*.

## Features

Expand All @@ -9,7 +9,7 @@ Zauberkaunter is a simple web-based life counter app for the trading card game *
* Responsive layout
* Accessible HTML5 with keyboard compatibility

Please note that there are many great life counter apps for smartphones and tables. Zauberkaunter is meant to be used on larger screens.
Please note that there are many great life counter apps for smartphones and tables. kaunter is meant to be used on larger screens.

## License

Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="zichy">
<meta name="description" content="Keep track of player’s life points, poison counters, and commander damage in the trading card game Magic: The Gathering.">
<meta property="og:title" content="Zauberkaunter">
<meta property="og:title" content="kaunter">
<meta property="og:desc" content="Keep track of player’s life points, poison counters, and commander damage in the trading card game Magic: The Gathering.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://counter.hack.re">

<title>Zauberkaunter</title>
<title>kaunter</title>

<link rel="stylesheet" type="text/css" href="main.css" media="screen">
</head>
Expand All @@ -19,8 +19,8 @@
<div class="content">
<div class="intro">
<div class="intro__inner">
<h1 class="intro__headline">Zauberkaunter</h1>
<p>Here you can keep track of player’s life points, poison counters, and commander damage in the <abbr title="trading card game">TCG</abbr> <em>Magic: The Gathering</em>. This service is not affiliated with Wizards of the Coast LLC. The source code is available on <a href="https://github.com/zichy/zauberkaunter" target="_blank">GitHub</a>.
<h1 class="intro__headline">kaunter</h1>
<p>Here you can keep track of player’s life points, poison counters, and commander damage in the <abbr title="trading card game">TCG</abbr> <em>Magic: The Gathering</em>. This service is not affiliated with Wizards of the Coast LLC. The source code is available on <a href="https://github.com/zichy/kaunter" target="_blank">GitHub</a>.
</div>
<div class="intro__actions">
<p class="intro__label">Add new player</p>
Expand Down

0 comments on commit b781d23

Please sign in to comment.