updating CSS - diary finished for now
This commit is contained in:
+6
-6
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user