Added coming soon message
This commit is contained in:
parent
ed69ebe905
commit
d8dac260d0
3 changed files with 9 additions and 4 deletions
|
@ -15,3 +15,8 @@ $(function() { // https://css-tricks.com/snippets/jquery/smooth-scrolling/
|
|||
}
|
||||
});
|
||||
});
|
||||
|
||||
$('a[href="soon"]').click(function (e) {
|
||||
e.preventDefault();
|
||||
alert("Content coming soon, stand by!");
|
||||
});
|
||||
|
|
|
@ -48,7 +48,7 @@ footer {
|
|||
padding-top: 10px;
|
||||
padding-bottom: 50px;
|
||||
color: white;
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
background-color: #232323;
|
||||
a {
|
||||
color: #ff7f00;
|
||||
|
|
|
@ -23,10 +23,10 @@
|
|||
<p class="social">
|
||||
<a href="https://twitter.com/RealOrangeOne"><i class="icon ion-social-twitter"></i></a>
|
||||
<a href="https://instagram.com/RealOrangeOne"><i class="icon ion-social-instagram-outline"></i></a>
|
||||
<a href=""><i class="icon ion-social-reddit"></i></a>
|
||||
<a href="soon"><i class="icon ion-social-reddit"></i></a>
|
||||
<a href="https://www.youtube.com/user/TheOrangeOneOfficial"><i class="icon ion-social-youtube"></i></a>
|
||||
<a href=""><i class="icon ion-social-codepen"></i></a>
|
||||
<a href=""><i class="icon ion-social-twitch-outline"></i></a>
|
||||
<a href="soon"><i class="icon ion-social-codepen"></i></a>
|
||||
<a href="soon"><i class="icon ion-social-twitch-outline"></i></a>
|
||||
<a href="https://github.com/RealOrangeOne"><i class="icon ion-social-octocat"></i></a>
|
||||
<p>
|
||||
</div>
|
||||
|
|
Reference in a new issue