-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·56 lines (49 loc) · 2.92 KB
/
index.html
File metadata and controls
executable file
·56 lines (49 loc) · 2.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
layout: default
---
<div class="header-container jumbotron">
<div class="container">
<h1>artoolkitX</h1>
<p>Open-source, multi platform augmented reality.</p>
<p><a class="btn btn-primary btn-lg" href="{{ "/docs/about/" | prepend: site.baseurl }}" role="button">Learn more</a></p>
</div>
</div>
<div class="container">
<div class="row panel-default">
<div class="col-md-8 panel-body">
<h2 class="header-light regular-pad">What is artoolkitX?</h2>
<div class="mainText">
ARToolKit was first released as an open source project in 2001. Under the ownership of ARToolworks, it continued with an
open source variant until 2015 when it was sold. In order to create a future for this iconic project, Ben Vaughan and Phil Lamb, the former CEO and CTO of ARToolworks, created artoolkitX to ensure that the software is developed and maintained and the vibrant ARToolKit community continues to be supported.
</div>
<div class="mainText">
artoolkitX is supported by Ethar Inc. (Huntsville, AL, USA), a leading provider of XR systems and services.<br/>
<a href="http://www.ethar.com"><img src="img/ethar_logo.png" alt="Ethar logo" width=250 height=250>www.ethar.com</a>
</div>
</div>
<div class="col-md-4 text-center pull-right">
<img src="img/logo.png" alt="artoolkitX logo" class="img-responsive" style="display:inline;">
</div>
</div>
<!-- <div class="row">
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-pencil" aria-hidden="true"></i></h1>
<h3 class="text-center">Easy to install and publish</h3>
<p>Get started by clonening source into GitHub account of your project. Thanks to <a href="https://pages.github.com">GitHub Pages</a>,
it will be automatically compiled and publsihed under your project's subdomain on `github.io`.
</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-cogs" aria-hidden="true"></i></h1>
<h3 class="text-center">Modular Styling and Templating</h3>
<p>This template uses <a href="https://github.com/twbs/bootstrap-sass">bootstrap-sass</a> along with <a href="https://bootswatch.com/">Bootwatch themes</a>.
You can change the theme or write your custom by overwriting bootstrap sass variables for different color set, font options, etc.</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-code-fork" aria-hidden="true"></i></h1>
<h3 class="text-center">Git based source control</h3>
<p>Leverege from Git version control system by
maintaining your documentation along with the source code; publish the page when you merge to the master branch.</p>
</div>
</div> -->
</div>