github.com/hzck/speedroute@v0.0.0-20201115191102-403b7d0e443f/old-public/news.html (about)

     1  <!DOCTYPE html>
     2  <html ng-app="speedrunRouting">
     3  	<head>
     4  		<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
     5  		<link rel="stylesheet" type="text/css" href="css/vis.min.css" />
     6  		<link rel="stylesheet" type="text/css" href="css/speedroute.css" />
     7  		<script type="text/javascript" src="js/vis.min.js"></script>
     8  		<script type="text/javascript" src="js/angular.min.js"></script>
     9  		<script type="text/javascript" src="js/angular-animate.min.js"></script>
    10  		<script type="text/javascript" src="js/angular-touch.min.js"></script>
    11  		<script type="text/javascript" src="js/angular-vis.js"></script>
    12  		<script type="text/javascript" src="js/ui-bootstrap-tpls-2.0.2.min.js"></script>
    13  		<script type="text/javascript" src="js/speedroute.js"></script>
    14  	</head>
    15  	<body>
    16  		<div ng-include="'header.html'"></div>
    17  		<div class="container">
    18  			<div class="blog-header">
    19  				<h1 class="blog-title">What's new?</h1>
    20  				<p class="lead blog-description">Keeping you posted on what's going on with the site.</p>
    21  			</div>
    22  			<div class="row">
    23  				<div class="col-sm-8 blog-main">
    24  					<div class="blog-post">
    25  						<h2 class="blog-post-title">Mail account setup</h2>
    26  						<p class="blog-post-meta">2018-02-11 by hzck</p>
    27  						<p>I have setup an email account so to get in contact with me it's possible to use <a href="mailto:admin@speedroute.xyz">admin@speedroute.xyz</a>!</p>
    28  					</div>
    29  				</div>
    30  			</div>
    31  			<div class="row">
    32  				<div class="col-sm-8 blog-main">
    33  					<div class="blog-post">
    34  						<h2 class="blog-post-title">User guide and revisit logic bug</h2>
    35  						<p class="blog-post-meta">2017-11-26 by hzck</p>
    36  						<p>Since last update about a month ago there is two major updates:</p>
    37  						<p>The first update is I just finished writing the <a href="/howto.html">User guide</a> section, which will hopefully help new users understand how to use the site and model their routes.</p>
    38  						<p>The second update is a bug I stumbled upon in the algorithm itself, which prevented revisiting even though the model allowed for it.</p>
    39  						<p>Looking forward I feel like I need to improve on the <a href="/route.html?g=DEMO">DEMO graph</a>, and I want to start looking into database support on the site.</p>
    40  					</div>
    41  				</div>
    42  			</div>
    43  			<div class="row">
    44  				<div class="col-sm-8 blog-main">
    45  					<div class="blog-post">
    46  						<h2 class="blog-post-title">Presenting Speedroute</h2>
    47  						<p class="blog-post-meta">2017-10-22 by hzck</p>
    48  						<p>At last! After three years of on and off work I finally managed to put <a href="/">Speedroute</a> out there on the dangerous Internet. I'm still scared of what might happen and what kind of feedback I can expect, but at the same time I'm proud of what I have managed to achieve so far:</p>
    49  						<ul>
    50  							<li>The algorithm to find the shortest path in a graph is working (hopefully)</li>
    51  							<li>The GUI covers all functionality needed (even if it's not intuitive...)</li>
    52  							<li>Cloud hosting via <a href="https://www.digitalocean.com">DigitalOcean</a></li>
    53  							<li>Full SSL encryption via <a href="https://letsencrypt.org">Let's encrypt</a></li>
    54  							<li>Some content on the site, like this blog post and the <a href="/about.html">About</a> page</li>
    55  						</ul>
    56  						<p>There's still plenty to be done of course. I need to update the pages with content so that you will be able to use the site to the full extent, and so that you <em>want</em> to use it. I also want to look into database support soon which will be a great improvement and open up ways to implement cool functions on the site.</p>
    57  						<p>I'll continue to work on Speedroute whenever I feel like it and I have time to spare. It's still a project I have a lot of interest in and I'm anxious to see how good it can get. Also it's a way for me to improve on my coding skills and try out new technologies and stuff like that.</p>
    58  						<p>I hope you enjoy the site and don't be afraid to contact me if you have any issues or suggestions! You can find contact details on the <a href="/about.html">About</a> page.</p>
    59  					</div>
    60  				</div>
    61  			</div>
    62  		</div>
    63  	</body>
    64  </html>