nav changes
This commit is contained in:
@@ -188,6 +188,27 @@
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.github-link {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
font-size: 1.1rem;
|
||||
padding: 0.5rem 1rem;
|
||||
border-radius: 5px;
|
||||
transition: background-color 0.3s;
|
||||
}
|
||||
|
||||
.github-link:hover {
|
||||
background-color: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.github-link img {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
@@ -199,6 +220,7 @@
|
||||
<li><a href="flagships.html">Флагманы</a></li>
|
||||
<li><a href="index.html#projects">Другие проекты</a></li>
|
||||
<li><a href="services.html">Услуги</a></li>
|
||||
<li><a href="https://github.com/YaslePoy" class="github-link" target="_blank"><img src="img/github-mark-white.svg" alt="GitHub">GitHub</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<h1>Флагманские проекты</h1>
|
||||
|
||||
Reference in New Issue
Block a user