mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-25 09:37:14 +00:00
deploy
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+2
-17
@@ -293,12 +293,12 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="home-div home-div--black" data-md-color-primary="grey" data-md-color-scheme="slate">
|
<section class="home-div" data-md-color-primary="grey" data-md-color-scheme="slate">
|
||||||
<div class="section-content">
|
<div class="section-content">
|
||||||
<h3 style="text-align: center; margin: 1em auto;">
|
<h3 style="text-align: center; margin: 1em auto;">
|
||||||
Endorsements
|
Endorsements
|
||||||
</h3>
|
</h3>
|
||||||
<div class="intro-container" style="margin: 0 auto;">
|
<div class="intro-container endor-container">
|
||||||
<div class="intro-text endor-text">
|
<div class="intro-text endor-text">
|
||||||
<p style="margin-bottom: 0;">
|
<p style="margin-bottom: 0;">
|
||||||
“An easy-to-understand introduction to data structures and algorithms that encourages readers to engage both mind and hands. Highly recommended for beginners!”
|
“An easy-to-understand introduction to data structures and algorithms that encourages readers to engage both mind and hands. Highly recommended for beginners!”
|
||||||
@@ -391,21 +391,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="home-div home-div--black" data-md-color-primary="grey" data-md-color-scheme="slate">
|
|
||||||
<div class="section-content">
|
|
||||||
<h3 style="text-align: center; margin: 0 0 2em 0;">
|
|
||||||
Special Thanks
|
|
||||||
</h3>
|
|
||||||
<a href="https://go.warp.dev/hello-algo">
|
|
||||||
<img alt="Warp-Github-LG-02" class="device-on-hover intro-image" src="https://github.com/warpdotdev/brand-assets/raw/main/Github/Sponsor/Warp-Github-LG-02.png" style="max-width: 30em;"/>
|
|
||||||
<div class="text-button" style="margin: 1em auto;">
|
|
||||||
<span>
|
|
||||||
Warp is built for coding with multiple AI agents.
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<section class="home-div" data-md-color-primary="grey" data-md-color-scheme="slate">
|
<section class="home-div" data-md-color-primary="grey" data-md-color-scheme="slate">
|
||||||
<div class="section-content" style="max-width: 90vw;">
|
<div class="section-content" style="max-width: 90vw;">
|
||||||
<div style="margin: 2em auto;">
|
<div style="margin: 2em auto;">
|
||||||
|
|||||||
@@ -251,4 +251,4 @@
|
|||||||
initAutoSlide();
|
initAutoSlide();
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
/*! update cache: 20260722174014 */
|
/*! update cache: 20260724072230 */
|
||||||
|
|||||||
@@ -8,4 +8,4 @@ document$.subscribe(({ body }) => {
|
|||||||
],
|
],
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
/*! update cache: 20260722174014 */
|
/*! update cache: 20260724072230 */
|
||||||
|
|||||||
@@ -15,4 +15,4 @@ window.MathJax = {
|
|||||||
document$.subscribe(() => {
|
document$.subscribe(() => {
|
||||||
MathJax.typesetPromise();
|
MathJax.typesetPromise();
|
||||||
});
|
});
|
||||||
/*! update cache: 20260722174014 */
|
/*! update cache: 20260724072230 */
|
||||||
|
|||||||
@@ -469,4 +469,4 @@
|
|||||||
|
|
||||||
return Starfield;
|
return Starfield;
|
||||||
});
|
});
|
||||||
/*! update cache: 20260722174014 */
|
/*! update cache: 20260724072230 */
|
||||||
|
|||||||
@@ -176,4 +176,4 @@
|
|||||||
font-size: 0.7rem;
|
font-size: 0.7rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*! update cache: 20260722174014 */
|
/*! update cache: 20260724072230 */
|
||||||
|
|||||||
@@ -726,8 +726,20 @@ a:hover .device-on-hover {
|
|||||||
fill: var(--md-primary-bg-color);
|
fill: var(--md-primary-bg-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.endor-container {
|
||||||
|
align-items: stretch;
|
||||||
|
gap: 20px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
.endor-text {
|
.endor-text {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 1.25em 2.5em;
|
||||||
|
border-radius: 28px;
|
||||||
|
background-color: #101010;
|
||||||
|
box-sizing: border-box;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro-quote {
|
.intro-quote {
|
||||||
@@ -853,8 +865,14 @@ a:hover .device-on-hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.endor-text {
|
.endor-text {
|
||||||
width: auto;
|
width: 100%;
|
||||||
margin: 0 auto;
|
margin: 0;
|
||||||
|
padding: 1em 2em;
|
||||||
|
border-radius: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.endor-container {
|
||||||
|
gap: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro-image {
|
.intro-image {
|
||||||
@@ -903,4 +921,4 @@ a:hover .device-on-hover {
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*! update cache: 20260722174014 */
|
/*! update cache: 20260724072230 */
|
||||||
|
|||||||
@@ -122,4 +122,4 @@ main .gsc-loading-image {
|
|||||||
.gsc-reply-content::-webkit-scrollbar-track {
|
.gsc-reply-content::-webkit-scrollbar-track {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
/*! update cache: 20260722174014 */
|
/*! update cache: 20260724072230 */
|
||||||
|
|||||||
@@ -153,4 +153,4 @@ main {
|
|||||||
.gsc-reply-content::-webkit-scrollbar-track {
|
.gsc-reply-content::-webkit-scrollbar-track {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
/*! update cache: 20260722174014 */
|
/*! update cache: 20260724072230 */
|
||||||
|
|||||||
+2
-17
@@ -309,12 +309,12 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="home-div home-div--black" data-md-color-primary="grey" data-md-color-scheme="slate">
|
<section class="home-div" data-md-color-primary="grey" data-md-color-scheme="slate">
|
||||||
<div class="section-content">
|
<div class="section-content">
|
||||||
<h3 style="text-align: center; margin: 1em auto;">
|
<h3 style="text-align: center; margin: 1em auto;">
|
||||||
推荐语
|
推荐语
|
||||||
</h3>
|
</h3>
|
||||||
<div class="intro-container" style="margin: 0 auto;">
|
<div class="intro-container endor-container">
|
||||||
<div class="intro-text endor-text">
|
<div class="intro-text endor-text">
|
||||||
<p style="margin-bottom: 0;">
|
<p style="margin-bottom: 0;">
|
||||||
“一本通俗易懂的数据结构与算法入门书,引导读者手脑并用地学习,强烈推荐算法初学者阅读。”
|
“一本通俗易懂的数据结构与算法入门书,引导读者手脑并用地学习,强烈推荐算法初学者阅读。”
|
||||||
@@ -413,21 +413,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="home-div home-div--black" data-md-color-primary="grey" data-md-color-scheme="slate">
|
|
||||||
<div class="section-content">
|
|
||||||
<h3 style="text-align: center; margin: 0 0 2em 0;">
|
|
||||||
鸣谢
|
|
||||||
</h3>
|
|
||||||
<a href="https://go.warp.dev/hello-algo">
|
|
||||||
<img alt="Warp-Github-LG-02" class="device-on-hover intro-image" src="https://github.com/warpdotdev/brand-assets/raw/main/Github/Sponsor/Warp-Github-LG-02.png" style="max-width: 30em;"/>
|
|
||||||
<div class="text-button" style="margin: 1em auto;">
|
|
||||||
<span>
|
|
||||||
Warp is built for coding with multiple AI agents.
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<section class="home-div" data-md-color-primary="grey" data-md-color-scheme="slate">
|
<section class="home-div" data-md-color-primary="grey" data-md-color-scheme="slate">
|
||||||
<div class="section-content" style="max-width: 90vw;">
|
<div class="section-content" style="max-width: 90vw;">
|
||||||
<div style="margin: 2em auto;">
|
<div style="margin: 2em auto;">
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
+2
-17
@@ -293,12 +293,12 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="home-div home-div--black" data-md-color-primary="grey" data-md-color-scheme="slate">
|
<section class="home-div" data-md-color-primary="grey" data-md-color-scheme="slate">
|
||||||
<div class="section-content">
|
<div class="section-content">
|
||||||
<h3 style="text-align: center; margin: 1em auto;">
|
<h3 style="text-align: center; margin: 1em auto;">
|
||||||
推薦文
|
推薦文
|
||||||
</h3>
|
</h3>
|
||||||
<div class="intro-container" style="margin: 0 auto;">
|
<div class="intro-container endor-container">
|
||||||
<div class="intro-text endor-text">
|
<div class="intro-text endor-text">
|
||||||
<p style="margin-bottom: 0;">
|
<p style="margin-bottom: 0;">
|
||||||
「わかりやすいデータ構造とアルゴリズムの入門書で、読者を手と頭の両方を使う学びへと導いてくれます。アルゴリズムを初めて学ぶ人に強くおすすめします。」
|
「わかりやすいデータ構造とアルゴリズムの入門書で、読者を手と頭の両方を使う学びへと導いてくれます。アルゴリズムを初めて学ぶ人に強くおすすめします。」
|
||||||
@@ -397,21 +397,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="home-div home-div--black" data-md-color-primary="grey" data-md-color-scheme="slate">
|
|
||||||
<div class="section-content">
|
|
||||||
<h3 style="text-align: center; margin: 0 0 2em 0;">
|
|
||||||
謝辞
|
|
||||||
</h3>
|
|
||||||
<a href="https://go.warp.dev/hello-algo">
|
|
||||||
<img alt="Warp-Github-LG-02" class="device-on-hover intro-image" src="https://github.com/warpdotdev/brand-assets/raw/main/Github/Sponsor/Warp-Github-LG-02.png" style="max-width: 30em;"/>
|
|
||||||
<div class="text-button" style="margin: 1em auto;">
|
|
||||||
<span>
|
|
||||||
Warp is built for coding with multiple AI agents.
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<section class="home-div" data-md-color-primary="grey" data-md-color-scheme="slate">
|
<section class="home-div" data-md-color-primary="grey" data-md-color-scheme="slate">
|
||||||
<div class="section-content" style="max-width: 90vw;">
|
<div class="section-content" style="max-width: 90vw;">
|
||||||
<div style="margin: 2em auto;">
|
<div style="margin: 2em auto;">
|
||||||
|
|||||||
@@ -251,4 +251,4 @@
|
|||||||
initAutoSlide();
|
initAutoSlide();
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
/*! update cache: 20260722174025 */
|
/*! update cache: 20260724072241 */
|
||||||
|
|||||||
@@ -8,4 +8,4 @@ document$.subscribe(({ body }) => {
|
|||||||
],
|
],
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
/*! update cache: 20260722174025 */
|
/*! update cache: 20260724072241 */
|
||||||
|
|||||||
@@ -15,4 +15,4 @@ window.MathJax = {
|
|||||||
document$.subscribe(() => {
|
document$.subscribe(() => {
|
||||||
MathJax.typesetPromise();
|
MathJax.typesetPromise();
|
||||||
});
|
});
|
||||||
/*! update cache: 20260722174025 */
|
/*! update cache: 20260724072241 */
|
||||||
|
|||||||
@@ -469,4 +469,4 @@
|
|||||||
|
|
||||||
return Starfield;
|
return Starfield;
|
||||||
});
|
});
|
||||||
/*! update cache: 20260722174025 */
|
/*! update cache: 20260724072241 */
|
||||||
|
|||||||
@@ -176,4 +176,4 @@
|
|||||||
font-size: 0.7rem;
|
font-size: 0.7rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*! update cache: 20260722174025 */
|
/*! update cache: 20260724072241 */
|
||||||
|
|||||||
@@ -726,8 +726,20 @@ a:hover .device-on-hover {
|
|||||||
fill: var(--md-primary-bg-color);
|
fill: var(--md-primary-bg-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.endor-container {
|
||||||
|
align-items: stretch;
|
||||||
|
gap: 20px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
.endor-text {
|
.endor-text {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 1.25em 2.5em;
|
||||||
|
border-radius: 28px;
|
||||||
|
background-color: #101010;
|
||||||
|
box-sizing: border-box;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro-quote {
|
.intro-quote {
|
||||||
@@ -853,8 +865,14 @@ a:hover .device-on-hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.endor-text {
|
.endor-text {
|
||||||
width: auto;
|
width: 100%;
|
||||||
margin: 0 auto;
|
margin: 0;
|
||||||
|
padding: 1em 2em;
|
||||||
|
border-radius: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.endor-container {
|
||||||
|
gap: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro-image {
|
.intro-image {
|
||||||
@@ -903,4 +921,4 @@ a:hover .device-on-hover {
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*! update cache: 20260722174025 */
|
/*! update cache: 20260724072241 */
|
||||||
|
|||||||
@@ -122,4 +122,4 @@ main .gsc-loading-image {
|
|||||||
.gsc-reply-content::-webkit-scrollbar-track {
|
.gsc-reply-content::-webkit-scrollbar-track {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
/*! update cache: 20260722174025 */
|
/*! update cache: 20260724072241 */
|
||||||
|
|||||||
@@ -153,4 +153,4 @@ main {
|
|||||||
.gsc-reply-content::-webkit-scrollbar-track {
|
.gsc-reply-content::-webkit-scrollbar-track {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
/*! update cache: 20260722174025 */
|
/*! update cache: 20260724072241 */
|
||||||
|
|||||||
@@ -251,4 +251,4 @@
|
|||||||
initAutoSlide();
|
initAutoSlide();
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
/*! update cache: 20260722173953 */
|
/*! update cache: 20260724072208 */
|
||||||
|
|||||||
@@ -8,4 +8,4 @@ document$.subscribe(({ body }) => {
|
|||||||
],
|
],
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
/*! update cache: 20260722173953 */
|
/*! update cache: 20260724072208 */
|
||||||
|
|||||||
@@ -15,4 +15,4 @@ window.MathJax = {
|
|||||||
document$.subscribe(() => {
|
document$.subscribe(() => {
|
||||||
MathJax.typesetPromise();
|
MathJax.typesetPromise();
|
||||||
});
|
});
|
||||||
/*! update cache: 20260722173953 */
|
/*! update cache: 20260724072208 */
|
||||||
|
|||||||
@@ -469,4 +469,4 @@
|
|||||||
|
|
||||||
return Starfield;
|
return Starfield;
|
||||||
});
|
});
|
||||||
/*! update cache: 20260722173953 */
|
/*! update cache: 20260724072208 */
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
+2
-17
@@ -293,12 +293,12 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="home-div home-div--black" data-md-color-primary="grey" data-md-color-scheme="slate">
|
<section class="home-div" data-md-color-primary="grey" data-md-color-scheme="slate">
|
||||||
<div class="section-content">
|
<div class="section-content">
|
||||||
<h3 style="text-align: center; margin: 1em auto;">
|
<h3 style="text-align: center; margin: 1em auto;">
|
||||||
Рекомендации
|
Рекомендации
|
||||||
</h3>
|
</h3>
|
||||||
<div class="intro-container" style="margin: 0 auto;">
|
<div class="intro-container endor-container">
|
||||||
<div class="intro-text endor-text">
|
<div class="intro-text endor-text">
|
||||||
<p style="margin-bottom: 0;">
|
<p style="margin-bottom: 0;">
|
||||||
«Понятная вводная книга по структурам данных и алгоритмам, которая ведет читателя через практическое обучение шаг за шагом. Очень рекомендую всем начинающим.»
|
«Понятная вводная книга по структурам данных и алгоритмам, которая ведет читателя через практическое обучение шаг за шагом. Очень рекомендую всем начинающим.»
|
||||||
@@ -397,21 +397,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="home-div home-div--black" data-md-color-primary="grey" data-md-color-scheme="slate">
|
|
||||||
<div class="section-content">
|
|
||||||
<h3 style="text-align: center; margin: 0 0 2em 0;">
|
|
||||||
Благодарности
|
|
||||||
</h3>
|
|
||||||
<a href="https://go.warp.dev/hello-algo">
|
|
||||||
<img alt="Warp-Github-LG-02" class="device-on-hover intro-image" src="https://github.com/warpdotdev/brand-assets/raw/main/Github/Sponsor/Warp-Github-LG-02.png" style="max-width: 30em;"/>
|
|
||||||
<div class="text-button" style="margin: 1em auto;">
|
|
||||||
<span>
|
|
||||||
Warp создан для программирования с несколькими AI-агентами.
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<section class="home-div" data-md-color-primary="grey" data-md-color-scheme="slate">
|
<section class="home-div" data-md-color-primary="grey" data-md-color-scheme="slate">
|
||||||
<div class="section-content" style="max-width: 90vw;">
|
<div class="section-content" style="max-width: 90vw;">
|
||||||
<div style="margin: 2em auto;">
|
<div style="margin: 2em auto;">
|
||||||
|
|||||||
@@ -251,4 +251,4 @@
|
|||||||
initAutoSlide();
|
initAutoSlide();
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
/*! update cache: 20260722174038 */
|
/*! update cache: 20260724072253 */
|
||||||
|
|||||||
@@ -8,4 +8,4 @@ document$.subscribe(({ body }) => {
|
|||||||
],
|
],
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
/*! update cache: 20260722174038 */
|
/*! update cache: 20260724072253 */
|
||||||
|
|||||||
@@ -15,4 +15,4 @@ window.MathJax = {
|
|||||||
document$.subscribe(() => {
|
document$.subscribe(() => {
|
||||||
MathJax.typesetPromise();
|
MathJax.typesetPromise();
|
||||||
});
|
});
|
||||||
/*! update cache: 20260722174038 */
|
/*! update cache: 20260724072253 */
|
||||||
|
|||||||
@@ -469,4 +469,4 @@
|
|||||||
|
|
||||||
return Starfield;
|
return Starfield;
|
||||||
});
|
});
|
||||||
/*! update cache: 20260722174038 */
|
/*! update cache: 20260724072253 */
|
||||||
|
|||||||
@@ -176,4 +176,4 @@
|
|||||||
font-size: 0.7rem;
|
font-size: 0.7rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*! update cache: 20260722174038 */
|
/*! update cache: 20260724072253 */
|
||||||
|
|||||||
@@ -726,8 +726,20 @@ a:hover .device-on-hover {
|
|||||||
fill: var(--md-primary-bg-color);
|
fill: var(--md-primary-bg-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.endor-container {
|
||||||
|
align-items: stretch;
|
||||||
|
gap: 20px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
.endor-text {
|
.endor-text {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 1.25em 2.5em;
|
||||||
|
border-radius: 28px;
|
||||||
|
background-color: #101010;
|
||||||
|
box-sizing: border-box;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro-quote {
|
.intro-quote {
|
||||||
@@ -853,8 +865,14 @@ a:hover .device-on-hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.endor-text {
|
.endor-text {
|
||||||
width: auto;
|
width: 100%;
|
||||||
margin: 0 auto;
|
margin: 0;
|
||||||
|
padding: 1em 2em;
|
||||||
|
border-radius: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.endor-container {
|
||||||
|
gap: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro-image {
|
.intro-image {
|
||||||
@@ -903,4 +921,4 @@ a:hover .device-on-hover {
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*! update cache: 20260722174038 */
|
/*! update cache: 20260724072253 */
|
||||||
|
|||||||
@@ -122,4 +122,4 @@ main .gsc-loading-image {
|
|||||||
.gsc-reply-content::-webkit-scrollbar-track {
|
.gsc-reply-content::-webkit-scrollbar-track {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
/*! update cache: 20260722174038 */
|
/*! update cache: 20260724072253 */
|
||||||
|
|||||||
@@ -153,4 +153,4 @@ main {
|
|||||||
.gsc-reply-content::-webkit-scrollbar-track {
|
.gsc-reply-content::-webkit-scrollbar-track {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
/*! update cache: 20260722174038 */
|
/*! update cache: 20260724072253 */
|
||||||
|
|||||||
@@ -176,4 +176,4 @@
|
|||||||
font-size: 0.7rem;
|
font-size: 0.7rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*! update cache: 20260722173953 */
|
/*! update cache: 20260724072208 */
|
||||||
|
|||||||
+21
-3
@@ -726,8 +726,20 @@ a:hover .device-on-hover {
|
|||||||
fill: var(--md-primary-bg-color);
|
fill: var(--md-primary-bg-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.endor-container {
|
||||||
|
align-items: stretch;
|
||||||
|
gap: 20px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
.endor-text {
|
.endor-text {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 1.25em 2.5em;
|
||||||
|
border-radius: 28px;
|
||||||
|
background-color: #101010;
|
||||||
|
box-sizing: border-box;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro-quote {
|
.intro-quote {
|
||||||
@@ -853,8 +865,14 @@ a:hover .device-on-hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.endor-text {
|
.endor-text {
|
||||||
width: auto;
|
width: 100%;
|
||||||
margin: 0 auto;
|
margin: 0;
|
||||||
|
padding: 1em 2em;
|
||||||
|
border-radius: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.endor-container {
|
||||||
|
gap: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro-image {
|
.intro-image {
|
||||||
@@ -903,4 +921,4 @@ a:hover .device-on-hover {
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*! update cache: 20260722173953 */
|
/*! update cache: 20260724072208 */
|
||||||
|
|||||||
@@ -122,4 +122,4 @@ main .gsc-loading-image {
|
|||||||
.gsc-reply-content::-webkit-scrollbar-track {
|
.gsc-reply-content::-webkit-scrollbar-track {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
/*! update cache: 20260722173953 */
|
/*! update cache: 20260724072208 */
|
||||||
|
|||||||
@@ -153,4 +153,4 @@ main {
|
|||||||
.gsc-reply-content::-webkit-scrollbar-track {
|
.gsc-reply-content::-webkit-scrollbar-track {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
/*! update cache: 20260722173953 */
|
/*! update cache: 20260724072208 */
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
+2
-17
@@ -309,12 +309,12 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="home-div home-div--black" data-md-color-primary="grey" data-md-color-scheme="slate">
|
<section class="home-div" data-md-color-primary="grey" data-md-color-scheme="slate">
|
||||||
<div class="section-content">
|
<div class="section-content">
|
||||||
<h3 style="text-align: center; margin: 1em auto;">
|
<h3 style="text-align: center; margin: 1em auto;">
|
||||||
推薦語
|
推薦語
|
||||||
</h3>
|
</h3>
|
||||||
<div class="intro-container" style="margin: 0 auto;">
|
<div class="intro-container endor-container">
|
||||||
<div class="intro-text endor-text">
|
<div class="intro-text endor-text">
|
||||||
<p style="margin-bottom: 0;">
|
<p style="margin-bottom: 0;">
|
||||||
“一本通俗易懂的資料結構與演算法入門書,引導讀者手腦並用地學習,強烈推薦演算法初學者閱讀。”
|
“一本通俗易懂的資料結構與演算法入門書,引導讀者手腦並用地學習,強烈推薦演算法初學者閱讀。”
|
||||||
@@ -413,21 +413,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="home-div home-div--black" data-md-color-primary="grey" data-md-color-scheme="slate">
|
|
||||||
<div class="section-content">
|
|
||||||
<h3 style="text-align: center; margin: 0 0 2em 0;">
|
|
||||||
鳴謝
|
|
||||||
</h3>
|
|
||||||
<a href="https://go.warp.dev/hello-algo">
|
|
||||||
<img alt="Warp-Github-LG-02" class="device-on-hover intro-image" src="https://github.com/warpdotdev/brand-assets/raw/main/Github/Sponsor/Warp-Github-LG-02.png" style="max-width: 30em;"/>
|
|
||||||
<div class="text-button" style="margin: 1em auto;">
|
|
||||||
<span>
|
|
||||||
Warp is built for coding with multiple AI agents.
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<section class="home-div" data-md-color-primary="grey" data-md-color-scheme="slate">
|
<section class="home-div" data-md-color-primary="grey" data-md-color-scheme="slate">
|
||||||
<div class="section-content" style="max-width: 90vw;">
|
<div class="section-content" style="max-width: 90vw;">
|
||||||
<div style="margin: 2em auto;">
|
<div style="margin: 2em auto;">
|
||||||
|
|||||||
@@ -251,4 +251,4 @@
|
|||||||
initAutoSlide();
|
initAutoSlide();
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
/*! update cache: 20260722174004 */
|
/*! update cache: 20260724072219 */
|
||||||
|
|||||||
@@ -8,4 +8,4 @@ document$.subscribe(({ body }) => {
|
|||||||
],
|
],
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
/*! update cache: 20260722174004 */
|
/*! update cache: 20260724072219 */
|
||||||
|
|||||||
@@ -15,4 +15,4 @@ window.MathJax = {
|
|||||||
document$.subscribe(() => {
|
document$.subscribe(() => {
|
||||||
MathJax.typesetPromise();
|
MathJax.typesetPromise();
|
||||||
});
|
});
|
||||||
/*! update cache: 20260722174004 */
|
/*! update cache: 20260724072219 */
|
||||||
|
|||||||
@@ -469,4 +469,4 @@
|
|||||||
|
|
||||||
return Starfield;
|
return Starfield;
|
||||||
});
|
});
|
||||||
/*! update cache: 20260722174004 */
|
/*! update cache: 20260724072219 */
|
||||||
|
|||||||
@@ -176,4 +176,4 @@
|
|||||||
font-size: 0.7rem;
|
font-size: 0.7rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*! update cache: 20260722174004 */
|
/*! update cache: 20260724072219 */
|
||||||
|
|||||||
@@ -726,8 +726,20 @@ a:hover .device-on-hover {
|
|||||||
fill: var(--md-primary-bg-color);
|
fill: var(--md-primary-bg-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.endor-container {
|
||||||
|
align-items: stretch;
|
||||||
|
gap: 20px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
.endor-text {
|
.endor-text {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 1.25em 2.5em;
|
||||||
|
border-radius: 28px;
|
||||||
|
background-color: #101010;
|
||||||
|
box-sizing: border-box;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro-quote {
|
.intro-quote {
|
||||||
@@ -853,8 +865,14 @@ a:hover .device-on-hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.endor-text {
|
.endor-text {
|
||||||
width: auto;
|
width: 100%;
|
||||||
margin: 0 auto;
|
margin: 0;
|
||||||
|
padding: 1em 2em;
|
||||||
|
border-radius: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.endor-container {
|
||||||
|
gap: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro-image {
|
.intro-image {
|
||||||
@@ -903,4 +921,4 @@ a:hover .device-on-hover {
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*! update cache: 20260722174004 */
|
/*! update cache: 20260724072219 */
|
||||||
|
|||||||
@@ -122,4 +122,4 @@ main .gsc-loading-image {
|
|||||||
.gsc-reply-content::-webkit-scrollbar-track {
|
.gsc-reply-content::-webkit-scrollbar-track {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
/*! update cache: 20260722174004 */
|
/*! update cache: 20260724072219 */
|
||||||
|
|||||||
@@ -153,4 +153,4 @@ main {
|
|||||||
.gsc-reply-content::-webkit-scrollbar-track {
|
.gsc-reply-content::-webkit-scrollbar-track {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
/*! update cache: 20260722174004 */
|
/*! update cache: 20260724072219 */
|
||||||
|
|||||||
Reference in New Issue
Block a user