Merge branch 'f0ckdev' into 'master'

F0ckdev

belst ist ein schwuli und jetzt sehen die how to und contact seite auch noch gut aus :3

See merge request !21
This commit is contained in:
noxy 2016-11-05 18:26:16 +00:00
commit 70d60c58c4
4 changed files with 12 additions and 6 deletions

View File

@ -8,7 +8,8 @@
<div class="contact">
<h4>This is a side project of <a href="https://w0bm.com" target="_blank">w0bm.com</a></h4>
<p>Got a problem? We have the answer: <a href="mailto:admin@w0bm.com">admin@w0bm.com</a></p>
<a href="/">return to main</a>
<a href="/">return to main</a> <span id="themes"></span>
</div>
<script src="./s/theme.js"></script>
</body>
</html>
</html>

View File

@ -26,7 +26,8 @@
<p>If you don't want f0ck to f0ck it put !ignore behind your link. Example: https://retard-journal.com/stupidshit.png !ignore</a>
<p>f0ck will only f0ck media links with the maximum size of 30MB</p>
<p>Don't let f0ck f0ck childporn :( ... please</p>
<a href="/">return to main</a>
<a href="/">return to main</a> <span id="themes"></span>
</div>
<script src="./s/theme.js"></script>
</body>
</html>
</html>

View File

@ -6,7 +6,7 @@
<link rel="stylesheet" type="text/css" href="./s/style.css">
</head>
<body>
<div class="navbar"><a href="/">f0ck.me</a> | <a href="/how">how to</a> | <a href="/contact">Contact</a>| <span id="themes"></span></div>
<div class="navbar"><a href="/">f0ck.me</a> | <a href="/how">how to</a> | <a href="/contact">Contact</a> | <span id="themes"></span></div>
<ul id="posts" data-last="{{ last }}">
{% for item in items %}<li class="post"><a href="./{{ item.id }}" title="{{ item.mime }}"><img class="thumb" src="./t/{{ item.id }}.png" /></a></li>
{% endfor %}

View File

@ -39,6 +39,10 @@ a#holland {
color: #ff008d;
}
code {
color: #ff008d;
}
.panel {
margin-bottom: 0;
background-color: rgba(34, 34, 34, 0.61);
@ -50,4 +54,4 @@ a#holland {
float: left;
position: relative;
min-height: 1px;
}
}