Rename to uwat.cc

This commit is contained in:
Quantum 2019-11-07 14:25:36 -05:00
parent 181e4cf1f8
commit d4207a390a
5 changed files with 9 additions and 10 deletions

2
.gitignore vendored
View file

@ -1,5 +1,5 @@
# WebStorm project files # WebStorm project files
/.idea /.idea
# uwat.cf files # uwat.cc files
/dist /dist

View file

@ -16,7 +16,6 @@
version="1.1" version="1.1"
inkscape:version="0.91 r13725" inkscape:version="0.91 r13725"
sodipodi:docname="icon.svg" sodipodi:docname="icon.svg"
inkscape:export-filename="R:\uwat.cf.png"
inkscape:export-xdpi="209.45" inkscape:export-xdpi="209.45"
inkscape:export-ydpi="209.45"> inkscape:export-ydpi="209.45">
<defs <defs

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

View file

@ -212,7 +212,7 @@ mark,
background-color: #fcf8e3; background-color: #fcf8e3;
} }
/* uwat.cf styles */ /* uwat.cc styles */
body { body {
padding: 1rem; padding: 1rem;
} }

View file

@ -1,6 +1,6 @@
{ {
"name": "uwat.cf", "name": "uwat.cc",
"short_name": "uwat.cf", "short_name": "uwat.cc",
"icons": [ "icons": [
{ {
"src": "/android-chrome-192x192.png", "src": "/android-chrome-192x192.png",

View file

@ -16,21 +16,21 @@
<meta property="og:image:height" content="256"> <meta property="og:image:height" content="256">
<meta property="og:description" content="A gateway to resources related to the University of Waterloo, made by Waterloo students for Waterloo students."> <meta property="og:description" content="A gateway to resources related to the University of Waterloo, made by Waterloo students for Waterloo students.">
<meta property="og:title" content="Useful UWaterloo Links"> <meta property="og:title" content="Useful UWaterloo Links">
<meta property="og:image" content="https://uwat.cf/og-image.png"> <meta property="og:image" content="https://uwat.cc/og-image.png">
<meta property="og:url" content="https://uwat.cf/"> <meta property="og:url" content="https://uwat.cc/">
</head> </head>
<body> <body>
<div id="container"> <div id="container">
<h1>Useful UWaterloo Links</h1> <h1>Useful UWaterloo Links</h1>
<p><em>All <a href="/link">/link</a>s can be accessed as <a href="https://uwat.cf/link">uwat.cf/link</a>.</em></p> <p><em>All <a href="/link">/link</a>s can be accessed as <a href="https://uwat.cc/link">uwat.cc/link</a>.</em></p>
{listing} {listing}
<h2 id="about">About</h2> <h2 id="about">About</h2>
<p>Want to add more links? Send us a pull request on <a href="https://github.com/quantum5/uwat.cf">GitHub</a>!</p> <p>Want to add more links? Send us a pull request on <a href="https://github.com/quantum5/uwat.cc">GitHub</a>!</p>
<p class="small">Source code licensed under <p class="small">Source code licensed under
<a href="https://github.com/quantum5/uwat.cf/blob/master/LICENSE">the MIT license</a>.</p> <a href="https://github.com/quantum5/uwat.cc/blob/master/LICENSE">the MIT license</a>.</p>
</div> </div>
</body> </body>
</html> </html>