forked from Kitchenby/dinnertime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
923 lines (850 loc) · 48 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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
<!DOCTYPE html>
<html lang="en">
<head>
<script id="1st" type="text/javascript" src="./p5.all.js"></script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>You don't hungry anymore?</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- Theme CSS -->
<link href="css/agency.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
#1st{overflow: hidden;
margin: 0;
padding: 0;
background:white;}
#lines {text-align: center;}
#linesdiv#lines1#lines2#lines3#lines4#lines5#lines6 {
font-weight: 700;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 40px;
}
</style>
</head>
<body id="page-top" class="index">
<audio controls autoplay>
<source src="dinnertime/music.mp3" type="audio/mpeg">
</audio>
<!-- Navigation -->
<nav id="mainNav" class="navbar navbar-default navbar-custom navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"><span class="sr-only">Toggle navigation</span> Menu <em class="fa fa-bars"></em></button>
<a class="navbar-brand page-scroll" href="#page-top">Dinner Time</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li> <a class="page-scroll" href="#services">1st Part</a></li>
<li> <a class="page-scroll" href="#portfolio">2nd Part</a></li>
<li>
<a class="page-scroll" href="#about">3rd Part</a>
</li>
<li>
<a class="page-scroll" href="#team">4th Part</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="intro-text">
<div class="intro-lead-in">
<p> It is dinner time. </p>
<p>不敢直視的人是心懷不軌. </p>
<p> </p>
</div>
<div class="intro-heading">Avoiding</div>
<div class="intro-heading">Cause she is ashame of herself.</div>
<p>Make a moment about social anxiey </p>
</div>
</div>
</header>
<section id="header2">
<div class="container">
<div class="intro-text">
<div class="intro-lead-in">
<p> It is dinner time. </p>
<p>每個人都在講話,但是沒有對話. </p>
<p> </p>
</div>
<div class="intro-heading">Speaking</div>
<div class="intro-heading">As if there is a script, and this is a show.</div>
<p>Make a moment about social anxiey </p>
</div>
</div>
</section>
<section id="header4">
<div class="container">
<div class="intro-text">
<div class="intro-lead-in">
<p> It is dinner time. </p>
<p>我的笑容我满意吗? </p>
<p> </p>
</div>
<div class="intro-heading">Smile</div>
<div class="intro-heading">Hope the audience tonight will like me.</div>
<p>Make a moment about social anxiey </p>
</div>
</div>
</section>
<section id="header3">
<div class="container">
<div class="intro-text">
<div class="intro-lead-in">
<p> It is dinner time. </p>
<p>These people you eat with are fake and stupid. They are boring and self-conscious. </p>
<p>They are the lower class animals and you are the human being. So, one of them saw you. It comes to you and gave you a large happy smile and said:</p>
</div>
<div class="intro-heading">"It's Nice To Meet You."</div>
<div class="intro-heading"> and you hateed it already. But why?</div>
<a href="#services" class="page-scroll btn btn-xl">Make social anxiety beautiful</a>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">About this website</h2>
<h3 class="section-subheading text-muted"> "Dinner time" is a website that about social anxiety. What we are trying to do is trying to show the beauty of soical anxiety.</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<ul class="timeline">
<li>
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/1.png
" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Nina</h4>
<h4 class="subheading">Our Beginnings</h4>
</div>
<div class="timeline-body">
<p class="text-muted">We started to notice this mental problem due to a incident of a dear friend-Nina. As a mental problem, many people want to get rid of soical anxiety; however, my friend want to keep it. And she wants to show us the beauty of it. Becuase of Nina, we are able to watch thise mental problem closely and see how lovely it is.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/2.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>A Dinner party</h4>
<h4 class="subheading">What we want to do </h4>
</div>
<div class="timeline-body">
<p class="text-muted">We are trying to show the lovely side of social anxiety. Trying to tell people if it is okay to be fat, then it is okay to be anxious as well. We will continue to make things that we think it can show a moment of being anxious about communication. . </p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/3.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Clips in a movie</h4>
<h4 class="subheading">Send us the moment</h4>
</div>
<div class="timeline-body">
<p class="text-muted">Tell us about the moment that you experienced. We need stories of yourself, your friends and your families. And even some clips that you see from a movie, a novel even a painting.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/4.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>July 2014</h4>
<h4 class="subheading">What we have right now</h4>
</div>
<div class="timeline-body">
<p class="text-muted">We are trying to make a small film about a bunch of people having dinner together. All of them has some level of social anxiety. We want to use this website to show this film and also collecting ideas about this film.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<h4>Be Part
<br>Of Our
<br>Story!</h4>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- <div class="row text-center">
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-shopping-cart fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">E-Commerce</h4>
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minima maxime quam architecto quo inventore harum ex magni, dicta impedit.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-laptop fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Responsive Design</h4>
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minima maxime quam architecto quo inventore harum ex magni, dicta impedit.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-lock fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Web Security</h4>
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minima maxime quam architecto quo inventore harum ex magni, dicta impedit.</p>
</div>
</div>
</div>-->
<!-- <script type="text/javascript">var r;
// Angle and angular velocity, accleration
var theta;
var theta_vel;
var theta_acc;
function setup() {
createCanvas(1420, 400);
// Initialize all values
r = height * 0.45;
theta = 0;
theta_vel = 0;
theta_acc = 0.0001;
}
function draw() {
background("#7F0000");
// Translate the origin point to the center of the screen
translate(width/2, height/2);
// Convert polar to cartesian
var x = r * cos(theta);
var y = r * sin(theta);
// Draw the ellipse at the cartesian coordinate
ellipseMode(CENTER);
noStroke();
fill(0);
ellipse(x, y, 32, 32);
// Apply acceleration and velocity to angle
// (r remains static in this example)
theta_vel += theta_acc;
theta += theta_vel;
}
new p5();
</script> <!--<canvas id="defaultCanvas0" width="710" height="400" style="width: 710px; height: 400px;"></canvas>-->
-->
<!-- Portfolio Grid Section -->
<section id="team" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Current Work</h2>
<h3 class="section-subheading text-muted">Here is the work we had</h3>
</div>
</div>
<!-- <div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal4" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/golden.png" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>Golden</h4>
<p class="text-muted">Website Design</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal5" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/escape.png" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>Escape</h4>
<p class="text-muted">Website Design</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal6" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/dreams.png" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>Dreams</h4>
<p class="text-muted">Website Design</p>
</div>
</div>
--> </div>
</div>
</section>
<!-- About Section -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">LINES</h2>
<h3 class="section-subheading text-muted"> Useless sentences are the only thing that I left to say...</h3>
</div>
</div>
<div style=";height:800px;overflow-x:hidden;overflow-y:hidden;">
<h2 id="lines"> Yeah? Do you really think so?</h2><h2>..I mean....</h2>
<h2 id="lines2">"Have a great day"</h2><h2>..."no I didn't mean anything".</h2><h2 id="lines1">"Thank you, I am alright."</h2><h2>lol..I am like....</h2><h2>LOL..</h2><h2 id="lines3">"Oh, I think everyone is the same"</h2><h2>..Everyone is like that..</h2><h2 id="lines4">"Is a very nice day today"</h2><h2>.I have friends..</h2><h2 id="lines5">"I really like your work"</h2><h2>.Oh its totally fine..</h2><h2 id="lines6">"Are you mad at me ?"</h2><h2>.What can I do..</h2><h2 id="lines7"> Hey how have you been? I really miss you</h2><h2>.I hope you feel better..</h2><h2 id="lines8">No, I am not mad. Of course. </h2>
<h2 id="lines9" class="large">.</h2>
</div>
</section>
<script type="application/javascript">
var wordele=document.getElementById('lines');
var wordele1=document.getElementById('lines1');
var wordele2=document.getElementById('lines2');
var wordele3=document.getElementById('lines3');
var wordele4=document.getElementById('lines4');
var wordele5=document.getElementById('lines5');
var wordele6=document.getElementById('lines6');
var wordele7=document.getElementById('lines7');
var wordele8=document.getElementById('lines8');
var wordele9=document.getElementById('lines9');
var ls=[".","..","..G","..Go","..Goo","..Good","..Good ","..Good W","..Good We","..Good Wea","..Good Weat","..Good Weath","..Good Weathe","..Good Weather","..Good Weather ","..Good Weather t","..Good Weather to","..Good Weather tod","..Good Weather toda","..Good Weather today","..Good Weather today ","..Good Weather today I","..Good Weather today I ","..Good Weather today I a","..Good Weather today I am","..Good Weather today I am ","..Good Weather today I am r","..Good Weather today I am re","..Good Weather today I am rea","..Good Weather today I am real","..Good Weather today I am reall","..Good Weather today I am really", "I am really ","I am really h","I am really ha","I am really hap","I am really happ","I am really happy","I am really happ","I am really ha","I am real","I am r","I a"," ",".","..","."," ","H","Ho","How","How ","How ","How a","How ar","How are","How are ","How are y","How are yo","How are you","How are you ","How are you d","How are you do","How are you doi","How are you doin","How are you doing","How are you doing ","How are you doing t","How are you doing to","How are you doing tod","How are you doing toda","How are you doing today"];
var ls1=["L","Le","Let","Let'","Let's","Let's.","Let's..","Let's...","Let's..","Let's.","Let's","Let","L"," ",".","..","...","..",".","L","Le","Let","Let'","Let's","Let's ","Let's h","Let's ha","Let's han","Let's hang","Let's hang ","Let's hang o","Let's hang ou","Let's hang out","Let's hang out?","Let's hang out","Let's hang out!","Let's hang out","Let's hang out.","D","Do","Do ","Do y?","Do yo","Do you","Do you ","Do you u","Do you un","Do you und","Do you unde","Do you under","Do you unders","Do you underst","Do you understa","Do you understan","Do you understand","Do you understand ","Do you understand w","Do you understand wh","Do you understand wha","Do you understand what","Do you understand what ","Do you understand what I","Do you understand what I","Do you understand what I ","Do you understand what I a","Do you understand what I am","Do you understand what I am ","Do you understand what I am s","Do you understand what I am sa","Do you understand what I am say","Do you understand what I am sayi","Do you understand what I am sayin","Do you understand what I am saying","Do you understand what I am saying?"];
var ls2=["I"," ","I","I "," ","."," ","I","I ","I b","I be","I bet","I bet ","I bet y","I bet yo","I bet you","I bet you ","I bet you d","I bet you do","I bet you d","I bet you","I bet y","I bet","I b","I"," ",".","..","...","...I","...I ","...I a","...I am","...I am ","...I am r","...I am real","...I am real","...I am reall","...I am really","...I am really ","...I am really h","...I am really ha","...I am really hap","...I am really happ","...I am really happy","...I am really ha","...I am real","...I am r","...I ",".","I ","I a","I am","I am ","I am l","I am li","I am lik","I am like","I am like ","I am like a","I am like a ","I am like a h","I am like a ha","I am like a hap","I am like a happ","I am like a happy","I am like a happy ","I am like a happy p","I am like a happy p","I am like a happy pe","I am like a per","I am like a pers","I am like a perso","I am like a person","I am lik","I "," ","h","ha","hap","happ","happy","happy ","happy p","happy pe","happy per","happy pers","happy perso","happy person","happy persona","happy personal","happy personali","happy personalit","happy personality","..."];
var ls3=[".","..","."," ","Y","Ye","Yes","Ye","Y"," ","I","I ","I u","I un","I und","I unde","I under","I unders","I underst","I understa","I understan","I understand","I understand.","I understan","I underst","I unde","I"," ",".","..","..I","..I ","..I a","..I am","..I am ","..I am r","..I am re","..I am rea","..I am real","..I am reall","..I am really","..I am really ","..I am really l","..I am really lo","..I am really loo","..I am really look","..I am really looki","..I am really lookin","..I am really looking","..I am really looking ","..I am really looking f","..I am really looking fo","..I am really looking for","..I am really looking forw","..I am really looking forwa","..I am really looking forwar","..I am really looking forward","..I am really looking forward ","..I am really looking forward t","..I am really looking forward to","..I am really looking forward to i","..I am really looking forward to it"];
var ls4=["O","Of","Of ","Of c","Of co","Of cou","Of cour","Of cours","Of course","Of cour","Of c","O"," ","Y","Ye","Yea","Yeah,","Yeah, ","Yeah, a","Yeah, an","Yeah, and","Yeah, and m","Yeah, and my","Yeah, and my f","Yeah, and my fr","Yeah, and my fri","Yeah, and my frie","Yeah, and my frien","Yeah, and my friend","Yeah, and my friends","Yeah, and my friends ","Yeah, and my friends a","Yeah, and my friends al","Yeah, and my friends all","Yeah, and my friends all s","Yeah, and my friends all sa","Yeah, and my friends all sai","Yeah, and my friends all said","Yeah, and my friends all said ","Yeah, and my friends all said t","Yeah, and my friends all said th","Yeah, and my friends all said tha","Yeah, and my friends all said that","Yeah, and my friends all said that ","Yeah, and my friends all said that t","Yeah, and my friends all said that to","Yeah, and my friends all said that too"];
var ls5=["..","I","I ","I a","I am","I am ","I am j","I am ju","I am jus","I am just","I am just ","I am just r","I am just re","I am just rea","I am just real","I am just reall","I am just really","I am just really ","I am just really g","I am just really gl","I am just really gla","I am just really glad","...."];
var ls6=[".","Oh Peter. No I dont' care about that","...","How are you doing today","I am just tired","I am really busy, but I tried to take a day off once a week or two","My friend said that I am really good at reading people","I don't know","What is going on?"];
var ls7=[" ",".","....."];
var ls8=["I don't",".","..","I totally see what you mean.",".U r nice",".","..","You can be what ever you want","..",".","Everyone is free","...I am a funny person",".","..","I am just not that kind of person","like...","I mean","I",".like really","yaah..","really outgoing"];
var ls9=[".","..","...","....","....","....I",".....","......","..OK","....Nevermind.","NO","NO..","....","....I.",".I..","....I.."]
var i=0;
var i1=0;
var i2=0;
var i3=0;
var i4=0;
var i5=0;
var i6=0;
var i7=0;
var i8=0;
var i9=0;
window.setInterval(changeword,300);
window.setInterval(changeword1,280);
window.setInterval(changeword2,360);
window.setInterval(changeword3,150);
window.setInterval(changeword4,320);
window.setInterval(changeword5,330);
window.setInterval(changeword6,1400);
window.setInterval(changeword7,1200);
window.setInterval(changeword8,1420);
window.setInterval(changeword9,1350);
function changeword9(){
wordele9.innerHTML=ls9[i9];
i9++;
if(i9>=ls9.length){
i9=0;
}
};
function changeword(){
wordele.innerHTML=ls[i];
i++;
if(i>=ls.length){
i=0;
}
};
function changeword1(){
wordele1.innerHTML=ls1[i];
i1++;
if(i1>=ls1.length){
i1=0;
}
};
function changeword2(){
wordele2.innerHTML=ls2[i2];
i2++;
if(i2>=ls2.length){
i2=0;
}
};
function changeword3(){
wordele3.innerHTML=ls3[i3];
i3++;
if(i3>=ls3.length){
i3=0;
}
};
function changeword4(){
wordele4.innerHTML=ls4[i4];
i4++;
if(i4>=ls4.length){
i4=0;
}
};
function changeword5(){
wordele5.innerHTML=ls5[i5];
i5++;
if(i5>=ls5.length){
i5=0;
}
};
function changeword6(){
wordele6.innerHTML=ls6[i6];
i6++;
if(i6>=ls6.length){
i6=0;
}
};
function changeword7(){
wordele7.innerHTML=ls7[i7];
i7++;
if(i7>=ls7.length){
i7=0;
}
};
function changeword8(){
wordele8.innerHTML=ls8[i8];
i8++;
if(i8>=ls8.length){
i8=0;
}
};
</script>
<!-- Team Section -->
<section id="portfolio" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Inspiration </h2>
<h3 class="section-subheading text-muted" >These are the art work we get inspired.</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal1" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/roundicons.png" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>Melissa Breyer</h4>
<p class="text-muted">Photographer</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal2" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/startup-framework.png" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>Steve Cutts</h4>
<p class="text-muted">Illustrator</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal3" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/treehouse.png" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>Rachel Idzerda</h4>
<p class="text-muted">Illustrator</p>
</div>
</div>
</section>
<!--<div class="row">
<div class="col-sm-4">
<div class="team-member">
<img src="img/team/1.jpg" class="img-responsive img-circle" alt="">
<h4>Kay Garland</h4>
<p class="text-muted">Lead Designer</p>
<ul class="list-inline social-buttons">
<li><a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="#"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img src="img/team/2.jpg" class="img-responsive img-circle" alt="">
<h4>Larry Parker</h4>
<p class="text-muted">Lead Marketer</p>
<ul class="list-inline social-buttons">
<li><a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="#"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img src="img/team/3.jpg" class="img-responsive img-circle" alt="">
<h4>Diana Pertersen</h4>
<p class="text-muted">Lead Developer</p>
<ul class="list-inline social-buttons">
<li><a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="#"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<p class="large text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde.</p>
</div>
</div>
</div>
</section>
-->
<!-- Clients Aside -->
<!-- <aside class="clients">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<a href="#">
<img src="img/logos/envato.jpg" class="img-responsive img-centered" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="#">
<img src="img/logos/designmodo.jpg" class="img-responsive img-centered" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="#">
<img src="img/logos/themeforest.jpg" class="img-responsive img-centered" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="#">
<img src="img/logos/creative-market.jpg" class="img-responsive img-centered" alt="">
</a>
</div>
</div>
</div>
</aside>-->
<!-- Contact Section -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Contact Us</h2>
<h3 class="section-subheading text-muted">Please let us know if you have any idea.<br>好坏没关系,语言也没关系</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<form name="sentMessage" id="contactForm" novalidate>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input type="text" class="form-control" placeholder="Your Name *" id="name" required data-validation-required-message="Please enter your name.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Your Email *" id="email" required data-validation-required-message="Please enter your email address.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input type="tel" class="form-control" placeholder="Your Phone *" id="phone" required data-validation-required-message="Please enter your phone number.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<textarea class="form-control" placeholder="Your Message *" id="message" required data-validation-required-message="Please enter a message."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
<div class="clearfix"></div>
<div class="col-lg-12 text-center">
<div id="success"></div>
<button type="submit" class="btn btn-xl">Send Message</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">Copyright © Dinner Time Website 2016</span>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li><a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="#"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li><a href="#">Privacy Policy</a>
</li>
<li><a href="#">Terms of Use</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Portfolio Modals -->
<!-- Use the modals below to showcase details about your portfolio projects! -->
<!-- Portfolio Modal 1 -->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2>Faces</h2>
<p class="item-intro text-muted">What do we see in the city.</p>
<img class="img-responsive img-centered" src="img/portfolio/roundicons-free.png" alt="">
<p>"What do you prefer 'black and white' or color? And why?"<br>
M:"Black and white is my default; I see compositions in tonal values and so black and white generally best conveys the initial perspective. But sometimes color clammors to play along too and when it does I may argue with it a bit, but I generally give in".</p>
<p>
<strong>Website: www.melissabreyer.com
</strong><br>Social Media: www.facebook.com/melbreyer <br><a href="http://www.womeninphotography.info/blog/2015/11/19/q24lhyfb3gz6pps6zovmwgt5a5l81o">Read the full interview</a>.</p>
<ul class="list-inline">
<li>Date: November 2015</li>
<li>Category: Photographer</li>
</ul>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Back to the page</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 2 -->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>US</h2>
<p class="item-intro text-muted">Just like everyone.</p>
<img class="img-responsive img-centered" src="img/portfolio/startup-framework-preview.png" alt="">
<p> Steve Cutts is an illustrator and animator based in London. He has worked on projects for renowned agencies across the world including UNESCO, The Gaia Foundation, Isobar, LMFM, and Analogfolk as well as creating a recent couch gag intro for 'The Simpsons'. His work has been featured on various television networks, including Adult Swim and Fox in the US and Channel 4 in the UK.
<a href="http://www.stevecutts.com">www.stevecutts.com</a> click to see more of his works.</p>
<!-- <p>You can preview Startup Framework <a href="http://designmodo.com/startup/?u=787">here</a>.</p>-->
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Back to the page</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 3 -->
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2>COMING OUT</h2>
<p class="item-intro text-muted">Rachel Idzerda</p>
<img class="img-responsive img-centered" src="img/portfolio/treehouse-preview.png" alt="">
<p>A Canadian Illustrator. For her client: The Globe & Mail</p>
<p>One woman's story of being bullied for invisible differences.</p><p><a href="http://www.rachelidzerda.com/">See more on her website</a></p>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Back to the page</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 4 -->
<!-- <div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<!-- Project Details Go Here -->
<!-- <h2>Project Name</h2>
<p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p>
<img class="img-responsive img-centered" src="img/portfolio/golden-preview.png" alt="">
<p>Start Bootstrap's Agency theme is based on Golden, a free PSD website template built by <a href="https://www.behance.net/MathavanJaya">Mathavan Jaya</a>. Golden is a modern and clean one page web template that was made exclusively for Best PSD Freebies. This template has a great portfolio, timeline, and meet your team sections that can be easily modified to fit your needs.</p>
<p>You can download the PSD template in this portfolio sample item at <a href="http://freebiesxpress.com/gallery/golden-free-one-page-web-template/">FreebiesXpress.com</a>.</p>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Back to the page</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 5 -->
<!-- <div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<!-- Project Details Go Here -->
<!-- <h2>Project Name</h2>
<img class="img-responsive img-centered" src="img/portfolio/escape-preview.png" alt="">
<p>Escape is a free PSD web template built by <a href="https://www.behance.net/MathavanJaya">Mathavan Jaya</a>. Escape is a one page web template that was designed with agencies in mind. This template is ideal for those looking for a simple one page solution to describe your business and offer your services.</p>
<p>You can download the PSD template in this portfolio sample item at <a href="http://freebiesxpress.com/gallery/escape-one-page-psd-web-template/">FreebiesXpress.com</a>.</p>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Back to the page</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 6 -->
<!-- <div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<!-- Project Details Go Here -->
<!-- <h2>Project Name</h2>
<p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p>
<img class="img-responsive img-centered" src="img/portfolio/dreams-preview.png" alt="">
<p>Dreams is a free PSD web template built by <a href="https://www.behance.net/MathavanJaya">Mathavan Jaya</a>. Dreams is a modern one page web template designed for almost any purpose. It’s a beautiful template that’s designed with the Bootstrap framework in mind.</p>
<p>You can download the PSD template in this portfolio sample item at <a href="http://freebiesxpress.com/gallery/dreams-free-one-page-web-template/">FreebiesXpress.com</a>.</p>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Back to the page</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
-->
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Theme JavaScript -->
<script src="js/agency.min.js"></script>
</body>
</html>