Skip to content

Commit cd20e38

Browse files
committed
WIP
1 parent a11485b commit cd20e38

File tree

8 files changed

+491
-167
lines changed

8 files changed

+491
-167
lines changed

assets/colophon.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<div style="padding-top: 110mm; position: relative; color: #222;">
2+
<div style="text-align: center; max-width: 280px; margin: 0 auto; line-height: 1.3;">
3+
<p style="margin: 0; font-weight: 700; font-size: 14pt; letter-spacing: 0.05em;">ДЕНДИ-КОД</p>
4+
<p style="margin: 0; font-weight: 600; font-size: 12pt; margin-top: 0.15em;">Черняев Александр</p>
5+
<p style="margin: 0; font-size: 10pt; margin-top: 0.5em;">Версия 1.0, издание первое</p>
6+
<p style="margin: 0; font-size: 10pt; margin-top: 0.3em;">ISBN 000-0-00000-000-0</p>
7+
<p style="margin: 0; font-weight: 700; font-size: 12pt; margin-top: 1em;">Липецк 2025</p>
8+
</div>
9+
</div>

assets/cover-back.jpg

4.75 MB
Loading

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,14 @@
1717
"illuminate/collections": "^12.0",
1818
"illuminate/filesystem": "^12.0",
1919
"illuminate/support": "^12.0",
20+
"jolicode/jolitypo": "^1.2",
21+
"laravelsu/highlight": "@dev",
2022
"mpdf/mpdf": "^8.2",
21-
"spatie/commonmark-highlighter": "^3.0",
23+
"phiki/phiki": "^1.1",
2224
"symfony/console": "^7.3",
23-
"vanderlee/syllable": "^1.9",
24-
"laravelsu/highlight" : "@dev"
25+
"symfony/css-selector": "^7.3",
26+
"symfony/dom-crawler": "^7.0",
27+
"vanderlee/syllable": "^1.9"
2528
},
2629
"require-dev": {
2730
"symfony/var-dumper": "^7.3",

0 commit comments

Comments
 (0)