Skip to content

Commit 030901f

Browse files
committed
Add GitHub link and styling to documentation pages
- Introduced a GitHub link with an icon to the footer of all documentation pages (02_glava_II.html to 12_glava_XII.html). - Added CSS styles for the GitHub link to enhance visibility and interactivity. - Updated the index page to include the GitHub link and adjusted the edition editors' information. - Modified the publish script to include the GitHub link in the generated HTML files.
1 parent 3c05987 commit 030901f

16 files changed

Lines changed: 216 additions & 2 deletions

docs/00_predislovie.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,18 @@
231231
color: #999;
232232
}
233233

234+
.github-link {
235+
display: flex;
236+
align-items: center;
237+
color: #b8b0a0;
238+
opacity: 0.55;
239+
padding: 0.3rem;
240+
border-radius: 3px;
241+
transition: opacity 0.15s, background 0.15s;
242+
}
243+
244+
.github-link:hover { opacity: 1; background: rgba(255,255,255,0.1); }
245+
234246
/* ─── Blockquotes ─────────────────────────────────────────── */
235247
blockquote {
236248
margin: 1.5rem 0;
@@ -310,6 +322,7 @@
310322

311323
<a href="01_glava_I.html">Глава I. ПРЕДМЕТ И ЗАДАЧИ НАУКИ ЛОГИКИ &#8594;</a>
312324
</div>
325+
<a href="https://github.com/gaperton/Logic" class="github-link" title="GitHub" target="_blank" rel="noopener"><svg width="18" height="18" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"/></svg></a>
313326
</nav>
314327
<main>
315328
<h1>Предисловие редактора</h1>

docs/01_glava_I.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,18 @@
231231
color: #999;
232232
}
233233

234+
.github-link {
235+
display: flex;
236+
align-items: center;
237+
color: #b8b0a0;
238+
opacity: 0.55;
239+
padding: 0.3rem;
240+
border-radius: 3px;
241+
transition: opacity 0.15s, background 0.15s;
242+
}
243+
244+
.github-link:hover { opacity: 1; background: rgba(255,255,255,0.1); }
245+
234246
/* ─── Blockquotes ─────────────────────────────────────────── */
235247
blockquote {
236248
margin: 1.5rem 0;
@@ -310,6 +322,7 @@
310322
<a href="00_predislovie.html">&#8592; Предисловие редактора</a>
311323
<a href="02_glava_II.html">Глава II. ЛОГИЧЕСКИЕ ПРИЁМЫ &#8594;</a>
312324
</div>
325+
<a href="https://github.com/gaperton/Logic" class="github-link" title="GitHub" target="_blank" rel="noopener"><svg width="18" height="18" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"/></svg></a>
313326
</nav>
314327
<main>
315328
<h1>Глава I. ПРЕДМЕТ И ЗАДАЧИ НАУКИ ЛОГИКИ</h1>

docs/02_glava_II.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,18 @@
231231
color: #999;
232232
}
233233

234+
.github-link {
235+
display: flex;
236+
align-items: center;
237+
color: #b8b0a0;
238+
opacity: 0.55;
239+
padding: 0.3rem;
240+
border-radius: 3px;
241+
transition: opacity 0.15s, background 0.15s;
242+
}
243+
244+
.github-link:hover { opacity: 1; background: rgba(255,255,255,0.1); }
245+
234246
/* ─── Blockquotes ─────────────────────────────────────────── */
235247
blockquote {
236248
margin: 1.5rem 0;
@@ -310,6 +322,7 @@
310322
<a href="01_glava_I.html">&#8592; Глава I. ПРЕДМЕТ И ЗАДАЧИ НАУКИ ЛОГИКИ</a>
311323
<a href="03_glava_III.html">Глава III. ПОНЯТИЕ &#8594;</a>
312324
</div>
325+
<a href="https://github.com/gaperton/Logic" class="github-link" title="GitHub" target="_blank" rel="noopener"><svg width="18" height="18" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"/></svg></a>
313326
</nav>
314327
<main>
315328
<h1>Глава II. ЛОГИЧЕСКИЕ ПРИЁМЫ</h1>

docs/03_glava_III.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,18 @@
231231
color: #999;
232232
}
233233

