-
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.
Merge pull request #12 from yuyuslab/revise1
font changed
- Loading branch information
Showing
13 changed files
with
313 additions
and
67 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
layout: post | ||
title: "技術書ビブリオバトル" | ||
date: 2024-12-07 | ||
category: | ||
- community | ||
- event | ||
--- | ||
<iframe class="speakerdeck-iframe" frameborder="0" src="https://speakerdeck.com/player/e9836d6a0272447d93ed6560abadf08e" title="biblio_battle_GDGoCTMU_2024" allowfullscreen="true" style="border: 0px; background: padding-box padding-box rgba(0, 0, 0, 0.1); margin: 0px; padding: 0px; border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 40px; width: 100%; height: auto; aspect-ratio: 560 / 315;" data-ratio="1.7777777777777777"></iframe> |
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,14 @@ | ||
--- | ||
layout: post | ||
title: "ハッカソン運営" | ||
date: 2024-12-21 | ||
category: | ||
- activity | ||
- behaviour | ||
- community | ||
- event | ||
--- | ||
|
||
<iframe class="note-embed" src="https://note.com/embed/notes/nf0f4de05cb0c" style="border: 0; display: block; max-width: 99%; width: 494px; padding: 0px; margin: 10px 0px; position: static; visibility: visible;" height="400"></iframe><script async src="https://note.com/scripts/embed.js" charset="utf-8"></script> | ||
|
||
<iframe class="speakerdeck-iframe" frameborder="0" src="https://speakerdeck.com/player/4e67d20ed9234b5bb2b96b336ec7d223" title="hackathon_org_story_dev_fest_kwansai" allowfullscreen="true" style="border: 0px; background: padding-box padding-box rgba(0, 0, 0, 0.1); margin: 0px; padding: 0px; border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 40px; width: 100%; height: auto; aspect-ratio: 560 / 395;" data-ratio="1.4177215189873418"></iframe> |
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 |
---|---|---|
|
@@ -4,6 +4,8 @@ | |
|
||
body { | ||
margin: 10%; | ||
font-family: Arial, Helvetica, sans-serif; | ||
text-decoration: none; | ||
|
||
} | ||
|
||
|
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,36 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="/Hello/assets/css/styles.css"> | ||
<!-- Google tag (gtag.js) --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8EJ4C25NLV"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'G-8EJ4C25NLV'); | ||
</script> | ||
<title>技術書ビブリオバトル</title> | ||
</head> | ||
<body> | ||
<nav> | ||
|
||
<a href="/Hello/" >Home</a> | ||
|
||
<a href="/Hello/about.html" >About</a> | ||
|
||
<a href="/Hello/blog.html" >Blog</a> | ||
|
||
<a href="/Hello/research.html" >Research</a> | ||
|
||
</nav> | ||
<h1>技術書ビブリオバトル</h1> | ||
<p>07 Dec 2024</p> | ||
<iframe class="speakerdeck-iframe" frameborder="0" src="https://speakerdeck.com/player/e9836d6a0272447d93ed6560abadf08e" title="biblio_battle_GDGoCTMU_2024" allowfullscreen="true" style="border: 0px; background: padding-box padding-box rgba(0, 0, 0, 0.1); margin: 0px; padding: 0px; border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 40px; width: 100%; height: auto; aspect-ratio: 560 / 315;" data-ratio="1.7777777777777777"></iframe> | ||
|
||
|
||
</body> | ||
</html> |
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,39 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="/Hello/assets/css/styles.css"> | ||
<!-- Google tag (gtag.js) --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8EJ4C25NLV"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'G-8EJ4C25NLV'); | ||
</script> | ||
<title>ハッカソン運営</title> | ||
</head> | ||
<body> | ||
<nav> | ||
|
||
<a href="/Hello/" >Home</a> | ||
|
||
<a href="/Hello/about.html" >About</a> | ||
|
||
<a href="/Hello/blog.html" >Blog</a> | ||
|
||
<a href="/Hello/research.html" >Research</a> | ||
|
||
</nav> | ||
<h1>ハッカソン運営</h1> | ||
<p>21 Dec 2024</p> | ||
<iframe class="note-embed" src="https://note.com/embed/notes/nf0f4de05cb0c" style="border: 0; display: block; max-width: 99%; width: 494px; padding: 0px; margin: 10px 0px; position: static; visibility: visible;" height="400"></iframe> | ||
<script async="" src="https://note.com/scripts/embed.js" charset="utf-8"></script> | ||
|
||
<iframe class="speakerdeck-iframe" frameborder="0" src="https://speakerdeck.com/player/4e67d20ed9234b5bb2b96b336ec7d223" title="hackathon_org_story_dev_fest_kwansai" allowfullscreen="true" style="border: 0px; background: padding-box padding-box rgba(0, 0, 0, 0.1); margin: 0px; padding: 0px; border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 40px; width: 100%; height: auto; aspect-ratio: 560 / 395;" data-ratio="1.4177215189873418"></iframe> | ||
|
||
|
||
</body> | ||
</html> |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
.current { color: green; } | ||
|
||
body { margin: 10%; } | ||
body { margin: 10%; font-family: Arial, Helvetica, sans-serif; text-decoration: none; } | ||
|
||
.circular-panda { width: 50%; height: 50%; display: flex; justify-content: center; margin-top: 5%; } |
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
36 changes: 36 additions & 0 deletions
36
_site/blog/Users/yujirokisu/Documents/Hello/2024-12-07-blog.html
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,36 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="/Hello/assets/css/styles.css"> | ||
<!-- Google tag (gtag.js) --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8EJ4C25NLV"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'G-8EJ4C25NLV'); | ||
</script> | ||
<title>技術書ビブリオバトル</title> | ||
</head> | ||
<body> | ||
<nav> | ||
|
||
<a href="/Hello/" >Home</a> | ||
|
||
<a href="/Hello/about.html" >About</a> | ||
|
||
<a href="/Hello/blog.html" >Blog</a> | ||
|
||
<a href="/Hello/research.html" >Research</a> | ||
|
||
</nav> | ||
<h1>技術書ビブリオバトル</h1> | ||
<p>07 Dec 2024</p> | ||
<iframe class="speakerdeck-iframe" frameborder="0" src="https://speakerdeck.com/player/e9836d6a0272447d93ed6560abadf08e" title="biblio_battle_GDGoCTMU_2024" allowfullscreen="true" style="border: 0px; background: padding-box padding-box rgba(0, 0, 0, 0.1); margin: 0px; padding: 0px; border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 40px; width: 100%; height: auto; aspect-ratio: 560 / 315;" data-ratio="1.7777777777777777"></iframe> | ||
|
||
|
||
</body> | ||
</html> |
39 changes: 39 additions & 0 deletions
39
_site/blog/Users/yujirokisu/Documents/Hello/2024-12-21-blog.html
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,39 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="/Hello/assets/css/styles.css"> | ||
<!-- Google tag (gtag.js) --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8EJ4C25NLV"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'G-8EJ4C25NLV'); | ||
</script> | ||
<title>ハッカソン運営</title> | ||
</head> | ||
<body> | ||
<nav> | ||
|
||
<a href="/Hello/" >Home</a> | ||
|
||
<a href="/Hello/about.html" >About</a> | ||
|
||
<a href="/Hello/blog.html" >Blog</a> | ||
|
||
<a href="/Hello/research.html" >Research</a> | ||
|
||
</nav> | ||
<h1>ハッカソン運営</h1> | ||
<p>21 Dec 2024</p> | ||
<iframe class="note-embed" src="https://note.com/embed/notes/nf0f4de05cb0c" style="border: 0; display: block; max-width: 99%; width: 494px; padding: 0px; margin: 10px 0px; position: static; visibility: visible;" height="400"></iframe> | ||
<script async="" src="https://note.com/scripts/embed.js" charset="utf-8"></script> | ||
|
||
<iframe class="speakerdeck-iframe" frameborder="0" src="https://speakerdeck.com/player/4e67d20ed9234b5bb2b96b336ec7d223" title="hackathon_org_story_dev_fest_kwansai" allowfullscreen="true" style="border: 0px; background: padding-box padding-box rgba(0, 0, 0, 0.1); margin: 0px; padding: 0px; border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 40px; width: 100%; height: auto; aspect-ratio: 560 / 395;" data-ratio="1.4177215189873418"></iframe> | ||
|
||
|
||
</body> | ||
</html> |
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 |
---|---|---|
@@ -1 +1 @@ | ||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="http://localhost:4000/Hello/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/Hello/" rel="alternate" type="text/html" /><updated>2025-01-03T10:43:48+09:00</updated><id>http://localhost:4000/Hello/feed.xml</id><title type="html">yuyuslab home page</title><subtitle>repo for yuyuslab work</subtitle></feed> | ||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="http://localhost:4000/Hello/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/Hello/" rel="alternate" type="text/html" /><updated>2025-01-03T13:29:45+09:00</updated><id>http://localhost:4000/Hello/feed.xml</id><title type="html">yuyuslab home page</title><subtitle>repo for yuyuslab work</subtitle></feed> |
Oops, something went wrong.