Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #34289 from benfrancis/gh-pages
Browse files Browse the repository at this point in the history
Bug 1270532  - Create gaia web page r=fabrice
  • Loading branch information
benfrancis committed May 18, 2016
2 parents 84db7da + 28f64f3 commit 912c49e
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 0 deletions.
Binary file added images/b2g_os.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/mozilla.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 66 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<!DOCTYPE html>

<html>

<head>
<meta charset="utf-8">
<title>Gaia</title>
<style>
body {
background-color: #5d9bc7;
color: #fff;
font-family: sans-serif;
}
img.logo {
clear: both;
display: block;
margin: 0 auto;
}
.intro {
text-align: center;
}
h2 {
font-weight: normal;
font-size: 22px;
}
ul.icons {
margin-bottom: 50px;
}
ul.icons li {
display: block;
width: 100px;
height: 100px;
text-align: center;
float: left;
margin: 10px;
}
ul.icons li a {
color: #fff;
text-decoration: none;
}
</style>
</head>

<body>
<img class="logo" src="images/b2g_os.png" />
<p class="intro">Gaia is a collection of web apps for B2G OS.</p>
<h2>Working Web Apps</h2>
<p>None yet.</p>
<h2>Currently Disabled Apps</h2>
<ul class="icons">
<li><a href="dead_apps/calendar/"><img src="dead_apps/calendar/style/icons/calendar_84.png">Calendar</a></li>
<li><a href="dead_apps/camera/"><img src="dead_apps/camera/style/icons/camera_84.png">Camera</a></li>
<li><a href="dead_apps/clock/"><img src="dead_apps/clock/style/icons/clock_84.png">Clock</a></li>
<li><a href="dead_apps/communications/dialer/"><img src="dead_apps/communications/dialer/style/icons/dialer_84.png">Dialer</a></li>
<li><a href="dead_apps/communications/contacts/"><img src="dead_apps/communications/contacts/style/icons/contacts_84.png">Contacts</a></li>
<li><a href="dead_apps/costcontrol/"><img src="dead_apps/costcontrol/style/icons/costcontrol_84.png">Cost Control</a></li>
<li><a href="dead_apps/email/"><img src="dead_apps/email/style/icons/email_84.png">Email</a></li>
<li><a href="dead_apps/fm/"><img src="dead_apps/fm/style/icons/fm_84.png">FM Radio</a></li>
<li><a href="dead_apps/gallery/"><img src="dead_apps/gallery/style/icons/gallery_84.png">Gallery</a></li>
<li><a href="dead_apps/music/"><img src="dead_apps/music/img/icons/music_84.png">Music</a></li>
<li><a href="dead_apps/sms/"><img src="dead_apps/sms/icons/sms_84.png">SMS</a></li>
<li><a href="dead_apps/video/"><img src="dead_apps/video/style/icons/video_84.png">Video</a></li>
</ul>
<img class="logo" src="images/mozilla.png"></img>
</body>
</html>

0 comments on commit 912c49e

Please sign in to comment.