234+
.github-link {
235+
display: flex;
236+
align-items: center;
237+
color: #b8b0a0;
238+
opacity: 0.55;
239+
padding: 0.3rem;
240+
border-radius: 3px;
241+
transition: opacity 0.15s, background 0.15s;
242+
}
243+
244+
.github-link:hover { opacity: 1; background: rgba(255,255,255,0.1); }
245+
234246
/* ─── Blockquotes ─────────────────────────────────────────── */
235247
blockquote {
236248
margin: 1.5rem 0;
@@ -310,6 +322,7 @@
310322
<a href="02_glava_II.html">&#8592; Глава II. ЛОГИЧЕСКИЕ ПРИЁМЫ</a>
311323
<a href="04_glava_IV.html">Глава IV. ОПРЕДЕЛЕНИЕ И ДЕЛЕНИЕ ПОНЯТИЯ &#8594;</a>
312324
</div>
325+
<a href="https://github.com/gaperton/Logic" class="github-link" title="GitHub" target="_blank" rel="noopener"><svg width="18" height="18" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"/></svg></a>
313326
</nav>
314327
<main>
315328
<h1>Глава III. ПОНЯТИЕ</h1>

docs/04_glava_IV.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,18 @@
231231
color: #999;
232232
}
233233

234+
.github-link {
235+
display: flex;
236+
align-items: center;
237+
color: #b8b0a0;
238+
opacity: 0.55;
239+
padding: 0.3rem;
240+
border-radius: 3px;
241+
transition: opacity 0.15s, background 0.15s;
242+
}
243+
244+
.github-link:hover { opacity: 1; background: rgba(255,255,255,0.1); }
245+
234246
/* ─── Blockquotes ─────────────────────────────────────────── */
235247
blockquote {
236248
margin: 1.5rem 0;
@@ -310,6 +322,7 @@
310322
<a href="03_glava_III.html">&#8592; Глава III. ПОНЯТИЕ</a>
311323
<a href="05_glava_V.html">Глава V. СУЖДЕНИЕ &#8594;</a>
312324
</div>
325+
<a href="https://github.com/gaperton/Logic" class="github-link" title="GitHub" target="_blank" rel="noopener"><svg width="18" height="18" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"/></svg></a>
313326
</nav>
314327
<main>
315328
<h1>Глава IV. ОПРЕДЕЛЕНИЕ И ДЕЛЕНИЕ ПОНЯТИЯ</h1>

docs/05_glava_V.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,18 @@
231231
color: #999;
232232
}
233233

234+
.github-link {
235+
display: flex;
236+
align-items: center;
237+
color: #b8b0a0;
238+
opacity: 0.55;
239+
padding: 0.3rem;
240+
border-radius: 3px;
241+
transition: opacity 0.15s, background 0.15s;
242+
}
243+
244+
.github-link:hover { opacity: 1; background: rgba(255,255,255,0.1); }
245+
234246
/* ─── Blockquotes ─────────────────────────────────────────── */
235247
blockquote {
236248
margin: 1.5rem 0;
@@ -310,6 +322,7 @@
310322
<a href="04_glava_IV.html">&#8592; Глава IV. ОПРЕДЕЛЕНИЕ И ДЕЛЕНИЕ ПОНЯТИЯ</a>
311323
<a href="06_glava_VI.html">Глава VI. ПРЕОБРАЗОВАНИЕ СУЖДЕНИЙ &#8594;</a>
312324
</div>
325+
<a href="https://github.com/gaperton/Logic" class="github-link" title="GitHub" target="_blank" rel="noopener"><svg width="18" height="18" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"/></svg></a>
313326
</nav>
314327
<main>
315328
<h1>Глава V. СУЖДЕНИЕ</h1>

docs/06_glava_VI.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,18 @@
231231
color: #999;
232232
}
233233

234+
.github-link {
235+
display: flex;
236+
align-items: center;
237+
color: #b8b0a0;
238+
opacity: 0.55;
239+
padding: 0.3rem;
240+
border-radius: 3px;
241+
transition: opacity 0.15s, background 0.15s;
242+
}
243+
244+
.github-link:hover { opacity: 1; background: rgba(255,255,255,0.1); }
245+
234246
/* ─── Blockquotes ─────────────────────────────────────────── */
235247
blockquote {
236248
margin: 1.5rem 0;
@@ -310,6 +322,7 @@
310322
<a href="05_glava_V.html">&#8592; Глава V. СУЖДЕНИЕ</a>
311323
<a href="07_glava_VII.html">Глава VII. ОСНОВНЫЕ ЗАКОНЫ ЛОГИЧЕСКОГО МЫШЛЕНИЯ &#8594;</a>
312324
</div>
325+
<a href="https://github.com/gaperton/Logic" class="github-link" title="GitHub" target="_blank" rel="noopener"><svg width="18" height="18" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"/></svg></a>
313326
</nav>
314327
<main>
315328
<h1>Глава VI. ПРЕОБРАЗОВАНИЕ СУЖДЕНИЙ</h1>

docs/07_glava_VII.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,18 @@
231231
color: #999;
232232
}
233233

