Skip to content

Commit

Permalink
Deployed 7641f74 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Sep 30, 2023
1 parent 2aa6265 commit 8f1a423
Show file tree
Hide file tree
Showing 36 changed files with 163 additions and 592 deletions.
22 changes: 9 additions & 13 deletions 404.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/font-awesome.min.css" rel="stylesheet">
<link href="/css/base.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/docco.min.css">

<script src="/js/jquery-1.10.2.min.js" defer></script>
<script src="/js/bootstrap.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/docco.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</head>

<body>
Expand Down Expand Up @@ -82,12 +79,14 @@ <h1 id="404-page-not-found" style="text-align: center">404</h1>
<hr>
<p>Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>
<script src="/js/jquery-3.6.0.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script>
var base_url = "/",
shortcuts = {"help": 191, "next": 78, "previous": 80, "search": 83};
</script>
<script src="/js/base.js" defer></script>
<script src="/search/main.js" defer></script>
<script src="/js/base.js"></script>
<script src="/search/main.js"></script>

<div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="searchModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
Expand All @@ -97,16 +96,13 @@ <h4 class="modal-title" id="searchModalLabel">Search</h4>
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
</div>
<div class="modal-body">
<p>
From here you can search these documents. Enter
your search terms below.
</p>
<p>From here you can search these documents. Enter your search terms below.</p>
<form>
<div class="form-group">
<input type="search" class="form-control" placeholder="Search..." id="mkdocs-search-query" title="Type search term here">
</div>
</form>
<div id="mkdocs-search-results"></div>
<div id="mkdocs-search-results" data-no-results-text="No results found"></div>
</div>
<div class="modal-footer">
</div>
Expand Down
24 changes: 10 additions & 14 deletions about/index.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@
<link href="../css/bootstrap.min.css" rel="stylesheet">
<link href="../css/font-awesome.min.css" rel="stylesheet">
<link href="../css/base.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/docco.min.css">

<script src="../js/jquery-1.10.2.min.js" defer></script>
<script src="../js/bootstrap.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/docco.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</head>

<body>
Expand Down Expand Up @@ -84,7 +81,7 @@
</div>


<div id="toc-collapse" class="navbar-collapse collapse card bg-light">
<div id="toc-collapse" class="navbar-collapse collapse card bg-secondary">
<ul class="nav flex-column">

<li class="nav-item" data-level="1"><a href="#aknowledgments" class="nav-link">Aknowledgments</a>
Expand Down Expand Up @@ -119,12 +116,14 @@ <h1 id="aknowledgments">Aknowledgments</h1>
<hr>
<p>Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>
<script src="../js/jquery-3.6.0.min.js"></script>
<script src="../js/bootstrap.min.js"></script>
<script>
var base_url = "..",
shortcuts = {"help": 191, "next": 78, "previous": 80, "search": 83};
</script>
<script src="../js/base.js" defer></script>
<script src="../search/main.js" defer></script>
<script src="../js/base.js"></script>
<script src="../search/main.js"></script>

<div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="searchModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
Expand All @@ -134,16 +133,13 @@ <h4 class="modal-title" id="searchModalLabel">Search</h4>
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
</div>
<div class="modal-body">
<p>
From here you can search these documents. Enter
your search terms below.
</p>
<p>From here you can search these documents. Enter your search terms below.</p>
<form>
<div class="form-group">
<input type="search" class="form-control" placeholder="Search..." id="mkdocs-search-query" title="Type search term here">
</div>
</form>
<div id="mkdocs-search-results"></div>
<div id="mkdocs-search-results" data-no-results-text="No results found"></div>
</div>
<div class="modal-footer">
</div>
Expand Down
Empty file modified css/base.css
100644 → 100755
Empty file.
Empty file modified css/bootstrap.min.css
100644 → 100755
Empty file.
Empty file modified css/font-awesome.min.css
100644 → 100755
Empty file.
Binary file removed fonts/FontAwesome.otf
Binary file not shown.
Empty file modified fonts/fontawesome-webfont.eot
100644 → 100755
Empty file.
Empty file modified fonts/fontawesome-webfont.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified fonts/fontawesome-webfont.ttf
100644 → 100755
Empty file.
Empty file modified fonts/fontawesome-webfont.woff
100644 → 100755
Empty file.
Empty file modified fonts/fontawesome-webfont.woff2
100644 → 100755
Empty file.
24 changes: 10 additions & 14 deletions image-tracking/index.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@
<link href="../css/bootstrap.min.css" rel="stylesheet">
<link href="../css/font-awesome.min.css" rel="stylesheet">
<link href="../css/base.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/docco.min.css">

<script src="../js/jquery-1.10.2.min.js" defer></script>
<script src="../js/bootstrap.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/docco.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</head>

<body>
Expand Down Expand Up @@ -84,7 +81,7 @@
</div>


<div id="toc-collapse" class="navbar-collapse collapse card bg-light">
<div id="toc-collapse" class="navbar-collapse collapse card bg-secondary">
<ul class="nav flex-column">

<li class="nav-item" data-level="1"><a href="#image-tracking" class="nav-link">Image Tracking</a>
Expand Down Expand Up @@ -272,12 +269,14 @@ <h3 id="usage">Usage</h3>
<hr>
<p>Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>
<script src="../js/jquery-3.6.0.min.js"></script>
<script src="../js/bootstrap.min.js"></script>
<script>
var base_url = "..",
shortcuts = {"help": 191, "next": 78, "previous": 80, "search": 83};
</script>
<script src="../js/base.js" defer></script>
<script src="../search/main.js" defer></script>
<script src="../js/base.js"></script>
<script src="../search/main.js"></script>

