Skip to content

Commit

Permalink
main page update
Browse files Browse the repository at this point in the history
  • Loading branch information
bos-8 committed Jan 20, 2024
1 parent 96d82ec commit 182c780
Showing 1 changed file with 21 additions and 10 deletions.
31 changes: 21 additions & 10 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@
transform: translate(-50%, -50%);
box-shadow: inset 0 0 500px #000;
}

a, a:hover {
text-decoration: none;
}
nav {
position: absolute;
top: 50%;
Expand All @@ -82,10 +84,14 @@
text-align: center;
}
h1{
font-size: 7rem;
color: var(--main-bg-color);
font-weight: 800;
font-size: 8rem;
font-weight: 900;
}
h1>span{
text-shadow: 1px 1px 15px var(--main-bg-color), -1px -1px 15px var(--main-bg-color);
color: #000;
}

h3{
margin-top: -2rem;
font-size: 3rem;
Expand Down Expand Up @@ -118,14 +124,13 @@
@keyframes blink {
50%{opacity: 0;}
}
a, a:hover {
text-decoration: none;

a>p{
color: #eee;
font-size: 1.5rem;
text-align: center;
}
a>p{
width: var(--main-width);
margin-top: 8px;
}
section{
margin-top: 3rem;
Expand All @@ -136,11 +141,16 @@
width: var(--main-width);
}
footer{
bottom: 0;
bottom: 8px;
position: sticky;
text-align: center;
color: var(--main-bg-color);
}
@media only screen and (max-width: 767px) {
h1{
font-size: 6rem;
}
}
</style>
</head>

Expand All @@ -150,9 +160,10 @@
<div id="bg-shadow"></div>
</main>
<nav>
<h1><span>WEEK-END</span></h1>
<a href="https://github.com/Week-end-Development/WED"><h1><span>WEEK-END</span></h1></a>
<h3>&nbsp;<span></span></h3>
<section>
<a href="https://github.com/Week-end-Development/WED"><p><b>REPOZYTORIUM WEEK-END DEVELOPMENT</b></p></a>
<a href="./pages/sys-ops.html"><p>Administracja Systemami Operacyjnymi</p></a>
</section>
</nav>
Expand Down

0 comments on commit 182c780

Please sign in to comment.