mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-25 04:26:07 +00:00
deploy
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
+2
-17
@@ -293,12 +293,12 @@
|
||||
</p>
|
||||
</div>
|
||||
</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">
|
||||
<h3 style="text-align: center; margin: 1em auto;">
|
||||
Рекомендации
|
||||
</h3>
|
||||
<div class="intro-container" style="margin: 0 auto;">
|
||||
<div class="intro-container endor-container">
|
||||
<div class="intro-text endor-text">
|
||||
<p style="margin-bottom: 0;">
|
||||
«Понятная вводная книга по структурам данных и алгоритмам, которая ведет читателя через практическое обучение шаг за шагом. Очень рекомендую всем начинающим.»
|
||||
@@ -397,21 +397,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</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">
|
||||
<div class="section-content" style="max-width: 90vw;">
|
||||
<div style="margin: 2em auto;">
|
||||
|
||||
@@ -251,4 +251,4 @@
|
||||
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(() => {
|
||||
MathJax.typesetPromise();
|
||||
});
|
||||
/*! update cache: 20260722174038 */
|
||||
/*! update cache: 20260724072253 */
|
||||
|
||||
@@ -469,4 +469,4 @@
|
||||
|
||||
return Starfield;
|
||||
});
|
||||
/*! update cache: 20260722174038 */
|
||||
/*! update cache: 20260724072253 */
|
||||
|
||||
@@ -176,4 +176,4 @@
|
||||
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);
|
||||
}
|
||||
|
||||
.endor-container {
|
||||
align-items: stretch;
|
||||
gap: 20px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.endor-text {
|
||||
width: 50%;
|
||||
margin: 0;
|
||||
padding: 1.25em 2.5em;
|
||||
border-radius: 28px;
|
||||
background-color: #101010;
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.intro-quote {
|
||||
@@ -853,8 +865,14 @@ a:hover .device-on-hover {
|
||||
}
|
||||
|
||||
.endor-text {
|
||||
width: auto;
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 1em 2em;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.endor-container {
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.intro-image {
|
||||
@@ -903,4 +921,4 @@ a:hover .device-on-hover {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
/*! update cache: 20260722174038 */
|
||||
/*! update cache: 20260724072253 */
|
||||
|
||||
@@ -122,4 +122,4 @@ main .gsc-loading-image {
|
||||
.gsc-reply-content::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
/*! update cache: 20260722174038 */
|
||||
/*! update cache: 20260724072253 */
|
||||
|
||||
@@ -153,4 +153,4 @@ main {
|
||||
.gsc-reply-content::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
/*! update cache: 20260722174038 */
|
||||
/*! update cache: 20260724072253 */
|
||||
|
||||
Reference in New Issue
Block a user