-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
162 lines (148 loc) · 8.95 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="ru">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
<title>Mountains</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/Main.css">
</head>
<body>
<header class="header">
<div class="header__navigation ">
<nav class="header__wrapper container navigation d-flex justify-content-between align-items-center">
<div class="navigation__leftgroup leftgroup d-flex">
<div class="leftgroup__item">
<a class="leftgroup__link" href="#" >
<img class="leftgroup__img" src="img/icons/Menu.svg" alt="Menu icon" >
</a>
</div>
<div class="leftgroup__item">
<a class="leftgroup__link" href="#" >
Explore
</a>
</div>
<div class="leftgroup__item">
<a class="leftgroup__link" href="#" >
Store
</a>
</div>
</div>
<div class="logo">
<a class="logo__link" href="#">
<img class="logo__img" src="img/icons/mountLogo.svg" alt="Mountain logo">
</a>
</div>
<div class="navigation__rightgroup rightgroup d-flex">
<div class="rightgroup__item">
<a class="rightgroup__link" href="#" >
<img class="rightgroup__img" src="img/icons/iconInsta.svg" alt="Insta icon" >
</a>
</div>
<div class="rightgroup__item">
<a class="rightgroup__link" href="#" >
<img class="rightgroup__img" src="img/icons/iconM.svg" alt="M icon" >
</a>
</div>
<div class="rightgroup__item">
<a class="rightgroup__link" href="#" >
<img class="rightgroup__img" src="img/icons/iconBall.svg" alt="Ball icon" >
</a>
</div>
<div class="rightgroup__item">
<a class="rightgroup__link" href="#" >
<img class="rightgroup__img" src="img/icons/iconB.svg" alt="B icon" >
</a>
</div>
</div>
</nav>
</div>
</header>
<section class="parallax" id="parallax">
<div class="parallax__body">
<div class="parallax__container container">
<h2 class="parallax__title">Nepal Mountains</h2>
<p class="parallax__lable">Visit the most beautiful mountains in the world </p>
<p class="parallax__scroll">Scroll down</p>
</div>
<div class="parallax__images-parallax images-parallax">
<div class="images-parallax__item">
<div class="images-parallax__clouds"></div>
</div>
<div class="images-parallax__item">
<div class="images-parallax__mountains"></div>
</div>
</div>
</div>
</section>
<section class="content">
<div class="content__container container">
<div class="content__body">
<!-- Элемент с видео -->
<div class="item">
<div class="item__header">
<h1 class="content__title">Everest</h1>
<p class="content__lable">The highest mountain in the world</p>
</div>
<div class="item__video">
<div class="controls">
<button class="controls__play-btn" id="play-everest" ></button>
<button class="controls__mute-btn" id="mute-everest"> <span class="cross"></span></button>
<input class="controls__volume-range " id="volume-everest" min="0" max="100" type="range" >
<button class="controls__fullscreen" id="fullscreen-everest"></button>
<div class="controls__progress-bg" id="progress-bg-everest">
<div class="controls__progress" id="progress-everest"></div>
</div>
</div>
<video class="item__video-content" id="everest-video" preload="metadata" poster="img/videoImg/everestPoster.png" >
<source src="vid/Everest - On the Top.webm" type="video/webm">
<source src="vid/Everest - On the Top.mp4" type="video/mp4">
</video>
</div>
<h2 class="comment">VIDEO FROM LOCAL SOURCES</h2>
<div class="item__text">
The Tibetan name for Everest is Qomolangma (ཇོ་མོ་གླང་མ, lit. "Holy Mother"). The name was first recorded with a Chinese transcription on the 1721 Kangxi Atlas during the reign of Emperor Kangxi of Qing China, and then appeared as Tchoumour Lancma on a 1733 map published in Paris by the French geographer D'Anville based on the former map.[7] It is also popularly romanised as Chomolungma and (in Wylie) as Jo-mo-glang-ma.[12] The official Chinese transcription is 珠穆朗玛峰 (t 珠穆朗瑪峰), whose pinyin form is Zhūmùlǎngmǎ Fēng. While other Chinese names exist, including Shèngmǔ Fēng (t 聖母峰, s 圣母峰, lit. "Holy Mother Peak"), these names largely phased out from May 1952 as the Ministry of Internal Affairs of China issued a decree to adopt 珠穆朗玛峰 as the sole name. Documented local names include "Deodungha" ("Holy Mountain"), but it is unclear whether it is commonly used.
</div>
</div>
<!-- Элемент с видео -->
<div class="item">
<div class="item__header">
<h1 class="content__title">Everest</h1>
<p class="content__lable">The highest mountain in the world</p>
</div>
<div class="item__video">
<iframe class="item__video-content" src="https://www.youtube.com/embed/CNpqVWhgdZs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
</div>
<h2 class="comment">VIDEO FROM YouTube</h2>
<div class="item__text">
The Tibetan name for Everest is Qomolangma (ཇོ་མོ་གླང་མ, lit. "Holy Mother"). The name was first recorded with a Chinese transcription on the 1721 Kangxi Atlas during the reign of Emperor Kangxi of Qing China, and then appeared as Tchoumour Lancma on a 1733 map published in Paris by the French geographer D'Anville based on the former map.[7] It is also popularly romanised as Chomolungma and (in Wylie) as Jo-mo-glang-ma.[12] The official Chinese transcription is 珠穆朗玛峰 (t 珠穆朗瑪峰), whose pinyin form is Zhūmùlǎngmǎ Fēng. While other Chinese names exist, including Shèngmǔ Fēng (t 聖母峰, s 圣母峰, lit. "Holy Mother Peak"), these names largely phased out from May 1952 as the Ministry of Internal Affairs of China issued a decree to adopt 珠穆朗玛峰 as the sole name. Documented local names include "Deodungha" ("Holy Mountain"), but it is unclear whether it is commonly used.
</div>
</div>
</div>
</div>
</section>
<!-- <div class="content__header">
<h1 class="content__title">Everest</h1>
<p class="content__lable">The highest mountain in the world</p>
</div>
<div class="video">
<div class="video__wrapper">
<video preload="metadata" poster="img/videoImg/everestPoster.png" controls >
<source src="vid/Everest - On the Top.webm" type="video/webm">
<source src="vid/Everest - On the Top.mp4" type="video/mp4">
</video>
</div>
</div> -->
<footer class="footer">
<div class="container">
</div>
</footer>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>