first upload
first upload, just removed some links. gonna fix small stuff in the next release
@ -1,2 +1,5 @@
|
|||||||
# luschis project page
|
# luschis project page
|
||||||
a showcase website i made for a friend ages ago
|
a showcase website i made for a friend ages ago <br>
|
||||||
|
the special edition will not be further improved, not that it really matters anyways <br>
|
||||||
|
can be found live as always at byreqz.github.io/luschis-project-page <br>
|
||||||
|
all links and stuff have been removed obviously
|
||||||
|
BIN
background1.jpg
Normal file
After Width: | Height: | Size: 157 KiB |
BIN
background2.jpg
Normal file
After Width: | Height: | Size: 521 KiB |
BIN
contact.jpg
Normal file
After Width: | Height: | Size: 275 KiB |
16
css/materialize.min.css
vendored
Normal file
54
css/style.css
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
nav ul a,
|
||||||
|
nav .brand-logo {
|
||||||
|
color: #444;
|
||||||
|
}
|
||||||
|
|
||||||
|
body{
|
||||||
|
color: #C0C0C0;
|
||||||
|
background-color: #383838;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
line-height: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button-collapse {
|
||||||
|
color: #26a69a;
|
||||||
|
}
|
||||||
|
|
||||||
|
.parallax-container {
|
||||||
|
min-height: 380px;
|
||||||
|
line-height: 0;
|
||||||
|
height: auto;
|
||||||
|
color: rgba(255,255,255,.9);
|
||||||
|
}
|
||||||
|
.parallax-container .section {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width : 992px) {
|
||||||
|
.parallax-container .section {
|
||||||
|
position: absolute;
|
||||||
|
top: 40%;
|
||||||
|
}
|
||||||
|
#index-banner .section {
|
||||||
|
top: 10%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width : 600px) {
|
||||||
|
#index-banner .section {
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-block {
|
||||||
|
padding: 0 15px;
|
||||||
|
}
|
||||||
|
.icon-block .material-icons {
|
||||||
|
font-size: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer.page-footer {
|
||||||
|
margin: 0;
|
||||||
|
}
|
BIN
deezer.jpg
Normal file
After Width: | Height: | Size: 401 KiB |
BIN
deezerscreen.png
Normal file
After Width: | Height: | Size: 31 KiB |
230
index.html
Normal file
@ -0,0 +1,230 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
|
<title>Nandolfs Applikationen Stube</title>
|
||||||
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||||
|
<link href="css/materialize.min.css" type="text/css" rel="stylesheet" media="screen,projection"/>
|
||||||
|
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="white" role="navigation">
|
||||||
|
<div class="nav-wrapper container" >
|
||||||
|
<a id="logo-container" href="#" class="brand-logo">logo.exe</a>
|
||||||
|
<ul class="right hide-on-med-and-down" >
|
||||||
|
<li><a href="#deezer">Deezer Checker</a></li>
|
||||||
|
<li><a href="#spotify">Spotify Checker</a></li>
|
||||||
|
<li><a href="#spammer">Spammer</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<ul id="nav-mobile" class="side-nav">
|
||||||
|
<li><a href="#deezer">Deezer Checker</a></li>
|
||||||
|
<li><a href="#spotify">Spotify Checker</a></li>
|
||||||
|
<li><a href="#spammer">Spammer</a></li>
|
||||||
|
</ul>
|
||||||
|
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons">Menu</i></a>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<div id="index-banner" class="parallax-container">
|
||||||
|
<div class="section no-pad-bot">
|
||||||
|
<div class="container">
|
||||||
|
<br><br>
|
||||||
|
<h1 class="header center teal-text text-lighten-2">Applications</h1>
|
||||||
|
<div class="row center">
|
||||||
|
<h5 class="header col s12 light">View applications made by Luschi.</h5>
|
||||||
|
</div>
|
||||||
|
<div class="row center">
|
||||||
|
<a href="" id="download-button" class="btn-large waves-effect waves-light teal lighten-1">Download all as Zip</a>
|
||||||
|
</div>
|
||||||
|
<br><br>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="parallax"><img src="background1.jpg" alt="background parallax 1"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<div class="section">
|
||||||
|
<h2 align="center">Featured Apps</h2>
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<div class="col s12 m4">
|
||||||
|
<div class="icon-block">
|
||||||
|
<h2 class="center brown-text"><i class="material-icons"><a href="#spotify">Spotify Checker</a></i></h2>
|
||||||
|
<h5 class="center">Get that Music into your Brain without paying</h5>
|
||||||
|
|
||||||
|
<p class="light" style="text-align: center">With this simple tool, you can check your Spotify Accounts in working and subscription.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col s12 m4">
|
||||||
|
<div class="icon-block">
|
||||||
|
<h2 class="center brown-text"><i class="material-icons"><a href="#deezer">Deezer Checker</a></i></h2>
|
||||||
|
<h5 class="center">Use the other Spotify</h5>
|
||||||
|
|
||||||
|
<p class="light" align="center">Use the force to check your Deezer Accounts in working and Subscription.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col s12 m4">
|
||||||
|
<div class="icon-block">
|
||||||
|
<h2 class="center brown-text"><i class="material-icons"><a href="#spammer">Spammer</a></i></h2>
|
||||||
|
<h5 class="center" align="center">Now you are much more annoying than before</h5>
|
||||||
|
|
||||||
|
<p class="light">Shoot everyone up with messages with this brand new Spammer, it works on all platforms.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="parallax-container valign-wrapper">
|
||||||
|
<div class="section no-pad-bot">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row center">
|
||||||
|
<h3 class="header col s12 light">Coded in open-source VB.NET</h3>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="parallax"><img src="background2.jpg" alt="background parallax 2"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="container" id="deezer">
|
||||||
|
<div class="section">
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<div class="col s12 center">
|
||||||
|
<h3><i class="mdi-content-send brown-text"></i></h3>
|
||||||
|
<h3>Deezer Checker</h3>
|
||||||
|
<p class="left-align light" style="text-align: center; font-size: 20px">Get rid of your Deezer Accounts.</p>
|
||||||
|
<p class="left-align light" style="text-align: center">Features: checking in working and subscription, Proxy + Proxyless, different Export options and much more</p>
|
||||||
|
<img src="deezerscreen.png" title="Screenshot of Deezer Checker" class="left-align light" />
|
||||||
|
<br /> <br />
|
||||||
|
<div class="row center">
|
||||||
|
<a href="" id="download-deezer" class="btn-large waves-effect waves-light teal lighten-1">Download</a>
|
||||||
|
</div>
|
||||||
|
<p class="left-align light" style="font-size: 12px; text-align: center">TOS: Only check your OWN Accounts, checking other peoples account could end in a lawcase.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="parallax-container valign-wrapper">
|
||||||
|
<div class="section no-pad-bot">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row center">
|
||||||
|
<h5 class="header col s12 light"></h5>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="parallax"><img src="deezer.jpg" alt="background parallax 3"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="container" id="spotify">
|
||||||
|
<div class="section">
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<div class="col s12 center">
|
||||||
|
<h3><i class="mdi-content-send brown-text"></i></h3>
|
||||||
|
<h4>Spotify Checker</h4>
|
||||||
|
<br /><br />
|
||||||
|
<p class="left-align light" style="text-align: center; font-size: 20px">Get rid of your Spotify Accounts</p>
|
||||||
|
<p class="left-align light" style="text-align: center">Features: checking in working and subscription, Proxy + Proxyless, different Export options and much more</p>
|
||||||
|
<img src="spotifyscreen.png" title="Screenshot of Spotify Checker" class="left-align light" />
|
||||||
|
<br /> <br />
|
||||||
|
<div class="row center">
|
||||||
|
<a href="" id="download-spotify" class="btn-large waves-effect waves-light teal lighten-1">Download</a>
|
||||||
|
</div>
|
||||||
|
<p class="left-align light" style="font-size: 12px; text-align: center">TOS: Only check your OWN Accounts, checking other peoples account could end in a lawcase.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="parallax-container valign-wrapper">
|
||||||
|
<div class="section no-pad-bot">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row center">
|
||||||
|
<h5 class="header col s12 light"></h5>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="parallax"><img src="spotify.jpg" alt="background parallax 4"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="container" id="spammer">
|
||||||
|
<div class="section">
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<div class="col s12 center">
|
||||||
|
<h3><i class="mdi-content-send brown-text"></i></h3>
|
||||||
|
<h4>Spammer</h4>
|
||||||
|
<br /><br />
|
||||||
|
<p class="left-align light" style="text-align: center; font-size: 20px">Lets everyone hate you on a magical wise</p>
|
||||||
|
<p class="left-align light" style="text-align: center">Features: ingame-anticheat support, multiplatform-support, spamming, learn how to get annoying</p>
|
||||||
|
<img src="spammerscreen.png" title="Screenshot of Spammer" class="left-align light" />
|
||||||
|
<br /> <br />
|
||||||
|
<div class="row center">
|
||||||
|
<a href="" id="download-spammer" class="btn-large waves-effect waves-light teal lighten-1">Download</a>
|
||||||
|
</div>
|
||||||
|
<p class="left-align light" style="font-size: 12px; text-align: center">TOS: Do <u><b>not</b></u> annoy <u><b>me</b></u>.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer class="page-footer teal">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col l6 s12">
|
||||||
|
<h5 class="white-text">Have Fun!</h5>
|
||||||
|
<p class="grey-text text-lighten-4">Thank your for your Attention, have fun using my Applications.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="col l3 s12">
|
||||||
|
<h5 class="white-text">Applications</h5>
|
||||||
|
<ul>
|
||||||
|
<li><a class="white-text" href="#!">Ja nando mach die links rein xd</a></li>
|
||||||
|
<li><a class="white-text" href="#!">Link 2</a></li>
|
||||||
|
<li><a class="white-text" href="#!">Link 3</a></li>
|
||||||
|
<li><a class="white-text" href="#!">Link 4</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="col l3 s12">
|
||||||
|
<h5 class="white-text">Social</h5>
|
||||||
|
<ul>
|
||||||
|
<li><a class="white-text" href="">Twitter of Developer</a></li>
|
||||||
|
<li><a class="white-text" href="">Twitter of Owner</a></li>
|
||||||
|
<li><a class="white-text" href="#!">Nando muss hier noch was reinmachen</a></li>
|
||||||
|
<li><a class="white-text" href="#!">Nando muss hier noch was reinmachen</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="footer-copyright">
|
||||||
|
<div class="container">
|
||||||
|
Made by <a class="brown-text text-lighten-3" href="https://github.com/byreqz">nils</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Scripte-->
|
||||||
|
<script src="js/jquery-2.1.1.min.js"></script>
|
||||||
|
<script src="js/materialize.js"></script>
|
||||||
|
<script src="js/init.js"></script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
8
js/init.js
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
(function($){
|
||||||
|
$(function(){
|
||||||
|
|
||||||
|
$('.button-collapse').sideNav();
|
||||||
|
$('.parallax').parallax();
|
||||||
|
|
||||||
|
}); // end of document ready
|
||||||
|
})(jQuery); // end of jQuery name space
|
4
js/jquery-2.1.1.min.js
vendored
Normal file
10021
js/materialize.js
vendored
Normal file
BIN
spammerscreen.png
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
special/background2.jpg
Normal file
After Width: | Height: | Size: 87 KiB |
BIN
special/deezer.jpg
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
special/logo.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
special/spammer.jpg
Normal file
After Width: | Height: | Size: 39 KiB |
BIN
special/spotify.jpg
Normal file
After Width: | Height: | Size: 35 KiB |
239
specialedition.html
Normal file
@ -0,0 +1,239 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
|
<title>Nandolfs Applikationen Stube</title>
|
||||||
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||||
|
<link href="css/materialize.min.css" type="text/css" rel="stylesheet" media="screen,projection"/>
|
||||||
|
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="white" role="navigation">
|
||||||
|
<div class="nav-wrapper container" >
|
||||||
|
<a id="logo-container" href="#" class="brand-logo"><img src="special/logo.png"</a>
|
||||||
|
<ul class="right hide-on-med-and-down" >
|
||||||
|
<li><a href="#deezer">Deezer Checker</a></li>
|
||||||
|
<li><a href="#spotify">Spotify Checker</a></li>
|
||||||
|
<li><a href="#spammer">Spammer</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<ul id="nav-mobile" class="side-nav">
|
||||||
|
<li><a href="#deezer">Deezer Checker</a></li>
|
||||||
|
<li><a href="#spotify">Spotify Checker</a></li>
|
||||||
|
<li><a href="#spammer">Spammer</a></li>
|
||||||
|
</ul>
|
||||||
|
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons">Menu</i></a>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<div id="index-banner" class="parallax-container">
|
||||||
|
<div class="section no-pad-bot">
|
||||||
|
<div class="container">
|
||||||
|
<br><br>
|
||||||
|
<h1 class="header center teal-text text-lighten-2">Applications</h1>
|
||||||
|
<div class="row center">
|
||||||
|
<h5 class="header col s12 light">View applications made by Luschi.</h5>
|
||||||
|
</div>
|
||||||
|
<div class="row center">
|
||||||
|
<a href="" id="download-button" class="btn-large waves-effect waves-light teal lighten-1">Download all as Zip</a>
|
||||||
|
</div>
|
||||||
|
<br><br>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="parallax"><img src="background1.jpg" alt="Nando konnte dieses Bild nicht laden"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<div class="section">
|
||||||
|
<h2 align="center">Featured Apps</h2>
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<div class="col s12 m4">
|
||||||
|
<div class="icon-block">
|
||||||
|
<h2 class="center brown-text"><i class="material-icons"><a href="#spotify">Spotify Checker</a></i></h2>
|
||||||
|
<h5 class="center">Get that Music into your Brain without paying</h5>
|
||||||
|
|
||||||
|
<p class="light" style="text-align: center">With this simple tool, you can check your Spotify Accounts in working and subscription.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col s12 m4">
|
||||||
|
<div class="icon-block">
|
||||||
|
<h2 class="center brown-text"><i class="material-icons"><a href="#deezer">Deezer Checker</a></i></h2>
|
||||||
|
<h5 class="center">Use the other Spotify</h5>
|
||||||
|
|
||||||
|
<p class="light" align="center">Use the force to check your Deezer Accounts in working and Subscription.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col s12 m4">
|
||||||
|
<div class="icon-block">
|
||||||
|
<h2 class="center brown-text"><i class="material-icons"><a href="#spammer">Spammer</a></i></h2>
|
||||||
|
<h5 class="center" align="center">Now you are much more annoying than before</h5>
|
||||||
|
|
||||||
|
<p class="light">Shoot everyone up with messages with this brand new Spammer, it works on all platforms.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="parallax-container valign-wrapper">
|
||||||
|
<div class="section no-pad-bot">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row center">
|
||||||
|
<h3 class="header col s12 light">Coded in open-source VB.NET</h3>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="parallax"><img src="special/background2.jpg" alt="XdXdXd"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="container" id="deezer">
|
||||||
|
<div class="section">
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<div class="col s12 center">
|
||||||
|
<h3><i class="mdi-content-send brown-text"></i></h3>
|
||||||
|
<h3>Deezer Checker</h3>
|
||||||
|
<p class="left-align light" style="text-align: center; font-size: 20px">Get rid of your Deezer Accounts.</p>
|
||||||
|
<p class="left-align light" style="text-align: center">Features: checking in working and subscription, Proxy + Proxyless, different Export options and much more</p>
|
||||||
|
<img src="special/deezer.jpg" title="Screenshot of Deezer Checker" class="left-align light" />
|
||||||
|
<br /> <br />
|
||||||
|
<div class="row center">
|
||||||
|
<a href="" id="download-deezer" class="btn-large waves-effect waves-light teal lighten-1">Download</a>
|
||||||
|
</div>
|
||||||
|
<p class="left-align light" style="font-size: 12px; text-align: center">TOS: Only check your OWN Accounts, checking other peoples account could end in a lawcase.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="parallax-container valign-wrapper">
|
||||||
|
<div class="section no-pad-bot">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row center">
|
||||||
|
<h5 class="header col s12 light"></h5>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="parallax"><img src="special/deezer.jpg" alt="saouidhaiouwzdiawzdoi"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="container" id="spotify">
|
||||||
|
<div class="section">
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<div class="col s12 center">
|
||||||
|
<h3><i class="mdi-content-send brown-text"></i></h3>
|
||||||
|
<h4>Spotify Checker</h4>
|
||||||
|
<br /><br />
|
||||||
|
<p class="left-align light" style="text-align: center; font-size: 20px">Get rid of your Spotify Accounts</p>
|
||||||
|
<p class="left-align light" style="text-align: center">Features: checking in working and subscription, Proxy + Proxyless, different Export options and much more</p>
|
||||||
|
<img src="special/spotify.jpg" title="Screenshot of Spotify Checker" class="left-align light" />
|
||||||
|
<br /> <br />
|
||||||
|
<div class="row center">
|
||||||
|
<a href="" id="download-spotify" class="btn-large waves-effect waves-light teal lighten-1">Download</a>
|
||||||
|
</div>
|
||||||
|
<p class="left-align light" style="font-size: 12px; text-align: center">TOS: Only check your OWN Accounts, checking other peoples account could end in a lawcase.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="parallax-container valign-wrapper">
|
||||||
|
<div class="section no-pad-bot">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row center">
|
||||||
|
<h5 class="header col s12 light"></h5>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="parallax"><img src="special/spotify.jpg" alt="B"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="container" id="spammer">
|
||||||
|
<div class="section">
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<div class="col s12 center">
|
||||||
|
<h3><i class="mdi-content-send brown-text"></i></h3>
|
||||||
|
<h4>Super Duper Spammer</h4>
|
||||||
|
<br /><br />
|
||||||
|
<p class="left-align light" style="text-align: center; font-size: 20px">Lets everyone hate you on a magical wise</p>
|
||||||
|
<p class="left-align light" style="text-align: center">Features: ingame-anticheat support, multiplatform-support, spamming, learn how to get annoying</p>
|
||||||
|
<img src="special/spammer.jpg" title="Screenshot of Spammer" class="left-align light" />
|
||||||
|
<br /> <br />
|
||||||
|
<div class="row center">
|
||||||
|
<a href="" id="download-spammer" class="btn-large waves-effect waves-light teal lighten-1">Download</a>
|
||||||
|
</div>
|
||||||
|
<p class="left-align light" style="font-size: 12px; text-align: center">TOS: Do <u><b>not</b></u> annoy <u><b>me</b></u>.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="parallax-container valign-wrapper">
|
||||||
|
<div class="section no-pad-bot">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row center">
|
||||||
|
<h5 class="header col s12 light"></h5>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="parallax"><img src="special/spammer.jpg" alt="B"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer class="page-footer teal">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col l6 s12">
|
||||||
|
<h5 class="white-text">Have Fun!</h5>
|
||||||
|
<p class="grey-text text-lighten-4">Thank your for your Attention, have fun using my Applications.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="col l3 s12">
|
||||||
|
<h5 class="white-text">Applications</h5>
|
||||||
|
<ul>
|
||||||
|
<li><a class="white-text" href="#!">Ja nando mach die links rein xd</a></li>
|
||||||
|
<li><a class="white-text" href="#!">Link 2</a></li>
|
||||||
|
<li><a class="white-text" href="#!">Link 3</a></li>
|
||||||
|
<li><a class="white-text" href="#!">Link 4</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="col l3 s12">
|
||||||
|
<h5 class="white-text">Social</h5>
|
||||||
|
<ul>
|
||||||
|
<li><a class="white-text" href="">Twitter of Developer</a></li>
|
||||||
|
<li><a class="white-text" href="">Twitter of Owner</a></li>
|
||||||
|
<li><a class="white-text" href="#!">Nando muss hier noch was reinmachen</a></li>
|
||||||
|
<li><a class="white-text" href="#!">Nando muss hier noch was reinmachen</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="footer-copyright">
|
||||||
|
<div class="container">
|
||||||
|
Made by <a class="brown-text text-lighten-3" href="https://github.com/byreqz">nils</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Scripte-->
|
||||||
|
<script src="js/jquery-2.1.1.min.js"></script>
|
||||||
|
<script src="js/materialize.js"></script>
|
||||||
|
<script src="js/init.js"></script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
BIN
spotify.jpg
Normal file
After Width: | Height: | Size: 279 KiB |
BIN
spotifyscreen.png
Normal file
After Width: | Height: | Size: 74 KiB |