Initial release
3
google.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
header('Location: http://www.google.com/search?q='.$_POST[suchen]);
|
||||
?>
|
BIN
images/arrows.png
Normal file
After Width: | Height: | Size: 824 B |
BIN
images/bg.jpg
Normal file
After Width: | Height: | Size: 251 KiB |
BIN
images/box_index.jpg
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
images/but_submit.gif
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
images/buttons.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
images/content_bot.png
Normal file
After Width: | Height: | Size: 349 B |
BIN
images/content_top.png
Normal file
After Width: | Height: | Size: 355 B |
BIN
images/facebook.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
images/favicon.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
images/github.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
images/index_left.gif
Normal file
After Width: | Height: | Size: 45 B |
BIN
images/index_left_bg.gif
Normal file
After Width: | Height: | Size: 57 B |
BIN
images/input_text.gif
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
images/line.gif
Normal file
After Width: | Height: | Size: 44 B |
BIN
images/list_index.gif
Normal file
After Width: | Height: | Size: 52 B |
BIN
images/message.gif
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
images/num_bg.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
images/top_bot.png
Normal file
After Width: | Height: | Size: 356 B |
BIN
images/top_top.png
Normal file
After Width: | Height: | Size: 371 B |
BIN
images/twitter.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
images/youtube.png
Normal file
After Width: | Height: | Size: 5.5 KiB |
99
index.html
Normal file
@ -0,0 +1,99 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title>Aka's Startseite</title>
|
||||
<link href="images/favicon.png" rel="icon" />
|
||||
<link href="styles.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="main">
|
||||
<!-- header begins -->
|
||||
<br />
|
||||
<div id="header">
|
||||
<div id="buttons">
|
||||
<a href="index.html" class="but" title="">Home</a><div class="but_razd"></div>
|
||||
<a href="http://akamaru.de" class="but" title="">Aka's Blog</a><div class="but_razd"></div>
|
||||
<a href="https://ponywave.de" class="but" title="">PonyWave</a><div class="but_razd"></div>
|
||||
<form action="google.php" method="post">
|
||||
<p>Suchen</p><input name="suchen" type="text" /><input type="submit" value="Suchen" />
|
||||
</form>
|
||||
</div>
|
||||
</div><!-- header ends -->
|
||||
<!-- content -->
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<h3>
|
||||
<a href="http://2ds-homebrew.com">2DS Homebrew</a>
|
||||
</h3><br />
|
||||
<h3>
|
||||
<a href="http://3ds-homebrew.com">3DS Homebrew</a>
|
||||
</h3><br />
|
||||
<h3>
|
||||
<a href="http://akamaru.de">Aka's Blog</a>
|
||||
</h3><br />
|
||||
<h3>
|
||||
<a href="http://akamaru.de/testpages">Aka's Projektseite</a>
|
||||
</h3><br />
|
||||
<h3>
|
||||
<a href="http://start.akamaru.de">Aka's Startseite</a>
|
||||
</h3><br />
|
||||
<h3>
|
||||
<a href="http://iappnews.de">iAppNews</a>
|
||||
</h3><br />
|
||||
<h3>
|
||||
<a href="http://nairapony.de">Naira's Tales</a>
|
||||
</h3><br />
|
||||
<h3>
|
||||
<a href="https://ponywave.de/PonyPaste">PonyPaste</a>
|
||||
</h3><br />
|
||||
<h3>
|
||||
<a href="https://ponywave.de">PonyWave</a>
|
||||
</h3><br />
|
||||
<h3>
|
||||
<a href="https://ponywave.de/cydia">PonyWave Cydia Repo</a>
|
||||
</h3><br />
|
||||
<h3>
|
||||
<a href="http://forum.ponywave.de">PonyWave Forum</a> (Offline)
|
||||
</h3><br />
|
||||
<h3>
|
||||
<a href="https://ponywave.de/a">PonyWave Link Shortener</a>
|
||||
</h3><br />
|
||||
<h3>
|
||||
<a href="http://mail.ponywave.de">PonyWave Mail</a>
|
||||
</h3><br />
|
||||
<h3>
|
||||
<a href="http://stream.ponywave.de">PonyWave Streams</a>
|
||||
</h3><br />
|
||||
<h3>
|
||||
<a href="https://ponywave.de/z0r">PonyWave Z0R Downloader</a>
|
||||
</h3><br />
|
||||
<h3>
|
||||
<a href="http://riko.moe">Riko</a>
|
||||
</h3><br />
|
||||
<h3>
|
||||
<a href="http://yagyuu.moe">Yagyuu</a>
|
||||
</h3><br />
|
||||
<h3>
|
||||
<a href="http://"></a>
|
||||
</h3><br />
|
||||
<!-- footer begins -->
|
||||
<div id="footer">
|
||||
<div id="footer_box1">
|
||||
<p>Copyright 2015 Akamaru<br /></p>
|
||||
</div>
|
||||
<div id="footer_box2">
|
||||
<a href="https://www.youtube.com/user/TheZipTuner007"><img src="images/youtube.png" class="footer_img" alt="youtube" /></a>
|
||||
<a href="https://github.com/Akamaru"><img src="images/github.png" class="footer_img" alt= "github" /></a>
|
||||
<a href="https://twitter.com/Akamaru_Pie"><img src="images/twitter.png" class="footer_img" alt= "twitter" /></a>
|
||||
<a href="https://www.facebook.com/Akamaru92"><img src="images/facebook.png" class="footer_img" alt="facebook" /></a>
|
||||
<p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a></p>
|
||||
<p><a href="http://jigsaw.w3.org/css-validator/check/referer"><img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="CSS ist valide!" /></a></p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- footer ends -->
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
97
styles.css
Normal file
@ -0,0 +1,97 @@
|
||||
*
|
||||
{
|
||||
border: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
body{
|
||||
font: 12px Arial, Helvetica, sans-serif;
|
||||
color: #353535;
|
||||
background: url(images/bg.jpg) top center repeat-x #000;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
|
||||
#main {
|
||||
width: 1061px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#buttons{
|
||||
text-align:center;
|
||||
height: 53px;
|
||||
margin-left: 0px;
|
||||
padding: 0px 0px 0px 85px;
|
||||
background: url(images/buttons.png) top repeat-x;
|
||||
}
|
||||
|
||||
#buttons a {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 18px;
|
||||
display: block;
|
||||
float: left;
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
padding-top: 15px;
|
||||
}
|
||||
#buttons .but:hover {
|
||||
color:#B95C55;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
.but_razd {
|
||||
width: 80px;
|
||||
height: 30px;
|
||||
float:left;}
|
||||
|
||||
h3 {
|
||||
text-align: left;
|
||||
font-size: 24px;
|
||||
color: #000000;
|
||||
font-weight: normal;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
/*footer*/
|
||||
|
||||
#footer{
|
||||
clear: both;
|
||||
height: 84px;
|
||||
font-size: 11px;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
padding: 0px 10px 0px 0px;
|
||||
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#footer a{
|
||||
color: #fff;
|
||||
font-size: 11px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#footer a:hover{
|
||||
color: #fff;
|
||||
font-size: 11px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#footer_box1{
|
||||
float: left;
|
||||
width: 400px;
|
||||
padding: 25px 0 0 24px;
|
||||
text-align: left;
|
||||
}
|
||||
#footer_box2{
|
||||
float: right;
|
||||
width: 400px;
|
||||
padding: 25px 0 0 16px;
|
||||
text-align: left;
|
||||
}
|
||||
.footer_img{
|
||||
float: right;
|
||||
display: inline;
|
||||
margin-left: 25px;
|
||||
}
|