leocad/download.html
2021-01-13 11:42:13 -08:00

49 lines
2.6 KiB
HTML

<!doctype html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>LeoCAD Downloads</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="container">
<!-- navbar start -->
<div class="nav-main">
<div class="wrap">
<a class="nav-home" href="index.html"><img class="nav-logo" src="leocad-32.png" width="32" height="32"> LeoCAD </a>
<ul class="nav-site nav-site-internal">
<li><a href="download.html" class="active">Download</a></li>
<li><a href="docs/start.html">Documentation</a></li>
<!-- <li><a href="help.html">Help</a></li> -->
</ul>
<ul class="nav-site nav-site-external">
<li><a href="https://github.com/leozide/leocad">GitHub</a></li>
</ul>
</div>
</div>
<!-- navbar end -->
<section class="content wrap">
<div class="light home-section">
<h1>Downloads</h1>
<div class="subHeader"></div>
<p>LeoCAD is very easy to install, and it is available for all major operating systems. In the sections below, you will find detailed instructions on how to download and install the application for each operating system.</p>
<h2>Windows</h2>
<p>Click the button below to download the latest version of the LeoCAD installer. Once the download is complete, run the installer and follow the installation instructions.</p>
<div class="buttons-unit downloads"><a href="https://github.com/leozide/leocad/releases/download/v21.01/LeoCAD-Windows-21.01.exe" class="button">Download LeoCAD for Windows</a></div>
<h2>Linux</h2>
<p>Click the button below to download the latest LeoCAD AppImage. Once the download is complete, simply run the file.</p>
<p>If you prefer to compile it yourself, go to the <a href="https://github.com/leozide/leocad/releases">GitHub Releases Page</a> and download the latest source code archive.</p>
<div class="buttons-unit downloads"><a href="https://github.com/leozide/leocad/releases/download/v21.01/LeoCAD-Linux-21.01-x86_64.AppImage" class="button">Download LeoCAD for Linux</a></div>
<h2>macOS</h2>
<p>Click the button below to download the latest version of the LeoCAD DMG package. Once the download is complete, open the package and drag its contents to your &ldquo;Applications&rdquo; folder.</p>
<div class="buttons-unit downloads"><a href="https://github.com/leozide/leocad/releases/download/v21.01/LeoCAD-macOS-21.01.dmg" class="button">Download LeoCAD for macOS</a></div>
</div>
</section>
<!-- footer start -->
<footer class="wrap"><div class="right"> &copy; LeoCAD.org </div></footer>
<!-- footer end -->
</div>
</body>
</html>