Skip to content

Commit 11dec0a

Browse files
author
Владислав Прусаков
committed
Publish deploy 2020-06-03 17:19
1 parent 47c805b commit 11dec0a

File tree

3 files changed

+46
-33
lines changed

3 files changed

+46
-33
lines changed

authors/SpectralDragon/index.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,17 @@
88
function gtag(){dataLayer.push(arguments);}
99
gtag('js', new Date());
1010

11-
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"><h1>Search by author <code>Vladislav Prusakov</code></h1><p>LiteCode Team owner, iOS Engineer</p><p>SwiftUI lover</p><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"><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><p class="article-date">03 Apr 2020</p></div><p class="article-item-description">Create your own NavigationViewStyle.</p></div></a></article></div></div><footer class="footer"><div class="footer-container content-restriction container"><p>Copyright © LiteCode 2020. All rights reserved.</p></div></footer></body></html>
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>

codesyntax.css

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,76 +6,76 @@ pre code .s-type {
66
color: #3E6D74FF
77
}
88

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

13-
pre code .s-keyword {
14-
color: #A90D91FF
13+
pre code .s-dotAccess {
14+
color: #25464AFF
1515
}
1616

17-
pre code .s-preprocessing {
18-
color: #63381FFF
17+
pre code .s-property {
18+
color: #3E6D74FF
1919
}
2020

21-
pre code .s-call {
22-
color: #25464AFF
21+
pre code .s-comment {
22+
color: #007400FF
2323
}
2424

25-
pre code .s-string {
26-
color: #C41A15FF
25+
pre code .s-preprocessing {
26+
color: #63381FFF
2727
}
2828

29-
pre code .s-number {
30-
color: #1C00CEFF
29+
pre code .s-call {
30+
color: #25464AFF
3131
}
3232

33-
pre code .s-dotAccess {
34-
color: #25464AFF
33+
pre code .s-keyword {
34+
color: #A90D91FF
3535
}
3636

37-
pre code .s-property {
38-
color: #3E6D74FF
37+
pre code .s-string {
38+
color: #C41A15FF
3939
}
4040

4141

4242

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

45-
pre code .s-call {
45+
pre code .s-property {
46+
color: #67B6A3FF
47+
}
48+
49+
pre code .s-dotAccess {
4650
color: #67B6A3FF
4751
}
4852

4953
pre code .s-preprocessing {
5054
color: #FC8E3EFF
5155
}
5256

53-
pre code .s-number {
54-
color: #CFBF69FF
57+
pre code .s-comment {
58+
color: #6C7985FF
5559
}
5660

57-
pre code .s-property {
58-
color: #67B6A3FF
61+
pre code .s-type {
62+
color: #9EF0DDFF
5963
}
6064

6165
pre code .s-keyword {
6266
color: #FC5FA2FF
6367
}
6468

65-
pre code .s-string {
66-
color: #FC695DFF
67-
}
68-
69-
pre code .s-comment {
70-
color: #6C7985FF
69+
pre code .s-number {
70+
color: #CFBF69FF
7171
}
7272

73-
pre code .s-type {
74-
color: #9EF0DDFF
73+
pre code .s-call {
74+
color: #67B6A3FF
7575
}
7676

77-
pre code .s-dotAccess {
78-
color: #67B6A3FF
77+
pre code .s-string {
78+
color: #FC695DFF
7979
}
8080

8181

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"><url><loc>https://litecode.dev/posts</loc><changefreq>daily</changefreq><priority>1.0</priority><lastmod>2020-04-03</lastmod></url><url><loc>https://litecode.dev/posts/first-post</loc><changefreq>monthly</changefreq><priority>0.5</priority><lastmod>2020-04-18</lastmod></url><url><loc>https://litecode.dev/authors/SpectralDragon</loc><changefreq>monthly</changefreq><priority>0.5</priority><lastmod>2020-04-19</lastmod></url></urlset>
1+
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"><url><loc>https://litecode.dev/posts</loc><changefreq>daily</changefreq><priority>1.0</priority><lastmod>2020-04-03</lastmod></url><url><loc>https://litecode.dev/posts/first-post</loc><changefreq>monthly</changefreq><priority>0.5</priority><lastmod>2020-04-18</lastmod></url><url><loc>https://litecode.dev/authors/SpectralDragon</loc><changefreq>monthly</changefreq><priority>0.5</priority><lastmod>2020-06-03</lastmod></url></urlset>

0 commit comments

Comments
 (0)