update site
This commit is contained in:
parent
9a70c98fc4
commit
e47caa459b
2 changed files with 28 additions and 9 deletions
|
|
@ -497,11 +497,13 @@ img {
|
|||
|
||||
.rotating-logo {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
-webkit-transition: all 0.5s ease-out;
|
||||
transition: all 0.5s ease-out;
|
||||
}
|
||||
.rotating-logo:hover {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg);
|
||||
-webkit-transition: all 0.5s ease-in-out;
|
||||
transition: all 0.5s ease-in-out;
|
||||
}
|
||||
35
index.html
35
index.html
|
|
@ -780,9 +780,9 @@ if (match) {
|
|||
<a href="http://www.applicationcraft.com/">Application Craft</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="doc/site/images/wolf_3d_logo_trans.png"
|
||||
style="left: 10px; top: -4px; width:80px" />
|
||||
<a href="http://www.wolfcms.org/repository/133">Wolf CMS</a>
|
||||
<img src="http://benweet.github.io/stackedit/img/stackedit-128.png"
|
||||
style="width: 74px; left: 13px; top: 1px;">
|
||||
<a href="http://benweet.github.io/stackedit/">StackEdit</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="http://upload.wikimedia.org/wikipedia/commons/6/63/Wikipedia-logo.png" style="left: -5px; top: -35px; width: 110px;">
|
||||
|
|
@ -841,7 +841,7 @@ if (match) {
|
|||
</li>
|
||||
<li>
|
||||
<div class="rotating-logo" style="background:url(doc/site/images/habitat-logo.svg) center no-repeat;
|
||||
left: 19px; top: 6px;width: 60px;height: 60px;background-size: 60px;position: relative;" ></div>
|
||||
left: 19px; top: 6px;width: 60px;height: 60px;background-size: 60px;position: relative;"></div>
|
||||
<a href="http://habitat.inkling.com">Inkling Habitat</a>
|
||||
</li>
|
||||
<li>
|
||||
|
|
@ -1037,7 +1037,7 @@ if (match) {
|
|||
<a href="http://iknode.com/">iKnode</a>
|
||||
</li>
|
||||
<li title="Online conference and code review tool">
|
||||
<div style="width: 90px; left: 5px; top: 0px;background:rgb(24,73,92);color: white;
|
||||
<div style="width: 90px; left: 10px; top: 0px;background:rgb(24,73,92);color: white;position:absolute;
|
||||
font-size: 68px;text-align: center;font-weight: bold;font-family: inherit;line-height: normal;">sT</div>
|
||||
<a href="http://sourcetalk.net/">SourceTalk</a>
|
||||
</li>
|
||||
|
|
@ -1075,15 +1075,15 @@ if (match) {
|
|||
<a href="http://www.ogeditor.com/index.aspx">ogEditor</a>
|
||||
</li>
|
||||
<li>
|
||||
<div class="text-logo" >allong.es</div>
|
||||
<div class="text-logo">allong.es</div>
|
||||
<a href="http://allong.es/try/">Try allong.es</a>
|
||||
</li>
|
||||
<li>
|
||||
<div class="text-logo" >NapCat</div>
|
||||
<div class="text-logo">NapCat</div>
|
||||
<a href="http://napcatapp.tumblr.com/post/60598006734/version-1-3-is-released">NapCat</a>
|
||||
</li>
|
||||
<li>
|
||||
<div class="text-logo" >CorsLit</div>
|
||||
<div class="text-logo">CorsLit</div>
|
||||
<a href="http://www.corslit.com/new/melloWorld">CorsLit</a>
|
||||
</li>
|
||||
<li>
|
||||
|
|
@ -1092,9 +1092,26 @@ if (match) {
|
|||
<a href="http://ojjs.org/index.html">OJjs</a>
|
||||
</li>
|
||||
<li>
|
||||
<div class="text-logo" >Codechat</div>
|
||||
<div class="text-logo">Codechat</div>
|
||||
<a href="http://codechat.net/">Codechat</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="doc/site/images/wolf_3d_logo_trans.png"
|
||||
style="left: 10px; top: -4px; width:80px" />
|
||||
<a href="http://www.wolfcms.org/repository/133">Wolf CMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="http://thlorenz.github.io/scriptie-talkie/images/code.png" style="left: 20px; top: 20px; width: 60px;">
|
||||
<a href="http://thlorenz.github.io/scriptie-talkie/">Scriptie-Talkie</a>
|
||||
</li>
|
||||
<li>
|
||||
<div class="text-logo">md</div>
|
||||
<a href="http://thlorenz.github.io/browserify-markdown-editor/">browserify-markdown-editor</a>
|
||||
</li>
|
||||
<li>
|
||||
<div class="text-logo"></div>
|
||||
<a href="http://bakemycss.mypathforpython.appspot.com/">BakeMyCss</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/Gozala/sky-edit">Sky Edit</a>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue