-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path13b.html
More file actions
113 lines (103 loc) · 4.12 KB
/
Copy path13b.html
File metadata and controls
113 lines (103 loc) · 4.12 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
<!DOCTYPE html>
<html lang="hu">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="media/icons/favi.webp">
<link rel="stylesheet" href="owl.carousel.css">
<title>Puskas 2020b 12.B</title>
</head>
<body>
<div class="webbar">
<div class="direction-on-size-3">
<a href="12b" class="layout-horizontal toolbar">
<img src="media/class/logo.webp" alt="Logo">
<h1 class>Puskás 2020b</h1>
</a>
<div class="layout-horizontal tab-layout">
<a href="/" class="tab">Kezdőlap</a>
<a href="10b" class="tab">10.B</a>
<a href="11b" class="tab">11.B</a>
<a href="12b" class="tab">12.B</a>
<a href="13b" class="tab selected">13.B</a>
</div>
</div>
<a id="theme" href="javascript:toggle_theme();">
<img id="icon-moon" src="media/icons/moon.svg">
<img id="icon-sun" src="media/icons/sun.svg">
</a>
</div>
<div class="main-scroll-area">
<div class="banner jesus">
<img src="media/class/13b/banner.webp" alt="Banner" style="filter: blur(0px) brightness(100%);">
</div>
<a href="#about-me" class="arrow-container">
<div alt="down arrow" class="arrow-bg"></div>
<img src="media/icons/more.svg" alt="down arrow" class="arrow">
</a>
<div class="main-content">
<h3 id="about-me">Közösségi média</h3>
<div class="chip-group">
<a href="https://www.youtube.com/@puskas2020b" target="_blank">YouTube</a>
<a href="https://www.tiktok.com/@puskas2020b" target="_blank">TikTok</a>
<a href="https://www.instagram.com/puskas2020b" target="_blank">Instagram</a>
</div>
<h3>Tablónk</h3>
<p>Steam stílus</p>
<img src="media/class/13b/tablo_small.png" alt="Tabló" class="summary-container"
style="height: auto; width: 100%;">
</img>
<h3>Szalagavatóvideónk</h3>
<p>5 Puskásban eltöltött évünk összefoglaló videója</p>
<a class="summary-container" href="https://www.youtube.com/watch?v=nDJWkIryhFM" target="_blank"
style="height: auto;">
<img src="https://img.youtube.com/vi/nDJWkIryhFM/maxresdefault.jpg"></img>
<h3>Puskás 2020b | Szalagavatóvideó | (2024)</h3>
<img src="media/icons/youtube.svg" alt="YouTube icon"></img>
</a>
<h3>Alejandro Rafael Garcia Lopez története</h3>
<p>Eltűnt</p>
<div class="bd-grid owl-carousel">
<div class="summary-container jesus">
<img src="media/class/13b/capa1_600h.webp" alt="Cápa kép">
</div>
</div>
</div>
</div>
<div class="layout-horizontal navigationbar-div">
<a href="/" class="tab">Kezdőlap</a>
<a href="10b" class="tab">10.B</a>
<a href="11b" class="tab">11.B</a>
<a href="12b" class="tab">12.B</a>
<a href="13b" class="tab selected">13.B</a>
</div>
<script src="Theme.js"></script>
<!-- Jquery CDN -->
<script src="https://code.jquery.com/jquery-3.6.0.js"
integrity="sha256-H+K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk=" crossorigin="anonymous"></script>
<!-- Owl Slider -->
<script src="owl.carousel.js"></script>
<script>
$('.owl-carousel').owlCarousel({
loop: true,
nav: true,
margin: 15,
items: 2,
autoplay: true,
autoplayTimeout: 5000,
autoplayHoverPause: true,
dots: false,
responsive: {
0: {
items: 1
},
700: {
items: 2
}
}
})
</script>
</body>
</html>