-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyoutube.html
138 lines (128 loc) · 5.43 KB
/
youtube.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
<!doctype html>
<html lang="en">
<head>
<title>Sulirádió | A budapesti Eötvös József Gimnázium honlapja</title>
<!-- BOOTSTRAP -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css">
<!-- BOOTSTRAP-end -->
<style>
.btn-danger {
width: 100%;
text-align: center;
margin-left: 0px;
}
.btn-success {
width: 100%;
text-align: center;
margin-right: 0px,
}
.customcol-success {
text-align: right;
margin-right: -6px;
}
.customcol-danger {
text-align: left;
margin-left: -6px;
}
.song {
border-radius: 0;
display: block;
vertical-align: middle;
}
.customjumbo{
padding: 5px 10px 5px 10px;
min-height: 0px;
}
</style>
</head>
<body style="background-image: url(img/pattern.png); background-repeat: repeat;">
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#"><img src="img/logo.png" height="30" class="d-inline-block align-top" alt="" style="margin-left: -5px; margin-right: 5px;">
Sulirádió
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="manual.html" style="margin-bottom: -10px;">Manuális</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="youtube.html" style="margin-bottom: -10px;">Youtube</a>
</li>
<li class="nav-item">
<a class="nav-link" href="spotify.html" style="margin-bottom: -10px;">Spotify</a>
</li>
<li class="nav-item">
<a class="nav-link" href="comment.html" style="margin-right: 5px;">Kommentek</a>
</li>
<li>
<div class="dropdown" style="margin-top: 5px; margin-bottom: 5px;">
<button class="btn btn-secondary btn-sm dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Geiszt Miklós
</button>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdownMenuButton">
<button class="btn btn-outline-secondary btn-sm" type="submit" onclick="logOut()" style="margin-left: 10px; margin-top: 2.5px; margin-bottom: 5px; width: 136.25px;">Kijelentkezés</button>
</div>
</div>
</li>
</ul>
</div>
</nav>
<!-- NAVBAR-end -->
<!-- STATUS -->
<div class="container" style="margin-top: 17.5px;">
<div class="row">
<div class="col">
<div class="jumbotron customjumbo" style="margin-right: -6px; margin-bottom: 0px;">
<span class="badge badge-pill badge-secondary">Zene:</span>
<h6 style="margin-top: 2.5px;">Dirty Palm - Step Back</h6>
</div>
<div class="jumbotron" style="margin-top: 7.5px; margin-right: -6px; padding: 2.5px 10px 10px 10px;">
<button class="btn btn-outline-secondary btn-sm" type="submit" style="margin-top: 7.5px; width: 100%;">Használati útmutató</button>
</div>
</div>
<div class="col">
<div class="jumbotron customjumbo" style="margin-left: -6px;">
<span class="badge badge-pill badge-secondary">Rádiós:</span>
<div class="form-group" style="margin: 5px 0px 5px 0px;">
<select class="form-control" id="exampleFormControlSelect1">
<option>Geiszt Miklós</option>
<option>Geiszt Miklós & Bárdos Marcell</option>
</select>
<button class="btn btn-outline-secondary btn-sm" type="submit" style="margin-top: 10px; width: 150px;">Tovább</button>
</div>
</div>
</div>
</div>
</div>
<!-- STATUS-end -->
<!-- INPUT -->
<div class="container" style="margin-top: -15px;">
<span class="badge badge-success" style="width: 100%; font-size: 1rem; font-weight: normal; padding: 10px; line-height: 1.5; text-align: left;">Használati útmutatás, figyelmeztetés.</span>
<div class="jumbotron" style="padding: 0px 10px 10px 10px; margin-top: 17.5px;">
<label class="col-form-label" for="formGroupExampleInput">Youtube bevitel</label>
</div>
</div>
<!-- INPUT-end -->
<!-- COPYRIGHT -->
<div class="container" style="margin-top: -15px;">
<p class="text-right" style="color: #545454; font-size: 12px;">© 2017 Demeter Zalán & Kasoly Benedek</p>
</div>
<!-- COPYRIGHT-end -->
<!-- BOOTSTRAP-SCRIPT -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
<!-- BOOTSTRAP-SCRIPT-end -->
<script>
function logOut() {
location.href = "index.html";
}
</script>
</body>
</html>