-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhobby.html
More file actions
125 lines (113 loc) · 7.9 KB
/
Copy pathhobby.html
File metadata and controls
125 lines (113 loc) · 7.9 KB
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V" crossorigin="anonymous">
<link rel="stylesheet" href="css/myscss.css">
<title>My Webpage</title>
</head>
<body>
<header class="header">
<div class="container">
<div class="header__inner">
<div class="logo">
<a href="index.html"><img class="logo__icon" src="image/logo.jpg" alt=""></a>
</div>
<nav class="navbar navbar-expand-lg navbar-light">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-item nav-link" href="index.html">Home<span class="sr-only">(current)</span></a>
<a class="nav-item nav-link" href="about.html">About</a>
<a class="nav-item nav-link active" href="hobby.html">Hobby</a>
<a class="nav-item nav-link" href="contacts.html">Contacts</a>
</div>
</div>
</nav>
</div>
</div>
</header><!-- header -->
<div class="hobby">
<div class="container">
<div class="list__games">
<div class="row">
<div class="col-lg-8 hobby__text align-self-center">
<h3>My hobby</h3>
is to play video games.
</div>
<div class="col-lg-4 my__list">
<a href="https://ru.wikipedia.org/wiki/Lineage_II" class="list-group-item list-group-item-action list-group-item-light" target="_blank">
Lineage 2
</a>
<a href="https://en.wikipedia.org/wiki/The_Witcher_3:_Wild_Hunt" class="list-group-item list-group-item-action list-group-item-light" target="_blank">
The Witcher 3: Wild Hunt
</a>
<a href="https://en.wikipedia.org/wiki/Assassin%27s_Creed" class="list-group-item list-group-item-action list-group-item-light" target="_blank">
Assassin's Creed
</a>
<a href="https://en.wikipedia.org/wiki/World_of_Tanks" class="list-group-item list-group-item-action list-group-item-light" target="_blank">
World of Tanks
</a>
<a href="https://en.wikipedia.org/wiki/Civilization_(series)" class="list-group-item list-group-item-action list-group-item-light" target="_blank">
Civilization
</a>
</div>
</div>
</div><!-- list__games -->
<div class="text_myvideo">
Sometimes, <span>I make videos</span> from the game. <br>Here are some of them:
</div>
<div id="carouselExampleIndicators" class="carousel slide" data-interval="false">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner ">
<div class="carousel-item active ">
<iframe class="my__video" width="560" height="315" src="https://www.youtube.com/embed/URCtcHEWsGE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="carousel-item">
<iframe width="560" height="315" src="https://www.youtube.com/embed/jvKthscAu74" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="carousel-item">
<iframe width="560" height="315" src="https://www.youtube.com/embed/U_qIq3K6cII" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div><!-- carousel -->
</div><!-- Hobby -->
<footer class="footer">
<div class="container">
<div class="row footer__inner justify-content-between">
<div class="col footer__text align-self-center">
<div class="user "><span class="user__name">Anton </span>Starenkov</div>
<div class="user__prof">Surveyor</div>
</div><!-- Text -->
<div class="col-md-auto align-self-center text-center">
<div class="social__icon">
<a href="https://vk.com/mindik"><i class="fab fa-vk"></i></a>
<a href="index.html"><i class="fab fa-facebook-f"></i></a>
<a href="https://twitter.com/AntonStarenkov"><i class="fab fa-twitter"></i></a>
<a href="https://www.youtube.com/c/Gsi_l2"><i class="fab fa-youtube"></i></a>
</div>
</div><!-- Social -->
</div>
</div>
</footer><!-- Footer -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</body>
</html>