-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added download page and updated menu
- Loading branch information
1 parent
26c8e1a
commit 54f7f89
Showing
6 changed files
with
114 additions
and
12 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
<!DOCTYPE html> | ||
|
||
<html lang='en'> | ||
<head> | ||
|
||
<title>cabal // download</title> | ||
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> | ||
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' /> | ||
<meta name="description" content="p2p chat" /> | ||
|
||
<link rel="stylesheet" type="text/css" href="css/fonts/nitti.css" /> | ||
<link rel="stylesheet" type="text/css" href="css/fonts/ibmplexmono.css" /> | ||
<link rel="stylesheet" type="text/css" href="css/fonts/ibmplexsans.css" /> | ||
<!--<link rel="stylesheet" type="text/css" href="/css/footer.css"/>--> | ||
|
||
<link rel="stylesheet" type="text/css" href="css/style.css" /> | ||
|
||
<style type="text/css"> | ||
.no-fouc {display: none;} | ||
</style> | ||
|
||
<script type="text/javascript"> | ||
document.documentElement.className = 'no-fouc'; | ||
</script> | ||
|
||
</head> | ||
|
||
<body class="landing"> | ||
<header><div class="header-wrapper"><div class="inner-wrapper"> | ||
<nav id="navBar" class="no-js nav-bar"> | ||
|
||
<div id='overlay'></div> | ||
|
||
<a class="nav-logo" href="/"></a> | ||
|
||
<div class="nav-right"> | ||
<div class="nav-links"> | ||
<ul> | ||
<li class="alt"><a class="button uppercase" href="download.html" role="button">download</a></li> | ||
<li class="alt"><a class="button uppercase" href="faq.html" role="button">faq</a></li> | ||
<li class="alt"><a class="button uppercase" href="https://github.com/cabal-club" role="button">cabal club</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
</div></div></header> | ||
|
||
<div class="content"> | ||
<div class="wrapper"> | ||
|
||
<section class="light"><div class="section-wrapper"> | ||
<div> | ||
<h1>download</h1> | ||
<h3>try one of our<br />desktop apps</h3> | ||
</div> | ||
</section> | ||
|
||
<div> | ||
<h2>cabal desktop</h2> | ||
<p> | ||
<a href="https://github.com/cabal-club/cabal-desktop/releases/download/v2.0.0/cabal-desktop-2.0.0-linux-x86_64.AppImage">Linux</a> | ||
<a href="https://github.com/cabal-club/cabal-desktop/releases/download/v2.0.0/cabal-desktop-2.0.0-mac.dmg">macOS</a> | ||
<a href="https://github.com/cabal-club/cabal-desktop/releases/download/v2.0.0/cabal-desktop-2.0.0-windows.exe">Windows</a> | ||
</p> | ||
<div style="margin-right:-250px; width:800px"> | ||
<img src="desktop.png" alt="desktop app" width="600px"/> | ||
</div> | ||
</div><br><br> | ||
|
||
<div> | ||
<h2>cabal mini</h2> | ||
<p> | ||
<a href="https://github.com/cabal-club/cabal-desktop-mini/releases/download/v2.0.0/cabal-desktop-mini-2.0.0-linux-x86_64.AppImage">Linux</a> | ||
<a href="https://github.com/cabal-club/cabal-desktop-mini/releases/download/v2.0.0/cabal-desktop-mini-2.0.0-mac.zip">macOS</a> | ||
<a href="https://github.com/cabal-club/cabal-desktop-mini/releases/download/v2.0.0/cabal-desktop-mini-2.0.0-windows.exe">Windows</a> | ||
</p> | ||
<div style="margin-right:-250px; width:800px"> | ||
<img src="mini.png" alt="desktop app" width="600px"/> | ||
</div> | ||
</div> | ||
|
||
<script> | ||
window.addEventListener("load", function(e) { | ||
document.documentElement.className = ''; | ||
}); | ||
</script> | ||
|
||
<!-- website forked from https://handshake.org (MIT) --> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters