Skip to content

Commit

Permalink
[beginner group] Fix some path config
Browse files Browse the repository at this point in the history
  • Loading branch information
naru200 committed Oct 15, 2024
1 parent 375b103 commit 87cbe8f
Show file tree
Hide file tree
Showing 40 changed files with 68 additions and 69 deletions.
Empty file added groups/beginner/.nojekyll
Empty file.
1 change: 0 additions & 1 deletion groups/beginner/_astro/.nojekyll

This file was deleted.

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion groups/beginner/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>
<browserconfig><msapplication><tile><square70x70logo src="/groups/beginner/ms-icon-70x70.png"/><square150x150logo src="/groups/beginner/ms-icon-150x150.png"/><square310x310logo src="/groups/beginner/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>
4 changes: 2 additions & 2 deletions groups/beginner/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
document.addEventListener("DOMContentLoaded", () => init());
document.addEventListener("astro:after-swap", () => init());
preloadTheme();
</script><link rel="stylesheet" href="/groups/beginner/_astro/index.CSkeIq9P.css" /><script type="module" src="/groups/beginner/_astro/hoisted.IxFg9jpS.js"></script></head> <body> <header> <div class="mx-auto max-w-screen-lg px-5"> <div class="flex flex-wrap gap-y-2 justify-between"> <a href="/" target="_self" class="inline-block decoration-black/15 dark:decoration-white/30 hover:decoration-black/25 hover:dark:decoration-white/50 text-current hover:text-zinc-900 hover:dark:text-white transition-colors duration-300 ease-in-out"> <div class="font-bold"> AWSKRUG Beginner 소모임 </div> </a> <div class="flex items-center"> <a href="https://tally.so/r/wbx7EE" target="_blank" class="inline-block decoration-black/15 dark:decoration-white/30 hover:decoration-black/25 hover:dark:decoration-white/50 text-current hover:text-zinc-900 hover:dark:text-white transition-colors duration-300 ease-in-out underline underline-offset-2"> <span class="text-[15px] font-bold"> 📢 발표자 지원하기 </span> </a> <div class="mx-4 w-[1px] h-4 bg-black/15 dark:bg-white/20"></div> <div class="flex flex-wrap gap-1 items-center"> <button id="light-theme-button" aria-label="Light theme" class="group size-8 flex items-center justify-center rounded-full"> <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="group-hover:stroke-black group-hover:dark:stroke-white transition-colors duration-300 ease-in-out"> <circle cx="12" cy="12" r="5"></circle> <line x1="12" y1="1" x2="12" y2="3"></line> <line x1="12" y1="21" x2="12" y2="23"></line> <line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line> <line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line> <line x1="1" y1="12" x2="3" y2="12"></line> <line x1="21" y1="12" x2="23" y2="12"></line> <line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line> <line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line> </svg> </button> <button id="dark-theme-button" aria-label="Dark theme" class="group size-8 flex items-center justify-center rounded-full"> <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="group-hover:stroke-black group-hover:dark:stroke-white transition-colors duration-300 ease-in-out"> <path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path> </svg> </button> <button id="system-theme-button" aria-label="System theme" class="group size-8 flex items-center justify-center rounded-full"> <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="group-hover:stroke-black group-hover:dark:stroke-white transition-colors duration-300 ease-in-out"> <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect> <line x1="8" y1="21" x2="16" y2="21"></line> <line x1="12" y1="17" x2="12" y2="21"></line> </svg> </button> </div> </div> </div> </div> </header> <main> <div class="mx-auto max-w-screen-lg px-5"> <h1 class="animate font-semibold text-2xl">AWSKRUG Beginner 소모임</h1> <div class="space-y-16"> <section class="animate"> <article class="space-y-4"> <p> <b class="font-semibold">
</script><link rel="stylesheet" href="/groups/beginner/astro/index.CSkeIq9P.css" /><script type="module" src="/groups/beginner/astro/hoisted.IxFg9jpS.js"></script></head> <body> <header> <div class="mx-auto max-w-screen-lg px-5"> <div class="flex flex-wrap gap-y-2 justify-between"> <a href="/" target="_self" class="inline-block decoration-black/15 dark:decoration-white/30 hover:decoration-black/25 hover:dark:decoration-white/50 text-current hover:text-zinc-900 hover:dark:text-white transition-colors duration-300 ease-in-out"> <div class="font-bold"> AWSKRUG Beginner 소모임 </div> </a> <div class="flex items-center"> <a href="https://tally.so/r/wbx7EE" target="_blank" class="inline-block decoration-black/15 dark:decoration-white/30 hover:decoration-black/25 hover:dark:decoration-white/50 text-current hover:text-zinc-900 hover:dark:text-white transition-colors duration-300 ease-in-out underline underline-offset-2"> <span class="text-[15px] font-bold"> 📢 발표자 지원하기 </span> </a> <div class="mx-4 w-[1px] h-4 bg-black/15 dark:bg-white/20"></div> <div class="flex flex-wrap gap-1 items-center"> <button id="light-theme-button" aria-label="Light theme" class="group size-8 flex items-center justify-center rounded-full"> <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="group-hover:stroke-black group-hover:dark:stroke-white transition-colors duration-300 ease-in-out"> <circle cx="12" cy="12" r="5"></circle> <line x1="12" y1="1" x2="12" y2="3"></line> <line x1="12" y1="21" x2="12" y2="23"></line> <line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line> <line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line> <line x1="1" y1="12" x2="3" y2="12"></line> <line x1="21" y1="12" x2="23" y2="12"></line> <line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line> <line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line> </svg> </button> <button id="dark-theme-button" aria-label="Dark theme" class="group size-8 flex items-center justify-center rounded-full"> <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="group-hover:stroke-black group-hover:dark:stroke-white transition-colors duration-300 ease-in-out"> <path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path> </svg> </button> <button id="system-theme-button" aria-label="System theme" class="group size-8 flex items-center justify-center rounded-full"> <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="group-hover:stroke-black group-hover:dark:stroke-white transition-colors duration-300 ease-in-out"> <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect> <line x1="8" y1="21" x2="16" y2="21"></line> <line x1="12" y1="17" x2="12" y2="21"></line> </svg> </button> </div> </div> </div> </div> </header> <main> <div class="mx-auto max-w-screen-lg px-5"> <h1 class="animate font-semibold text-2xl">AWSKRUG Beginner 소모임</h1> <div class="space-y-16"> <section class="animate"> <article class="space-y-4"> <p> <b class="font-semibold">
비기너 소모임은 AWS를 처음 (혹은 이제 막) 접하는 개발자, 엔지니어,
학생 분들을 위한 소모임
</b>
Expand All @@ -125,7 +125,7 @@
있습니다.
</b>
비기너 소모임 외에도 다른 소모임의 세션들도 있으니, 한 번 둘러보세요!
</p> <div class="flex space-x-6"> <a href="https://awskrug.slack.com/archives/C360U952L" target="_blank" rel="noopener noreferrer" class="relative group flex flex-nowrap flex-1 py-3 px-4 rounded-lg border border-black/15 dark:border-white/20 hover:bg-black/5 dark:hover:bg-white/5 hover:text-zinc-900 dark:hover:text-white transition-colors duration-300 ease-in-out"> <div class="flex items-center w-full"> <img src="/groups/beginner/_astro/slack.B-p126JW_1sXDrv.svg" alt="" class="w-4 h-4 mr-2" width="2448" height="2453" loading="lazy" decoding="async"> <div class="font-semibold flex-1">AWSKRUG 슬랙 #beginner 채널 바로가기</div> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-4"> <path stroke-linecap="round" stroke-linejoin="round" d="M13.5 6H5.25A2.25 2.25 0 0 0 3 8.25v10.5A2.25 2.25 0 0 0 5.25 21h10.5A2.25 2.25 0 0 0 18 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25"></path> </svg> </div> </a> <a href="https://www.meetup.com/ko-KR/awskrug" target="_blank" rel="noopener noreferrer" class="relative group flex flex-nowrap flex-1 py-3 px-4 rounded-lg border border-black/15 dark:border-white/20 hover:bg-black/5 dark:hover:bg-white/5 hover:text-zinc-900 dark:hover:text-white transition-colors duration-300 ease-in-out"> <div class="flex items-center w-full"> <img src="/groups/beginner/_astro/meetup.BrD4ROEp_10888r.svg" alt="" class="w-4 h-4 mr-2" width="2500" height="2023" loading="lazy" decoding="async"> <div class="font-semibold flex-1">AWSKRUG Meetup 페이지 바로가기</div> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-4"> <path stroke-linecap="round" stroke-linejoin="round" d="M13.5 6H5.25A2.25 2.25 0 0 0 3 8.25v10.5A2.25 2.25 0 0 0 5.25 21h10.5A2.25 2.25 0 0 0 18 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25"></path> </svg> </div> </a> </div> </article> </section> <section class="animate"> <article class="space-y-4"> <h2 class="font-semibold text-2xl">Next Meetup</h2> <p>
</p> <div class="flex space-x-6"> <a href="https://awskrug.slack.com/archives/C360U952L" target="_blank" rel="noopener noreferrer" class="relative group flex flex-nowrap flex-1 py-3 px-4 rounded-lg border border-black/15 dark:border-white/20 hover:bg-black/5 dark:hover:bg-white/5 hover:text-zinc-900 dark:hover:text-white transition-colors duration-300 ease-in-out"> <div class="flex items-center w-full"> <img src="/groups/beginner/astro/slack.B-p126JW_Z1MwKGX.svg" alt="" class="w-4 h-4 mr-2" width="2448" height="2453" loading="lazy" decoding="async"> <div class="font-semibold flex-1">AWSKRUG 슬랙 #beginner 채널 바로가기</div> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-4"> <path stroke-linecap="round" stroke-linejoin="round" d="M13.5 6H5.25A2.25 2.25 0 0 0 3 8.25v10.5A2.25 2.25 0 0 0 5.25 21h10.5A2.25 2.25 0 0 0 18 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25"></path> </svg> </div> </a> <a href="https://www.meetup.com/ko-KR/awskrug" target="_blank" rel="noopener noreferrer" class="relative group flex flex-nowrap flex-1 py-3 px-4 rounded-lg border border-black/15 dark:border-white/20 hover:bg-black/5 dark:hover:bg-white/5 hover:text-zinc-900 dark:hover:text-white transition-colors duration-300 ease-in-out"> <div class="flex items-center w-full"> <img src="/groups/beginner/astro/meetup.BrD4ROEp_Z1zQnEO.svg" alt="" class="w-4 h-4 mr-2" width="2500" height="2023" loading="lazy" decoding="async"> <div class="font-semibold flex-1">AWSKRUG Meetup 페이지 바로가기</div> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-4"> <path stroke-linecap="round" stroke-linejoin="round" d="M13.5 6H5.25A2.25 2.25 0 0 0 3 8.25v10.5A2.25 2.25 0 0 0 5.25 21h10.5A2.25 2.25 0 0 0 18 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25"></path> </svg> </div> </a> </div> </article> </section> <section class="animate"> <article class="space-y-4"> <h2 class="font-semibold text-2xl">Next Meetup</h2> <p>
다음 모임은 2024년 11월 초에 진행될 예정입니다. 구체적인 일정은 추후
공지됩니다.
</p> </article> </section> <section class="animate"> <article class="space-y-4"> <h2 class="font-semibold text-2xl">Call for Speakers</h2> <p>
Expand Down
80 changes: 40 additions & 40 deletions groups/beginner/manifest.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"name": "App",
"icons": [
{
"src": "\/android-icon-36x36.png",
"sizes": "36x36",
"type": "image\/png",
"density": "0.75"
},
{
"src": "\/android-icon-48x48.png",
"sizes": "48x48",
"type": "image\/png",
"density": "1.0"
},
{
"src": "\/android-icon-72x72.png",
"sizes": "72x72",
"type": "image\/png",
"density": "1.5"
},
{
"src": "\/android-icon-96x96.png",
"sizes": "96x96",
"type": "image\/png",
"density": "2.0"
},
{
"src": "\/android-icon-144x144.png",
"sizes": "144x144",
"type": "image\/png",
"density": "3.0"
},
{
"src": "\/android-icon-192x192.png",
"sizes": "192x192",
"type": "image\/png",
"density": "4.0"
}
]
}
"name": "App",
"icons": [
{
"src": "\/groups\/beginner\/android-icon-36x36.png",
"sizes": "36x36",
"type": "image\/png",
"density": "0.75"
},
{
"src": "\/groups\/beginner\/android-icon-48x48.png",
"sizes": "48x48",
"type": "image\/png",
"density": "1.0"
},
{
"src": "\/groups\/beginner\/android-icon-72x72.png",
"sizes": "72x72",
"type": "image\/png",
"density": "1.5"
},
{
"src": "\/groups\/beginner\/android-icon-96x96.png",
"sizes": "96x96",
"type": "image\/png",
"density": "2.0"
},
{
"src": "\/groups\/beginner\/android-icon-144x144.png",
"sizes": "144x144",
"type": "image\/png",
"density": "3.0"
},
{
"src": "\/groups\/beginner\/android-icon-192x192.png",
"sizes": "192x192",
"type": "image\/png",
"density": "4.0"
}
]
}
Loading

0 comments on commit 87cbe8f

Please sign in to comment.