Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to Linux version #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-linux" 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-linux" target="_blank"> Download for Linux<br>v1.1.1</a>
</span>
</div>
<div class="returnarea">
<div class="button">
Expand Down