Skip to content

Commit

Permalink
edit website to add beta download links
Browse files Browse the repository at this point in the history
  • Loading branch information
elzoughby committed Sep 17, 2018
1 parent 6d944de commit a9c0ed5
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/_includes/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,20 @@ <h1> Download </h1>
<div class="user">
<div class="tech">
<h3> <i class="fa fa-linux" aria-hidden="true" style="color: Gold ; font-size: 30px;"></i> Linux</h3>
<a style="font-size: 12pt" class="project-link" href="#">Deb</a>
<a style="font-size: 12pt" class="project-link" href="#">RPM</a>
<a style="font-size: 12pt" class="project-link" href="#">Flatpak</a>
<a style="font-size: 12pt" class="project-link" href="#">AppImage</a>
<a style="font-size: 12pt" class="project-link" href="#">Other</a>
<a style="font-size: 12pt" class="project-link" href="https://github.com/elzoughby/vdm/releases/download/v1.0-beta/vdm-1.0-beta-amd64-linux.deb">Deb</a>
<a style="font-size: 12pt" class="project-link" href="https://github.com/elzoughby/vdm/releases/download/v1.0-beta/vdm-1.0-beta-amd64-linux.rpm">RPM</a>
<a style="font-size: 12pt" class="project-link" href="https://github.com/elzoughby/vdm/releases/download/v1.0-beta/vdm-1.0-beta-amd64-linux.tar.gz">Other</a>
</div>

<div class="tech">
<h3> <i class="fa fa-windows" aria-hidden="true" style="color: DeepSkyBlue ; font-size: 30px;"></i> Windows</h3>
<a style="font-size: 12pt" class="project-link" href="#">Installer</a>
<a style="font-size: 12pt" class="project-link" href="https://github.com/elzoughby/vdm/releases/download/v1.0-beta/vdm-1.0-beta-amd64-windows-setup.exe">Installer</a>
<a style="font-size: 12pt" class="project-link" href="#">Portable</a>
</div>

<div class="tech">
<h3> <i class="fa fa-apple" aria-hidden="true" style="color: Black ; font-size: 30px;"></i> macOS</h3>
<a style="font-size: 12pt" class="project-link" href="#">DMG</a>
<a style="font-size: 12pt" class="project-link" href="https://github.com/elzoughby/vdm/releases/download/v1.0-beta/vdm-1.0-beta-macos-jar.zip">JAR</a>
</div>
</div>

Expand Down

0 comments on commit a9c0ed5

Please sign in to comment.