234+
.github-link {
235+
display: flex;
236+
align-items: center;
237+
color: #b8b0a0;
238+
opacity: 0.55;
239+
padding: 0.3rem;
240+
border-radius: 3px;
241+
transition: opacity 0.15s, background 0.15s;
242+
}
243+
244+
.github-link:hover { opacity: 1; background: rgba(255,255,255,0.1); }
245+
234246
/* ─── Blockquotes ─────────────────────────────────────────── */
235247
blockquote {
236248
margin: 1.5rem 0;
@@ -310,6 +322,7 @@
310322
<a href="06_glava_VI.html">&#8592; Глава VI. ПРЕОБРАЗОВАНИЕ СУЖДЕНИЙ</a>
311323
<a href="08_glava_VIII.html">Глава VIII. ДЕДУКТИВНЫЕ УМОЗАКЛЮЧЕНИЯ &#8594;</a>
312324
</div>
325+
<a href="https://github.com/gaperton/Logic" class="github-link" title="GitHub" target="_blank" rel="noopener"><svg width="18" height="18" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"/></svg></a>
313326
</nav>
314327
<main>
315328
<h1>Глава VII. ОСНОВНЫЕ ЗАКОНЫ ЛОГИЧЕСКОГО МЫШЛЕНИЯ</h1>

docs/08_glava_VIII.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,18 @@
231231
color: #999;
232232
}
233233

234+
.github-link {
235+
display: flex;
236+
align-items: center;
237+
color: #b8b0a0;
238+
opacity: 0.55;
239+
padding: 0.3rem;
240+
border-radius: 3px;
241+
transition: opacity 0.15s, background 0.15s;
242+
}
243+
244+
.github-link:hover { opacity: 1; background: rgba(255,255,255,0.1); }
245+
234246
/* ─── Blockquotes ─────────────────────────────────────────── */
235247
blockquote {
236248
margin: 1.5rem 0;
@@ -310,6 +322,7 @@
310322
<a href="07_glava_VII.html">&#8592; Глава VII. ОСНОВНЫЕ ЗАКОНЫ ЛОГИЧЕСКОГО МЫШЛЕНИЯ</a>
311323
<a href="09_glava_IX.html">Глава IX. ИНДУКТИВНЫЕ УМОЗАКЛЮЧЕНИЯ &#8594;</a>
312324
</div>
325+
<a href="https://github.com/gaperton/Logic" class="github-link" title="GitHub" target="_blank" rel="noopener"><svg width="18" height="18" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"/></svg></a>
313326
</nav>
314327
<main>
315328
<h1>Глава VIII. ДЕДУКТИВНЫЕ УМОЗАКЛЮЧЕНИЯ</h1>

docs/09_glava_IX.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,18 @@
231231
color: #999;
232232
}
233233

234+
.github-link {
235+
display: flex;
236+
align-items: center;
237+
color: #b8b0a0;
238+
opacity: 0.55;
239+
padding: 0.3rem;
240+
border-radius: 3px;
241+
transition: opacity 0.15s, background 0.15s;
242+
}
243+
244+
.github-link:hover { opacity: 1; background: rgba(255,255,255,0.1); }
245+
234246
/* ─── Blockquotes ─────────────────────────────────────────── */
235247
blockquote {
236248
margin: 1.5rem 0;
@@ -310,6 +322,7 @@
310322
<a href="08_glava_VIII.html">&#8592; Глава VIII. ДЕДУКТИВНЫЕ УМОЗАКЛЮЧЕНИЯ</a>
311323
<a href="10_glava_X.html">Глава X. АНАЛОГИЯ &#8594;</a>
312324
</div>
325+
<a href="https://github.com/gaperton/Logic" class="github-link" title="GitHub" target="_blank" rel="noopener"><svg width="18" height="18" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"/></svg></a>
313326
</nav>
314327
<main>
315328
<h1>Глава IX. ИНДУКТИВНЫЕ УМОЗАКЛЮЧЕНИЯ</h1>

0 commit comments

Comments
 (0)