-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideo.html
106 lines (97 loc) · 4.86 KB
/
video.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
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="No text, just my work. Fix the problems and focus on making everything better.">
<meta name="author" content="M.E.K.">
<meta property="og:title" content="M.E.K.">
<meta property="og:description"
content="No text, just my work. Fix the problems and focus on making everything better.">
<meta property="og:image" content="/images/focus.png">
<meta property="og:url" content="https://webvafe.com/photo">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="M.E.K.">
<meta name="twitter:description"
content="No text, just my work. Fix the problems and focus on making everything better.">
<meta name="twitter:image" content="/images/focus.png">
<title>M.E.K.</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<link rel="preload"
href="https://cdn.prod.website-files.com/6438535c1aabe62f2f5d5d86/65de05aae7d589c557773a2e_halyard-display.otf"
as="font" type="font/woff2" crossorigin="anonymous">
<link rel="stylesheet" href="/style/style.min.css">
<link rel="stylesheet" href="/style/video.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.10/SmoothScroll.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/macy@2"></script>
</head>
<body class="no-scroll">
<div id="videoOverlay">
<video id="videoPlayer" controls>
Your browser does not support the video tag.
</video>
<span id="closeVideo" class="button">×</span>
</div>
<div id="loading-screen">
<div id="percentage">% 0</div>
</div>
<main>
<div class="top-container">
<span class="home btn">
<a href="/photo/">./photo</a><br>
<a href="/video">./video</a><br>
<a href="/photo/instagram">./instagram</a><br>
<a href="/voguedeparis/">./vogue de paris</a>
</span>
<div id="themeToggle">
<span class="material-icons">light_mode</span>
</div>
</div>
<section class="video-screen" id="videolar">
<div class="top-text">
<div class="the-title">M.E.K.</div>
<div class="second-title">No text, just my works.</div>
<div class="second-title">Fix the problems and focus on making everything better.</div>
</div>
<div class="video-screen-container">
<div class="light-ellipse" style="background: rgba(218, 185, 203, 0.5); top: 370px;"></div>
<div class="video-container">
<input type="radio" class="filterButton" id="All" name="categories" value="All">
<input type="radio" class="filterButton" id="restaurant" name="categories" value="restaurant"
checked>
<input type="radio" class="filterButton" id="fashion" name="categories" value="fashion">
<input type="radio" class="filterButton" id="comment" name="categories" value="comment">
<input type="radio" class="filterButton" id="travel" name="categories" value="travel">
<ol class="filters">
<li class="button">
<label for="All">Tümü</label>
</li>
<li class="button">
<label for="restaurant">Restoran</label>
</li>
<li class="button">
<label for="fashion">Moda</label>
</li>
<li class="button">
<label for="comment">Yorum</label>
</li>
<li class="button">
<label for="travel">Tatil</label>
</li>
</ol>
<div id="grid" class="grid">
</div>
<button id="loadMore" class="button">Daha Fazla Yükle</button>
</div>
</div>
</section>
</main>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LR91C1NRE5"></script>
<script src="/script/script.js"></script>
<script src="/script/video.js"></script>
</body>
</html>