-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevaluation.html
94 lines (90 loc) · 4.96 KB
/
evaluation.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<!-- seo meta -->
<meta content="music web apps kids accesible" name="keywords"/>
<meta content="Online platform for musical apps available in the browser that lets users to filter them by its accessibility for different groups of people. Applications that fit the categories and are strictly related to creating, generating, learning or editing music." name="description"/>
<meta content="Wojtek Węgrzyn, Dominik Oczoś" name="author"/>
<!-- Primary Meta Tags -->
<title>Web Music Apps For Everybody</title>
<meta name="title" content="Web Music Apps For Everybody">
<meta name="description" content="Online platform for musical apps available in the browser that lets users to filter them by its accessibility for different groups of people. Applications that fit the categories and are strictly related to creating, generating, learning or editing music.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://webmusic.pages.dev/">
<meta property="og:title" content="Web Music Apps For Everybody">
<meta property="og:description" content="Online platform for musical apps available in the browser that lets users to filter them by its accessibility for different groups of people. Applications that fit the categories and are strictly related to creating, generating, learning or editing music.">
<meta property="og:image" content="https://webmusic.pages.dev/assets/webmusic-screenshot1.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="Web Music Apps For Everybody">
<meta property="twitter:description" content="Online platform for musical apps available in the browser that lets users to filter them by its accessibility for different groups of people. Applications that fit the categories and are strictly related to creating, generating, learning or editing music.">
<meta property="twitter:image" content="https://webmusic.pages.dev/assets/webmusic-screenshot1.png">
<!-- technical meta -->
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<base href="https://webmusic.pages.dev/">
<meta charset="utf-8"/>
<!-- representation meta -->
<title>
Web music apps for everybody
</title>
<link href="images/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180"/>
<link href="images/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png"/>
<link href="images/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png"/>
<!-- internal hrefs -->
<link href="styledark.css" rel="stylesheet"/>
<link href="site.webmanifest" rel="manifest"/>
<!-- external hrefs -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com" rel="preconnect"/>
<link crossorigin="" href="https://fonts.gstatic.com" rel="preconnect"/>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet"/>
</head>
<body id="body">
<section>
<div class="navbary is-black is-spaced has-shadow">
<a class="onblack" href="/apps">Apps</a>
<a class="onblack" href="/">About</a>
<a class="onblack onblack-current" href="/evaluation">Evaluate</a>
<a class="onblack" href="/submit">Submit new</a>
</div>
<div id="container">
<header>
<h1 id="pageTitle">
WEB MUSIC APPS FOR EVERYBODY
</h1>
</header>
<div class="generic-container">
<h2 class="info" style="text-align: center !important;">
Evaluation of the app
</h2>
<p class="info">
Before proceeding any further, please use at least one of the apps, that are available on the
<a href="/apps.html">
apps page
</a>
.
You can choose any app from our selection, but please play with it at least for 5 minutes.
After experiencing the app, please come back here to this page and fill out the form.
</p>
<p class="info">
Please review any of apps from our main page, by answering the questions.
We need your feedback to evaluate our work and know better needs of users with any visual impairment or any other kind of difficulty that may occur.
Later, you will be asked few questions about you, to get the better context of your answers.
Thank you a lot for helping us in developing this app! That means a lot for us and all the users of the site.
</p>
<p class="info">
In case of problems with displaying the form on this page, you can open it in Google Forms -
<a href="https://forms.gle/UWP915PYu59iapmu5">
https://forms.gle/UWP915PYu59iapmu5
</a>
</p>
<br/>
<iframe class="gform" frameborder="0" height="1280" src="https://docs.google.com/forms/d/e/1FAIpQLSfwgrF0XOtfFqWeAJFPqHGUZ4hRUz3AR8qf8zAvP2Wq3dD5Pw/viewform?embedded=true">
Loading...
</iframe>
</div>
</div>
</section>
</body>
</html>