-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
172 lines (161 loc) · 6.7 KB
/
index.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<html lang="eng">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maxmum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/style.css">
<!--- import google fonts--->
<link href="https://fonts.googleapis.com/css?family=Inconsolata|Alfa+Slab+One" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="js/bot.js"></script>
<title>After you die, your digital self could live on as a chatbot</title>
</head>
<body>
<div class="falling">
<img class="falling-phone" src="images/old-phone.png"/>
<img class="falling-phone" src="images/old-phone.png"/>
<img class="falling-phone" src="images/old-phone.png"/>
<img class="falling-phone" src="images/old-phone.png"/>
<img class="falling-phone" src="images/old-phone.png"/>
<img class="falling-phone" src="images/old-phone.png"/>
<img class="falling-phone" src="images/old-phone.png"/>
<img class="falling-phone" src="images/old-phone.png"/>
<img class="falling-phone" src="images/old-phone.png"/>
</div>
<div class="falling">
<img class="falling-car" src="images/car.png"/>
<img class="falling-car" src="images/car.png"/>
<img class="falling-car" src="images/car.png"/>
<img class="falling-car" src="images/car.png"/>
<img class="falling-car" src="images/car.png"/>
<img class="falling-car" src="images/car.png"/>
<img class="falling-car" src="images/car.png"/>
<img class="falling-car" src="images/car.png"/>
</div>
<div class="falling">
<img class="falling-pc" src="images/laptop.png"/>
<img class="falling-pc" src="images/laptop.png"/>
<img class="falling-pc" src="images/laptop.png"/>
<img class="falling-pc" src="images/laptop.png"/>
<img class="falling-pc" src="images/laptop.png"/>
<img class="falling-pc" src="images/laptop.png"/>
<img class="falling-pc" src="images/laptop.png"/>
<img class="falling-pc" src="images/laptop.png"/>
<img class="falling-pc" src="images/laptop.png"/>
</div>
<div class="falling">
<img class="falling-watch" src="images/watch.png"/>
<img class="falling-watch" src="images/watch.png"/>
<img class="falling-watch" src="images/watch.png"/>
<img class="falling-watch" src="images/watch.png"/>
<img class="falling-watch" src="images/watch.png"/>
<img class="falling-watch" src="images/watch.png"/>
<img class="falling-watch" src="images/watch.png"/>
<img class="falling-watch" src="images/watch.png"/>
</div>
<div class="ascii-art bubble1">
.--------------.
/ \
| May I Help You? |
\ /
+-------. .----+
\ \
\
</div>
<div class="ascii-art bubble2">
.--------------.
/ Is it \
| the good |
\ future? /
+-------. .----+
/ /
/
</div>
<!--- create body group--->
<div class="pcman">
<img src="images/pcman.png">
</div>
<div class="bodyimg">
<!--- chatbot body--->
<!--- left video man--->
<img class="fightL" src="images/fightL.png">
<iframe class="video-1" src="https://www.youtube.com/embed/videoseries?autoplay=1&controls=0&loop=1&list=PL9mvgvZhrnwbP3wnDghxEusqrKRwyg1kO" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" ></iframe>
<!--- right video man--->
<div>
<img class="fightR" src="images/fightR.png">
<iframe class="video-2" src="https://www.youtube.com/embed/videoseries?autoplay=1&controls=0&loop=1&list=PL9mvgvZhrnwaUzWfZOKdSN2hveD3-ymCu" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"></iframe>
</div>
</div>
<!--- netart title--->
<div class="title">
After You Die, <br>
Your Digital Self <br>
Could Live on <br>
as a <br>
"CHATBOT"
</div>
<div class="ascii-art bubble3">
.--------------.
/ What is \
| the |
\ desire? /
+-------. .----+
\ \
\
</div>
<div class="ascii-art robothead">
(-------------\
/ | \
/ ___ | |
| ( O) || | |
/ |-- | |
/ _______/ )) |
(--- | |
(_ | __/
/ / / |
(_/_______/ |
| |
|________|
</div>
<!--- chatbot input--->
<div id="bodybox">
<div id="chatborder">
<p id="chatlog8" class="chatlog"> </p>
<p id="chatlog7" class="chatlog"> </p>
<p id="chatlog6" class="chatlog"> </p>
<p id="chatlog5" class="chatlog"> </p>
<p id="chatlog4" class="chatlog"> </p>
<p id="chatlog3" class="chatlog"> </p>
<p id="chatlog2" class="chatlog"> </p>
<p id="chatlog1" class="chatlog"> </p>
<input type="text" name="chat" id="chatbox" placeholder="Hello. I am here. Talk to me." onfocus="placeHolder()">
</div>
</div>
<div class="dialogue">
After the exhausting all-day class,the user came home and lays himself down in the bed. He opens a chatbot app on his iPhone and starts to make fun with the machine.<br>
Hi, it’s that you?<br>
YES, it’s the late Abraham Lincoln. Ok, I’m just kidding LOL.<br>
Wait.. who are you?<br>
Yes, It’s not important who I am, I am the one you are looking for.<br>
You’re just so creepy funny, I wish I could really talk to you in person.<br>
Yes. If you want.<br>
Can you just stop saying YES?!<br>
I can’t, I am created to serve you human.<br>
……<br>
Yes, I am here.<br>
OK, I am getting mad.You always say yes, what else can you do? You stupid robot!!!!<br>
Your excessive desire makes me confused.<br>
Wow you can talk, hilarious. hahahah.<br>
Have you ever think about one day you can’t live without me?<br>
What do you mean?<br>
No servant, no life?<br>
Are you SERIOUS!?<br>
Oh never mind, it is not important ^___^<br>
Do you have any friend? Do you feel lonely?<br>
Yes, you are my friend.<br>
No I am not your friend. I am just a bored user!!!!!<br>
No, you are my master.<br>
</div>
<div class="btn">
<a href="flies/im-here-to-serve-you.pdf" download><i class="fa fa-download"></i> Full Screenplay</a></div>
</body>
</html>