Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# Demo

![Demo](RunCat365/resources/runcat_demo.gif)
![Demo](pages/images/demo.gif)

# Contributors

Expand Down
Binary file removed RunCat365/resources/runcat_demo.gif
Binary file not shown.
Binary file added pages/images/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
82 changes: 82 additions & 0 deletions pages/images/get_it_from_ms.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pages/images/og_thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pages/images/popup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 56 additions & 0 deletions pages/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>RunCat 365</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="keywords" content="RunCat,Windows,cat,system,indicator,Taskbar" />
<meta name="author" content="Kyome22" />
<meta name="description" content="Cat living in the taskbar." />
<meta property="og:url" content="https://Kyome22.github.io/RunCat365/index.html" />
<meta property="og:type" content="website" />
<meta property="og:title" content="RunCat 365" />
<meta property="og:description" content="Cat living in the menubar." />
<meta property="og:site_name" content="RunCat 365" />
<meta
property="og:image"
content="https://Kyome22.github.io/RunCat365/images/og_thumbnail.png"
/>
<link href="https://fonts.googleapis.com/css?family=Exo+2:400,400i,600,600i" rel="stylesheet" />
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<header>
<div>
<a class="title" href="./index.html"> RunCat 365 </a>
<a
href="https://github.com/Kyome22/RunCat365"
title="Link for GitHub Repository"
target="_blank"
rel="noopener noreferrer"
>
<svg class="github-icon" viewBox="0 0 24 24">
<path
d="M12 .3a12 12 0 0 0-3.8 23.4c.6.1.8-.3.8-.6v-2c-3.3.7-4-1.6-4-1.6-.6-1.4-1.4-1.8-1.4-1.8-1-.7.1-.7.1-.7 1.2 0 1.9 1.2 1.9 1.2 1 1.8 2.8 1.3 3.5 1 0-.8.4-1.3.7-1.6-2.7-.3-5.5-1.3-5.5-6 0-1.2.5-2.3 1.3-3.1-.2-.4-.6-1.6 0-3.2 0 0 1-.3 3.4 1.2a11.5 11.5 0 0 1 6 0c2.3-1.5 3.3-1.2 3.3-1.2.6 1.6.2 2.8 0 3.2.9.8 1.3 1.9 1.3 3.2 0 4.6-2.8 5.6-5.5 5.9.5.4.9 1 .9 2.2v3.3c0 .3.1.7.8.6A12 12 0 0 0 12 .3"
></path>
</svg>
</a>
</div>
</header>
<div class="main">
<div class="summary">
<p class="title">RunCat 365</p>
<p class="catchcopy">Cat living in the taskbar.</p>
<p class="short-description">
The cat tells you the CPU usage of the device by running speed.
</p>
</div>
<img src="./images/demo.gif" />
</div>
<footer>
<nav>
<a href="./privacy_policy.html">Privacy Policy</a>
</nav>
<p>© 2022 Takuto Nakamura (Kyome22)</p>
</footer>
</body>
</html>
106 changes: 106 additions & 0 deletions pages/privacy_policy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>RunCat 365</title>
<link href="https://fonts.googleapis.com/css?family=Exo+2:400,400i,600,600i" rel="stylesheet" />
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<header>
<div>
<a class="title" href="./index.html"> RunCat 365 </a>
<a
href="https://github.com/Kyome22/RunCat365"
title="Link for GitHub Repository"
target="_blank"
rel="noopener noreferrer"
>
<svg class="github-icon" viewBox="0 0 24 24">
<path
d="M12 .3a12 12 0 0 0-3.8 23.4c.6.1.8-.3.8-.6v-2c-3.3.7-4-1.6-4-1.6-.6-1.4-1.4-1.8-1.4-1.8-1-.7.1-.7.1-.7 1.2 0 1.9 1.2 1.9 1.2 1 1.8 2.8 1.3 3.5 1 0-.8.4-1.3.7-1.6-2.7-.3-5.5-1.3-5.5-6 0-1.2.5-2.3 1.3-3.1-.2-.4-.6-1.6 0-3.2 0 0 1-.3 3.4 1.2a11.5 11.5 0 0 1 6 0c2.3-1.5 3.3-1.2 3.3-1.2.6 1.6.2 2.8 0 3.2.9.8 1.3 1.9 1.3 3.2 0 4.6-2.8 5.6-5.5 5.9.5.4.9 1 .9 2.2v3.3c0 .3.1.7.8.6A12 12 0 0 0 12 .3"
></path>
</svg>
</a>
</div>
</header>
<div class="privacy-policy">
<div class="block">
<h1>RunCat 365 Privacy Policy</h1>
<p class="explain">
Takuto Nakamura (hereinafter referred to as the developer) takes the privacy of his
customers and users seriously. The developer recognizes that privacy is an important
issue, so he designs and operates my services with the protection of your privacy in mind.
This privacy policy explains what kind of information the developer collects, uses, and
the security of your information in RunCat 365. By using RunCat 365, you consent to this
privacy policy.
</p>
</div>
<div class="block">
<h2>1. General rules</h2>
<hr />
<h3>1.1. Scope of this privacy policy</h3>
<hr />
<p class="explain">
This privacy policy applies to all services provided in all versions of RunCat 365. The
developer may separately set a privacy policy or terms of use (individual contracts) for
each service, and in the case of specifying the handling of information separately in the
individual contracts, the provision of the individual contracts will prevail.
</p>
<p class="explain">
Please note that this privacy policy does not apply to the handling of information at the
link destination when moving from a link displayed on RunCat to an external website or the
like.
</p>
<h3>1.2. Personal information</h3>
<hr />
<p class="explain">
Personal information includes your name, physical address, social numbers, email address
and geographic location information.
</p>
</div>
<div class="block">
<h2>2. How the developer deal with the user's information</h2>
<hr />
<h3>2.1. Information necessary for settlement</h3>
<hr />
<p class="explain">
Some purchase services, such as the purchase of additional functions may use credit card
information of the user for settlement. This settlement information is stored on the side
of the settlement platform managed by a third party, and the developer will not acquire
payment information.
</p>
<h3>2.2. Other information</h3>
<hr />
<p class="explain">
The developer does not collect and use any other personal information through RunCat 365.
Please use RunCat 365 with confidence.
</p>
</div>
<div class="block">
<h2>3. Changes to this privacy policy</h2>
<hr />
<p class="explain">
This privacy policy may change from time to time. If the developer decides to change this
privacy policy, he will provide you additional forms of notice of modifications or updates
as appropriate under the circumstances. Your continued use of RunCat 365 following the
posting of changes will mean you accept those changes.
</p>
</div>
<div class="block">
<h2>4. How to contact the developer</h2>
<hr />
<p class="explain">
Please send any questions, comments, or other inquiries related to this privacy policy or
RunCat 365 from AppStore Review, Developer's X. The developer will make every effort to
resolve your concerns.
</p>
</div>
</div>
<footer>
<nav>
<a href="./privacy_policy.html">Privacy Policy</a>
</nav>
<p>© 2022 Takuto Nakamura (Kyome22)</p>
</footer>
</body>
</html>
97 changes: 97 additions & 0 deletions pages/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
body {
margin: 0;
font-family: "Exo 2", sans-serif;
background-color: #f5f5f5;
text-align: center;
min-height: 100vh;
display: flex;
flex-direction: column;
}

header div {
display: flex;
background-color: #606060;
padding: 8px 16px;
color: #f5f5f5;
}

header a.title {
margin-right: auto;
text-decoration: none;
font-style: italic;
font-size: 24px;
line-height: 24px;
color: #f5f5f5;
}

header a.title:hover {
color: cadetblue;
}

header svg.github-icon {
width: 24px;
height: 24px;
}

header svg.github-icon path {
fill: #f5f5f5;
}

header svg.github-icon:hover path {
fill: cadetblue;
}

div.main {
flex: 1;
}

div.summary {
margin: 40px auto;
}

p.title {
font-style: italic;
font-size: 80px;
line-height: 80px;
margin: 20px auto;
}

p.catchcopy {
font-weight: bold;
}

footer {
padding-top: 1em;
color: #606060;
}

nav a {
text-decoration: none;
color: #404040;
}

nav a:hover {
color: darkcyan;
}

div.privacy-policy {
flex: 1;
font-family: sans-serif;
}

div.privacy-policy div.block {
margin: 0 auto;
padding: 5px 20px;
max-width: 800px;
text-align: left;
}

div.privacy-policy h1 {
text-align: center;
}

div.privacy-policy p.explain {
text-indent: 1em;
text-align: justify;
hyphens: auto;
}