add contact information to config

This commit is contained in:
2025-12-04 06:16:00 +03:00
parent 73af2dc3b9
commit c70f13d069
15 changed files with 90 additions and 14 deletions

View File

@@ -89,6 +89,16 @@ a:visited {
background-color: rgb(143.7039271654, 144.3879625984, 142.8620374016);
}
#footer {
padding: 10px;
margin: 0;
display: flex;
justify-content: end;
background-color: rgb(143.7039271654, 144.3879625984, 142.8620374016);
justify-content: space-between;
align-items: baseline;
}
.darkbg {
padding-bottom: 10px;
padding-left: 10px;

View File

@@ -89,6 +89,16 @@ a:visited {
background-color: #231c23;
}
#footer {
padding: 10px;
margin: 0;
display: flex;
justify-content: end;
background-color: #231c23;
justify-content: space-between;
align-items: baseline;
}
.darkbg {
padding-bottom: 10px;
padding-left: 10px;

View File

@@ -89,6 +89,16 @@ a:visited {
background-color: #88486d;
}
#footer {
padding: 6px;
margin: 0;
display: flex;
justify-content: end;
background-color: #88486d;
justify-content: space-between;
align-items: baseline;
}
.darkbg {
padding-bottom: 6px;
padding-left: 6px;