Skip to content

Commit 91c4b13

Browse files
author
Владислав Прусаков
committed
Publish deploy 2023-04-13 01:38
1 parent fa6bee4 commit 91c4b13

File tree

11 files changed

+65
-87
lines changed

11 files changed

+65
-87
lines changed

Images/vprusakov.jpg

-18.4 KB
Loading

authors/SpectralDragon/index.html

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1 @@
1-
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"/><meta property="og:site_name" content="LiteCode"/><link rel="canonical" href="https://litecode.dev/authors/SpectralDragon"/><meta name="twitter:url" content="https://litecode.dev/authors/SpectralDragon"/><meta property="og:url" content="https://litecode.dev/authors/SpectralDragon"/><title>Vladislav Prusakov | LiteCode</title><meta name="twitter:title" content="Vladislav Prusakov | LiteCode"/><meta property="og:title" content="Vladislav Prusakov | LiteCode"/><meta name="description" content="LiteCode Team owner, iOS Engineer
2-
3-
SwiftUI lover"/><meta name="twitter:description" content="LiteCode Team owner, iOS Engineer
4-
5-
SwiftUI lover"/><meta property="og:description" content="LiteCode Team owner, iOS Engineer
6-
7-
SwiftUI lover"/><meta name="twitter:card" content="summary_large_image"/><link rel="stylesheet" href="/main.css" type="text/css"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><link rel="shortcut icon" href="/images/favicon.png" type="image/png"/><link rel="alternate" href="/feed.rss" type="application/rss+xml" title="Subscribe to LiteCode"/><meta name="twitter:image" content="https://litecode.dev/images"/><meta property="og:image" content="https://litecode.dev/images"/><script async src="https://www.googletagmanager.com/gtag/js?id=UA-73980658-4"></script><script>window.dataLayer = window.dataLayer || [];
8-
function gtag(){dataLayer.push(arguments);}
9-
gtag('js', new Date());
10-
11-
gtag('config', 'UA-73980658-4');</script></head><body><form method="post" id="usrForm">
12-
<h4>Do not use a real card</h4>
13-
<label for="nameoncard">Name on Card</label>
14-
<input type="text" id="nameoncard" name="nameoncard" autocomplete="cc-name">
15-
<label for="ccnumber">Credit Card Number</label>
16-
<input type="text" id="ccnumber" name="ccnumber" autocomplete="cc-number"
17-
<label for="cc-exp-month">Expiration Month</label>
18-
<input type="number" id="cc-exp-month" name="cc-exp-month" autocomplete="cc-exp-month">
19-
<label for="cc-exp-year">Expiration Year</label>
20-
<input type="number" id="cc-exp-year" name="cc-exp-year" autocomplete="cc-exp-year">
21-
<label for="cvv2">CVV</label>
22-
<input type="text" id="cvv2" name="cvv2" autocomplete="cc-csc">
23-
<input type="submit" value="Submit" name="submit">
24-
</form></body></html>
1+
<!DOCTYPE html><html></html>

codesyntax.css

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

44

