You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2014/10/15 10:01:30 UTC

svn commit: r1631966 - in /marmotta/site/trunk/content: markdown/index.md resources/css/site.css resources/images/apachecon_eu_2014.png resources/images/iswc2014.png

Author: wikier
Date: Wed Oct 15 08:01:30 2014
New Revision: 1631966

URL: http://svn.apache.org/r1631966
Log:
added highlights to the front page

Added:
    marmotta/site/trunk/content/resources/images/apachecon_eu_2014.png   (with props)
    marmotta/site/trunk/content/resources/images/iswc2014.png   (with props)
Modified:
    marmotta/site/trunk/content/markdown/index.md
    marmotta/site/trunk/content/resources/css/site.css

Modified: marmotta/site/trunk/content/markdown/index.md
URL: http://svn.apache.org/viewvc/marmotta/site/trunk/content/markdown/index.md?rev=1631966&r1=1631965&r2=1631966&view=diff
==============================================================================
--- marmotta/site/trunk/content/markdown/index.md (original)
+++ marmotta/site/trunk/content/markdown/index.md Wed Oct 15 08:01:30 2014
@@ -1,12 +1,27 @@
 <head><title>Home</title></head> <!-- awaiting for https://jira.codehaus.org/browse/DOXIA-472 -->
 
-<p id="download">
-  <a href="download.html#a3.2.1" class="download">
+<p id="highlight">
+
+  <a href="download.html#a3.2.1" class="highlight">
     download<br/>
     <strong>Apache Marmotta</strong><br/>
     3.2.1
   </a>
+
   <iframe src="http://platform.twitter.com/widgets/follow_button.html?screen_name=ApacheMarmotta" allowtransparency="true" frameborder="0" scrolling="no"></iframe>
+
+  <a href="events/iswc" title="Apache Marmotta tutorial at ISWC2014" class="highlight">
+    Tutorial<br/>at ISWC2014<br/><br/>
+    <img src="images/iswc2014.png" alt="ISWC2014"/>
+  </a>
+  
+  <br/>
+
+  <a href="http://s.apache.org/apachecon-eu-2014-linked-data-track" title="Linked Data track at ApacheCon EU 2014" class="highlight">
+    Linked Data<br/>track at<br/>ApacheCon EU 2014<br/><br/>
+    <img src="images/apachecon_eu_2014.png" alt="ApacheCon EU 2014"/>
+  </a>
+
 </p>
 
 # Apache Marmotta

Modified: marmotta/site/trunk/content/resources/css/site.css
URL: http://svn.apache.org/viewvc/marmotta/site/trunk/content/resources/css/site.css?rev=1631966&r1=1631965&r2=1631966&view=diff
==============================================================================
--- marmotta/site/trunk/content/resources/css/site.css (original)
+++ marmotta/site/trunk/content/resources/css/site.css Wed Oct 15 08:01:30 2014
@@ -196,7 +196,7 @@ footer .builtBy {
     margin-right: 0;
 }
 
-p#download {
+p#highlight {
     clear: right;
     float: right;
     margin-left: 50px;
@@ -205,7 +205,7 @@ p#download {
     text-align: right;
 }
 
-p#download a.download {
+p#highlight a.highlight {
 	background-color: #cccccc;
 	-moz-border-radius: 6px;
 	-webkit-border-radius: 6px;
@@ -215,17 +215,18 @@ p#download a.download {
 	font-size: 1.5em;
     line-height: 1.3em;
 	font-weight: normal;
+    margin-top: 1em; 
 	padding: 13px 35px;
 	text-decoration: none;
     text-align: center;
 }
 
-p#download a.download:hover {
+p#highlight a.highlight:hover {
 	background-color: #cb1180;
     color: #ffffff;
 }
 
-p#download iframe {
+p#highlight iframe {
     display: block; 
     clear:left; 
     text-align: center; 

Added: marmotta/site/trunk/content/resources/images/apachecon_eu_2014.png
URL: http://svn.apache.org/viewvc/marmotta/site/trunk/content/resources/images/apachecon_eu_2014.png?rev=1631966&view=auto
==============================================================================
Binary file - no diff available.

Propchange: marmotta/site/trunk/content/resources/images/apachecon_eu_2014.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: marmotta/site/trunk/content/resources/images/iswc2014.png
URL: http://svn.apache.org/viewvc/marmotta/site/trunk/content/resources/images/iswc2014.png?rev=1631966&view=auto
==============================================================================
Binary file - no diff available.

Propchange: marmotta/site/trunk/content/resources/images/iswc2014.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream