Changes between Version 56 and Version 57 of ZooWebSite/2015/ZOO-Project/ZOO Identity
- Timestamp:
- Jul 25, 2015, 10:44:20 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/2015/ZOO-Project/ZOO Identity
v56 v57 9 9 <div class="col-xs-12 col-sm-12 col-lg-10 text-center"> 10 10 <h1 class="section-heading">ZOO Identity</h1> 11 <h2 class="sub-heading"> ZOO Project footprint</h2>11 <h2 class="sub-heading">the ZOO Project footprint</h2> 12 12 <div class="well well well-heading"> 13 <p class="intnp"> ...</p>13 <p class="intnp">This is the <a href="http://zoo-project.org">ZOO-Project</a> Identity section. Please use the following material for promoting or citing the <a href="http://zoo-project.org">ZOO-Project</a> open WPS platform. And don't forget to link back to our website ! Thank you.</p> 14 14 </div> 15 15 </div> … … 18 18 19 19 <div class="bblocks"> 20 <div class="container"> 20 21 <div class="row zserv"> 21 <div class="col-md-12 text-center"> 22 <h2>Promote ZOO-Project !</h2> 23 </div> 24 </div> 25 26 </div> 22 <div class="col-md-12 col-xs-12 text-center"> 23 <h2>Promote ZOO-Project !</h2> 24 </div> 25 </div> 26 </div> 27 </div> 28 27 29 <div class="zoo-content-npb"> 28 30 <div class="container"> 29 31 <div class="row"> 30 31 32 <div class="col-xs-12 col-sm-4 col-lg-4"> 32 33 <h2 class="st"><i class="fa fa-image"></i> ZOO logo images</h2> 33 <p class="sp">The <a href="http://zoo-project.org">ZOO-Project</a> original logo represents the sunny african savannah with several animals (elephants,giraf,bird) and a baobab tree. A simplified version of the logo is also available.</p>34 <p class="sp">The <a href="http://zoo-project.org">ZOO-Project</a> original logo represents the sunny african savannah with elephants, a giraf and a baobab tree. A simplified version of the logo is also commonly used with then sun only and the ZOO logo text on top of it.</p> 34 35 35 36 </div> … … 43 44 </div> 44 45 <div class="col-xs-9 col-sm-5 col-lg-5 text-center"> 45 <a href="http://zoo-project.org/img/zoo-landscape.png" target="_blank" title="ZOO-Project logo sun with rays">46 <a href="http://zoo-project.org/img/zoo-landscape.png" target="_blank" title="ZOO-Project original logo"> 46 47 <div class="well well well-wht"> 47 <img class="img-responsive" src="/img/zoo-landscape .png" height="140" />48 </div> 49 </a> 50 <a href="http://zoo-project.org/img/zoo-landscape .png" target="_blank" title="ZOO-Project logo sun with rays">ZOO-Project logo (PNG | 118 ko)</a>48 <img class="img-responsive" src="/img/zoo-landscape2.png" height="140" /> 49 </div> 50 </a> 51 <a href="http://zoo-project.org/img/zoo-landscape2.png" target="_blank" title="ZOO-Project original logo"><i class="fa fa-external-link "></i> ZOO-Project logo (PNG | 118 ko)</a> 51 52 52 53 </div> … … 74 75 </div> 75 76 76 77 <div class="col-xs-12 col-sm-12 col-lg-12"> 77 78 <hr class="mbp"> 78 79 </div> … … 80 81 <div class="col-xs-12 col-sm-4 col-lg-4"> 81 82 <h2 class="st"><i class="icon-zoo-logo"></i> ZOO web font</h2> 82 <p class="sp">The <a href="http://zoo-project.org">ZOO-Project</a> ...</p> 83 83 <p class="sp">The ZOO Web font allow to show the <a href="http://zoo-project.org">ZOO-Project</a> logo using the CSS <i>@font-face</i> rule. Feel free to download the ZOO-Project font and to adapt the following CSS and HTML markup for using it.</p> 84 <p class="sp"> <a href="./fonts/ZOO-Project-font.tar.bz2" target="_blank"><i class="icon-zoo-logo"></i> Download the ZOO-Project font <i class="fa fa-external-link"></i></a></p> 85 <p> 86 <p class="sp"><i class="fa fa-code"></i> HTML</p> 87 <pre class="language-markup"><code><i class="zoo-ZOO-Font"/></i></code></pre> 88 </p> 84 89 </div> 85 90 <div class="col-xs-3 col-sm-3 col-lg-8 text-center"> 86 sxqx 91 <p class="sp"><i class="fa fa-css3"></i> CSS</p> 92 <pre class="language-css"><code>@font-face { 93 font-family: 'ZOO-Font'; 94 src:url('fonts/ZOO-Font.eot'); 95 src:url('fonts/ZOO-Font.eot') format('embedded-opentype'), 96 url('fonts/ZOO-Font.ttf') format('truetype'), 97 url('fonts/ZOO-Font.woff') format('woff'), 98 url('fonts/ZOO-Font.svg') format('svg'); 99 font-weight: normal; 100 font-style: normal; 101 font-variant: normal; 102 } 103 104 [class^="zoo-"], [class*=" zoo-"] { 105 font-family: 'ZOO-Font'; 106 text-transform: none; 107 line-height: 1; 108 -webkit-font-smoothing: antialiased; 109 -moz-osx-font-smoothing: grayscale; 110 } 111 112 .zoo-ZOO-Font:before { 113 content: "\e603"; 114 }</code></pre> 87 115 </div> 88 116 … … 141 169 142 170 </div> 143 <div class="col-xs-12 col-sm-8 col-lg-8"> 171 <div class="col-xs-12 col-sm-8 col-lg-8 mbp"> 172 <p class="sp"><i class="fa fa-newspaper-o"></i> <a href="http://link.springer.com/article/10.1007%2Fs12518-011-0070-0" target="_blank"> ZOO-Project: The open WPS platform <i class="fa fa-external-link"></i></a> 144 173 <p class="sp">BibTeX</p> 145 174 <pre class="latex"><code>@article{ … … 159 188 160 189 </div> 161 162 190 </div> 191 </div> 192 </div> 193 194 <div class="paper"> 195 <div class="container"> 196 <div class="row tserv"> 197 <div class="col-md-12 text-center"> 198 <div class="well text-center mtpm"> 199 <h2 class="ccic">C <span>cba</span></h2> 200 <p class="spg">This material is released under the Creative Commons Attribution-ShareAlike 4.0 International Public License (<a href="https://creativecommons.org/licenses/by-sa/4.0/legalcode" target="_blank">CC-BY-SA</a>).</p> 201 </div> 202 </div> 163 203 </div> 164 204 </div> … … 169 209 <div class="row tserv"> 170 210 <div class="col-md-12 text-center"> 171 <h1 class="stw"><a href=" "> test</a></h1>211 <h1 class="stw"><a href="/docs/contribute/"> Get involved !</a></h1> 172 212 </div> 173 213 </div>