-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
105 lines (98 loc) · 3.81 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="styles/bootstrap.min.css">
<!-- Font Awersome -->
<link rel="stylesheet" href="styles/font-awesome.min.css">
<link rel="stylesheet" href="styles/index.css">
<link rel="stylesheet" href="styles/rest.css">
<title>Юбилей, 50 лет</title>
</head>
<body>
<div class="bg-image"></div>
<div class="container-fluid">
<ul>
<li>
<a class="text-white font-weight-bold" href="form.html">Поздравления</a>
</li>
<li>
<a class="text-white font-weight-bold" href="biography.html">Биография</a>
</li>
</ul>
<div class="videos-container-fixed">
<video width="300" height="250" poster="assets/сказка.jpg" loop controls>
<source src="assets/50!.mp4" type="video/mp4">
Ошибка воспроиведения видео
</video>
<!-- <div class="desc-container">
<h1>Видео</h1>
</div> -->
<!-- <div class="arrow-icon-regular">
<a href="#wishes">
<i class="fa fa-angle-down"></i>
</a>
</div> -->
</div>
<div class="start-page-container" id="main">
<div class="jubilee-container">
<h1>23.07.2019</h1>
<p>50 лет</p>
</div>
<div class="arrow-icon-title">
<a href="#family" style="color:black">
<i class="fa fa-angle-down"></i>
</a>
</div>
</div>
<div class="family-container" id="family">
<div class="desc-container">
<h1><a href=biography.html target="blank" class="title-link">Биография и семья</a></h1>
</div>
<div class="arrow-icon-regular">
<a href="#jokes">
<i class="fa fa-angle-down"></i>
</a>
</div>
</div>
<div class="jokes-container" id="jokes">
<div class="joke-quote-container" onclick="newTitle()">
<h1 id="joke-target"><a style="cursor:pointer;">Шутки</a></h1>
<h1 class="joke-quote-author"><a style="cursor:pointer;">Валера</a></h1>
</div>
<div class="arrow-icon-joke">
<a href="#wishes">
<i class="fa fa-angle-down"></i>
</a>
</div>
</div>
<!-- <div class="videos-container" id="videos">
<video autoplay muted loop id="myVideo">
<source src="assets/video1.mov" type="video/mp4">
Ошибка воспроиведения видео
</video>
<div class="desc-container">
<h1>Видео</h1>
</div>
<div class="arrow-icon-regular">
<a href="#wishes">
<i class="fa fa-angle-down"></i>
</a>
</div>
</div> -->
<div class="wishes-container" id="wishes">
<div class="desc-container" style="top: 30vh;">
<h1><a href="form.html" target="blank" class="title-link">Принимаю поздравления</a></h1>
</div>
</div>
</div>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.3.1.slim.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/custom/index.js"></script>
</body>
</html>