-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutscan.html
107 lines (86 loc) · 3.82 KB
/
aboutscan.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
95
96
97
98
99
100
101
102
103
104
105
106
107
<!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>about</title>
</head>
<style>
body
{ font-family:'Trebuchet MS','Verdana','Arial','sans-serif';
color: #f0f0f0;
background-color: rgb(0, 0, 0); }
a:link {
color: #009600a1;
background-color: rgb(255, 4, 109);
text-decoration: none;
}
a:visited {
color: rgb(0, 0, 0);
background-color: rgb(155, 15, 22);
text-decoration: none;
}
a:hover {
color: rgb(255, 92, 233);
background-color: greenyellow;
text-decoration: blink;
}
a:active {
color: rgb(255, 58, 239);
background-color: transparent;
text-decoration: underline;
}
.container{
max-width: 500px;
border: 1px solid rgb(0, 0, 0);
color: rgb(255, 255, 255);
margin: auto;
padding: 100px,200px,200px,200px;
background-color: rgb(0, 0, 0);
}
</style>
<body>
<h2 align="center">
//////////// Scan Studies ////////////
</h2>
<section>
<div class="container">
<p>Experimental project inspired in the idea of feedback,
by placing the scanner lens in front of the computer screen,
first at the user interface of the software that visualizes
what is being scanned, then while a video is shown on the screen.
In this website, it's shown with the inspiration of the
<a href="https://en.m.wikipedia.org/wiki/Slow-scan_television"> sstv </a>,
to rethink how the scanner reads and writes an image.
</p></div>
</section>
<center>
</p>
<img src="esquemaw.jpg" width="500" height="400" alt="¿">
<img src="setasw.jpg" width="300" height="150" alt="¿"> <br>
<img src="5.jpg" width="800" height="500" alt="¿"margin-top:30px;><br>
<img src="https://live.staticflickr.com/6154/6142234914_3bfac7c573_k.jpg" width="500" height="800"margin-top:30px; alt="image">
<img src="1w.jpg" width="500" height="800"margin-top:30px; alt="¿"> <br>
<img src="3.jpg" width="500" height="800" margin-left:30px; margin-top:30px;alt="¿">
<img src="4.jpg" width="500" height="800" margin-top:30px;alt="¿"> <br>
<img src="6.jpg" width="500" height="800" margin-left:30px; margin-top:30px; alt="¿">
<img src="7-copy.jpg" width="500" height="800" margin-top:30px;alt="¿"> <br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/u3k6Xt30Z7g"
title="YouTube video player" frameborder="30" allow="accelerometer; autoplay; clipboard-write;
encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/swJzm4r2j48"
title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write;
encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/I7Vy63sfdjk"
title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write;
encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<img src="maus.jpg" width="415" height="315"alt="image">
<p>
<a href="./scanstudies.html"> //Scan Studies// </a>
</p>
<p><a href="./index.html">..index..</a></p>
</center>
</body>
</html>