-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
233 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
<html lang="en_US"> | ||
|
||
<head> | ||
<title>Under Construction | Mementar 0.0.3</title> | ||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"> | ||
<link href="style/mementar_api.css" rel="stylesheet" type="text/css"> | ||
<link href="img/logo/favicon.ico" rel="shortcut icon"> | ||
<link href="img/logo/favicon-32x32.png" rel="icon" type="image/png"> | ||
<link href="img/logo/favicon-16x16.png" rel="icon" type="image/png"> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous"> | ||
<script src="scripts/jquery-3.3.1.min.js"></script> | ||
<script src="scripts/toggle.js" type="text/javascript"></script> | ||
</head> | ||
|
||
<body> | ||
<div class="header" id="header"> | ||
<header class="fixed" id="navbar"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<div id="header-buttons"> | ||
<ul id="header-ul" data-event="hover_intent" data-effect="fade" data-effect-speed="500"> | ||
<li class="header-item"><a class="header-link" href="https://github.com/sarthou/mementar/wiki" tabindex="0">Wiki</a></li> | ||
<li class="header-item"><a class="header-link" href="https://github.com/sarthou/mementar" tabindex="0"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/91/Octicons-mark-github.svg/1200px-Octicons-mark-github.svg.png" alt="github" width="40px" height="40px"/></a></li> | ||
</ul> | ||
</div> | ||
<a class="navbar-icon" href="index.html"> | ||
<img src="img/logo/mementar.png " alt="mementar" width="65px" height="65px"/> | ||
</a> | ||
</div> | ||
</div> | ||
</header> | ||
</div> | ||
|
||
<div class="main"> | ||
|
||
<div class="navigationbar"> | ||
<ul class="sub-navigation"> | ||
<li><a href="https://github.com/sarthou/mementar/tree/master/src/API">C++ API sources</a></li> | ||
<li><a href="https://github.com/sarthou/mementar/tree/master/include/mementar/API">C++ API headers</a></li> | ||
<li><a href="https://gitlab.com/sarthou/mementar/pipelines">Pipelines</a></li> | ||
</ul> | ||
<h1>Mementar Documentation</h1> | ||
<h2>Mementar 0.0.3</h2> | ||
</div> | ||
|
||
<div class="content"> | ||
<div class="sidebar" style="transition: all 0.2s ease-out 0s; top: -588px;"> | ||
|
||
<div class="contents"> | ||
<div id="contents-toggle" class=""></div> | ||
<h3>Getting Start</h3> | ||
<ul style="display: block;"> | ||
<li class="level1"><a href="Download.html">Download</a></li> | ||
<li class="level1"><a href="InstallMementar.html">Install Mementar</a></li> | ||
<li class="level1"><a href="SetUp.html">Set Up Your Environnement</a></li> | ||
<li class="level1"><a href="Tutorials.html">Tutorials</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="contents"> | ||
<div id="contents-toggle" class=""></div> | ||
<h3><a href="cpp_API/CppAPI.html">All C++ Classes</a></h3> | ||
<ul style="display: block;"> | ||
<li class="level1"><a href="cpp_API/ClientBase.html">ClientBase</a></li> | ||
<li class="level1"><a href="cpp_API/Fact.html">Fact</a></li> | ||
<li class="level1"><a href="cpp_API/ManagerClient.html">ManagerClient</a></li> | ||
<li class="level1"><a href="cpp_API/OccasionsPublisher.html">OccasionsPublisher</a></li> | ||
<li class="level1"><a href="cpp_API/OccasionsSubscriber.html">OccasionsSubscriber</a></li> | ||
<li class="level1"><a href="cpp_API/TimelineManipulator.html">TimelineManipulator</a></li> | ||
<li class="level1"><a href="cpp_API/TimelinesManipulator.html">TimelinesManipulator</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
<div class="context"> | ||
<h1 class="title">Under Construction</h1> | ||
|
||
<h2 align="center">Sorry, we're doing some work on the site</h2> | ||
<img src="img/construction.png" width="100%"> | ||
<p align="center"><br>Thank you for being patient. We are doing our best to make this page available.</p> | ||
|
||
</div> | ||
</div> | ||
|
||
</div> | ||
</body> | ||
|
||
<footer> | ||
<div align="center"> | ||
<p> | ||
Brought to you by: | ||
<a class="laas_logo" href="https://www.laas.fr/public/"> | ||
<img src="img/LogoLAAS-2016_BW.png " alt="LAAS-CNRS" height="60px"/> | ||
</a> | ||
</p> | ||
</div> | ||
</footer> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.