Beautiful top-menu
This commit is contained in:
parent
ac3532dd5e
commit
eb52b56c15
2 changed files with 122 additions and 13 deletions
50
index.html
50
index.html
|
@ -1,13 +1,37 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset = "UTF-8" />
|
||||
<title>Веб-сайт Андрея (DarkCat09/CodePicker13)</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Пока что здесь пусто.<br />
|
||||
Посмотрите <a href = "https://github.com/DarkCat09">мой профиль GitHub</a> - там много интересных проектов! ☺
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Сайт DarkCat09</title>
|
||||
<link rel="stylesheet" href="css/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<nav class="menu">
|
||||
<ul class="top-menu">
|
||||
<li><a href="#">(Логотип) Главная</a></li>
|
||||
<li><a href="#about-me">Обо мне</a></li>
|
||||
<li id="myproj-item">
|
||||
<a href="https://github.com/DarkCat09">Проекты ☰</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="https://github.com/DarkCat09/AchSmartHome">AchSmartHome</a></li>
|
||||
<li><a href="https://github.com/IngCenter/SMM">SMM</a></li>
|
||||
<li><a href="https://github.com/DarkCat09/RegFileMaker">RegFileMaker</a></li>
|
||||
<li><a href="https://github.com/DarkCat09/MtkFwTools">MtkFwTools</a></li>
|
||||
<li><a href="https://github.com/IngCenter/FallSimulator">FallSimulator</a></li>
|
||||
<li><a href="https://github.com/DarkCat09/PassGen">PassGen</a></li>
|
||||
<li><a href="https://github.com/DarkCat09/Cash_Machine">Cash_Machine</a></li>
|
||||
<li><a href="https://github.com/DarkCat09/RRJS">RRJS</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="androit-item"><a href="#"><span class="androit-green">Andro</span><span class="androit-white">IT</span></a></li>
|
||||
<li><a href="http://minespace-world.000webhostapp.com/">Minecraft</a></li>
|
||||
<li><a href="#">Плавание</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div class="main-content">
|
||||
Сайт всё ещё не готов. Пока что можете посмотреть
|
||||
<a href="https://github.com/DarkCat09">мой профиль на GitHub</a>
|
||||
- там действительно много интересных проектов☺
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue