forked from wezm/wezm.net
Add banner to v1 pointing at v2
This commit is contained in:
parent
909bfb61ba
commit
8c9b242562
4 changed files with 10 additions and 2 deletions
|
@ -49,5 +49,5 @@ deploy:
|
|||
kind: rsync
|
||||
dst: "hardforze.binarytrance.com:infrastructure/volumes/www/wezm.net"
|
||||
#options: [ '-rlpgoDvz', '--delete', '--exclude=".svn"' ]
|
||||
options: [ '-avz', '--delete' ]
|
||||
options: [ '-avz' ]
|
||||
|
||||
|
|
|
@ -224,6 +224,13 @@ footer
|
|||
background-color: $link-color
|
||||
color: white
|
||||
|
||||
.archive-banner
|
||||
padding: 0.5em 0.5em
|
||||
background-color: #fffff1
|
||||
font-weight: 400
|
||||
border-bottom: 1px solid #eae4b9
|
||||
font-size: smaller
|
||||
|
||||
.home
|
||||
h1 > a:first-child
|
||||
-webkit-transition: border-bottom-color 500ms ease-out
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<script src="/js/html5.js"></script>
|
||||
<![endif]-->
|
||||
<link rel="stylesheet" href="/css/reset.css" type="text/css" />
|
||||
<link rel="stylesheet" href="/css/screen.css" type="text/css" />
|
||||
<link rel="stylesheet" href="/css/screen.css?v=2" type="text/css" />
|
||||
<link rel="stylesheet" href="/css/rouge.css" type="text/css" />
|
||||
<link rel="stylesheet" href="/css/prettyPhoto.css?v=3.0.1" type="text/css" charset="utf-8" />
|
||||
<link rel="alternate" href="/feed/" type="application/atom+xml" title="WezM.net - All Articles" />
|
||||
|
|
|
@ -9,3 +9,4 @@
|
|||
</li>
|
||||
</nav>
|
||||
</header>
|
||||
<div class=" archive-banner">This is an old version of my website with posts from 2003–2019. For newer posts <a href="/v2/">visit the new version</a>.</div>
|
||||
|
|
Loading…
Reference in a new issue