Rename to Phantom Ink
This commit is contained in:
parent
983e11ff27
commit
565a88e07e
8 changed files with 13 additions and 13 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 576 KiB |
BIN
web/public/assets/phantom_ink_logo.png
Normal file
BIN
web/public/assets/phantom_ink_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 554 KiB |
|
|
@ -5,11 +5,11 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||
<title>Ghost Writer Online</title>
|
||||
<title>Phantom Ink Online</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<strong>We're sorry but Ghost Writer Online doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||
<strong>We're sorry but Phantom Ink Online doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
<div id="app"></div>
|
||||
<!-- built files will be auto injected -->
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
v-else
|
||||
class="device-error"
|
||||
>
|
||||
<h1 class="centre">Ghost Writer Online</h1>
|
||||
<h1 class="centre">Phantom Ink Online</h1>
|
||||
<p class="centre">
|
||||
To use this site you must be using a laptop, desktop, or iPad.
|
||||
If you are on one of those devices and you still see this message,
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
>
|
||||
<h2 class="centre">Attributions:</h2>
|
||||
<p class="centre">
|
||||
Ghost Writer is designed and created by
|
||||
Phantom Ink is designed and created by
|
||||
<a href="https://resonym.com" target="_blank" rel="noopener">Resonym</a>
|
||||
<br>
|
||||
Online Prototype Made By: Oliver Akins
|
||||
|
|
|
|||
|
|
@ -100,14 +100,14 @@
|
|||
{{ visible ? `Hide` : `Show` }} Past Questions
|
||||
</button>
|
||||
<a
|
||||
href="https://playghostwriter.com"
|
||||
href="http://phantominkgame.com/"
|
||||
target="_blank"
|
||||
id="game-logo-link"
|
||||
>
|
||||
<img
|
||||
id="game-logo"
|
||||
src="/assets/ghost_writer_logo.png"
|
||||
alt="Ghost Writer Logo"
|
||||
src="/assets/phantom_ink_logo.png"
|
||||
alt="Phantom Ink Logo"
|
||||
rel="noopener"
|
||||
>
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
<template>
|
||||
<div id="CreateJoinGame" class="maximize view">
|
||||
<div class="centre" id="logo-header">
|
||||
<a href="http://playghostwriter.com" target="_blank" rel="noopener">
|
||||
<a href="http://phantominkgame.com/" target="_blank" rel="noopener">
|
||||
<img
|
||||
src="/assets/ghost_writer_logo.png"
|
||||
alt="Ghost Writer Logo"
|
||||
src="/assets/phantom_ink_logo.png"
|
||||
alt="Phantom Ink Logo"
|
||||
height="200"
|
||||
>
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
<template>
|
||||
<div id="GameLobby" class="maximize view">
|
||||
<div class="centre" id="logo-header">
|
||||
<a href="http://playghostwriter.com" target="_blank" rel="noopener">
|
||||
<a href="http://phantominkgame.com/" target="_blank" rel="noopener">
|
||||
<img
|
||||
src="/assets/ghost_writer_logo.png"
|
||||
alt="Ghost Writer Logo"
|
||||
src="/assets/phantom_ink_logo.png"
|
||||
alt="Phantom Ink Logo"
|
||||
height="150px"
|
||||
>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue