Skip to content

Commit

Permalink
Mbroad/gh pages (almende#3285)
Browse files Browse the repository at this point in the history
* rename fix

* Correct name

* Adds new row of showcase examples
  • Loading branch information
macleodbroad-wf authored and yotamberk committed Jul 26, 2017
1 parent d50c1ad commit e2abaac
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 1 deletion.
File renamed without changes
Binary file added showcase/images/robtex_dns_lookup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added showcase/images/star_citizen_route_planner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 35 additions & 1 deletion showcase/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ <h1>Showcase projects</h1>

<div class="col-md-12 col-lg-6">
<a href="http://www.widgetblender.com/code/php7/pv/form_for_google_patent_page_scraper.php">
<img src="./images/patentsearcher.png" class="showcase img-responsive">
<img src="images/patentsearcher.png" class="showcase img-responsive">
</a>
<div class="description">
<div class="descriptionHeader">
Expand All @@ -363,6 +363,40 @@ <h1>Showcase projects</h1>
</div>
</div>
</div>

<div class="row">
<div class="col-md-12 col-lg-6">
<a href="https://www.robtex.com/dns-lookup/example.com">
<img src="./images/robtex_dns_lookup.png" class="showcase img-responsive">
</a>
<div class="description">
<div class="descriptionHeader">
<a href="https://www.robtex.com/dns-lookup/example.com">Robtex DNS Graph</a>
</div>
<div class="descriptionContent">
Robtex aims to make the fastest and most comprehensive free DNS lookup tool on the Internet and
uses vis to dynamically display DNS graphs.
</div>
</div>
</div>

<div class="col-md-12 col-lg-6">
<a href="https://starcitizen.center/route-planner">
<img src="images/star_citizen_route_planner.png" class="showcase img-responsive">
</a>
<div class="description">
<div class="descriptionHeader">
<a href="https://starcitizen.center/route-planner"> Star Citizen Route Planner</a>
</div>
<div class="descriptionContent">
This interactive route planner and map for the SciFi Universe StarCitize makes use of graph features such as physics enabled on links,
manual persistent positions for the nodes (user can make custom layouts),
and custom icons based on the logic.
</div>
</div>
</div>
</div>

</div>
<br /><br /><br /><br />

Expand Down

0 comments on commit e2abaac

Please sign in to comment.