Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Berry <bryan@olenepal.org>2009-12-23 07:48:45 (GMT)
committer Bryan Berry <bryan@olenepal.org>2009-12-23 07:48:45 (GMT)
commit9906d1f6be60f26d83fda9d49ea5290478b4bd10 (patch)
tree053c6f84b3525cf2ae1cc712ba272ab131372b89
parentf5f4abe09af0a328c31b9aa1b34bef5985a83c04 (diff)
changed logo and tagline in start page
-rw-r--r--assets/image/karma-new-logo.pngbin0 -> 12340 bytes
-rw-r--r--css/intro.css17
-rw-r--r--index.html23
3 files changed, 23 insertions, 17 deletions
diff --git a/assets/image/karma-new-logo.png b/assets/image/karma-new-logo.png
new file mode 100644
index 0000000..bb984d6
--- /dev/null
+++ b/assets/image/karma-new-logo.png
Binary files differ
diff --git a/css/intro.css b/css/intro.css
index 5bda019..f215d92 100644
--- a/css/intro.css
+++ b/css/intro.css
@@ -9,18 +9,15 @@ position:relative;
width:100%;
}
#headerBg1 {
-/*background-image:url(../assets/image/karma-logo80x94.png);
-background-repeat:no-repeat;*/
-/*height:120px;*/
display:inline;
float:left;
+margin-left: 3%;
}
-#headerBg2{
+/*#headerBg2{
display:inline;
float:left;
margin-left: 10%;
-}
-
+}*/
#header ul {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
@@ -40,14 +37,14 @@ float:left;
#header ul li {
display:inline;
list-style-type:none;
-padding:5px;
+padding:10px;
}
#header ul li a {
text-decoration:none;
}
#intro {
float:left;
-padding-top:40px;
+padding-top:10px;
width:100%;
}
#introText {
@@ -58,6 +55,10 @@ width:70%;
#introText a {
text-decoration:none;
}
+#blurb{
+ font-size:larger;
+ font-weight:bolder;
+}
#monkeyHolder {
display:inline;
float:right;
diff --git a/index.html b/index.html
index 8a5a2c5..e33836a 100644
--- a/index.html
+++ b/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
-<title>Karma.js Learn.Teach.Everything</title>
+<title>Karma: Code Less, Teach More</title>
<meta name="keywords" content="karma javascript html5 sugar sugarlabs gsoc ole nepal"/>
<meta charset="UTF-8"/>
<link type="image/ico" rel="icon" href="assets/default/image/favicon.ico" />
@@ -11,13 +11,8 @@
</head>
<body>
<div id="header">
- <div>
<div id="headerBg1">
- <img src="assets/image/karma-logo80x94.png" alt="karma logo"/>
- </div>
- <div id="headerBg2">
- <img src="assets/image/mountains.png" alt="image of mountains"/>
- </div>
+ <img src="assets/image/karma-new-logo.png" alt="karma logo"/>
</div>
<ul>
<li><a href="http://karmaeducation.org">home</a></li>
@@ -30,10 +25,20 @@
</div>
<div id="intro">
<div id="introText">
- The <strong><a href="http://karmaeducation.org">Karma Project</a></strong>
+ <span id="blurb"><a href="http://karmaeducation.org">Karma</a> helps you spend more time on teaching and less on coding.
+ </span>
+ <p>It takes too much time and effort to produce educational software. Even worse,
+ most development time is spent on the technical aspect and too little time
+ on the teaching aspect.
+ <br /><br />
+ Karma is an open-source JavaScript library and framework that leverages the
+ latest web technologies so you can spend more time teaching and less time engineering.</p>
+ <!--Karma can help you develop great educational software quickly.
+
+ The <strong><a href="http://karmaeducation.org">Karma Project</a></strong>
aims to create high-quality open-source educational software
using openweb technologies. <br /><br />
- <a href="http://git.sugarlabs.org/projects/karma/repos/mainline/blobs/raw/5f93619d5dc78c6fbd9251064f95aa82a25eab70/js/karma.js">karma.js</a> is a javascript library for manipulating <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">HTML 5</a> and <a href="http://wiki.svg.org/">SVG</a>.
+ <a href="http://git.sugarlabs.org/projects/karma/repos/mainline/blobs/raw/5f93619d5dc78c6fbd9251064f95aa82a25eab70/js/karma.js">karma.js</a> is a javascript library for manipulating <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">HTML 5</a> and <a href="http://wiki.svg.org/">SVG</a>.-->
</div>
<div id="monkeyHolder">
<img src="assets/image/happyChimp120x125.png" alt="image of chimp"></img>