-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextra.html
71 lines (64 loc) · 3.36 KB
/
extra.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
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UI PSY</title>
<link rel="icon" href="assets/uxui.png" type="image/gif" sizes="25x25">
<link rel="stylesheet" type="text/css" href="style.css">
<script src="./elements.js"></script>
<style>
.main p {
text-align: right;
}
#g {
color: green;
}
#b {
color: red;
}
#q {
font-size: small;
float: right;
}
</style>
</head>
<body class="extra">
<lang-navbar class="navbar" name="top">
</lang-navbar>
<div class="grid-container">
<div class="header">
<a name="top"></a>
<h1>Περισσότερες Πληροφορίες:</h1>
</div>
<side-menu class="left"></side-menu>
<div class="main">
<p id="p1"><br>Στο ακόλουθο video ο usability expert Paul Boag εξηγεί πως μπορεί να αποφευχθεί η "Παράλυση Επιλογών". <br>Το συγκεκριμένο video αποτελεί απόσπασμα της 3ωρης ομιλίας του σχετικά με την Ψυχολογία του UI. <br>Περισσότερα μπορείτε να βρείτε
στην ιστοσελίδα <a id="wedclr" href="https://balsamiq.com/learn/courses/ui-design-psychology/">Balsamiq</a>, οργανωτή της ομιλίας.
<br>
<iframe id="boag" width="540" height="304" src="https://www.youtube.com/embed/FjW1owhn6xs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe><br>
</p>
<p id="p2">Απαντήσεις απλών χρηστών που τους ζητήθηκε να αναφέρουν κάποια παραδείγματα <a id="g" href="https://www.quora.com/What-is-the-best-examples-of-UI-design" target="_blank">καλού</a> και <a id="b" href="https://www.quora.com/What-are-the-worst-examples-of-poor-UI-design-in-common-use"
target="_blank">κακού</a> design.
<h5 id="q">Πηγή: Quora</h5>
</p><br><br><br><br><br>
<p id="p3">Η τελευταία συνέντευξη τύπου του CEO της ΝΟΚΙΑ όπου ανακοινώθηκε πως η εταιρία αποκτήθηκε από την Microsoft:
<br>
<iframe id="ceo" width="540" height="304" src="https://www.youtube.com/embed/-eXAkBAZNEg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
</p>
</div>
<div class="footer">
<toe-one class="toe1"></toe-one>
<div class="toe2">
<div id="n1">“Don’t find customers for your products, <br>find products for your customers.”<br><br>
</div>
<div id="n"><strong>Seth Godin<br>Entrepreneur</strong></div>
</div>
<toe-three class="toe3"></toe-three>
</div>
</div>
<script src="brain.js"></script>
</body>
</html>