Skip to content

Commit

Permalink
[beginners] Add Mircosoft Clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
naru200 committed Oct 21, 2024
1 parent 452fc2a commit 64d477f
Show file tree
Hide file tree
Showing 14 changed files with 181 additions and 12 deletions.
13 changes: 13 additions & 0 deletions groups/beginners/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,19 @@
document.addEventListener("DOMContentLoaded", () => init());
document.addEventListener("astro:after-swap", () => init());
preloadTheme();
</script><!-- Clarity Analytics --><script type="text/javascript">
(function (c, l, a, r, i, t, y) {
c[a] =
c[a] ||
function () {
(c[a].q = c[a].q || []).push(arguments);
};
t = l.createElement(r);
t.async = 1;
t.src = "https://www.clarity.ms/tag/" + i;
y = l.getElementsByTagName(r)[0];
y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "olvp3gz9kq");
</script><link rel="stylesheet" href="/groups/beginners/astro/index.BRHndm2r.css" /><script type="module" src="/groups/beginners/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="/groups/beginners" 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="flex items-center space-x-2"> <img src="/groups/beginners/astro/beginner-gurumi.vi7o4_lD_Z1k1ul4.svg" alt="" class="w-12 h-12" width="1732" height="1766" loading="lazy" decoding="async"> <span class="text-lg font-bold">AWSKRUG Beginner 소모임</span> </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 mt-8">AWSKRUG Beginner 소모임</h1> <div class="space-y-16"> <section class="animate"> <article class="space-y-4"> <p> <b class="font-semibold">
비기너 소모임은 AWS를 처음 (혹은 이제 막) 접하는 개발자, 엔지니어,
학생 분들을 위한 소모임
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

15 changes: 14 additions & 1 deletion groups/beginners/sessions/eks_network_101_김진웅/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 64d477f

Please sign in to comment.