Skip to content

Commit

Permalink
Add link to Linux version
Browse files Browse the repository at this point in the history
  • Loading branch information
morevnaproject committed Sep 28, 2016
1 parent 4aac17e commit 4defc60
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 2 deletions.
16 changes: 15 additions & 1 deletion download/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ header .logo a {
padding: 19px 21px;
-webkit-transition: all .3s;
transition: all .3s;
min-width: 280px;
min-width: 200px;
}

.downloadarea .button {
Expand Down Expand Up @@ -115,6 +115,20 @@ header .logo a {
color: #506aea;
}

.downloadarea .button.linux a {
display: inline-block;
text-align: center;
border: 1px solid #e37c3b;
background: #e37c3b;
color: #fff;
}

.downloadarea .button.linux a:hover {
border: 1px solid #506aea;
background: #fff;
color: #506aea;
}

.returnarea {
margin-top: 80px;
text-align: center;
Expand Down
3 changes: 3 additions & 0 deletions download/opentoonz.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ <h1>OpenToonz 利用規約</h1>
<span class="button mac">
<a href="https://github.com/opentoonz/opentoonz/releases/download/v1.1.1/OpenToonz.pkg">OS X版<br>安定版 v1.1.1</a>
</span>
<span class="button linux">
<a href="https://morevnaproject.org/opentoonz/" target="_blank">Linux版<br>安定版 v1.1.1</a>
</span>
</div>
<div class="returnarea">
<div class="button">
Expand Down
16 changes: 15 additions & 1 deletion e/download/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ header .logo a {
padding: 19px 21px;
-webkit-transition: all .3s;
transition: all .3s;
min-width: 280px;
min-width: 200px;
}

.downloadarea .button {
Expand Down Expand Up @@ -115,6 +115,20 @@ header .logo a {
color: #506aea;
}

.downloadarea .button.linux a {
display: inline-block;
text-align: center;
border: 1px solid #e37c3b;
background: #e37c3b;
color: #fff;
}

.downloadarea .button.linux a:hover {
border: 1px solid #506aea;
background: #fff;
color: #506aea;
}

.returnarea {
margin-top: 80px;
text-align: center;
Expand Down
3 changes: 3 additions & 0 deletions e/download/opentoonz.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ <h1>OpenToonz Terms of Use</h1>
<span class="button mac">
<a href="https://github.com/opentoonz/opentoonz/releases/download/v1.1.1/OpenToonz.pkg"> Download for OS X<br>v1.1.1</a>
</span>
<span class="button linux">
<a href="https://morevnaproject.org/opentoonz/" target="_blank"> Download for Linux<br>v1.1.1</a>
</span>
</div>
<div class="returnarea">
<div class="button">
Expand Down

0 comments on commit 4defc60

Please sign in to comment.