Skip to content

Commit 23380a5

Browse files
committed
Deploy PR #115 preview
1 parent ca42fdc commit 23380a5

File tree

144 files changed

+19504
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+19504
-0
lines changed

pull/115/2024-open-source-academy-recap/index.html

Lines changed: 512 additions & 0 deletions
Large diffs are not rendered by default.

pull/115/2025-PseudoCon-recap/index.html

Lines changed: 474 additions & 0 deletions
Large diffs are not rendered by default.

pull/115/2025-VLM/index.html

Lines changed: 766 additions & 0 deletions
Large diffs are not rendered by default.

pull/115/404.html

Lines changed: 214 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,214 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<!-- Google Search Console Verification -->
5+
<meta name="google-site-verification" content="QZ-KTokmKMtUlByGsNQgbr3cEYN3fR5o_Iv8FzAr6MA" />
6+
<!-- Google Search Console Verification end -->
7+
8+
<!-- Google analytics -->
9+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-F80XVQTHJL"></script>
10+
<script>
11+
window.dataLayer = window.dataLayer || [];
12+
function gtag(){dataLayer.push(arguments);}
13+
gtag('js', new Date());
14+
15+
gtag('config', 'G-F80XVQTHJL');
16+
</script>
17+
<!-- Google analytics end -->
18+
19+
<meta charset="utf-8" />
20+
<meta
21+
name="viewport"
22+
content="width=device-width, initial-scale=1, shrink-to-fit=no"
23+
/>
24+
<link rel="icon" href="/assets/images/favicon.ico" />
25+
26+
<title>404 | Hugging Face KREW</title>
27+
28+
<!-- Begin Jekyll SEO tag v2.8.0 -->
29+
<title>404 | Hugging Face KREW</title>
30+
<meta name="generator" content="Jekyll v4.4.1" />
31+
<meta property="og:title" content="404" />
32+
<meta name="author" content="Admin" />
33+
<meta property="og:locale" content="en_us" />
34+
<meta property="og:site_name" content="Hugging Face KREW" />
35+
<meta property="og:type" content="website" />
36+
<meta name="twitter:card" content="summary" />
37+
<meta property="twitter:title" content="404" />
38+
<script type="application/ld+json">
39+
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"Admin"},"headline":"404","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"/assets/images/hfkr_logo.png"},"name":"Admin"},"url":"/404.html"}</script>
40+
<!-- End Jekyll SEO tag -->
41+
42+
43+
<link href="/assets/css/theme.css" rel="stylesheet" />
44+
45+
<!-- custom CSS - Remove this if you don't use it or choose to customize the stylesheet with sass-->
46+
<link href="/assets/css/custom.css" rel="stylesheet" />
47+
<link href="/assets/css/syntax.css" rel="stylesheet" />
48+
<!-- custom CSS end-->
49+
50+
51+
52+
<!-- KaTeX -->
53+
<!-- KaTeX CSS -->
54+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css">
55+
56+
<!-- KaTeX JS -->
57+
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js"></script>
58+
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js"></script>
59+
60+
<script>
61+
document.addEventListener("DOMContentLoaded", function() {
62+
renderMathInElement(document.body, {
63+
delimiters: [
64+
{left: "$$", right: "$$", display: true},
65+
{left: "$", right: "$", display: false}
66+
]
67+
});
68+
});
69+
</script>
70+
</head>
71+
72+
73+
<body class="layout-default">
74+
<!-- Menu Navigation
75+
================================================== -->
76+
<div class="navigation-wrap start-header start-style">
77+
<nav class="navbar navbar-expand-lg">
78+
<div class="container">
79+
<a
80+
class="navbar-brand text-dark font-weight-bold big d-flex align-items-center"
81+
href="/"
82+
>
83+
84+
<img class="mr-2" src="/assets/images/hfkr_logo.png" alt="logo" />
85+
86+
87+
<span class="font-weight-bold serif-font"
88+
>Hugging Face KREW Blog</span
89+
>
90+
</a>
91+
92+
<button
93+
class="navbar-toggler"
94+
type="button"
95+
data-bs-toggle="collapse"
96+
data-bs-target="#navbarResponsive"
97+
aria-controls="navbarResponsive"
98+
aria-expanded="false"
99+
aria-label="Toggle navigation"
100+
>
101+
<svg
102+
xmlns="http://www.w3.org/2000/svg"
103+
width="26"
104+
height="26"
105+
fill="currentColor"
106+
class="bi bi-three-dots-vertical"
107+
viewBox="0 0 16 16"
108+
>
109+
<path
110+
d="M9.5 13a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"
111+
/>
112+
</svg>
113+
</button>
114+
115+
<div class="collapse navbar-collapse" id="navbarResponsive">
116+
<ul
117+
class="navbar-nav ml-auto font-weight-bold d-flex align-items-center"
118+
>
119+
120+
<li class="nav-item">
121+
<a
122+
class="nav-link px-3 "
123+
href="/"
124+
alt="Home"
125+
>Home</a
126+
>
127+
</li>
128+
129+
<li class="nav-item">
130+
<a
131+
class="nav-link px-3 "
132+
href="/about/"
133+
alt="About"
134+
>About</a
135+
>
136+
</li>
137+
138+
<li class="nav-item">
139+
<a
140+
class="nav-link px-3 "
141+
href="/activities/"
142+
alt="Activities"
143+
>Activities</a
144+
>
145+
</li>
146+
147+
<li class="nav-item">
148+
<a
149+
class="nav-link px-3 ml-2 btn btn-dark text-white px-3"
150+
href="https://hugging-face-krew.github.io/how-to-contribute/"
151+
alt="🤗 어떻게 기여하나요?"
152+
>🤗 어떻게 기여하나요?</a
153+
>
154+
</li>
155+
156+
</ul>
157+
</div>
158+
</div>
159+
</nav>
160+
</div>
161+
162+
<!-- Container
163+
================================================== -->
164+
<main class="container"><div class="text-center">
165+
<h1 class="mt-5"><span class="badge badge-dark font-weight-normal">404</span></h1>
166+
<h1 class="display-1 mt-4 mb-4"> Page not found!</h1>
167+
<p>Please use the search bar from the bottom left or visit our <a href="/">homepage</a>!</p>
168+
</div>
169+
</main>
170+
171+
<!-- Footer
172+
================================================== -->
173+
<footer class="footer container text-center">
174+
<ul class="p-0 mb-1 small">
175+
176+
<li>
177+
<a
178+
href="/"
179+
alt="Home"
180+
>Home</a
181+
>
182+
</li>
183+
184+
<li>
185+
<a
186+
href="/privacy-policy/"
187+
alt="Privacy Policy"
188+
>Privacy Policy</a
189+
>
190+
</li>
191+
192+
<li>
193+
<a
194+
href="/contact/"
195+
alt="Contact"
196+
>Contact</a
197+
>
198+
</li>
199+
200+
</ul>
201+
<div class="copyright small">
202+
Copyright © Hugging Face KREW. All rights reserved.
203+
</div>
204+
</footer>
205+
206+
<!-- JavaScript
207+
================================================== -->
208+
<script src="/assets/js/jquery.min.js"></script>
209+
<script src="/assets/js/bootstrap.min.js"></script>
210+
<script src="/assets/js/theme.js"></script>
211+
<script src="/assets/js/codecopy.js"></script>
212+
<script src="/assets/js/category.js"></script>
213+
</body>
214+
</html>

0 commit comments

Comments
 (0)