Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authordanielgrippi <danielgrippi@gmail.com>2012-05-05 08:25:19 +0400
committerdanielgrippi <danielgrippi@gmail.com>2012-05-05 08:25:50 +0400
commita5f34e67c7e838664087fe77da08e33a5fb89c39 (patch)
treef25f42d8492b563016b69414f19dc42ec70552cc /public
parent0fc399243b5f1721c4be028a79541aec774df2b0 (diff)
made favicon sexier; extracted form-block into its own custom class; made the title of pages less caps-lock.
Diffstat (limited to 'public')
-rw-r--r--public/be_back_soon.html159
-rw-r--r--public/favicon.icobin1406 -> 1150 bytes
-rw-r--r--public/favicon.pngbin317 -> 0 bytes
3 files changed, 0 insertions, 159 deletions
diff --git a/public/be_back_soon.html b/public/be_back_soon.html
deleted file mode 100644
index 18651878a..000000000
--- a/public/be_back_soon.html
+++ /dev/null
@@ -1,159 +0,0 @@
-
-<!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=iso-8859-1" />
-<title>THE SYSTEM IS **DOWN**</title>
-
-
-
-
-<style type="text/css">
-/*
-You are allowed to do whatever you want with this layout. Though I would be pleased if you placed a link on your site to csseasy.com or to profit42.com (best "blog about hacking" ever). Donations are also welcome: paypal@profit42.com (or follow the donation button on csseasy.com)
-*/
-
-body {
-font-family: "helvetica", 'arial', 'sans-serif';
-width:750px;
-margin:0 auto;
-margin-top:30px;
-}
-
-
-
-/* ----- HEADER ----- */
-
-
-
-#header {
-width:750px;
-height:100px;
-text-align: center;
-}
-
-#header h1 {
- font-size: 60px;
-}
-
-
-/* FAUX LAYOUT WRAPPER */
-
-
-/*
-This div is optional: When you delete it the navigation bar and the content block won't have the same size when one of them has a larger height then the other. I recommend you to leave this faux layout wrapper here.
-
-IMPORTANT: In order to make this work you have to download http://csseasy.com/layouts/fixed/background_4.gif (copy past in your address bar) and place it in the same folder as this html file. DON'T HOTLINK to this file.
-*/
-
-
-#wrapper{
-width:750px;
-overflow:auto; /* USE FIREFOX GUYS! WE ONLY NEED THIS LINE BECAUSE INTERNET EXPLODER ISN'T READING CODE PROPERLY */
-margin-top:10px;
-}
-
-
-
-
-/* ----- NAVIGATION ----- */
-
-
-
-#navigation {
-width:250px;
-min-height:500px; /* for modern browsers */
-height:auto !important; /* for modern browsers */
-height:500px; /* for IE5.x and IE6 */
-float:right;
-}
-
-
-/* ----- MAIN CONTENT ----- */
-
-
-
-#content {
-width:490px;
-min-height:300px; /* for modern browsers */
-height:auto !important; /* for modern browsers */
-height:300px; /* for IE5.x and IE6 */
-margin-top:10px;
-}
-
-
-
-/* ----- FOOTER ----- */
-
-
-
-#footer {
-width:750px;
-height:0px;
-margin-top:10px;
-}
-</style>
-</head>
-<body>
-<div id="header">
- <h1> OH NOES!</h1>
- </div>
-<div id="wrapper">
- <div id="navigation">
-
-<script src="http://widgets.twimg.com/j/2/widget.js"></script>
-<script>
-new TWTR.Widget({
- version: 2,
- type: 'profile',
- rpp: 5,
- interval: 6000,
- width: 240,
- height: 300,
- theme: {
- shell: {
- background: '#333333',
- color: '#ffffff'
- },
- tweets: {
- background: '#ffffff',
- color: '#000000',
- links: '#2eabff'
- }
- },
- features: {
- scrollbar: true,
- loop: false,
- live: true,
- hashtags: true,
- timestamp: true,
- avatars: false,
- behavior: 'all'
- }
-}).render().setUser('joindiaspora').start();
-</script>
-
- </div>
- <div id="content">
- <h1> DIASPORA* is down right now, but we are probably <a href='https://github.com/diaspora/diaspora/commits'>doing something awesome.</a></h1>
- <h1> We will be back shortly!</h1>
-
- <h3> Be sure to check out some sites we love:</h3>
- <ul>
- <li><a href='https://cubbi.es'>Cubbi.es</a></li>
- <li><a href='http://vhx.tv'>VHX.tv</a></li>
- <li><a href='https://github.com'>GitHub</a></li>
- <li><a href='https://html5zombo.com'>zombocom</a></li>
- </ul>
-
- <h3>Still need your DIASPORA* fix?</h3>
- <ul>
- <li><a href='http://twitter.com/joindiaspora'>@joindiaspora</a></li>
- <li><a href='https://github.com'>GitHub</a></li>
- </ul>
- </div>
- </div>
-<div id="footer">
- </div>
-</body>
-</html>
diff --git a/public/favicon.ico b/public/favicon.ico
index 803b71204..c07db7363 100644
--- a/public/favicon.ico
+++ b/public/favicon.ico
Binary files differ
diff --git a/public/favicon.png b/public/favicon.png
deleted file mode 100644
index 869fabfaf..000000000
--- a/public/favicon.png
+++ /dev/null
Binary files differ