Compare commits
3 Commits
e27dfef736
...
52a728504b
Author | SHA1 | Date | |
---|---|---|---|
52a728504b | |||
b552135033 | |||
960f7b1b0d |
20
.editorconfig
Normal file
20
.editorconfig
Normal 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
16
humans.txt
Normal 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
|
@ -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>
|
||||
|
@ -174,6 +174,10 @@ nav {
|
||||
grid-template-columns: 70px auto;
|
||||
}
|
||||
|
||||
.bg--primary {
|
||||
background-color: var(--bg-color);
|
||||
}
|
||||
|
||||
.menu {
|
||||
margin: 0;
|
||||
text-align: right;
|
||||
|
Loading…
Reference in New Issue
Block a user