From da34aa404bec0c7db471fa0adcd2073b1fc78ed4 Mon Sep 17 00:00:00 2001 From: yudejp Date: Mon, 19 Apr 2021 18:40:13 +0900 Subject: [PATCH] Removed stopped services --- pages/index.js | 3 -- pages/status.js | 106 ------------------------------------------------ 2 files changed, 109 deletions(-) delete mode 100644 pages/status.js diff --git a/pages/index.js b/pages/index.js index 20b1316..ef5ddeb 100644 --- a/pages/index.js +++ b/pages/index.js @@ -35,9 +35,6 @@ export default function Index(props) { - - -

diff --git a/pages/status.js b/pages/status.js deleted file mode 100644 index 3cf1bec..0000000 --- a/pages/status.js +++ /dev/null @@ -1,106 +0,0 @@ -import Layout from "./components/Layout" -import Navbar from "./components/Navbar" -import useTranslation from 'next-translate/useTranslation' -import { faDiscord, faTwitter, faGithub, faKeybase, faInstagram } from '@fortawesome/free-brands-svg-icons' -import { faEnvelope, faBirthdayCake, faMapPin, faSchool } from '@fortawesome/free-solid-svg-icons' -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import Link from 'next/link' -import Image from 'next/image' - -import { useRouter } from 'next/router' - -export default function About(props) { - const router = useRouter() - const { locale, locales, defaultLocale, pathname } = router - const { t, lang } = useTranslation("status") - const status = t('status') - const location = t('location') - const tottori = t('tottori') - const hiroshima = t('hiroshima') - const model = t('model') - - return ( - - - -
- { - // Heading - } -
-

{status}

Powered / Generated by Datadog.

-
- { - // cherry Datadog - } -

cherry

-
-

CPU

i7-2600
-

RAM

DDR3 24GB
-

OS

Ubuntu Server 20.04.2 LTS
-

{location}

{hiroshima}
-
-
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- { - // raspberry Datadog - } -

raspberry

-
-

{model}

Raspberry Pi 4 Model B Rev 1.2
-

RAM

4GB
-

OS

Raspbian GNU/Linux 10 (buster)
-

{location}

{tottori}
- -
-
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
- - -
- ) -} \ No newline at end of file