Small update
This commit is contained in:
parent
eb52b56c15
commit
13af9cffa6
3 changed files with 73 additions and 15 deletions
22
index.html
22
index.html
|
@ -11,7 +11,7 @@
|
|||
<li><a href="#">(Логотип) Главная</a></li>
|
||||
<li><a href="#about-me">Обо мне</a></li>
|
||||
<li id="myproj-item">
|
||||
<a href="https://github.com/DarkCat09">Проекты ☰</a>
|
||||
<a href="https://github.com/DarkCat09">Проекты</a> <i class="arrow-down"></i>
|
||||
<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>
|
||||
|
@ -25,13 +25,25 @@
|
|||
</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 class="user-info-wrapper">
|
||||
<div class="card">
|
||||
<div class="user-info">
|
||||
<div class="avatar user-info-item">
|
||||
<img src="https://avatars.githubusercontent.com/u/50486086?v=4" />
|
||||
</div>
|
||||
<div class="about user-info-item">
|
||||
<h2>DarkCat09</h2>
|
||||
<b>Чечкенёв Андрей</b>
|
||||
<br />
|
||||
<span class="age user-info-field">Возраст: <span id="age-js"></span> лет</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="js/script.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue