Skip to content

Commit

Permalink
Notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Abbondanzo committed Mar 26, 2017
1 parent a7a4bdc commit 326d796
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
18 changes: 18 additions & 0 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,23 @@ $shadow: 0px 3px 5px rgba(darken($primary, 30%), 0.2);
background: #fff;
}
}
/* Notice */
.notice {
background: $primary;
padding: 10px;
position: fixed;
width: 250px;
bottom: 6px;
right: 6px;
border-radius: 6px;
z-index: 999999999;
p {
color: #fff;
font-family: 'GRBook', sans-serif;
font-size: 10px;
text-align: center;
}
}
/* Header */
.header {
background: url('../img/header.png') no-repeat center center;
Expand Down Expand Up @@ -379,6 +396,7 @@ $shadow: 0px 3px 5px rgba(darken($primary, 30%), 0.2);
left: 50%;
@include transform(translateX(-50%));
height: 100%;
pointer-events: none;
}
}
.info-section {
Expand Down
3 changes: 3 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ function time_elapsed($datetime, $full = false) {
<div class="contact-form">
</div>
<div class="content" id="scene">
<div class="notice">
<a href="https://github.com/Abbondanzo/PersonalWebsite/tree/master"><p>Notice: This site is currently outdated. A new page is being constructed to treat all deprecations. </p></a>
</div>
<div id="particles-js" class="header layer" data-depth="0.2">
<div class="container valign-mid">
<div class="header-content animate fade-in-up layer" data-depth="0.4">
Expand Down

0 comments on commit 326d796

Please sign in to comment.