-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7d38c32
commit eb26dd1
Showing
6 changed files
with
145 additions
and
166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,145 @@ | ||
<html> | ||
|
||
|
||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Oswald&family=Ruslan+Display&display=swap" rel="stylesheet"> | ||
|
||
|
||
<style type="text/css"> | ||
|
||
body{ | ||
background-image: url("src/static/logo1.png"); | ||
background-size:cover; | ||
background-repeat: no-repeat; | ||
background-position: 50% 100%; | ||
} | ||
|
||
@media screen and (min-width:280px) { | ||
a { font-size:500px; } /* Увеличить размер шрифта */ | ||
} | ||
|
||
|
||
a:link { | ||
color: f6f8f7; /* Цвет ссылок */ | ||
font-size: 30px | ||
} | ||
|
||
a:visited { | ||
color: rgb(255, 255, 255); /* Цвет посещенных ссылок */ | ||
} | ||
|
||
a:active { | ||
color:rgb(100, 197, 170) ; /* Цвет активной ссылки */ | ||
font-size: 35px | ||
} | ||
|
||
li { | ||
position: relative; | ||
} | ||
|
||
a { | ||
color: #fff; | ||
text-transform: uppercase; | ||
text-decoration: none; | ||
letter-spacing: 0.15em; | ||
display: inline-block; | ||
padding: 15px 20px; | ||
position: relative; | ||
} | ||
|
||
a::after { | ||
content: ""; | ||
position: absolute; | ||
bottom: 0; | ||
left: 50%; | ||
display: block; | ||
background: none repeat scroll 0 0 transparent; | ||
height: 2px; | ||
width: 0; | ||
background:rgb(100, 197, 170); | ||
transition: width 0.3s ease 0s, left 0.3s ease 0s; | ||
} | ||
|
||
a:hover::after { | ||
width: 100%; | ||
left: 0; | ||
} | ||
|
||
div { float: left; /*Задаем обтекание*/ | ||
line-height: 0px;/*Высота строки + верт. центрирования текста*/ | ||
/* font-size:; */ | ||
left: 0px; | ||
top: 50px; | ||
margin-top: 10px; | ||
width: 350px; /*Фиксируем ширину блока*/ | ||
margin-right: 10px; text-align: center; /*Центрируем текст по горизонтали*/ } | ||
|
||
|
||
|
||
|
||
|
||
|
||
.name{ | ||
font-family: 'Dela Gothic One', cursive; | ||
font-family: 'Oswald', sans-serif; | ||
color: rgb(100, 197, 170); | ||
font-size: 250px; | ||
padding: 10; | ||
/* margin-left: 100px; */ | ||
position: relative; | ||
top: 170px; | ||
left: 30px; | ||
|
||
|
||
} | ||
|
||
|
||
|
||
</style> | ||
<head> | ||
<title>The Commonwealth</title> | ||
|
||
|
||
</head> | ||
|
||
<body> | ||
</div > | ||
<div id = 'line_block' ; class="link-ease-in-out"> | ||
<center> | ||
|
||
<p class="a" ><a href="https://vk.com/thecommonwealth2020" style="text-decoration: none" title="">VKontakte</a></p> | ||
</center> | ||
</div> | ||
|
||
<div id = 'line_block' ;class="link-ease-in-out"> | ||
<center> | ||
<p class="a" ><a href="https://vk.com/away.php?to=https%3A%2F%2Ft.me%2Fthecommonwealth2022" style="text-decoration: none" title="">Telegram</a></p> | ||
</center> | ||
</div> | ||
|
||
<div id = 'line_block' ; class="link-ease-in-out"> | ||
<center> | ||
<p class="a" ><a href="https://vk.com/doc403210316_657773170?hash=wL0PIuCs5GU5CWq1g2cpODL01ziPSK0aZ8wXuO3jCmL&dl=Pas0Gzpci3aZ41tzhZUllpA1JWtojf3jLxAnbo5zCZg" style="text-decoration: none" title="">Charter</a></p> | ||
</center> | ||
</div> | ||
|
||
<div id = 'line_block' ; class="link-ease-in-out"> | ||
<center> | ||
<p class="a" ><a href="https://vk.com/app5619682_-194667570" style="text-decoration: none" title="">Join</a></p> | ||
</center> | ||
</div> | ||
|
||
|
||
<div id = 'line_block' ; class="link-ease-in-out"> | ||
<center> | ||
<p class="a" ><a href="https://vk.com/app5727453_-194667570?ref=group_menu" style="text-decoration: none" title="">Donate</a></p> | ||
</center> | ||
</div> | ||
|
||
|
||
<p><span class="name" ><b>The Commonwealth</b></span></p> | ||
|
||
|
||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.