Redesign
This commit is contained in:
parent
d4117fc7f1
commit
5263e2e464
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.DS_STORE
|
87
index.html
87
index.html
@ -24,37 +24,76 @@ div#outer {
|
|||||||
}
|
}
|
||||||
div#inner {
|
div#inner {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
text-align: center;
|
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
div#container {
|
div#container {
|
||||||
display: flex;
|
width: 28rem;
|
||||||
flex-direction: column;
|
margin: 0 auto;
|
||||||
justify-content: center;
|
|
||||||
min-width: 800px;
|
|
||||||
min-height: 580px;
|
|
||||||
}
|
}
|
||||||
img {
|
|
||||||
width: 500px;
|
.dot {
|
||||||
height: 500px;
|
display: table-cell;
|
||||||
margin: 30px 0;
|
width: 1.4rem;
|
||||||
|
height: 1.4rem;
|
||||||
|
background-size: contain;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
padding-bottom: 1rem;
|
||||||
|
padding-left: 4rem;
|
||||||
|
background-size: 1.4rem;
|
||||||
|
background-position-x: right;
|
||||||
}
|
}
|
||||||
p#header {
|
|
||||||
|
.dot.internal {
|
||||||
|
/*background-image: url("/web_images/g4.png");*/
|
||||||
|
background-image: url("file:///Users/yehor/src/default-www/web_images/g4.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
.dot.m {
|
||||||
|
/*background-image: url("/web_images/m.png");*/
|
||||||
|
background-image: url("file:///Users/yehor/src/default-www/web_images/m.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
p#header1 {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 28px;
|
font-size: 2.5rem;
|
||||||
color: #323C46;
|
color: #323C46;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 36px;
|
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
p#paragraph {
|
|
||||||
|
p#header2 {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 13px;
|
font-size: 1.2rem;
|
||||||
color: #323C46;
|
color: #a0a0a0ff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 20px;
|
margin-top: 0;
|
||||||
margin: 0 auto;
|
margin-bottom: 1.5rem;
|
||||||
|
}
|
||||||
|
.line {
|
||||||
|
display: table-row;
|
||||||
|
font-family: sans-serif;
|
||||||
|
font-size: 1.5rem;
|
||||||
|
color: #323C46;
|
||||||
|
padding-bottom: 0.3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.link {
|
||||||
|
display: table-cell;
|
||||||
|
padding-left: 0.4rem;
|
||||||
|
color: #a0a0a0ff;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.link:visited {
|
||||||
|
color: #a0a0a0ff;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.link:hover {
|
||||||
|
color: #323C46;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
@ -63,11 +102,11 @@ p#paragraph {
|
|||||||
<div id="outer">
|
<div id="outer">
|
||||||
<div id="inner">
|
<div id="inner">
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<div>
|
<p id="header1">Random Place Online</p>
|
||||||
<img src="web_images/logo_500x500.png"/>
|
<p id="header2">by Yehor Vialov</p>
|
||||||
<p id="header">Nothing here, but there is <a href="https://blog.randomplace.online">a BLOG!</a>. And <a href="https://git.randomplace.online">a git</a>.</p>
|
<div class="line"><div class="dot internal"></div><a class="link" href="https://blog.randomplace.online">Blog</a></div>
|
||||||
<p id="paragraph">Thanks for visiting.</p>
|
<div class="line"><div class="dot internal"></div><a class="link" href="https://git.randomplace.online">Git</a></div>
|
||||||
</div>
|
<div class="line"><div class="dot m"></div><a rel="me" class="link" href="https://techhub.social/@estevez">Mastodon</a></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
BIN
web_images/g4.png
Executable file
BIN
web_images/g4.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
BIN
web_images/m.png
Executable file
BIN
web_images/m.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Loading…
x
Reference in New Issue
Block a user