Skip to content

Commit 877aa6e

Browse files
authored
Main page (change style & text)
Co-authored-by: tursky <Stas Tursky>
1 parent 40932f8 commit 877aa6e

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

build.js

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,30 @@ const content = [];
2525
content.push({
2626
text: 'Metaprogramming',
2727
bold: true,
28-
fontSize: 30,
28+
fontSize: 28,
29+
alignment: 'center',
2930
margin: [40, 20, 40, 0],
3031
});
3132

3233
content.push({
33-
text: 'Multi-paradigm approach in the Software Engineering',
34+
text: 'Multi-paradigm approach in the\nSoftware Engineering',
3435
bold: true,
3536
fontSize: 14,
37+
alignment: 'center',
3638
margin: [40, 20, 40, 0],
3739
});
3840

3941
content.push({
40-
text: 'Copyright © Timur Shemsedinov and \nHowProgrammingWorks contributors',
42+
text: '© Timur Shemsedinov, Metarhia community',
4143
fontSize: 14,
42-
margin: [40, 40, 40, 0],
44+
alignment: 'center',
45+
margin: [40, 60, 40, 0],
4346
});
4447

4548
content.push({
46-
text: 'Kiev, 2015-2022',
49+
text: 'Kiev, 20152022',
4750
fontSize: 14,
51+
alignment: 'center',
4852
margin: [40, 40, 40, 0],
4953
});
5054

0 commit comments

Comments
 (0)