8000 Publish deploy 2023-04-16 00:33 · AdaEngine/adaengine.github.io@c3bc6f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit c3bc6f3

Browse files
author
Владислав Прусаков
committed
Publish deploy 2023-04-16 00:33
1 parent 7c3ff38 commit c3bc6f3

File tree

21 files changed

+67
-69
lines changed

21 files changed

+67
-69
lines changed

404.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
header = document.querySelector('header');
88

99
burger.onclick = function() {
10-
console.log("Menu opened");
1110
header.classList.toggle('menu-opened');
1211
}
1312
}());</script></body></html>

Styles/codesyntax.css

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,20 @@
22
/* Generated by `CodeSyntaxCSSGeneratorPlugin` https://github.com/SpectralDragon/CodeSyntaxCSSGeneratorPlugin */
33

44

5-
pre code .s-call {
6-
color: #25464AFF
7-
}
8-
9-
pre code .s-comment {
10-
color: #007400FF
5+
pre code .s-preprocessing {
6+
color: #63381FFF
117
}
128

139
pre code .s-dotAccess {
1410
color: #25464AFF
1511
}
1612

17-
pre code .s-preprocessing {
18-
color: #63381FFF
13+
pre code .s-string {
14+
color: #C41A15FF
1915
}
2016

21-
pre code .s-keyword {
22-
color: #A90D91FF
17+
pre code .s-type {
18+
color: #3E6D74FF
2319
}
2420

2521
pre code .s-property {
@@ -30,12 +26,16 @@ pre code .s-number {
3026
color: #1C00CEFF
3127
}
3228

33-
pre code .s-type {
34-
color: #3E6D74FF
29+
pre code .s-keyword {
30+
color: #A90D91FF
3531
}
3632

37-
pre code .s-string {
38-
color: #C41A15FF
33+
pre code .s-comment {
34+
color: #007400FF
35+
}
36+
37+
pre code .s-call {
38+
color: #25464AFF
3939
}
4040

4141

@@ -46,10 +46,6 @@ pre code .s-string {
4646
color: #67B6A3FF
4747
}
4848

49-
pre code .s-keyword {
50-
color: #FC5FA2FF
51-
}
52-
5349
pre code .s-preprocessing {
5450
color: #FC8E3EFF
5551
}
@@ -58,14 +54,18 @@ pre code .s-string {
5854
color: #FC695DFF
5955
}
6056

61-
pre code .s-type {
62-
color: #9EF0DDFF
57+
pre code .s-dotAccess {
58+
color: #67B6A3FF
6359
}
6460

6561
pre code .s-property {
6662
color: #67B6A3FF
6763
}
6864

65+
pre code .s-keyword {
66+
color: #FC5FA2FF
67+
}
68+
6969
pre code .s-comment {
7070
color: #6C7985FF
7171
}
@@ -74,8 +74,8 @@ pre code .s-string {
7474
color: #CFBF69FF
7575
}
7676

77-
pre code .s-dotAccess {
78-
color: #67B6A3FF
77+
pre code .s-type {
78+
color: #9EF0DDFF
7979
}
8080

8181

Styles/main.css

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ html {
9595
margin-bottom: 7px;
9696
}
9797

98+
.avatar {
99+
border-radius: 50%;
100+
}
101+
98102
.written_by {
99103
display: block;
100104
margin-top: 20px;
@@ -129,8 +133,7 @@ html {
129133
color: #f79e05;
130134
}
131135

132-
.avatar {
133-
border-radius: 50%;
136+
.written_by .avatar {
134137
width: 100px;
135138
height: 100px;
136139
}
@@ -539,6 +542,12 @@ pre code .highlight {
539542
padding-right: 0;
540543
}
541544

545+
.written_by .avatar {
546+
border-radius: 50%;
547+
width: 50px;
548+
height: 50px;
549+
}
550+
542551
h1 {
543552
font-size: 28px;
544553
}

Styles/navigation.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,16 @@
152152
display: block;
153153
visibility: hidden;
154154
height: 0px;
155-
padding: 48px 48px 0;
155+
padding: 0px 24px 0;
156156
list-style: none;
157157
}
158158

159+
.header.menu-opened .header-logo {
160+
transition-delay: 0.15s;
161+
opacity: 0;
162+
transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
163+
}
164+
159165
.header ul.navigation li.navigation-item .navigation-item-link {
160166
display: block;
161167
}

Styles/tags.css

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
/* THIS FILE WAS AUTO GENERATED. DO NOT CHANGE IT MANUAL */
22
/* Generated by `TagColorCSSGeneratorPlugin` https://github.com/SpectralDragon/TagColorCSSGeneratorPlugin */
33

4-
.tag-ui {
5-
background-color: #FF3B3066;
6-
color: #FF3B30FF;
7-
font-weight: bold;
8-
}
9-
10-
.tag-ui:hover {
11-
background-color: #FF3B30B2;
12-
}
13-
144
.tag-swiftui {
155
background-color: #007AFF66;
166
color: #007AFFFF;
@@ -21,17 +11,17 @@
2111
background-color: #007AFFB2;
2212
}
2313

24-
@media(prefers-color-scheme: dark) {
14+
.tag-ui {
15+
background-color: #FF3B3066;
16+
color: #FF3B30FF;
17+
font-weight: bold;
18+
}
2519

26-
.tag-ui {
27-
background-color: #FF453A66;
28-
color: #FF453AFF;
29-
font-weight: bold;
30-
}
31-
32-
.tag-ui:hover {
33-
background-color: #FF453AB2;
34-
}
20+
.tag-ui:hover {
21+
background-color: #FF3B30B2;
22+
}
23+
24+
@media(prefers-color-scheme: dark) {
3525

3626
.tag-swiftui {
3727
background-color: #0A84FF66;
@@ -43,4 +33,14 @@
4333
background-color: #0A84FFB2;
4434
}
4535

36+
.tag-ui {
37+
background-color: #FF453A66;
38+
color: #FF453AFF;
39+
font-weight: bold;
40+
}
41+
42+
.tag-ui:hover {
43+
background-color: #FF453AB2;
44+
}
45+
4646
}

authors/SpectralDragon/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
header = document.querySelector('header');
88

99
burger.onclick = function() {
10-
console.log("Menu opened");
1110
header.classList.toggle('menu-opened');
1211
}
1312
}());</script></body></html>

blog/first-post copy 2/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,11 @@
3636
<span class="s-keyword">return</span> <span class="s-string">"SOME BIG TEXT"</span>
3737
}
3838
}
39-
</code></pre></blockquote><blockquote class="blockquote-error"><p>Some warning text some shit and etc other</p></blockquote><blockquote class="blockquote-info"><p>Some info <code>information</code></p></blockquote><div class="article-footer"><ul class="tags"><li class="tag-swiftui"><a href="/tags/swiftui">SwiftUI</a></li><li class="tag-ui"><a href="/tags/ui">UI</a></li></ul><div class="written_by"><h3>WRITTEN BY</h3><div class="about_author_container"><img src="/Images/vprusakov.jpg" alt="Vladislav Prusakov Profile Picture" class="avatar"/><div class="author_info"><a href="/authors/SpectralDragon"><h2>Vladislav Prusakov</h2></a><p>AdaEngine Founder, iOS Engineer</p><ul class="socials"><li class="github"><a href="https://github.com/SpectralDragon"><div><img src="/Images/socials/github.svg" alt="github"/></div><span>SpectralDragon</span></a></li><li class="twitter"><a href="https://twitter.com/SpectralDragon_"><div><img src="/Images/socials/twitter.svg" alt="twitter"/></div><span>SpectralDragon_</span></a></li></ul></div></div></div></div><div class="related_articles"><div class="container content-restriction safe-area-insets"><h3>RELATED ARTICLES</h3><div class="collection"><article class="article-item"><a href="/blog/first-post copy 3"><img src="/Images/vprusakov.jpg"/><div class="article-item-content"><h3>Custom NavigationView style</h3><div class="article-item-info"><p class="article-date">03 Apr 2020</p></div><p class="article-item-description">Create your own NavigationViewStyle.</p></div></a></article><article class="article-item"><a href="/blog/first-post copy 4"><img src="/Images/vprusakov.jpg"/><div class="article-item-content"><h3>Custom NavigationView style</h3><div class="article-item-info"><p class="article-date">03 Apr 2020</p></div><p class="article-item-description">Create your own NavigationViewStyle.</p></div></a></article></div></div></div></div></article></div><footer class="footer"><div class="footer-container content-restriction container"><p>Copyright © 2023 Vladislav Prusakov. All rights reserved.</p></div></footer><script>(function(){
39+
</code></pre></blockquote><blockquote class="blockquote-error"><p>Some warning text some shit and etc other</p></blockquote><blockquote class="blockquote-info"><p>Some info <code>information</code></p></blockquote><div class="article-footer"><ul class="tags"><li class="tag-swiftui"><a href="/tags/swiftui">SwiftUI</a></li><li class="tag-ui"><a href="/tags/ui">UI</a></li></ul><div class="written_by"><h3>WRITTEN BY</h3><div class="about_author_container"><img src="/Images/vprusakov.jpg" alt="Vladislav Prusakov Profile Picture" class="avatar"/><div class="author_info"><a href="/authors/SpectralDragon"><h2>Vladislav Prusakov</h2></a><p>AdaEngine Founder, iOS Engineer</p><ul class="socials"><li class="github"><a href="https://github.com/SpectralDragon"><div><img src="/Images/socials/github.svg" alt="github"/></div><span>SpectralDragon</span></a></li><li class="twitter"><a href="https://twitter.com/SpectralDragon_"><div><img src="/Images/socials/twitter.svg" alt="twitter"/></div><span>SpectralDragon_</span></a></li></ul></div></div></div></div><div class="related_articles"><div class="container content-restriction safe-area-insets"><h3>RELATED ARTICLES</h3><div class="collection"><article class="article-item"><a href="/blog/first-post copy 3"><img src="/Images/vprusakov.jpg"/><div class="article-item-content"><h3>Custom NavigationView style</h3><div class="article-item-info"><p class="article-date">03 Apr 2020</p></div><p class="article-item-description">Create your own NavigationViewStyle.</p></div></a></article></div></div></div></div></article></div><footer class="footer"><div class="footer-container content-restriction container"><p>Copyright © 2023 Vladislav Prusakov. All rights reserved.</p></div></footer><script>(function(){
4040
var burger = document.getElementsByClassName('burger-container')[0],
4141
header = document.querySelector('header');
4242

4343
burger.onclick = function() {
44-
console.log("Menu opened");
4544
header.classList.toggle('menu-opened');
4645
}
4746
}());</script></body></html>

blog/first-post copy 3/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,11 @@
3636
<span class="s-keyword">return</span> <span class="s-string">"SOME BIG TEXT"</span>
3737
}
3838
}
39-
</code></pre></blockquote><blockquote class="blockquote-error"><p>Some warning text some shit and etc other</p></blockquote><blockquote class="blockquote-info"><p>Some info <code>information</code></p></blockquote><div class="article-footer"><ul class="tags"><li class="tag-swiftui"><a href="/tags/swiftui">SwiftUI</a></li><li class="tag-ui"><a href="/tags/ui">UI</a></li></ul><div class="written_by"><h3>WRITTEN BY</h3><div class="about_author_container"><img src="/Images/vprusakov.jpg" alt="Vladislav Prusakov Profile Picture" class="avatar"/><div class="author_info"><a href="/authors/SpectralDragon"><h2>Vladislav Prusakov</h2></a><p>AdaEngine Founder, iOS Engineer</p><ul class="socials"><li class="github"><a href="https://github.com/SpectralDragon"><div><img src="/Images/socials/github.svg" alt="github"/></div><span>SpectralDragon</span></a></li><li class="twitter"><a href="https://twitter.com/SpectralDragon_"><div><img src="/Images/socials/twitter.svg" alt="twitter"/></div><span>SpectralDragon_</span></a></li></ul></div></div></div></div><div class="related_articles"><div class="container content-restriction safe-area-insets"><h3>RELATED ARTICLES</h3><div class="collection"><article class="article-item"><a href="/blog/first-post copy 2"><img src="/Images/vprusakov.jpg"/><div class="article-item-content"><h3>Custom NavigationView style</h3><div class="article-item-info"><p class="article-date">03 Apr 2020</p></div><p class="article-item-description">Create your own NavigationViewStyle.</p></div></a></article><article class="article-item"><a href="/blog/first-post copy 4"><img src="/Images/vprusakov.jpg"/><div class="article-item-content"><h3>Custom NavigationView style</h3><div class="article-item-info"><p class="article-date">03 Apr 2020</p></div><p class="article-item-description">Create your own NavigationViewStyle.</p></div></a></article></div></div></div></div></article></div><footer class="footer"><div class="footer-container content-restriction container"><p>Copyright © 2023 Vladislav Prusakov. All rights reserved.</p></div></footer><script>(function(){
39+
</code></pre></blockquote><blockquote class="blockquote-error"><p>Some warning text some shit and etc other</p></blockquote><blockquote class="blockquote-info"><p>Some info <code>information</code></p></blockquote><div class="article-footer"><ul class="tags"><li class="tag-swiftui"><a href="/tags/swiftui">SwiftUI</a></li><li class="tag-ui"><a href="/tags/ui">UI</a></li></ul><div class="written_by"><h3>WRITTEN BY</h3><div class="about_author_container"><img src="/Images/vprusakov.jpg" alt="Vladislav Prusakov Profile Picture" class="avatar"/><div class="author_info"><a href="/authors/SpectralDragon"><h2>Vladislav Prusakov</h2></a><p>AdaEngine Founder, iOS Engineer</p><ul class="socials"><li class="github"><a href="https://github.com/SpectralDragon"><div><img src="/Images/socials/github.svg" alt="github"/></div><span>SpectralDragon</span></a></li><li class="twitter"><a href="https://twitter.com/SpectralDragon_"><div><img src="/Images/socials/twitter.svg" alt="twitter"/></div><span>SpectralDragon_</span></a></li></ul></div></div></div></div><div class="related_articles"><div class="container content-restriction safe-area-insets"><h3>RELATED ARTICLES</h3><div class="collection"><article class="article-item"><a href="/blog/first-post copy 4"><img src="/Images/vprusakov.jpg"/><div class="article-item-content"><h3>Custom NavigationView style</h3><div class="article-item-info"><p class="article-date">03 Apr 2020</p></div><p class="article-item-description">Create your own NavigationViewStyle.</p></div></a></article><article class="article-item"><a href="/blog/first-post"><img src="/Images/vprusakov.jpg"/><div class="article-item-content"><h3>Custom NavigationView style</h3><div class="article-item-info"><p class="article-date">03 Apr 2020</p></div><p class="article-item-description">Create your own NavigationViewStyle.</p></div></a></article></div></div></div></div></article></div><footer class="footer"><div class="footer-container content-restriction container"><p>Copyright © 2023 Vladislav Prusakov. All rights reserved.</p></div></footer><script>(function(){
4040
var burger = document.getElementsByClassName('burger-container')[0],
4141
header = document.querySelector('header');
4242

4343
burger.onclick = function() {
44-
console.log("Menu opened");
4544
header.classList.toggle('menu-opened');
4645
}
4746
}());</script></body></html>

blog/first-post copy 4/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,11 @@
3636
<span class="s-keyword">return</span> <span class="s-string">"SOME BIG TEXT"</span>
3737
}
3838
}
39-
</code></pre></blockquote><blockquote class="blockquote-error"><p>Some warning text some shit and etc other</p></blockquote><blockquote class="blockquote-info"><p>Some info <code>information</code></p></blockquote><div class="article-footer"><ul class="tags"><li class="tag-swiftui"><a href="/tags/swiftui">SwiftUI</a></li><li class="tag-ui"><a href="/tags/ui">UI</a></li></ul><div class="written_by"><h3>WRITTEN BY</h3><div class="about_author_container"><img src="/Images/vprusakov.jpg" alt="Vladislav Prusakov Profile Picture" class="avatar"/><div class="author_info"><a href="/authors/SpectralDragon"><h2>Vladislav Prusakov</h2></a><p>AdaEngine Founder, iOS Engineer</p><ul class="socials"><li class="github"><a href="https://github.com/SpectralDragon"><div><img src="/Images/socials/github.svg" alt="github"/></div><span>SpectralDragon</span></a></li><li class="twitter"><a href="https://twitter.com/SpectralDragon_"><div><img src="/Images/socials/twitter.svg" alt="twitter"/></div><span>SpectralDragon_</span></a></li></ul></div></div></div></div></div></article></div><footer class="footer"><div class="footer-container content-restriction container"><p>Copyright © 2023 Vladislav Prusakov. All rights reserved.</p></div></footer><script>(function(){
39+
</code></pre></blockquote><blockquote class="blockquote-error"><p>Some warning text some shit and etc other</p></blockquote><blockquote class="blockquote-info"><p>Some info <code>information</code></p></blockquote><div class="article-footer"><ul class="tags"><li class="tag-swiftui"><a href="/tags/swiftui">SwiftUI</a></li><li class="tag-ui"><a href="/tags/ui">UI</a></li></ul><div class="written_by"><h3>WRITTEN BY</h3><div class="about_author_container"><img src="/Images/vprusakov.jpg" alt="Vladislav Prusakov Profile Picture" class="avatar"/><div class="author_info"><a href="/authors/SpectralDragon"><h2>Vladislav Prusakov</h2></a><p>AdaEngine Founder, iOS Engineer</p><ul class="socials"><li class="github"><a href="https://github.com/SpectralDragon"><div><img src="/Images/socials/github.svg" alt="github"/></div><span>SpectralDragon</span></a></li><li class="twitter"><a href="https://twitter.com/SpectralDragon_"><div><img src="/Images/socials/twitter.svg" alt="twitter"/></div><span>SpectralDragon_</span></a></li></ul></div></div></div></div><div class="related_articles"><div class="container content-restriction safe-area-insets"><h3>RELATED ARTICLES</h3><div class="collection"><article class="article-item"><a href="/blog/first-post"><img src="/Images/vprusakov.jpg"/><div class="article-item-content"><h3>Custom NavigationView style</h3><div class="article-item-info"><p class="article-date">03 Apr 2020</p></div><p class="article-item-description">Create your own NavigationViewStyle.</p></div></a></article></div></div></div></div></article></div><footer class="footer"><div class="footer-container content-restriction container"><p>Copyright © 2023 Vladislav Prusakov. All rights reserved.</p></div></footer><script>(function(){
4040
var burger = document.getElementsByClassName('burger-container')[0],
4141
header = document.querySelector('header');
4242

4343
burger.onclick = function() {
44-
console.log("Menu opened");
4544
header.classList.toggle('menu-opened');
4645
}
4746
}());</script></body></html>

0 commit comments

Comments
 (0)
0