<div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="searchModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
Expand All @@ -287,16 +286,13 @@ <h4 class="modal-title" id="searchModalLabel">Search</h4>
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
</div>
<div class="modal-body">
<p>
From here you can search these documents. Enter
your search terms below.
</p>
<p>From here you can search these documents. Enter your search terms below.</p>
<form>
<div class="form-group">
<input type="search" class="form-control" placeholder="Search..." id="mkdocs-search-query" title="Type search term here">
</div>
</form>
<div id="mkdocs-search-results"></div>
<div id="mkdocs-search-results" data-no-results-text="No results found"></div>
</div>
<div class="modal-footer">
</div>
Expand Down
Empty file modified img/favicon.ico
100644 → 100755
Empty file.
Binary file modified img/grid.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 14 additions & 18 deletions index.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/base.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/docco.min.css">

<script src="js/jquery-1.10.2.min.js" defer></script>
<script src="js/bootstrap.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/docco.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</head>

<body class="homepage">
Expand Down Expand Up @@ -84,7 +81,7 @@
</div>


<div id="toc-collapse" class="navbar-collapse collapse card bg-light">
<div id="toc-collapse" class="navbar-collapse collapse card bg-secondary">
<ul class="nav flex-column">

<li class="nav-item" data-level="1"><a href="#arjs-augmented-reality-on-the-web" class="nav-link">AR.js - Augmented Reality on the Web</a>
Expand Down Expand Up @@ -244,7 +241,7 @@ <h3 id="image-tracking-example">Image Tracking Example</h3>
<p>There is a <a href="https://codepen.io/nicolocarpignoli/pen/vYOeYKd">Codepen</a> for you to try. Below you can find also a live example.</p>
<p>Please follow these simple steps:</p>
<ul>
<li>Create a new project with the code below (or <a href="https://ar-js-org.github.io/AR.js/aframe/examples/image-tracking/nft/">open this live example</a> and go directly to the last step)</li>
<li>Create a new project with the code below (or <a href="https://ar-js-org.github.io/.github/profile/aframe/examples/image-tracking/nft/">open this live example</a> and go directly to the last step)</li>
<li>Run it on a server</li>
<li>Open the website on your phone</li>
<li>Scan <a href="https://raw.githack.com/AR-js-org/AR.js/master/aframe/examples/image-tracking/nft/trex-image-big.jpeg">this picture</a> to see content through the camera.</li>
Expand Down Expand Up @@ -342,7 +339,7 @@ <h3 id="location-based-example">Location Based Example</h3>
<h3 id="marker-based-example">Marker Based Example</h3>
<p>Please follow these simple steps:</p>
<ul>
<li>Create a new project with the code below (or <a href="https://ar-js-org.github.io/AR.js/aframe/examples/marker-based/basic.html">open this live example</a> and go directly to the last step)</li>
<li>Create a new project with the code below (or <a href="https://ar-js-org.github.io/.github/profile/aframe/examples/marker-based/basic.html">open this live example</a> and go directly to the last step)</li>
<li>Run it on a server</li>
<li>Open the website on your phone</li>
<li>Scan <a href="https://raw.githubusercontent.com/AR-js-org/AR.js/master/data/images/hiro.png">this picture</a> to see content through the camera.</li>
Expand Down Expand Up @@ -432,12 +429,14 @@ <h3 id="submitting-changes">Submitting Changes</h3>
<hr>
<p>Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>
<script src="js/jquery-3.6.0.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script>
var base_url = ".",
shortcuts = {"help": 191, "next": 78, "previous": 80, "search": 83};
</script>
<script src="js/base.js" defer></script>
<script src="search/main.js" defer></script>
<script src="js/base.js"></script>
<script src="search/main.js"></script>

<div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="searchModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
Expand All @@ -447,16 +446,13 @@ <h4 class="modal-title" id="searchModalLabel">Search</h4>
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
</div>
<div class="modal-body">
<p>
From here you can search these documents. Enter
your search terms below.
</p>
<p>From here you can search these documents. Enter your search terms below.</p>
<form>
<div class="form-group">
<input type="search" class="form-control" placeholder="Search..." id="mkdocs-search-query" title="Type search term here">
</div>
</form>
<div id="mkdocs-search-results"></div>
<div id="mkdocs-search-results" data-no-results-text="No results found"></div>
</div>
<div class="modal-footer">
</div>
Expand Down Expand Up @@ -507,6 +503,6 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>
</html>

<!--
MkDocs version : 1.1.2
Build Date UTC : 2023-08-22 10:55:40.446942+00:00
MkDocs version : 1.5.3
Build Date UTC : 2023-09-30 20:24:04.783266+00:00
-->
Empty file modified intro-image.gif
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion js/base.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $(document).ready(function() {
$search_modal.modal();
}

// make sure search input gets autofocus everytime modal opens.
// make sure search input gets autofocus every time modal opens.
$search_modal.on('shown.bs.modal', function() {
$search_modal.find('#mkdocs-search-query').focus();
});
Expand Down
Loading

0 comments on commit 8f1a423

Please sign in to comment.