-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
@ronaの自己紹介を追加
- Loading branch information
Showing
5 changed files
with
144 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: "ろなの自己紹介" | ||
author: "rona" | ||
--- | ||
|
||
<div style="width:100%; max-width:900px; margin-left:auto; margin-right:auto; padding: 0px auto;"> | ||
|
||
rona | ||
- おふとんが好き | ||
- Arch Linuxも好き | ||
- 猫も好き | ||
|
||
</div> | ||
|
||
<a href="../" style="text-decoration: none;"> | ||
<div style="padding: 10px; border-radius: 10px; border: 1px solid gray; box-shadow: 0px 5px 15px 0px rgba(81, 81, 81, 0.35); width: 45px; margin: auto; font-size: 15px; color: black; text-align: center;">戻る</div> | ||
</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
--- | ||
import Layout from "../../layouts/Layout.astro"; | ||
const posts = await Astro.glob("./*md"); | ||
--- | ||
|
||
<Layout title="jsys24-hackathon"> | ||
<h1>jsys24-hackathon</h1> | ||
<ul> | ||
{ | ||
posts.map((post) => ( | ||
<li> | ||
<a href={post.url}> | ||
<div class="item-box"> | ||
{typeof post.frontmatter.title !== "undefined" ? ( | ||
<h2>{post.frontmatter.title}</h2> | ||
) : ( | ||
<h2>タイトルなし</h2> | ||
)} | ||
{typeof post.frontmatter.author !== "undefined" ? ( | ||
<p class="author">著者: {post.frontmatter.author}</p> | ||
) : ( | ||
<p class="author" /> | ||
)} | ||
</div> | ||
</a> | ||
</li> | ||
)) | ||
} | ||
</ul> | ||
<a href="../"> | ||
<div class="back-box">戻る</div> | ||
</a> | ||
</Layout> | ||
<style> | ||
h1 { | ||
text-align: center; | ||
font-size: 25px; | ||
margin-top: 30px; | ||
margin-bottom: 60px; | ||
} | ||
ul { | ||
width: 300px; | ||
margin: auto; | ||
} | ||
li { | ||
margin-top: 30px; | ||
margin-bottom: 30px; | ||
list-style: none; | ||
} | ||
a { | ||
text-decoration: none; | ||
} | ||
.item-box { | ||
padding: 10px; | ||
border-radius: 10px; | ||
border: 1px solid gray; | ||
box-shadow: 0px 5px 15px 0px rgba(81, 81, 81, 0.35); | ||
& h2 { | ||
font-size: 20px; | ||
color: black; | ||
} | ||
& .author { | ||
margin-top: 10px; | ||
font-size: 18; | ||
color: gray; | ||
} | ||
} | ||
.item-box:hover { | ||
box-shadow: 0px 5px 15px 0px rgba(151, 151, 151, 0.35); | ||
} | ||
.back-box { | ||
padding: 10px; | ||
border-radius: 10px; | ||
border: 1px solid gray; | ||
box-shadow: 0px 5px 15px 0px rgba(81, 81, 81, 0.35); | ||
width: 45px; | ||
margin: auto; | ||
font-size: 15px; | ||
color: black; | ||
text-align: center; | ||
} | ||
.back-box:hover { | ||
box-shadow: 0px 5px 15px 0px rgba(151, 151, 151, 0.35); | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: "雙峰祭" | ||
author: "有機物" | ||
--- | ||
|
||
<div style="width:100%; max-width:900px; margin-left:auto; margin-right:auto; padding: 0px auto;"> | ||
|
||
# 雙峰祭!!! | ||
|
||
## 雙峰祭とは? | ||
|
||
筑波大学の学園祭である雙峰祭は、毎年春に開催される大規模なイベントです。音楽ライブ、美術展覧会、ワークショップなど、多岐にわたるイベントが行われます。また、学部や研究科ごとに個別のイベントも開催され、学園内外から多くの人々が訪れることで、筑波大学の活気と交流の場を提供しています。雙峰祭は、学生たちの創造性と活力を一層引き立て、筑波大学の特色を発信する重要なイベントとなっています。 | ||
|
||
-phindで生成した文章 | ||
|
||
</div> | ||
|
||
<a href="../" style="text-decoration: none;"> | ||
<div style="padding: 10px; border-radius: 10px; border: 1px solid gray; box-shadow: 0px 5px 15px 0px rgba(81, 81, 81, 0.35); width: 45px; margin: auto; font-size: 15px; color: black; text-align: center;">戻る</div> | ||
</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: "そぽたん" | ||
author: "地球にお住まいの方" | ||
--- | ||
|
||
<div style="width:100%; max-width:900px; margin-left:auto; margin-right:auto; padding: 0px auto;"> | ||
|
||
# そぽたん | ||
|
||
## そぽたんとは? | ||
|
||
そぽたんは、筑波大学の学園祭である雙峰祭の公式マスコットキャラクターです。2019年に発見され、筑波山からやってきたという設定で、祭りの盛り上げに活躍しています。そぽたんは天真爛漫で好奇心旺盛な性格をしており、3月4日が誕生日です。祭りの様子を楽しみながら、そぽたんの活躍を見守ることができます。 | ||
|
||
-phindで生成した文章を一部修正 | ||
|
||
</div> | ||
|
||
<a href="../" style="text-decoration: none;"> | ||
<div style="padding: 10px; border-radius: 10px; border: 1px solid gray; box-shadow: 0px 5px 15px 0px rgba(81, 81, 81, 0.35); width: 45px; margin: auto; font-size: 15px; color: black; text-align: center;">戻る</div> | ||
</a> |