first commit

This commit is contained in:
ayxan
2022-08-24 17:37:03 +04:00
commit f9930c2476
53 changed files with 785 additions and 0 deletions

7
src/static/css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

35
src/static/css/footer.css Normal file
View File

@@ -0,0 +1,35 @@
footer {
position: fixed;
bottom: 0;
width: 100%;
height: 65px;
background: black;
text-align: center;
}
.div-left {
margin-top: 1.5rem;
margin-left: 1.3rem;
}
.div-right {
margin-top: 1rem;
margin-right: 1.5rem;
}
footer div span a {
color: inherit;
text-decoration: none;
}
.contact-links{
border: 0;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 8px;
}
.contact-icons{
font-size: 23px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

7
src/static/js/bootstrap.bundle.min.js vendored Normal file

File diff suppressed because one or more lines are too long

7
src/static/js/bootstrap.min.js vendored Normal file

File diff suppressed because one or more lines are too long

6
src/static/js/popper.min.js vendored Normal file

File diff suppressed because one or more lines are too long