minerva-juppiter-home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 1d92c00954345425c2758e22fe66e51ea9e1556c
parent dc1173edc47d14b03217f0bacf17c23e416ac08a
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Sat, 14 Jun 2025 10:01:07 +0900

rename and final fix

Diffstat:
DSNS/SNS.html | 63---------------------------------------------------------------
ASNS/index.html | 50++++++++++++++++++++++++++++++++++++++++++++++++++
DSchedule/Schedule.html | 37-------------------------------------
ASchedule/index.html | 43+++++++++++++++++++++++++++++++++++++++++++
Mindex.html | 14++++++++------
Mstyle.css | 9+++++++--
Aworks/index.html | 65+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Dworks/works.html | 37-------------------------------------
8 files changed, 173 insertions(+), 145 deletions(-)

diff --git a/SNS/SNS.html b/SNS/SNS.html @@ -1,62 +0,0 @@ -<!DOCTYPE html> -<html lang="jp"> - <head> - <meta charset="UTF-8"> - <title>Minerva_Juppiter</title> - <link rel="stylesheet" href="../style.css"> - <link rel="stylesheet" href="./style.css"> - <link rel="icon" href="./public/minerva-juppiter.svg" type="image/svg+xml"> - <link rel="preconnect" href="https://fonts.googleapis.com"> - <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> - <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap" rel="stylesheet"> - </head> - <body> - <header> - <div class="header-left"> - <a href="../index.html"> - <h1>Minerva_Juppiter</h1> - </a> - </div> - <div class="header-right"> - <a href="../Schedule/Schedule.html"> - <h2>Schedule</h2> - </a> - <a href="../works/works.html"> - <h2>Works</h2> - </a> - <a href="https://blog.minervajuppiter.net/"> - <h2>Blog</h2> - </a> - </div> - </header> - <main class="text-center"> - <h1>SNS</h1> - <br> - <article> - <a href="https://github.com/minerva-jupiter" class="no-text-decoration"> - <h2>GitHub</h2> - <p>作ったアプリケーションとかを置いてます。</p> - </a> - </article> - <article> - <a href="https://www.nicovideo.jp/user/125220221" class="no-text-decoration" > - <h2>ニコニコ動画</h2> - <p>曲を書きます。多分。</p> - <iframe width="320" height="160" src="https://ext.nicovideo.jp/thumb_user/125220221" scrolling="no" style="border:solid 1px #CCC;" frameborder="0">Minerva_juppiter</iframe> - </a> - </article> - <article> - <a href="https://mypage.syosetu.com/2725453/" class="no-text-decoration"> - <h2>小説家になろう</h2> - <p>一個だけ書いて、後は放置してます。</p> - </a> - </article> - <article> - <a href="https://kakuyomu.jp/users/minerva_juppiter" class="no-text-decoration"> - <h2>カクヨム</h2> - <p>遅筆ですみません。いつか書きます。</p> - </a> - </article> - </main> - </body> -</html>- \ No newline at end of file diff --git a/SNS/index.html b/SNS/index.html @@ -0,0 +1,50 @@ +<!DOCTYPE html> +<html lang="jp"> + <head> + <meta charset="UTF-8"> + <title>Minerva_Juppiter</title> + <link rel="stylesheet" href="../style.css"> + <link rel="stylesheet" href="./style.css"> + <link rel="icon" href="../public/minerva-juppiter.svg" type="image/svg+xml"> + <link rel="preconnect" href="https://fonts.googleapis.com"> + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> + <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap" rel="stylesheet"> + </head> + <body> + <header> + <div class="header-left"> + <a href="../index.html"> + <h1>Minerva_Juppiter</h1> + </a> + </div> + <div class="header-right"> + <a href="../Schedule"> + <h2>Schedule</h2> + </a> + <a href="../works"> + <h2>Works</h2> + </a> + <a href="https://blog.minervajuppiter.net/"> + <h2>Blog</h2> + </a> + </div> + </header> + <main class="text-center"> + <h1>SNS</h1> + <br> + <article> + <a href="https://x.com/MJuppiter" class="no-text-decoration"> + <h2>Twitter</h2> + </a> + </article> + <article> + <a href="https://bsky.app/profile/minervajuppiter.net" class="no-text-decoration"> + <h2>BlueSky</h2> + </a> + </article> + </main> + <footer> + @all right reserved by minerva_juppiter + </footer> + </body> +</html> diff --git a/Schedule/Schedule.html b/Schedule/Schedule.html @@ -1,36 +0,0 @@ -<!DOCTYPE html> -<html lang="jp"> - <head> - <meta charset="UTF-8"> - <title>Minerva_Juppiter</title> - <link rel="stylesheet" href="../style.css"> - <link rel="stylesheet" href="./style.css"> - <link rel="icon" href="./public/minerva-juppiter.svg" type="image/svg+xml"> - <link rel="preconnect" href="https://fonts.googleapis.com"> - <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> - <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap" rel="stylesheet"> - </head> - <body> - <header> - <div class="header-left"> - <a href="./index.html"> - <h1>Minerva_Juppiter</h1> - </a> - </div> - <div class="header-right"> - <a href="../works/works.html"> - <h2>Works</h2> - </a> - <a href="../SNS/SNS.html"> - <h2>SNS</h2> - </a> - <a href="https://blog.minervajuppiter.net/"> - <h2>Blog</h2> - </a> - </div> - </header> - <main class="text-center"> - <h1>Schedule</h1> - </main> - </body> -</html>- \ No newline at end of file diff --git a/Schedule/index.html b/Schedule/index.html @@ -0,0 +1,43 @@ +<!DOCTYPE html> +<html lang="jp"> + <head> + <meta charset="UTF-8"> + <title>Minerva_Juppiter</title> + <link rel="stylesheet" href="../style.css"> + <link rel="stylesheet" href="./style.css"> + <link rel="icon" href="../public/minerva-juppiter.svg" type="image/svg+xml"> + <link rel="preconnect" href="https://fonts.googleapis.com"> + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> + <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap" rel="stylesheet"> + </head> + <body> + <header> + <div class="header-left"> + <a href="./index.html"> + <h1>Minerva_Juppiter</h1> + </a> + </div> + <div class="header-right"> + <a href="../works"> + <h2>Works</h2> + </a> + <a href="../SNS"> + <h2>SNS</h2> + </a> + <a href="https://blog.minervajuppiter.net/"> + <h2>Blog</h2> + </a> + </div> + </header> + <main class="text-center"> + <h1>Schedule</h1> + <br > + <article> + <iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&ctz=Asia%2FTokyo&showPrint=0&title=Minerva_Juppiter&showCalendars=0&src=cnlvdXR1cm5AZ21haWwuY29t&color=%23039be5" style="border-width:0" width="1000" height="800" frameborder="0" scrolling="no"></iframe> + </article> + </main> + <footer> + @all right reserved by minerva_juppiter + </footer> + </body> +</html> diff --git a/index.html b/index.html @@ -17,13 +17,13 @@ </a> </div> <div class="header-right"> - <a href="./Schedule/Schedule.html"> + <a href="./Schedule"> <h2>Schedule</h2> </a> - <a href="./works/works.html"> + <a href="./works"> <h2>Works</h2> </a> - <a href="./SNS/SNS.html"> + <a href="./SNS"> <h2>SNS</h2> </a> <a href="https://blog.minervajuppiter.net/"> @@ -45,5 +45,8 @@ <p>好ければ見ていってください。</p> </article> </main> - </body> -</html>- \ No newline at end of file + <footer> + @all right reserved by minerva_juppiter + </footer> + </body> +</html> diff --git a/style.css b/style.css @@ -41,4 +41,10 @@ header a { article { border-bottom: solid 1px #222; -}- \ No newline at end of file +} + +footer { + margin: 3rem; + text-align: center; + color: #858585; +} diff --git a/works/index.html b/works/index.html @@ -0,0 +1,65 @@ +<!DOCTYPE html> +<html lang="jp"> + <head> + <meta charset="UTF-8"> + <title>Minerva_Juppiter</title> + <link rel="stylesheet" href="../style.css"> + <link rel="stylesheet" href="./style.css"> + <link rel="icon" href="../public/minerva-juppiter.svg" type="image/svg+xml"> + <link rel="preconnect" href="https://fonts.googleapis.com"> + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> + <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap" rel="stylesheet"> + </head> + <body> + <header> + <div class="header-left"> + <a href="./index.html"> + <h1>Minerva_Juppiter</h1> + </a> + </div> + <div class="header-right"> + <a href="../Schedule"> + <h2>Schedule</h2> + </a> + <a href="../SNS"> + <h2>SNS</h2> + </a> + <a href="https://blog.minervajuppiter.net/"> + <h2>Blog</h2> + </a> + </div> + </header> + <main class="text-center"> + <h1>Works</h1> + <br> + <article> + <a href="https://github.com/minerva-jupiter" class="no-text-decoration"> + <h2>GitHub</h2> + <p>作ったアプリケーションとかを置いてます。</p> + </a> + </article> + <article> + <a href="https://www.nicovideo.jp/user/125220221" class="no-text-decoration" > + <h2>ニコニコ動画</h2> + <p>曲を書きます。多分。</p> + <iframe width="320" height="160" src="https://ext.nicovideo.jp/thumb_user/125220221" scrolling="no" style="border:solid 1px #CCC;" frameborder="0">Minerva_juppiter</iframe> + </a> + </article> + <article> + <a href="https://mypage.syosetu.com/2725453/" class="no-text-decoration"> + <h2>小説家になろう</h2> + <p>一個だけ書いて、後は放置してます。</p> + </a> + </article> + <article> + <a href="https://kakuyomu.jp/users/minerva_juppiter" class="no-text-decoration"> + <h2>カクヨム</h2> + <p>遅筆ですみません。いつか書きます。</p> + </a> + </article> + </main> + <footer> + @all right reserved by minerva_juppiter + </footer> + </body> +</html> diff --git a/works/works.html b/works/works.html @@ -1,36 +0,0 @@ -<!DOCTYPE html> -<html lang="jp"> - <head> - <meta charset="UTF-8"> - <title>Minerva_Juppiter</title> - <link rel="stylesheet" href="../style.css"> - <link rel="stylesheet" href="./style.css"> - <link rel="icon" href="./public/minerva-juppiter.svg" type="image/svg+xml"> - <link rel="preconnect" href="https://fonts.googleapis.com"> - <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> - <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap" rel="stylesheet"> - </head> - <body> - <header> - <div class="header-left"> - <a href="./index.html"> - <h1>Minerva_Juppiter</h1> - </a> - </div> - <div class="header-right"> - <a href="../Schedule/Schedule.html"> - <h2>Schedule</h2> - </a> - <a href="../SNS/SNS.html"> - <h2>SNS</h2> - </a> - <a href="https://blog.minervajuppiter.net/"> - <h2>Blog</h2> - </a> - </div> - </header> - <main> - <h1>Works</h1> - </main> - </body> -</html>- \ No newline at end of file