-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage1.html
54 lines (47 loc) · 1.95 KB
/
page1.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="page1.css" />
</head>
<body>
<div class="container">
<div id="intro-text">
<h3 id="text1">Says Alice to Humpty Dumpty, “Till we meet again,”   </h3>
<!-- <h3 id="text2"> to which he replies,  </h3>
<h3 id="text3">“I shouldn’t know you again if we did meet... you're so exactly like other people.”</h3> -->
<!-- <div>
<h3 id="text3" >Alice answers, “The face is what one goes by, generally.” </h3>
</div> -->
<h3 id="text2">“I shouldn’t know you again if we did meet... you're so exactly like other people.”</h3>
</div>
<div id="main">
<div class="main-text">
<h3 id="body1">Alice answers, “The face is what one goes by, generally.”</h3>
<h3 id="body2">He adds, “That’s just what I complain of…your face is the same as everybody…</h3>
<h3 id="body3">Now if you had the two eyes on the same side of the nose…</h3>
<h3 id="body4">…or the mouth at the top—that would be some help.”</h3>
<h3 id="author"><b>Through the Looking Glass, by Lewis Carroll (1871)</b></h3>
</div>
<div class="face">
<div class="eye" id="eye1">
<img src="img/page1/eyebrow.png"/>
<img src="img/page1/eye.png"/>
</div>
<div class="eye" id="eye2">
<img src="img/page1/eyebrow2.png"/>
<img src="img/page1/eye2.png"/>
</div>
<div class="mouth">
<img src="img/page1/lips.png"/>
</div>
<div class="nose">
<img src="img/page1/nose.png"/>
</div>
</div>
</div>
</div>
</div>
<script src="gsap.min.js"></script>
<script src="page1.js"></script>
</body>
</html>