Series table added to home page

This commit is contained in:
ayxan
2022-08-25 02:36:42 +04:00
parent c09df0e2de
commit d8fe62b23e
18 changed files with 161 additions and 23 deletions

View File

@@ -13,23 +13,44 @@ footer {
}
.div-right {
margin-top: 1rem;
margin-top: 0.45rem;
margin-right: 1.5rem;
}
footer div span a {
color: inherit;
text-decoration: none;
font-size: 1rem;
}
.contact-links{
.contact-links {
border: 0;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 8px;
}
.contact-icons{
font-size: 23px;
.contact-img {
width: 33px;
height: 33px;
}
@media only screen and (max-width: 520px) {
.div-left {
margin-top: 1.35rem;
margin-left: 0.6rem;
}
.div-right {
margin-top: 0.65rem;
margin-right: 0.2rem;
}
footer div span a {
color: inherit;
text-decoration: none;
font-size: 0.8rem;
}
.contact-img {
width: 23px;
height: 23px;
}
}

21
src/static/css/navbar.css Normal file
View File

@@ -0,0 +1,21 @@
.logo {
width: 48px;
height: 50px;
}
.logo-link {
padding-top: 2px;
padding-bottom: 2px;
}
@media only screen and (max-width: 510px) {
.logo {
width: 44px;
height: 44px;
}
.logo-link {
padding-top: 0;
padding-bottom: 0;
}
}

BIN
src/static/icons/edit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

BIN
src/static/icons/email.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
src/static/icons/github.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

BIN
src/static/icons/trash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB