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

Skip to content

Commit 729ed05

Browse files
author
Владислав Прусаков
committed
Publish deploy 2023-04-16 00:05
1 parent 4f99716 commit 729ed05

File tree

26 files changed

+576
-286
lines changed

26 files changed

+576
-286
lines changed

404.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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/404"/><meta name="twitter:url" content="https://adaengine.github.io/404"/><meta property="og:url" content="https://adaengine.github.io/404"/><title>Page not found | AdaEngine</title><meta name="twitter:title" content="Page not found | AdaEngine"/><meta property="og:title" content="Page not found | 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"/><meta name="theme-color" content="#FFFFFF" media="(prefers-color-scheme: light)"/><meta name="theme-color" content="#00000066" media="(prefers-color-scheme: dark)"/><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"/><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/404"/><meta name="twitter:url" content="https://adaengine.github.io/404"/><meta property="og:url" content="https://adaengine.github.io/404"/><title>Page not found | AdaEngine</title><meta name="twitter:title" content="Page not found | AdaEngine"/><meta property="og:title" content="Page not found | 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="/Styles/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"/><meta name="theme-color" content="#FFFFFF" media="(prefers-color-scheme: light)"/><meta name="theme-color" content="#00000066" media="(prefers-color-scheme: dark)"/><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"/><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 href="/" class="header-logo"><h2>AdaEngine</h2></a><input type="checkbox" class="menu-button" id="menu-button"/><ul class="navigation"><li class="navigation-item"><a href="/blog" class="navigation-item-link">Blog</a></li><li class="navigation-item"><a href="/community" class="navigation-item-link">Community</a></li><li class="navigation-item"><a href="/learn" class="navigation-item-link">Learn</a></li><li class="navigation-item"><a href="/features" class="navigation-item-link">Features</a></li></ul></div></header><div class="container content-restriction safe-area-insets"><div><h1>404 - Page not found</h1><p>To report an issue with the website, please open an <a href="https://github.com/adaengine/ada-website/">issue on GitHub.</a></p></div></div><footer class="footer"><div class="footer-container content-restriction container"><p>Copyright © 2023 Vladislav Prusakov. All rights reserved.</p></div></footer></body></html>
5+
gtag('config', 'UA-73980658-4');</script></head><body><header class="header"><a href="/" class="header-logo"><h2>AdaEngine</h2></a><div class="burger-container"><div id="burger"><div class="bar topBar"></div><div class="bar bottomBar"></div></div></div><ul class="navigation"><li class="navigation-item"><a href="/blog" class="navigation-item-link">Blog</a></li><li class="navigation-item"><a href="/community" class="navigation-item-link">Community</a></li><li class="navigation-item"><a href="/learn" class="navigation-item-link">Learn</a></li><li class="navigation-item"><a href="/features" class="navigation-item-link">Features</a></li></ul></header><div class="container content-restriction safe-area-insets"><div><h1>404 - Page not found</h1><p>To report an issue with the website, please open an <a href="https://github.com/adaengine/ada-website/">issue on GitHub.</a></p></div></div><footer class="footer"><div class="footer-container content-restriction container"><p>Copyright © 2023 Vladislav Prusakov. All rights reserved.</p></div></footer><script>(function(){
6+
var burger = document.getElementsByClassName('burger-container')[0],
7+
header = document.querySelector('header');
8+
9+
burger.onclick = function() {
10+
console.log("Menu opened");
11+
header.classList.toggle('menu-opened');
12+
}
13+
}());</script></body></html>
File renamed without changes.
File renamed without changes.

codesyntax.css renamed to Styles/codesyntax.css

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,10 @@ pre code .s-call {
66
color: #25464AFF
77
}
88

9-
pre code .s-type {
10-
color: #3E6D74FF
11-
}
12-
139
pre code .s-comment {
1410
color: #007400FF
1511
}
1612

17-
pre code .s-property {
18-
color: #3E6D74FF
19-
}
20-
21-
pre code .s-number {
22-
color: #1C00CEFF
23-
}
24-
25-
pre code .s-string {
26-
color: #C41A15FF
27-
}
28-
2913
pre code .s-dotAccess {
3014
color: #25464AFF
3115
}
@@ -38,46 +22,62 @@ pre code .s-keyword {
3822
color: #A90D91FF
3923
}
4024

25+
pre code .s-property {
26+
color: #3E6D74FF
27+
}
28+
29+
pre code .s-number {
30+
color: #1C00CEFF
31+
}
32+
33+
pre code .s-type {
34+
color: #3E6D74FF
35+
}
36+
37+
pre code .s-string {
38+
color: #C41A15FF
39+
}
40+
4141

4242

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

45-
pre code .s-number {
46-
color: #CFBF69FF
45+
pre code .s-call {
46+
color: #67B6A3FF
47+
}
48+
49+
pre code .s-keyword {
50+
color: #FC5FA2FF
4751
}
4852

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

57+
pre code .s-string {
58+
color: #FC695DFF
59+
}
60+
5361
pre code .s-type {
5462
color: #9EF0DDFF
5563
}
5664

57-
pre code .s-call {
65+
pre code .s-property {
5866
color: #67B6A3FF
5967
}
6068

6169
pre code .s-comment {
6270
color: #6C7985FF
6371
}
6472

65-
pre code .s-property {
66-
color: #67B6A3FF
73+
pre code .s-number {
74+
color: #CFBF69FF
6775
}
6876

6977
pre code .s-dotAccess {
7078
color: #67B6A3FF
7179
}
7280

73-
pre code .s-keyword {
74-
color: #FC5FA2FF
75-
}
76-
77-
pre code .s-string {
78-
color: #FC695DFF
79-
}
80-
8181

8282

8383
}

0 commit comments

Comments
 (0)
0