Skip to content

Instantly share code, notes, and snippets.

View eugene-rn's full-sized avatar

Eugene eugene-rn

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Мой первый сайт</title>
</head>
<body>
<!-- Текст / Изображения -->
<h1>Заголовок страницы</h1>
<h2>Заголовок 2</h2>
<h3>Заголовок 3</h3>
@eugene-rn
eugene-rn / phoneMasks.json
Created February 21, 2018 11:28 — forked from mikemunsie/phoneMasks.json
Phone Masks by Country Code JSON
{
"AC": "+247-####",
"AD": "+376-###-###",
"AE": "+971-5#-###-####",
"AE": "+971-#-###-####",
"AF": "+93-##-###-####",
"AG": "+1(268)###-####",
"AI": "+1(264)###-####",
"AL": "+355(###)###-###",
"AM": "+374-##-###-###",
@eugene-rn
eugene-rn / Настройки для Sublime Text 3
Last active May 13, 2017 05:52
Sublime text 3 настройки
Keymap (Windows Users):
[
{ "keys": ["alt+shift+f"], "command": "reindent" },
]
Settings:
{
"show_definitions": false,
"auto_complete": false,
"bold_folder_labels": true,
.clearfix:before, .container:after {
content: " ";
display: table;
}
.clearfix:after {
content: "";
display: table;
clear: both;
}