-
Notifications
You must be signed in to change notification settings - Fork 0
/
Layer2.html
53 lines (50 loc) · 2.48 KB
/
Layer2.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
<!DOCTYPE html>
<html lang="en" class="grad">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style/style3.css">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@800&display=swap" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="img/favicon.png">
<title>The Second Layer</title>
</head>
<body class="page-align">
<div id="navbar">
<script src="js/navbar.js"></script>
<a href="index.html">Home</a>
<a href="Layer1.html">The First Layer</a>
<a class="active" href="Layer2.html">The Second Layer</a>
<a href="Layer3.html">The Third Layer</a>
<a href="Limbo.html">Limbo</a>
<a href="characters.html">The Crew</a>
<a href="chris.html">About Christopher Nolan</a>
<a href="https://www.linkedin.com/in/bianca-popu-90a85916b/" class="me">A Page by Bianca Popu</a>
</div>
<div class="container">
<h1>THE SECOND LAYER</h1>
</div>
<div class="parallax"></div>
<button onclick="topFunction()" id="myBtn" title="Go to top"><i class="arrow"></i></button>
<script src="js/button.js"></script>
<div class="container1">
<p class="text">The dream's second layer is a hotel lobby, where Eames poses as a female thief to distract Robert.</p>
</div>
<div class="parallax2"></div>
<div class="container1">
<p class="text">Cobb, himself posing as a security expert, pretends to help Robert by alerting him to the robbery and making him aware of the fact he’s in a dream. This deliberately brings the wrath of Fischer’s subconscious projections on them.</p>
</div>
<div class="parallax3"></div>
<div class="container1">
<p class="text">Cobb manipulates Robert into becoming suspicious of the motives of his Uncle Peter, whom he accuses of working with the kidnappers and wanting the alternate will for himself.</p>
</div>
<div class="parallax4"></div>
<div class="container1">
<p class="text">Because of this, the team is pursued through the hotel, so Arthur stays behind to fight off the projections while everyone else goes into the next dream level.</p>
</div>
<div class="parallax5"></div>
<div class="container2">
<p><a href="Layer3.html" style="text-decoration: none" class="text2"><i>Enter the third layer »</i></a></p>
</div>
</body>
</html>