This commit is contained in:
parent
b28ca170ed
commit
8c7a91dc80
7 changed files with 17 additions and 99 deletions
|
@ -1,13 +1,13 @@
|
|||
<template>
|
||||
<div class="dashboard container mx-auto px-2 py-2 md:px-6 md:py-6">
|
||||
<Title title="Zeppelin - Dashboard" />
|
||||
<Title title="ZappyZep - Dashboard" />
|
||||
|
||||
<nav class="flex items-stretch flex-wrap pl-4 pr-2 py-1 border border-gray-700 rounded bg-gray-800 shadow-xl mb-8">
|
||||
<div class="flex-full md:flex-initial flex items-center">
|
||||
<img class="w-10 mr-5" :src="logoUrl" alt="" aria-hidden="true">
|
||||
|
||||
<router-link to="/dashboard">
|
||||
<h1 class="font-semibold">Zeppelin Dashboard</h1>
|
||||
<h1 class="font-semibold">ZappyZep Dashboard</h1>
|
||||
</router-link>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class="docs container mx-auto px-6 py-6">
|
||||
<Title title="Zeppelin - Documentation" />
|
||||
<Title title="ZappyZep - Documentation" />
|
||||
|
||||
<!-- Top bar -->
|
||||
<nav class="flex items-stretch pl-4 pr-2 py-1 border border-gray-700 rounded bg-gray-800 shadow-xl">
|
||||
|
@ -8,7 +8,7 @@
|
|||
<img class="flex-auto w-10 mr-5" :src="logoUrl" alt="" aria-hidden="true">
|
||||
|
||||
<router-link to="/docs">
|
||||
<h1 class="flex-auto font-semibold">Zeppelin Documentation</h1>
|
||||
<h1 class="flex-auto font-semibold">ZappyZep Documentation</h1>
|
||||
</router-link>
|
||||
</div>
|
||||
<div class="flex-1 flex items-center justify-end">
|
||||
|
|
|
@ -7,12 +7,14 @@
|
|||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
|
||||
/>
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||
<title>Zeppelin - Moderation bot for Discord</title>
|
||||
<meta property="og:title" content="ZappyZep" />
|
||||
<meta property="og:description" content="ZappyZep is a private moderation bot for Discord, designed with large servers and reliability in mind." />
|
||||
<title>ZappyZep - Moderation bot for Discord</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<h1>Zeppelin</h1>
|
||||
The Zeppelin website requires JavaScript to load.
|
||||
<h1>ZappyZep</h1>
|
||||
The ZappyZep website requires JavaScript to load.
|
||||
</noscript>
|
||||
|
||||
<div id="app"></div>
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
<div id="error"></div>
|
||||
<div class="wrapper">
|
||||
<div class="logo-column">
|
||||
<img class="logo" src="./img/logo.png" alt="Zeppelin Logo" />
|
||||
<img class="logo" src="./img/logo.png" alt="ZappyZep Logo" />
|
||||
</div>
|
||||
<div class="info-column">
|
||||
<h1>Zeppelin</h1>
|
||||
<h1>ZappyZep</h1>
|
||||
<div class="description">
|
||||
Zeppelin is a private moderation bot for Discord, designed with large servers and reliability in mind.
|
||||
ZappyZep is a private moderation bot for Discord, designed with large servers and reliability in mind.
|
||||
</div>
|
||||
<div class="actions">
|
||||
<a class="btn" href="/dashboard">Dashboard</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue