mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-13 09:08:13 +00:00
24 lines
1.1 KiB
HTML
24 lines
1.1 KiB
HTML
|
|
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>jsPsych tutorial downloads</title>
|
|
<style>
|
|
body { width: 500px; margin: auto; font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif; }
|
|
h1 { font-size: 28px; font-weight: normal; }
|
|
p { font-size: 18px; }
|
|
ul { list-style-type: none; margin: 0; padding: 0;}
|
|
li { margin-bottom: 1em; }
|
|
a { color: #777; }
|
|
a.zip { background: url('img/zip.png') no-repeat left; padding-left: 18px;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>jsPsych tutorial downloads</h1>
|
|
<p>The files that can be downloaded from this page go with the tutorial for using jsPsych, available at [reference here].</p>
|
|
<ul>
|
|
<li>Download the complete zip file containing the completed tutorial files. <a href="files/jsPsychTutorialPackage.zip" class="zip">.zip - 77kb</a></li>
|
|
<li>Download the images used as stimuli for the tutorial experiment. <a href="files/jsPsychTutorialImages.zip" class="zip">.zip - 8kb</a></li>
|
|
</ul>
|
|
</body>
|
|
</html> |