-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsigns.html
201 lines (197 loc) · 9.06 KB
/
signs.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
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="main.css">
<link href='https://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300' rel='stylesheet' type='text/css'>
</head>
<script>
var timeNumber = "";
$(document).ready(function() {
$('nav').hide().fadeIn(1000);
$('#container').hide().delay(1000).fadeIn(1000);
$('.timeline-map').hide();
$('.timeline-dropdown').hide();
$("div[data-timenumber").mouseenter(function() {
$('.timeline-dropdown').hide();
$('.timeline-map').css("background", "white");
$(this).css("background", "rgba(192,159,47, 1)");
$(this).show();
var temp = $(this).attr("data-timenumber");
$('.timeline-dropdown').css("height", "0");
$('.timeline-x-'+temp).show().animate({
height: '200px',
}, 200);
});
});
</script>
<body id="signs-body">
<nav>
<div id="nav-left-cont">
<ul>
<li><a href="index.html">HMT</a></li>
<li><a href="index.html"><i class="fa fa-cogs"></i>TOUR</a></li>
<li><a href="index.html"><i class="fa fa-list"></i>THEMES</a></li>
</ul>
</div>
<div id="nav-right-cont">
<ul>
<li><a href="index.html">VISIT</a></li>
<li><a href="index.html"><i class="fa fa-facebook"></i></a></li>
<li><a href="index.html"><i class="fa fa-twitter"></i></a></li>
</ul>
</div>
<div class="clear"></div>
</nav>
<div id="container">
<div id="signs-text-cont">
<h1>
THE TRESTLE
</h1>
<div id="p-signs-container">
<p>
Completed in 1907, the Hoover-Mason Trestle connected the ore yards, once located near where the Sands Casino stands, to the blast furnaces at the heart of the plant. for almost a century, cars ran along it daily, deliverying the ingredients for making iron. Today, it has been reimagined as an elevated park and pedestrian walkway. Explore the former site of Bethleem Steel and Discover its history.
</p>
</div>
</div>
<div id="timeline" onmouseenter="$('.timeline-map').show();">
<div class="timeline-map timeline-1" data-timenumber="1"></div>
<div class="timeline-dropdown timeline-1 timeline-x-1"><p><span style="color: yellow">1</span>
<br />Lorem Ipsum</p></div>
<div class="timeline-map timeline-2" data-timenumber="2"></div>
<div class="timeline-dropdown timeline-2 timeline-x-2"><p><span style="color: yellow">2</span>
<br />Lorem Ipsum</p></div>
<div class="timeline-map timeline-3" data-timenumber="3"></div>
<div class="timeline-dropdown timeline-3 timeline-x-3"><p><span style="color: yellow">3</span>
<br />Lorem Ipsum</p></div>
<div class="timeline-map timeline-4" data-timenumber="4"></div>
<div class="timeline-dropdown timeline-4 timeline-x-4"><p><span style="color: yellow">4</span>
<br />Lorem Ipsum</p></div>
<div class="timeline-map timeline-5" data-timenumber="5"></div>
<div class="timeline-dropdown timeline-5 timeline-x-5"><p><span style="color: yellow">5</span>
<br />Lorem Ipsum</p></div>
<div class="timeline-map timeline-6" data-timenumber="6"></div>
<div class="timeline-dropdown timeline-6 timeline-x-6"><p><span style="color: yellow">6</span>
<br />Lorem Ipsum</p></div>
<div class="timeline-map timeline-7" data-timenumber="7"></div>
<div class="timeline-dropdown timeline-7 timeline-x-7"><p><span style="color: yellow">7</span>
<br />Lorem Ipsum</p></div>
<div class="timeline-map timeline-8" data-timenumber="8"></div>
<div class="timeline-dropdown timeline-8 timeline-x-8"><p><span style="color: yellow">8</span>
<br />Lorem Ipsum</p></div>
<div class="timeline-map timeline-9" data-timenumber="9"></div>
<div class="timeline-dropdown timeline-9 timeline-x-9"><p><span style="color: yellow">9</span>
<br />Lorem Ipsum</p></div>
<div class="timeline-map timeline-10" data-timenumber="10"></div>
<div class="timeline-dropdown timeline-10 timeline-x-10"><p><span style="color: yellow">10</span>
<br />Lorem Ipsum</p></div>
<div class="timeline-map timeline-11" data-timenumber="11"></div>
<div class="timeline-dropdown timeline-11 timeline-x-11"><p><span style="color: yellow">11</span>
<br />Lorem Ipsum</p></div>
<div class="timeline-map timeline-12" data-timenumber="12"></div>
<div class="timeline-dropdown timeline-12 timeline-x-12"><p><span style="color: yellow">12</span>
<br />Lorem Ipsum</p></div>
<div class="timeline-map timeline-13" data-timenumber="13"></div>
<div class="timeline-dropdown timeline-13 timeline-x-13"><p><span style="color: yellow">13</span>
<br />Lorem Ipsum</p></div>
<div class="timeline-map timeline-14" data-timenumber="14"></div>
<div class="timeline-dropdown timeline-14 timeline-x-14"><p><span style="color: yellow">14</span>
<br />Lorem Ipsum</p></div>
</div>
</div>
<style>
.timeline-dropdown {
height: 0;
width: 5%;
position: absolute;
border-left: 3px solid rgba(192,159,47, 1);
margin-left:.5%;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear;
}
.timeline-dropdown p {
text-transform: uppercase;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
position: relative;
top: 60%;
font-size: 18px !important;
left: -310px;
width: 300px;
text-align: right;
}
#timeline {
width: 1000px;
height: 4px;
position: relative;
background-color: white;
margin: 0 auto;
}
.timeline-map {
border-radius: 15px;
display: block;
background: white;
position: absolute;
height: 15px;
width: 15px;
top: -5px;
z-index: 10;
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-o-transition: all 0.1s linear;
transition: all 0.1s linear;
cursor: pointer;
}
.timeline-map:hover {
background: rgba(192,159,47, 1);
}
.timeline-1 {
left: 0;
}
.timeline-2 {
left: 6%;
}
.timeline-3 {
left: 10%;
}
.timeline-4 {
left: 14%;
}
.timeline-5 {
left: 19%;
}
.timeline-6 {
left: 26%;
}
.timeline-7 {
left: 30%;
}
.timeline-8 {
left: 50%;
}
.timeline-9 {
left: 60%;
}
.timeline-10 {
left: 65%;
}
.timeline-11 {
left: 74%;
}
.timeline-12 {
left: 82%;
}
.timeline-13 {
left: 90%;
}
.timeline-14 {
left: 100%;
}
</style>
</body>
</html>