You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2014/05/16 19:23:16 UTC

svn commit: r1595270 - in /any23/site: css/ui-lightness/ index.html js/jquery-1.10.2.js js/jquery-ui-1.10.4.custom.js js/jquery-ui-1.10.4.custom.min.js

Author: lewismc
Date: Fri May 16 17:23:15 2014
New Revision: 1595270

URL: http://svn.apache.org/r1595270
Log:
better button for site, remove uneccesary jquery dependency

Removed:
    any23/site/css/ui-lightness/
    any23/site/js/jquery-1.10.2.js
    any23/site/js/jquery-ui-1.10.4.custom.js
    any23/site/js/jquery-ui-1.10.4.custom.min.js
Modified:
    any23/site/index.html

Modified: any23/site/index.html
URL: http://svn.apache.org/viewvc/any23/site/index.html?rev=1595270&r1=1595269&r2=1595270&view=diff
==============================================================================
--- any23/site/index.html (original)
+++ any23/site/index.html Fri May 16 17:23:15 2014
@@ -14,17 +14,54 @@
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
-    <link href="css/ui-lightness/jquery-ui-1.10.4.custom.css" rel="stylesheet">
-    <script src="js/jquery-1.10.2.js"></script>
-    <script src="js/jquery-ui-1.10.4.custom.js"></script>
       
     <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
-     <script>
-       $(function() {
-         $( "#button" ).button();
-       });
-     </script>
 
+<style type="text/css">
+.classname {
+	-moz-box-shadow:inset 0px 1px 0px 0px #f9eca0;
+	-webkit-box-shadow:inset 0px 1px 0px 0px #f9eca0;
+	box-shadow:inset 0px 1px 0px 0px #f9eca0;
+	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0c911), color-stop(1, #f2ab1e) );
+	background:-moz-linear-gradient( center top, #f0c911 5%, #f2ab1e 100% );
+	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e');
+	background-color:#f0c911;
+	-webkit-border-top-left-radius:37px;
+	-moz-border-radius-topleft:37px;
+	border-top-left-radius:37px;
+	-webkit-border-top-right-radius:0px;
+	-moz-border-radius-topright:0px;
+	border-top-right-radius:0px;
+	-webkit-border-bottom-right-radius:37px;
+	-moz-border-radius-bottomright:37px;
+	border-bottom-right-radius:37px;
+	-webkit-border-bottom-left-radius:0px;
+	-moz-border-radius-bottomleft:0px;
+	border-bottom-left-radius:0px;
+	text-indent:0;
+	border:1px solid #e65f44;
+	display:inline-block;
+	color:#c92200;
+	font-family:Arial;
+	font-size:15px;
+	font-weight:bold;
+	font-style:italic;
+	height:50px;
+	line-height:50px;
+	width:161px;
+	text-decoration:none;
+	text-align:center;
+	text-shadow:1px 1px 0px #ded17c;
+}
+.classname:hover {
+	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2ab1e), color-stop(1, #f0c911) );
+	background:-moz-linear-gradient( center top, #f2ab1e 5%, #f0c911 100% );
+	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab1e', endColorstr='#f0c911');
+	background-color:#f2ab1e;
+}.classname:active {
+	position:relative;
+	top:1px;
+}</style>
     
             </head>
         <body class="topBarDisabled">
@@ -287,8 +324,12 @@
 <a href="https://github.com/edumbill/doap/wiki">Description Of A Project</a>, <a href="http://xmlns.com/foaf/spec/">Friend Of A Friend</a>, <a href="http://www.geonames.org/ontology/">GEO Names</a>, </br>
 <a href="http://www.w3.org/2002/12/cal/icaltzd#">ICAL</a>, <a href="https://github.com/RinkeHoekstra/lkif-core">lkif-core</a>, <a href="http://ogp.me/">Open Graph Protocol</a>, 
 <a href="http://purl.org/ontology/po/ ">BBC Programmes Ontology</a>, <a href="http://vocab.org/review/terms.html">RDF Review Vocabulary</a>, <a href="http://schema.org/">schema.org</a>,
-<a href="http://www.w3.org/2006/vcard/ns">VCard</a>, <a href="http://purl.org/ontology/wo/">BBC Wildlife Ontology</a> and <a href="http://www.w3.org/1999/xhtml/vocab/">XHTML</a>.</li></ul></br>
-<a href="./download.html"><button type="button">Download Any23</button></a>
+<a href="http://www.w3.org/2006/vcard/ns">VCard</a>, <a href="http://purl.org/ontology/wo/">BBC Wildlife Ontology</a> and <a href="http://www.w3.org/1999/xhtml/vocab/">XHTML</a>.</li></ul>
+</br>
+<div id="download">
+<a href="./download.html" class="classname">Download Any23</a>
+</div>
+</br>
 </br><p>A detailed description of available extractors is <a href="./extractors.html">here</a>.</p>
 <p><b>Any23</b> is used in major Web of Data applications such as <a class="externalLink" href="http://sindice.com/">sindice.com</a> and <a class="externalLink" href="http://sig.ma/">sig.ma</a>.</p> 
 <p>It is written in Java and licensed under the <a class="externalLink" href="http://any23.googlecode.com/svn/trunk/LICENSE.txt">Apache License</a>.</p>