updating CSS - diary finished for now

This commit is contained in:
chimchooree
2021-05-14 22:49:12 -05:00
parent b168d2be53
commit 44cffb918e
28 changed files with 681 additions and 234 deletions
+6 -6
View File
@@ -4,7 +4,7 @@
<div class="nav-bar"></div>
<div class="nav-index">
<a href="/">
<img src="/static/img/btn/skillbtn.png" alt="home" style="width:85px;height:55px;">
<img src="/static/img/btn/skillbtn_home.png" alt="home" style="width:85px;height:55px;">
</a>
<div class="nav-link">
<a href="/">home</a>
@@ -12,15 +12,15 @@
</div>
<div class="nav-game">
<a href="/projects">
<img src="/static/img/btn/skillbtn.png" alt="projects" style="width:85px;height:55px;">
<img src="/static/img/btn/skillbtn_games.png" alt="projects" style="width:85px;height:55px;">
</a>
<div class="nav-link">
<a href="/projects">projects</a>
<a href="/projects">games</a>
</div>
</div>
<div class="nav-diary">
<a href="/diary">
<img src="/static/img/btn/skillbtn.png" alt="diary" style="width:85px;height:55px;">
<img src="/static/img/btn/skillbtn_diary.png" alt="diary" style="width:85px;height:55px;">
</a>
<div class="nav-link">
<a href="/diary">diary</a>
@@ -28,10 +28,10 @@
</div>
<div class="nav-presskit">
<a href="/presskit">
<img src="/static/img/btn/skillbtn.png" alt="presskit" style="width:85px;height:55px;">
<img src="/static/img/btn/skillbtn_press.png" alt="presskit" style="width:85px;height:55px;">
</a>
<div class="nav-link">
<a href="/presskit">presskit</a>
<a href="/presskit">press</a>
</div>
</div>
</div>