ライトハウス

このコミットが含まれているのは:
テクニカル諏訪子 2020-06-22 11:03:35 +09:00
コミット 9ac1c17e10
9個のファイルの変更23行の追加14行の削除

ファイルの表示

@ -1,5 +1,10 @@
{
"name": "App",
"name": "テクニカル諏訪子",
"short_name": "テクニカル諏訪子",
"start_url": "/",
"display": "standalone",
"background_color": "#232629",
"theme-color": "#3DAEE9",
"icons": [
{
"src": "\/android-icon-36x36.png",
@ -38,4 +43,4 @@
"density": "4.0"
}
]
}
}

ファイルの表示

@ -1,6 +1,6 @@
<template>
<span>
<a href="#" @click="show = true"><img src="/img/bash/app_icon.png" width="50" /></a>
<a href="#" @click="show = true"><img src="/img/bash/app_icon.png" width="50" height="50" alt="ロリ端末" /></a>
<span v-if="show">
<vue-draggable-resizable style="border: 0px solid #232629;" :drag-handle="'.drag-handle'" class-name-handle="resize-handle" class="konsoleuser" :x="-50" :y="-100" :z="99999999">
<div style="width: 100%; position: relative;">

ファイルの表示

@ -1,6 +1,6 @@
<template>
<span>
<a href="#" @click="show = true"><img src="/img/discord.png" /></a>
<a href="#" @click="show = true"><img src="/img/discord.png" alt="ディスコード" /></a>
<span v-if="show">
<vue-draggable-resizable style="border: 0px solid #232629;" :drag-handle="'.drag-handle'" class-name-handle="resize-handle" class="disco" :x="-500" :y="10" :z="99999999">
<div style="width: 100%; position: relative;">

ファイルの表示

@ -1,6 +1,6 @@
<template>
<span>
<a href="#" @click="show = true"><img src="/img/bash/note_icon.png" width="50" /></a>
<a href="#" @click="show = true"><img src="/img/bash/note_icon.png" width="50" height="50" alt="ショタノート" /></a>
<span v-if="show">
<vue-draggable-resizable style="border: 0px solid #232629;" :drag-handle="'.drag-handle'" class-name-handle="resize-handle" class="shotanote" :x="50" :y="-100" :z="99999999">
<div style="width: 100%; position: relative;">

ファイルの表示

@ -5,12 +5,15 @@
@import '~bootstrap/scss/bootstrap';
@font-face {
font-family: jpserriffont;
font-family: 'jpserriffont';
font-style: normal;
font-weight: 400;
src: url('../fonts/jpserriffont.woff');
font-display: swap;
}
body {
font-family: jpserriffont;
font-family: 'jpserriffont';
text-align: center;
color: #fcfcfc;
background-color: #232629;

ファイルの表示

@ -33,6 +33,7 @@
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="Description" content="テクニカル諏訪子のホームページ">
<meta name="msapplication-TileColor" content="#3daee9">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#3daee9">
@ -44,7 +45,7 @@
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="hide-smaho">
<a href="#" class="navbar-brand"><img src="/img/favicon.jpeg" style="border-radius: 4px;" width="30" height="30" alt=""></a>
<a href="#" class="navbar-brand"><img src="/img/favicon.jpeg" style="border-radius: 4px;" width="30" height="30" alt="favicon" /></a>
<ul class="navbar-nav mr-auto">
<li class="nav-item"><a class="nav-link{{ (strpos($_SERVER['REQUEST_URI'], '/blog') !== false || $_SERVER['REQUEST_URI'] == '/' ? ' active' : '') }}" href="/">トップ</a></li>
<li class="nav-item"><a class="nav-link{{ ($_SERVER['REQUEST_URI'] == '/passman' ? ' active' : '') }}" href="#">パスマン</a></li>
@ -53,7 +54,7 @@
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="userdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
@if ($user)
<img src="/{{ $user->profile->avatar }}" height="25px">
<img src="/{{ $user->profile->avatar }}" width="25px" height="25px" alt="{{ $user->profile->showname }}のアイコン" />
<span style="{{ $user->profile->name_style }}">{{ $user->profile->showname }}</span>
@else
未入会者
@ -78,7 +79,7 @@
<div class="container">
<div class="row" style="padding: 32px 0;">
<div class="col">
<img class="img-fluid logo-img" src="/img/header.png" />
<img class="img-fluid logo-img" src="/img/header.png" alt="ヘッダー" />
<div class="logo-c">テクニカル諏訪子</div>
<div class="logo-br">
<div class="logo-sns"><a href="https://www.youtube.com/user/UltimatePisman" alt="ユーチューブ"><img src="/img/youtube.png" alt="ユーチューブのロゴ" /></a></div>

ファイルの表示

@ -4,7 +4,7 @@
<div class="within">
<div class="bar">えっ?迷ったかな?</div>
<div class="back" style="text-align: center; padding-top: 0px;">
<div><img src="/img/keromayokatta.png" /></div>
<div><img src="/img/keromayokatta.png" alt="あれ?" /></div>
可笑しいですが、こういうページがありませんね…
</div>
</div>

ファイルの表示

@ -6,7 +6,7 @@
<div class="bar {{ ($res[0]['public_status'] !== 0 ? ' bny' : '') }}">{{ $res[0]['title'] }}</div>
<div class="meta">
<a href="/profile/{{$res[0]['user_id']}}">
<img src="/{{ $res[0]['avatar'] }}" width="20" />
<img src="/{{ $res[0]['avatar'] }}" width="20" height="20" alt="{{ $res[0]['showname'] }}のアイコン" />
<span style="{{ $res[0]['showcol'] }}">{{ $res[0]['showname'] }}</span>
</a>
<span>{{ $res[0]['publish_date'] }}で公開</span>

ファイルの表示

@ -4,13 +4,13 @@
<div class="within">
<div class="bar">
<img src="/img/flag/{{ $res->profile->country }}.png" />
<img src="/img/flag/{{ $res->profile->country }}.png" alt="{{ $res->profile->country }}" />
<span style="{{ $res->profile->name_style }}">{{ $res->profile->display_name }}</span>
{{ $res->profile->gender_name }}
</div>
<div class="back">
<div class="row">
<div class="col" style="text-align: center;"><img src="{{ $res->profile->avatar }}" width="100px" /><br /></div>
<div class="col" style="text-align: center;"><img src="{{ $res->profile->avatar }}" width="100px" height="100px" alt="{{ $res->profile->display_name }}のアイコン" /><br /></div>
</div>
<div class="row">
<div class="col">