You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
2.0 KiB
HTML
69 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>SI16 - Learning how to walk while catwalking</title>
|
|
|
|
<!-- style -->
|
|
<link rel="stylesheet" href="./static/css/variables.css" />
|
|
<link rel="stylesheet" href="./static/css/global.css" />
|
|
<link rel="stylesheet" href="./static/css/function.css" />
|
|
|
|
<!-- script -->
|
|
<script src="./static/js/lodash.js"></script>
|
|
<script src="./static/js/spawnSticker.js" defer></script>
|
|
</head>
|
|
<body>
|
|
<section id="sticker-container"></section>
|
|
<section id="sticker-fix-container"></section>
|
|
<section class="page--header">
|
|
<header>
|
|
<h1 class="title">Shout</h1>
|
|
<!-- <h2 class="subtitle">Sub--title</h2> -->
|
|
</header>
|
|
<nav>
|
|
<a href=".." data-sticker-fix="Back"></a>
|
|
<a href="/" data-sticker-fix="Home"></a>
|
|
</nav>
|
|
</section>
|
|
<main class="page--content">
|
|
<div class="description">
|
|
Qui dolor voluptate nostrud laboris. Culpa laboris culpa velit ea. In commodo
|
|
eiusmod reprehenderit enim adipisicing.
|
|
</div>
|
|
<div class="function-io">
|
|
<div class="input">
|
|
<h3>Input</h3>
|
|
<ul>
|
|
<li>Text [str]</li>
|
|
<li>Volume [int]</li>
|
|
</ul>
|
|
</div>
|
|
<div class="process" data-sticker="Shout"></div>
|
|
<div class="output">
|
|
<h3>Output</h3>
|
|
<ul>
|
|
<li>Shouted Text [str]</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="endpoints">
|
|
<h3>Enpoints</h3>
|
|
<code>
|
|
https://hub.xpub.nl/soupboat/si16-app/api/shout/?text=<text>&volume=<volume>
|
|
</code>
|
|
<div>Example</div>
|
|
<code> https://hub.xpub.nl/soupboat/si16-app/api/shout/?text=Hello&volume=5 </code>
|
|
</div>
|
|
<div class="playground"></div>
|
|
<div class="notebook"></div>
|
|
</main>
|
|
|
|
<section class="page--footer">
|
|
<footer>Special Issue 16—Learning How to Walk while Catwalking</footer>
|
|
</section>
|
|
</body>
|
|
</html>
|