Ajout d'une page NSFW

This commit is contained in:
Anthony Dumas 2016-08-28 02:58:58 +02:00
parent 37e227d98a
commit 71a515b90d
3 changed files with 39 additions and 1 deletions

View File

@ -487,7 +487,7 @@
<div class="container">
<div class="row">
<div class="col-lg-12">
Copyright &copy; Anthony Yvon Dumas - 2016
Copyright &copy; <a href="./nsfw/index.html">Anthony Yvon Dumas</a> - 2016
</div>
</div>
</div>

21
nsfw/content.css Normal file
View File

@ -0,0 +1,21 @@
body {
background: #EECDA3;
/* fallback for old browsers */
background: -webkit-linear-gradient(to left, #EECDA3, #EF629F);
/* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #EECDA3, #EF629F);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
font-family: 'Satisfy', cursive;
color: white;
}
h1 {
font-size: 50px;
text-shadow: 1px 1px 15px #3c3c3c;
}
.hide {
display: none;
}
.center {
text-align: center;
padding-top: 100px;
}

17
nsfw/index.html Normal file
View File

@ -0,0 +1,17 @@
<html>
<head>
<title>Stay calm</title>
<link href="content.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Satisfy" rel="stylesheet">
</head>
<body>
<iframe class="hide" width="420" height="315" src="https://www.youtube.com/embed/cU8HrO7XuiE?&autoplay=1&loop=1rel=0&amp;controls=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe>
</body>
<div class="center">
<iframe src="//giphy.com/embed/3oz8xFA1SJJZd8Bkly" width="480" height="340" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>
<h1>Stay Calm</h1>
</div>
</html>