-
Notifications
You must be signed in to change notification settings - Fork 0
/
differentials.html
96 lines (88 loc) · 3.84 KB
/
differentials.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
<!DOCTYPE html>
<html>
<head>
<title>Differentials</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="normalize.css">
<link rel="stylesheet" type="text/css" href="fonts/stylesheet.css">
<link rel="stylesheet" type="text/css" href="differentials.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<script> //resize & refresh script
$(document).ready(function(){
resizer();
$('a.clickit').click(function(e) {
var anchor = $(this), h;
h = anchor.attr('href');
e.preventDefault();
$("body").css("overflow-x" , "hidden");
$("body").css("background" , "#a2a2a2");
//$("#slide1_container").css("overflow-y" , "visible");
//$("#slide1_container").css("height", $(window).height());
$("#slide1_container").css("transform","translateX(100%)");
$("#slide1_container").animate({'left' : -$(window).width()}, 1000, function() {
window.location = h;
});
});
});
function resizer() {
//slide1_controls.left = $(window).height()*.05;
//slide1_controls.bottom = $(window).height()*.05;
$("#main").css("-webkit-transition","none");
$("#main").css("-moz-transition","none");
$("#main").css("-ms-transition","none");
$("#main").css("-o-transition","none");
$("#main").css("transition","none");
//main.style.height = $(window).height()*.8-200;
//main.style.height -= 40;
//document.getElementById('main').style.max-width = $(window).width()*.8;
}
// Chrome 26 needs this
// Safari 6 needs this
// Firefox 19 doesn't need it
// IE 10 doesn't need
$(function() {
causeRepaintsOn = $("h1, h2, h3, p, main, slide1_container, slide1_controls, home_controls, float_right");
$(window).resize(function() {
causeRepaintsOn.css("z-index", 1);
resizer();
});
});
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<script>
function kickoff() {
$("body").css("overflow-x" , "hidden");
resizer();
$("#slide1_container").css("transform","translateX(0%)");
//document.getElementById('main').style.max-width = $(window).width()*.8;
}
</script>
<div id="slide1_container">
<div id="slide1_content">
<div style="text-align:center; width:960px; margin:auto;">
<iframe onload="kickoff()" id="ytplayer" type="text/html" width="960" height="470" src="https://www.youtube.com/embed/XCnFEqODyOs?controls=1&fs=1&loop=1&modestbranding=1&rel=0&showinfo=0&color=white&iv_load_policy=3" frameborder="0" allowfullscreen>
</iframe>
<iframe id="ytplayer" type="text/html" width="960" height="540" src="https://www.youtube.com/embed/GnbRiAUWPck?controls=1&fs=1&loop=1&modestbranding=1&rel=0&showinfo=0&color=white&iv_load_policy=3" frameborder="0" allowfullscreen>
</iframe>
<div style = "width:960px; text-align:justify; margin: 0 auto 0 auto;">
<p>
<br />
<br />
Carl Theodor Dreyer's <i>The Passion of Joan of Arc</i>, Popeye Cartoon, Maya Deren's <i>At Land</i>, RC Chassis, light sensors, power supply.
</p>
<p>
<br />
Depictions of human suffering are distilled into a series of data points which are consequently fed into a machine. The robot is Narcissus, a cyclic actuation to repeatedly solve a problem: from the dilemma of the gods to its reflected solution. Results of this research have been inconclusive, yet the roboticist/artist believes that this research remains necessary given the recent move of biologists and neuroscientists toward a science of bodies without free will via machine analogies.
<br /> <br />
</p>
</div>
</div>
</div>
<div id = "controls">
<p id="slide1_controls"><a class = "clickit" href="index.html">← Home</a></p>
</div>
</div>
</body>
</html>