userstudy1 finalized, also some bug fixes and small improvements
This commit is contained in:
33
slaeforms/templates/p3intro.html
Normal file
33
slaeforms/templates/p3intro.html
Normal file
@@ -0,0 +1,33 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='styles.css')}}"" /> <!-- styles.css {{ url_for('static', filename='styles.css')}}-->
|
||||
<link rel=" shortcut icon" href="{{ url_for('static', filename='icons/favicon.ico') }}">
|
||||
<title>DGS Avatar Study</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<h2>SLAEFORMS Gebärdensprachavatar Studie</h2>
|
||||
|
||||
<video controls>
|
||||
<source src="{{ url_for('static', filename='videos/GLEISvariations.mp4') }}" type="video/mp4">
|
||||
</video>
|
||||
<div class="spacer" aria-hidden="true" style="height:20px"></div>
|
||||
<div class="textblock">
|
||||
|
||||
{% include "p3infos.html" %}
|
||||
|
||||
</div>
|
||||
<form class="dsgvoform" action="{{ url_for('sendpage') }}" method="post">
|
||||
<div class="button-container">
|
||||
<button id="submitbutton" type="submit">Weiter</button>
|
||||
</div>
|
||||
</form>
|
||||
<div class="spacer" aria-hidden="true" style="height:80px"></div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user