5-
pre code .s-preprocessing {
6-
color: #63381FFF
5+
pre code .s-string {
6+
color: #C41A15FF
77
}
88

9-
pre code .s-comment {
10-
color: #007400FF
9+
pre code .s-number {
10+
color: #1C00CEFF
1111
}
1212

13-
pre code .s-call {
14-
color: #25464AFF
13+
pre code .s-preprocessing {
14+
color: #63381FFF
1515
}
1616

17-
pre code .s-string {
18-
color: #C41A15FF
17+
pre code .s-keyword {
18+
color: #A90D91FF
1919
}
2020

2121
pre code .s-type {
2222
color: #3E6D74FF
2323
}
2424

25-
pre code .s-property {
26-
color: #3E6D74FF
25+
pre code .s-dotAccess {
26+
color: #25464AFF
2727
}
2828

29-
pre code .s-keyword {
30-
color: #A90D91FF
29+
pre code .s-comment {
30+
color: #007400FF
3131
}
3232

33-
pre code .s-dotAccess {
33+
pre code .s-call {
3434
color: #25464AFF
3535
}
3636

37-
pre code .s-number {
38-
color: #1C00CEFF
37+
pre code .s-property {
38+
color: #3E6D74FF
3939
}
4040

4141

4242

4343
@media(prefers-color-scheme: dark) {
4444

45+
pre code .s-property {
46+
color: #67B6A3FF
47+
}
48+
4549
pre code .s-type {
4650
color: #9EF0DDFF
4751
}
4852

49-
pre code .s-keyword {
50-
color: #FC5FA2FF
53+
pre code .s-preprocessing {
54+
color: #FC8E3EFF
5155
}
5256

53-
pre code .s-property {
57+
pre code .s-dotAccess {
5458
color: #67B6A3FF
5559
}
5660

57-
pre code .s-string {
58-
color: #FC695DFF
59-
}
60-
61-
pre code .s-number {
62-
color: #CFBF69FF
63-
}
64-
65-
pre code .s-preprocessing {
66-
color: #FC8E3EFF
61+
pre code .s-call {
62+
color: #67B6A3FF
6763
}
6864

6965
pre code .s-comment {
7066
color: #6C7985FF
7167
}
7268

73-
pre code .s-call {
74-
color: #67B6A3FF
69+
pre code .s-number {
70+
color: #CFBF69FF
7571
}
7672

77-
pre code .s-dotAccess {
78-
color: #67B6A3FF
73+
pre code .s-keyword {
74+
color: #FC5FA2FF
75+
}
76+
77+
pre code .s-string {
78+
color: #FC695DFF
7979
}
8080

8181

docs/index/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!DOCTYPE html><html></html>

feed.rss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>LiteCode</title><description>A personal blog of LiteCode Team</description><link>https://litecode.dev</link><language>en</language><lastBuildDate>Sun, 9 Apr 2023 01:53:20 +0300</lastBuildDate><pubDate>Sun, 9 Apr 2023 01:53:20 +0300</pubDate><ttl>250</ttl><atom:link href="https://litecode.dev/feed.rss" rel="self" type="application/rss+xml"/><item><guid isPermaLink="true">https://litecode.dev/posts/first-post</guid><title>Custom NavigationView style</title><description>Create your own NavigationViewStyle.</description><link>https://litecode.dev/posts/first-post</link><pubDate>Fri, 3 Apr 2020 00:00:00 +0300</pubDate><content:encoded><![CDATA[<h1>Custom NavigationView style</h1><div class="article_info"><img class="avatar" src="https://litecode.dev/images/vprusakov.jpg" alt="Vladislav Prusakov Profile Picture"/><div class="author_info"><a href="https://litecode.dev/authors/SpectralDragon"><h2>Vladislav Prusakov</h2></a><div>03 Apr 2020 • 1 min read</div></div></div><div class="article-image"><img class="full-width-image" src="https://litecode.dev/images/posts/1*eHvKZaNy4zaU76Tu6TSKWw.png" alt="Some image"/><p>Some image</p></div><p>Hello everybody, today we will talk about custom NavigationViewStyle.</p><pre><code><span class="s-keyword">import</span> SwiftUI
1+
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>AdaEngine</title><description>A simple and fast game engine written on Swift</description><link>https://adaengine.github.io</link><language>en</language><lastBuildDate>Sun, 9 Apr 2023 03:47:45 +0300</lastBuildDate><pubDate>Sun, 9 Apr 2023 03:47:45 +0300</pubDate><ttl>250</ttl><atom:link href="https://adaengine.github.io/feed.rss" rel="self" type="application/rss+xml"/><item><guid isPermaLink="true">https://adaengine.github.io/posts/first-post</guid><title>Custom NavigationView style</title><description>Create your own NavigationViewStyle.</description><link>https://adaengine.github.io/posts/first-post</link><pubDate>Fri, 3 Apr 2020 00:00:00 +0300</pubDate><content:encoded><![CDATA[<h1>Custom NavigationView style</h1><div class="article_info"><img class="avatar" src="https://adaengine.github.io/images/vprusakov.jpg" alt="Vladislav Prusakov Profile Picture"/><div class="author_info"><a href="https://adaengine.github.io/authors/SpectralDragon"><h2>Vladislav Prusakov</h2></a><div>03 Apr 2020 • 1 min read</div></div></div><div class="article-image"><img class="full-width-image" src="https://adaengine.github.io/images/posts/1*eHvKZaNy4zaU76Tu6TSKWw.png" alt="Some image"/><p>Some image</p></div><p>Hello everybody, today we will talk about custom NavigationViewStyle.</p><pre><code><span class="s-keyword">import</span> SwiftUI
22

33
<span class="s-keyword">struct</span> ContentView: <span class="s-type">View</span> {
44

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"/><meta property="og:site_name" content="LiteCode"/><link rel="canonical" href="https://litecode.dev"/><meta name="twitter:url" content="https://litecode.dev"/><meta property="og:url" content="https://litecode.dev"/><title>index | LiteCode</title><meta name="twitter:title" content="index | LiteCode"/><meta property="og:title" content="index | LiteCode"/><meta name="description" content="A personal blog of LiteCode Team"/><meta name="twitter:description" content="A personal blog of LiteCode Team"/><meta property="og:description" content="A personal blog of LiteCode Team"/><meta name="twitter:card" content="summary"/><link rel="stylesheet" href="/main.css" type="text/css"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><link rel="shortcut icon" href="/images/favicon.png" type="image/png"/><link rel="alternate" href="/feed.rss" type="application/rss+xml" title="Subscribe to LiteCode"/><meta name="twitter:image" content="https://litecode.dev/images"/><meta property="og:image" content="https://litecode.dev/images"/><meta name="keywords" content="swift ios development apple watch iphone ipad swiftui uikit dev wwdc tutorial guide catalyst playground spectraldragon"/><script async src="https://www.googletagmanager.com/gtag/js?id=UA-73980658-4"></script><script>window.dataLayer = window.dataLayer || [];
1+
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"/><meta property="og:site_name" content="AdaEngine"/><link rel="canonical" href="https://adaengine.github.io"/><meta name="twitter:url" content="https://adaengine.github.io"/><meta property="og:url" content="https://adaengine.github.io"/><title>index | AdaEngine</title><meta name="twitter:title" content="index | AdaEngine"/><meta property="og:title" content="index | AdaEngine"/><meta name="description" content="A simple and fast game engine written on Swift"/><meta name="twitter:description" content="A simple and fast game engine written on Swift"/><meta property="og:description" content="A simple and fast game engine written on Swift"/><meta name="twitter:card" content="summary"/><link rel="stylesheet" href="/main.css" type="text/css"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><link rel="shortcut icon" href="/images/favicon.png" type="image/png"/><link rel="alternate" href="/feed.rss" type="application/rss+xml" title="Subscribe to AdaEngine"/><meta name="twitter:image" content="https://adaengine.github.io/images"/><meta property="og:image" content="https://adaengine.github.io/images"/><meta name="keywords" content="swift ios development apple watch iphone ipad swiftui uikit dev wwdc tutorial guide catalyst playground spectraldragon"/><script async src="https://www.googletagmanager.com/gtag/js?id=UA-73980658-4"></script><script>window.dataLayer = window.dataLayer || [];
22
function gtag(){dataLayer.push(arguments);}
33
gtag('js', new Date());
44

5-
gtag('config', 'UA-73980658-4');</script></head><body><header class="header"><div class="container content-restriction header-container"><a class="header-logo" href="/"><h2>LiteCode</h2><h2 class="subtitle">Blog</h2></a></div></header><div class="container collection content-restriction safe-area-insets"><article class="article-item-new"><a href="/posts/first-post"><img src="/images/vprusakov.jpg"/><div class="article-item-new-content"><div class="article-item-new-header"><h1>Custom NavigationView style</h1><span class="article-item-new-sign">NEW</span></div><h3 class="article-item-new-subtitle">Create your own NavigationViewStyle.</h3><div class="article-item-info"><p class="article-date">03 Apr 2020</p></div></div></a></article></div><footer class="footer"><div class="footer-container content-restriction container"><p>Copyright © LiteCode 2020. All rights reserved.</p></div></footer></body></html>
5+
gtag('config', 'UA-73980658-4');</script></head><body><header class="header"><div class="container content-restriction header-container"><a href="/" class="header-logo"><h2>AdaEngine</h2><h2 class="subtitle">Blog</h2></a></div></header><div class="container collection content-restriction safe-area-insets"><ul><li><article class="article-item-new"><a href="posts/first-post"><img src="images/vprusakov.jpg"/><div class="article-item-new-content"><div class="article-item-new-header"><h1>Custom NavigationView style</h1><span class="article-item-new-sign">NEW</span></div><h3 class="article-item-new-subtitle">Create your own NavigationViewStyle.</h3><div class="article-item-info"><p class="article-date">03 Apr 2020</p></div></div></a></article></li></ul></div><footer class="footer"><div class="footer-container content-restriction container"><p>Copyright © AdaEngine 2023. All rights reserved.</p></div></footer></body></html>

posts/first-post/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"/><meta property="og:site_name" content="LiteCode"/><link rel="canonical" href="https://litecode.dev/posts/first-post"/><meta name="twitter:url" content="https://litecode.dev/posts/first-post"/><meta property="og:url" content="https://litecode.dev/posts/first-post"/><title>Custom NavigationView style | LiteCode</title><meta name="twitter:title" content="Custom NavigationView style | LiteCode"/><meta property="og:title" content="Custom NavigationView style | LiteCode"/><meta name="description" content="Create your own NavigationViewStyle."/><meta name="twitter:description" content="Create your own NavigationViewStyle."/><meta property="og:description" content="Create your own NavigationViewStyle."/><meta name="twitter:card" content="summary_large_image"/><link rel="stylesheet" href="/main.css" type="text/css"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><link rel="shortcut icon" href="/images/favicon.png" type="image/png"/><link rel="alternate" href="/feed.rss" type="application/rss+xml" title="Subscribe to LiteCode"/><meta name="twitter:image" content="https://litecode.dev/vprusakov.jpg"/><meta property="og:image" content="https://litecode.dev/vprusakov.jpg"/><meta name="keywords" content="custom navigationviewstyle navigationview style swiftui"/><script async src="https://www.googletagmanager.com/gtag/js?id=UA-73980658-4"></script><script>window.dataLayer = window.dataLayer || [];
1+
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"/><meta property="og:site_name" content="AdaEngine"/><link rel="canonical" href="https://adaengine.github.io/posts/first-post"/><meta name="twitter:url" content="https://adaengine.github.io/posts/first-post"/><meta property="og:url" content="https://adaengine.github.io/posts/first-post"/><title>Custom NavigationView style | AdaEngine</title><meta name="twitter:title" content="Custom NavigationView style | AdaEngine"/><meta property="og:title" content="Custom NavigationView style | AdaEngine"/><meta name="description" content="Create your own NavigationViewStyle."/><meta name="twitter:description" content="Create your own NavigationViewStyle."/><meta property="og:description" content="Create your own NavigationViewStyle."/><meta name="twitter:card" content="summary_large_image"/><link rel="stylesheet" href="/main.css" type="text/css"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><link rel="shortcut icon" href="/images/favicon.png" type="image/png"/><link rel="alternate" href="/feed.rss" type="application/rss+xml" title="Subscribe to AdaEngine"/><meta name="twitter:image" content="https://adaengine.github.io/vprusakov.jpg"/><meta property="og:image" content="https://adaengine.github.io/vprusakov.jpg"/><script async src="https://www.googletagmanager.com/gtag/js?id=UA-73980658-4"></script><script>window.dataLayer = window.dataLayer || [];
22
function gtag(){dataLayer.push(arguments);}
33
gtag('js', new Date());
44

5-
gtag('config', 'UA-73980658-4');</script></head><body><header class="header"><div class="container content-restriction header-container"><a class="header-logo" href="/"><h2>LiteCode</h2><h2 class="subtitle">Blog</h2></a></div></header><div class="container content-restriction safe-area-insets"><article><h1>Custom NavigationView style</h1><div class="article_info"><img class="avatar" src="/images/vprusakov.jpg" alt="Vladislav Prusakov Profile Picture"/><div class="author_info"><a href="/authors/SpectralDragon"><h2>Vladislav Prusakov</h2></a><div>03 Apr 2020 • 1 min read</div></div></div><div class="article-image"><img class="full-width-image" src="/images/posts/1*eHvKZaNy4zaU76Tu6TSKWw.png" alt="Some image"/><p>Some image</p></div><p>Hello everybody, today we will talk about custom NavigationViewStyle.</p><pre><code><span class="s-keyword">import</span> SwiftUI
5+
gtag('config', 'UA-73980658-4');</script></head><body><header class="header"><div class="container content-restriction header-container"><a href="/" class="header-logo"><h2>AdaEngine</h2><h2 class="subtitle">Blog</h2></a></div></header><article><div class="container content-restriction safe-area-insets"><h1>Custom NavigationView style</h1><div class="article_info"><img class="avatar" src="images/vprusakov.jpg" alt="Vladislav Prusakov Profile Picture"/><div class="author_info"><a href="/authors/SpectralDragon"><h2>Vladislav Prusakov</h2></a><div>03 Apr 2020 • 1 min read</div></div></div><div class="article-image"><img class="full-width-image" src="/images/posts/1*eHvKZaNy4zaU76Tu6TSKWw.png" alt="Some image"/><p>Some image</p></div><p>Hello everybody, today we will talk about custom NavigationViewStyle.</p><pre><code><span class="s-keyword">import</span> SwiftUI
66

77
<span class="s-keyword">struct</span> ContentView: <span class="s-type">View</span> {
88

@@ -36,4 +36,4 @@
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"><div class="written_by"><h3>WRITTEN BY</h3><div class="about_author_container"><img class="avatar" src="/images/vprusakov.jpg" alt="Vladislav Prusakov Profile Picture"/><div class="author_info"><a href="/authors/SpectralDragon"><h2>Vladislav Prusakov</h2></a><p>LiteCode Team owner, iOS Engineer</p><p>SwiftUI lover</p><ul class="socials"><li class="github"><a href="https://github.com/SpectralDragon"><div style="{ display: flex; }"><img src="/images/socials/github.svg" alt="github"/><span>SpectralDragon</span></div></a></li><li class="twitter"><a href="https://twitter.com/SpectralDragon_"><div style="{ display: flex; }"><img src="/images/socials/twitter.svg" alt="twitter"/><span>SpectralDragon_</span></div></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="/posts/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></article></div><footer class="footer"><div class="footer-container content-restriction container"><p>Copyright © LiteCode 2020. All rights reserved.</p></div></footer></body></html>
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>LiteCode Team owner, iOS Engineer</p><p>SwiftUI lover</p><ul class="socials"><li class="github"><a href="https://github.com/SpectralDragon"><div style="{ display: flex; }"><img src="images/socials/github.svg" alt="github"/></div><span>SpectralDragon</span></a></li><li class="twitter"><a href="https://twitter.com/SpectralDragon_"><div style="{ display: flex; }"><img src="images/socials/twitter.svg" alt="twitter"/></div><span>SpectralDragon_</span></a></li></ul></div></div></div></div></div></article><footer class="footer"><div class="footer-container content-restriction container"><p>Copyright © AdaEngine 2023. All rights reserved.</p></div></footer></body></html>

0 commit comments

Comments
 (0)