<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <title>WickedDocs - Downloads</title> <!-- Bootstrap --> <!-- <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> <link rel="stylesheet" href="http://bootswatch.com/slate/bootstrap.min.css"> <link rel="stylesheet" href="http://bootswatch.com/assets/css/bootswatch.min.css"> --> <link rel="stylesheet" href="externals/font-awesome/css/font-awesome.min.css"> <link rel="stylesheet" href="externals/bootstrap.min.css"> <link rel="stylesheet" href="externals/bootstrap-slate.min.css"> <link rel="stylesheet" href="externals/bootswatch.min.css"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <!-- <style> html, body { background-color: #636363; background-image: url('background.png'); background-repeat: no-repeat; } .navbar { background-image: linear-gradient(#484e5555, #3a3f4455, #31353955); filter: alpha(opacity=95); opacity: 0.95; } </style> --> <style> html, body { height: 100%; } .content-wrapper { min-height: 100%; margin-bottom: -75px; padding-bottom: 75px; } .footer { height: 75px; padding: 7px; background-color: #3a3f44; } .spinner { width: 100px; } .spinner input { text-align: right; } .input-group-btn-vertical { position: relative; white-space: nowrap; width: 1%; vertical-align: middle; display: table-cell; } .input-group-btn-vertical > .btn { display: block; float: none; width: 100%; max-width: 100%; padding: 8px; margin-left: -1px; position: relative; border-radius: 0; } .input-group-btn-vertical > .btn:first-child { border-top-right-radius: 4px; } .input-group-btn-vertical > .btn:last-child { margin-top: -2px; border-bottom-right-radius: 4px; } .input-group-btn-vertical i{ position: absolute; top: 0; left: 4px; } .form-control { height: 32px; margin-top: 1px; } </style> <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> --> <script src="externals/jquery.min.js"></script> <script> (function ($) { $('.spinner .btn:first-of-type').on('click', function() { $('.spinner input').val( parseInt($('.spinner input').val(), 10) + 1); }); $('.spinner .btn:last-of-type').on('click', function() { $('.spinner input').val( parseInt($('.spinner input').val(), 10) - 1); }); })(jQuery); </script> </head> <body id="home"> <div class="content-wrapper"> <!-- Fixed navbar --> <header id="header" class="site-header"> <div class="navbar navbar-default navbar-fixed-top navbar-transparent"> <div class="container"> <div class="navbar-header"> <a class="navbar-brand" href="index.html"><img src="images/logo.png" />WickedDocs</a> <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <div id="navbar-main" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <!-- <li><a href="index.html">About</a></li> --> <li><a href="features.html">Features</a></li> <li><a href="screenshots.html">Screenshots</a></li> <li class="active"><a href="download.html">Download</a></li> <li><a href="register.html">Register</a></li> </ul> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">More <span class="caret"></span></a> <ul class="dropdown-menu"> <!-- <li><a href="help.html">Help</a></li> --> <li><a href="support.html">Support</a></li> <li><a href="faq.html">FAQ</a></li> <li role="separator" class="divider"></li> <li><a href="news.html">News</a></li> <li><a href="documentation.html">Documentation</a></li> <li><a href="community.html">Community</a></li> <li role="separator" class="divider"></li> <li><a href="contact.html">Contact</a></li> <li><a href="legal.html">Legal</a></li> <!-- <li role="separator" class="divider"></li> <li><a href="http://builtwithbootstrap.com/" target="_blank">Built With Bootstrap</a></li> <li><a href="https://wrapbootstrap.com/?ref=bsw" target="_blank">WrapBootstrap</a></li> /\* http://getbootstrap.com/components/ Link back to Glyphicons http://glyphicons.com/ \*/ --> </ul> </li> </ul> </div><!--/.nav-collapse --> </div> </div> <br><p> </header> <div class="container"> <div class="page-header"> <h1>Downloads <small></small> </h1> </div> <!-- ====================== End Standard Header =========================== -->
<div class="container col-sm-2">
</div>
<div class="container col-sm-8">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Latest Version</h3>
</div>
<div class="panel-body">
Version 1.0.0 <br><small>Release Date: 20 July 2015</small>
</div>
<div class="panel-body ">
<div class="btn-group">
<a class="btn btn-default dropdown-toggle btn-select2" data-toggle="dropdown" href="#">Select Operating System <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Mac OS X 10.6 or later</a></li>
<li><a href="#">Windows 32 bit</a></li>
<li><a href="#">Windows 64 bit</a></li>
<li><a href="#">Linux 32 bit</a></li>
<li><a href="#">Linux 64 bit</a></li>
</ul>
</div>
<div class="col-lg-4 pull-right">
<a href="download.html" role="button" class="btn btn-success btn-primary btn-lg" aria-label="Left Align">
<span class="glyphicon glyphicon-download" aria-hidden="true"></span> Free Download
</a>
</div>
<br><br>
</div>
</div>
<div class="panel-body">For older versions please visit here.</div>
<div class="panel-body">Expandable Older Versions Collapsable Boostrap thing</div>
<div class="panel-body">
Business model explaination - Free to use, eval etc. But the output contains a message
that it was generated by WickedDocs with a link back to here. To remove the message, you
can register. If using it commercially, you are strongly encouraged to register, but are
not required to, however you must not modify or remove the message from the PDF document
output, because as a compromise to offer it for free, we ask that in return you promote
our product in this way. If this is not acceptable, then the choice is yours to register
or to discontinue using.
<br>
New Features in latest version
<br>
Fixed bug where blah happens if you do foo.
</div>
</div>
</div> <!-- end of container -->
</div> <!-- end of content-wrapper -->
<!-- ====================== Begin Standard Footer =========================== -->
<div class="footer">
<!-- FOOTER -->
<div class="container">
<p class="pull-left">
<a href="main.rss"><i class="fa fa-rss"></i></a>
<a href="https://plus.google.com/$GOOGLE_ID" rel="publisher" style="text-decoration:none;"><i class="fa fa-google-plus"></i></a>
<a href="https://twitter.com/$TWITTER_ID"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/$FACEBOOK_PAGE"><i class="fa fa-facebook"></i></a>
</p>
<p class="pull-right"><a href="#">Back to top <span class="glyphicon glyphicon-chevron-up" aria-hidden="true"></span></a></p>
</div><!-- /.container -->
<center>
<span>Copyright © 2015 Subflexion. All rights reserved.</span><br>
<span><a href="legal.html#privacy">Privacy policy</a> · <a href="legal.html#terms">Terms of use</a></span>
</center>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Latest compiled JavaScript -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<!-- <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> -->
<script src="externals/bootstrap.min.js"></script>
</body>
</html>