diff --git a/google.php b/google.php new file mode 100644 index 0000000..2e957c4 --- /dev/null +++ b/google.php @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/images/arrows.png b/images/arrows.png new file mode 100644 index 0000000..8f562bd Binary files /dev/null and b/images/arrows.png differ diff --git a/images/bg.jpg b/images/bg.jpg new file mode 100644 index 0000000..298c37e Binary files /dev/null and b/images/bg.jpg differ diff --git a/images/box_index.jpg b/images/box_index.jpg new file mode 100644 index 0000000..34cabc1 Binary files /dev/null and b/images/box_index.jpg differ diff --git a/images/but_submit.gif b/images/but_submit.gif new file mode 100644 index 0000000..26b65f0 Binary files /dev/null and b/images/but_submit.gif differ diff --git a/images/buttons.png b/images/buttons.png new file mode 100644 index 0000000..e0350f5 Binary files /dev/null and b/images/buttons.png differ diff --git a/images/content_bot.png b/images/content_bot.png new file mode 100644 index 0000000..c79215c Binary files /dev/null and b/images/content_bot.png differ diff --git a/images/content_top.png b/images/content_top.png new file mode 100644 index 0000000..b4aa12b Binary files /dev/null and b/images/content_top.png differ diff --git a/images/facebook.png b/images/facebook.png new file mode 100644 index 0000000..ed6f273 Binary files /dev/null and b/images/facebook.png differ diff --git a/images/favicon.png b/images/favicon.png new file mode 100644 index 0000000..b57b5ce Binary files /dev/null and b/images/favicon.png differ diff --git a/images/github.png b/images/github.png new file mode 100644 index 0000000..1b70a19 Binary files /dev/null and b/images/github.png differ diff --git a/images/index_left.gif b/images/index_left.gif new file mode 100644 index 0000000..a45c6d7 Binary files /dev/null and b/images/index_left.gif differ diff --git a/images/index_left_bg.gif b/images/index_left_bg.gif new file mode 100644 index 0000000..5192907 Binary files /dev/null and b/images/index_left_bg.gif differ diff --git a/images/input_text.gif b/images/input_text.gif new file mode 100644 index 0000000..149ddd7 Binary files /dev/null and b/images/input_text.gif differ diff --git a/images/line.gif b/images/line.gif new file mode 100644 index 0000000..683e51d Binary files /dev/null and b/images/line.gif differ diff --git a/images/list_index.gif b/images/list_index.gif new file mode 100644 index 0000000..25f47bb Binary files /dev/null and b/images/list_index.gif differ diff --git a/images/message.gif b/images/message.gif new file mode 100644 index 0000000..38e56fb Binary files /dev/null and b/images/message.gif differ diff --git a/images/num_bg.png b/images/num_bg.png new file mode 100644 index 0000000..bd885f7 Binary files /dev/null and b/images/num_bg.png differ diff --git a/images/top_bot.png b/images/top_bot.png new file mode 100644 index 0000000..262c004 Binary files /dev/null and b/images/top_bot.png differ diff --git a/images/top_top.png b/images/top_top.png new file mode 100644 index 0000000..46d6318 Binary files /dev/null and b/images/top_top.png differ diff --git a/images/twitter.png b/images/twitter.png new file mode 100644 index 0000000..13a95f6 Binary files /dev/null and b/images/twitter.png differ diff --git a/images/youtube.png b/images/youtube.png new file mode 100644 index 0000000..637cbf7 Binary files /dev/null and b/images/youtube.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..e0df310 --- /dev/null +++ b/index.html @@ -0,0 +1,99 @@ + + + + + Aka's Startseite + + + + +
+ +
+ + +
+
+
+

+ 2DS Homebrew +


+

+ 3DS Homebrew +


+

+ Aka's Blog +


+

+ Aka's Projektseite +


+

+ Aka's Startseite +


+

+ iAppNews +


+

+ Naira's Tales +


+

+ PonyPaste +


+

+ PonyWave +


+

+ PonyWave Cydia Repo +


+

+ PonyWave Forum (Offline) +


+

+ PonyWave Link Shortener +


+

+ PonyWave Mail +


+

+ PonyWave Streams +


+

+ PonyWave Z0R Downloader +


+

+ Riko +


+

+ Yagyuu +


+

+ +


+ + + +
+ + diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..3dcdcac --- /dev/null +++ b/styles.css @@ -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; +} \ No newline at end of file