minerva-juppiter-home

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

index.html (2113B)


      1 <!doctype html>
      2 <html lang="jp">
      3     <head>
      4         <meta charset="UTF-8" />
      5         <title>Minerva_Juppiter</title>
      6         <link rel="stylesheet" href="../style.css" />
      7         <link rel="stylesheet" href="./style.css" />
      8         <link
      9             rel="icon"
     10             href="../public/minerva-juppiter.svg"
     11             type="image/svg+xml"
     12         />
     13         <link rel="preconnect" href="https://fonts.googleapis.com" />
     14         <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
     15         <link
     16             href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap"
     17             rel="stylesheet"
     18         />
     19     </head>
     20     <body>
     21         <header>
     22             <div class="header-left">
     23                 <a href="../index.html">
     24                     <h1>Minerva_Juppiter</h1>
     25                 </a>
     26             </div>
     27             <div class="header-right">
     28                 <a href="../Schedule">
     29                     <h2>Schedule</h2>
     30                 </a>
     31                 <a href="../works">
     32                     <h2>Art Works</h2>
     33                 </a>
     34                 <a href="https://blog.minervajuppiter.net/">
     35                     <h2>Blog</h2>
     36                 </a>
     37             </div>
     38         </header>
     39         <main class="text-center">
     40             <h1>SNS</h1>
     41             <br />
     42             <article>
     43                 <a href="https://x.com/MJuppiter" class="no-text-decoration">
     44                     <h2>Twitter</h2>
     45                 </a>
     46             </article>
     47             <article>
     48                 <a
     49                     href="https://zenn.dev/minervajuppiter"
     50                     class="no-text-decoration"
     51                 >
     52                     <h2>Zenn</h2>
     53                 </a>
     54             </article>
     55             <article>
     56                 <a
     57                     href="https://bsky.app/profile/minervajuppiter.net"
     58                     class="no-text-decoration"
     59                 >
     60                     <h2>BlueSky</h2>
     61                 </a>
     62             </article>
     63         </main>
     64         <footer>@all right reserved by minerva_juppiter</footer>
     65     </body>
     66 </html>