-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·162 lines (157 loc) · 7.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Project</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300" rel="stylesheet">
<link rel="stylesheet" href="projectstyles.css">
</head>
<body>
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">
<img src="Pics/Slider/Skiing-logo.png" alt="ski-logo">
</a>
</div>
<div class ="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#">Home</a></li>
<li><a href="#seeMaps">Maps</a></li>
<li><a href="#seeInfo">Resorts</a></li>
<li><a href="#seeSources">Sources</a></li>
<li><a href="Contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="Pics/Slider/ski3.jpg" alt="skiing person">
<div class="carousel-caption">
<h1>Check out finest ski resorts</h1>
<br>
<a href="#seeInfo"><button type="button" class=" btn btn-default project-btn" >Get started</button></a>
</div>
</div> <!---End Active -->
<div class="item">
<img src="Pics/Slider/ski2.jpg" alt="skiing person">
</div>
<div class="item">
<img src="Pics/Slider/ski1.jpg" alt="skiing person">
</div>
</div>
<div>
<!---Start slider controls-->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" area-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" area-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div> <!---End of slider-->
<!--- Picture gallery start -->
<a name="seeMaps"><div class="container text-center maps"></a>
<h2 class="maps-header">See slope maps</h2>
<div class="row">
<div class="col-sm-4">
<a href="Pics/Maps/stmoritz-ski-map.jpg" target="_blank"><img src="Pics/Maps/stmoritz-ski-map.jpg" class="ski-map" alt="ski map"></a>
<h4>St. Moritz</h4>
</div>
<div class="col-sm-4">
<a href="Pics/Maps/courchevel-ski-map.jpg" target="_blank"><img src="Pics/Maps/courchevel-ski-map.jpg" class="ski-map" alt="ski map"></a>
<h4>Courchevel</h4>
</div>
<div class="col-sm-4">
<a href="Pics/Maps/kitzbuhel-ski-map.jpg" target="_blank"><img src="Pics/Maps/kitzbuhel-ski-map.jpg" class="ski-map" alt="ski map"></a>
<h4>Kitzbühel</h4>
</div>
</div>
</div>
<!---Picture gallery end--->
<!---Infopages start-->
<a name="seeInfo"><div class="container info"><a>
<div class="row">
<div class="col-md-6">
<h4>St. Moritz, Switzerland.</h4>
<p>The oldest winter holiday resort in the world is as elegant and exclusive as it gets. The sparkling sun shines on average 322 days a year, pairing with the dry air for what’s known as a “champagne climate.” But it’s the world-class hotels and restaurants, chic shopping, and plethora of leisure and sport goings-on for which this renowned destination gets its deservedly elite reputation.</p>
</div>
<div class="col-md-6">
<img src="Pics/Resorts/St. Moritz, Switzerland.jpg" class="img-responsive" alt="St. Moritz">
</div>
</div>
</div>
<div class="container info">
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<h4>Courchevel, France</h4>
<p>Heated pavements connect four villages tucked within this glittering, multi-level resort, where A-list celebs and well-to-do merrymakers come to ski, unwind, and shop at more than 100 upscale boutiques.</p>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<img src="Pics/Resorts/Courchevel France.jpg" class="img-responsive" alt="Courchevel">
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<h4>Kitzbühel, Austria</h4>
<p>Just two hours from Munich, Austria’s most popular holiday resort has it all: posh hotels; a lively après-ski scene scattered among its quaint, cobblestone streets; and unsurpassed skiing that includes eight renowned ski schools and some of the most demanding courses on the World Cup circuit.</p>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<img src="Pics/Resorts/Kitzbühel, Austria .jpg" class="img-responsive" alt="Kitzbühel">
</div>
</div>
</div>
<!---Infopages end-->
<!---Dropdown start--->
<a name="seeSources"><div class="container"></a>
<div class="row">
<h4><a href="#hidden" data-toggle="collapse">Sources</a></h4>
<div id="hidden" class="collapse">
<p>
<a href="https://www.stmoritz.ch/en/" target="_blank">St. Moritz</a>
<br>
<a href="http://www.courchevel.com/" target="_blank">Courchevel</a>
<br>
<a href="https://www.kitzbuehel.com/en" target="_blank">Kitzbühel</a>
</p>
</div>
</div>
</div>
<!---Dropdown end--->
<!---footer start-->
<footer class="container-fluid text-center">
<div class="row">
<div class="col-sm-4">
<a href="Contact.html" class="contact-link"><h3>Contact us</h3></a>
</div>
<div class="col-sm-4">
<h3>Connect</h3>
<a href="https://www.facebook.com/skilover/" class="fa fa-facebook"></a>
<a href="https://twitter.com/hashtag/skiing?lang=en" class="fa fa-twitter"></a>
<a href="https://www.youtube.com/watch?v=9d5UueNLEp8&list=RD9d5UueNLEp8&index=1" class="fa fa-youtube"></a>
</div>
<div class="col-sm-4">
<img class="footer-brand" src="/Users/tetianadrozdenko/Documents/Szkoła/Coding/Projekt zaliczeniowy/Pics/Slider/skiing-logo.png">
</div>
</div>
</footer>
<!---footer end-->
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</html>