1
0
Fork 0
forked from wezm/wezm.net

Add banner to v1 pointing at v2

This commit is contained in:
Wesley Moore 2020-01-29 20:51:52 +11:00
parent 909bfb61ba
commit 8c9b242562
No known key found for this signature in database
GPG key ID: BF67766C0BC2D0EE
4 changed files with 10 additions and 2 deletions

View file

@ -49,5 +49,5 @@ deploy:
kind: rsync kind: rsync
dst: "hardforze.binarytrance.com:infrastructure/volumes/www/wezm.net" dst: "hardforze.binarytrance.com:infrastructure/volumes/www/wezm.net"
#options: [ '-rlpgoDvz', '--delete', '--exclude=".svn"' ] #options: [ '-rlpgoDvz', '--delete', '--exclude=".svn"' ]
options: [ '-avz', '--delete' ] options: [ '-avz' ]

View file

@ -224,6 +224,13 @@ footer
background-color: $link-color background-color: $link-color
color: white color: white
.archive-banner
padding: 0.5em 0.5em
background-color: #fffff1
font-weight: 400
border-bottom: 1px solid #eae4b9
font-size: smaller
.home .home
h1 > a:first-child h1 > a:first-child
-webkit-transition: border-bottom-color 500ms ease-out -webkit-transition: border-bottom-color 500ms ease-out

View file

@ -8,7 +8,7 @@
<script src="/js/html5.js"></script> <script src="/js/html5.js"></script>
<![endif]--> <![endif]-->
<link rel="stylesheet" href="/css/reset.css" type="text/css" /> <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/rouge.css" type="text/css" />
<link rel="stylesheet" href="/css/prettyPhoto.css?v=3.0.1" type="text/css" charset="utf-8" /> <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" /> <link rel="alternate" href="/feed/" type="application/atom+xml" title="WezM.net - All Articles" />

View file

@ -9,3 +9,4 @@
</li> </li>
</nav> </nav>
</header> </header>
<div class=" archive-banner">This is an old version of my website with posts from 20032019. For newer posts <a href="/v2/">visit the new version</a>.</div>