Compare commits

...

3 Commits

Author SHA1 Message Date
Alexander Popov 52a728504b add humans.txt 2022-11-14 19:58:36 +03:00
Alexander Popov b552135033 fix nav bg color 2022-11-14 19:58:26 +03:00
Alexander Popov 960f7b1b0d editorConfig 2022-11-14 19:54:45 +03:00
7 changed files with 613 additions and 573 deletions

20
.editorconfig Normal file
View File

@ -0,0 +1,20 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.js]
indent_style = space
indent_size = 2
[{*.html,*.css,*.json}]
indent_style = tab
indent_size = 4
[*.md]
trim_trailing_whitespace = false

16
humans.txt Normal file
View File

@ -0,0 +1,16 @@
/* SITE */
Last update: Mon Nov 14 04:50 PM MSK 2022
Language: English
Doctype: HTML5
IDE: Sublime Text 4
Components:
google-fonts = Ubuntu
font-awesome = 4.7.0
highlight.js = 9.12.0
/* TEAM */
Chef: Alexander Popov
Contacts: iiiypuk [at] fastmail.fm
Twitter: @_iiiypuk
Ko-Fi: iiiypuk
From: Russia

View File

@ -18,8 +18,8 @@
<link rel="author" href="humans.txt">
</head>
<body>
<div class="wrapper">
<nav>
<div class="bg--primary">
<nav class="wrapper">
<div class="logo"></div>
<ul class="menu">
<div class="menu__item toggle"><span></span></div>

View File

@ -174,6 +174,10 @@ nav {
grid-template-columns: 70px auto;
}
.bg--primary {
background-color: var(--bg-color);
}
.menu {
margin: 0;
text-align: right;