-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideo.html
55 lines (51 loc) · 4.08 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
<!DOCTYPE html>
<html data-bs-theme="light" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>brandisbrandisbrand</title>
<meta name="description" content="We travel the world.
We like to build stuff.">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Annie+Use+Your+Telescope&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap">
<link rel="stylesheet" href="assets/css/Navbar-Centered-Links-icons.css">
</head>
<body>
<nav class="navbar navbar-expand-sm fixed-top navbar-light" style="background: var(--bs-light-bg-subtle);max-width: 720px;margin-right: auto;margin-left: auto;">
<div class="container-fluid"><a class="navbar-brand" href="https://brandisbrandisbrand.com"><img src="assets/img/brandisbrandisbrand.svg" style="max-width: 100%;" width="229" height="29"></a><button data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navcol-1"><span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navcol-1">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="https://brandisbrandisbrand.com/index.html">About</a></li>
<li class="nav-item"><a class="nav-link" href="https://pixelfed.social/cyclingtogether" target="_blank">Blog</a></li>
<li class="nav-item"><a class="nav-link" href="https://www.brandisbrandisbrand.com/masto/masto.html">Archive</a></li>
<li class="nav-item"><a class="nav-link" href="https://www.brandisbrandisbrand.com/video.html">Video</a></li>
<li class="nav-item"><a class="nav-link" href="https://www.brandisbrandisbrand.com/index.html#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<div class="container" style="margin-top: 60px;max-width: 720px;">
<p style="margin: 8px;"><br>Visit our <a href="https://odysee.com/@sharinggoodmoments:2" target="_blank">odysee</a> video channel to subscribe, comment and like.<br><br>Listen to the <a href="https://cast.postmarketos.org/episode/39-Interview-magdesign/" target="_blank">postmarketos linux podcast</a> and watch the video about <a href="https://odysee.com/@sharinggoodmoments:2/linuxmobile:4" target="_blank">navigating with linuxmobile</a>.<br>^^^ Nerds only ^^^</p>
<div class="row d-lg-flex justify-content-lg-center">
<div class="col-md-12" style="margin-left: auto;margin-right: auto;"><iframe id="odysee-iframe" width="360px" height="202px" src="https://odysee.com/$/embed/@sharinggoodmoments:2/malweg_firstyear:6?r=HJhNRFxToB4NcmCRiwbxMJqhCNSTu8q6" allowfullscreen></iframe></div>
</div>
<div class="row">
<div class="col-md-12"><iframe id="odysee-iframe"
width="360px" height="202px" src="https://odysee.com/$/embed/@sharinggoodmoments:2/Cycling_Balkan:4?r=HJhNRFxToB4NcmCRiwbxMJqhCNSTu8q6" allowfullscreen></iframe>
</div>
</div>
<div class="row">
<div class="col-md-12">
<iframe id="odysee-iframe" width="360px" height="202px"src="https://odysee.com/$/embed/@sharinggoodmoments:2/the_fox:5?r=HJhNRFxToB4NcmCRiwbxMJqhCNSTu8q6" allowfullscreen></iframe></div>
</div>
<div class="row">
<div class="col-md-12"><iframe id="odysee-iframe" width="360" height="202" src="https://odysee.com/$/embed/@sharinggoodmoments:2/cycling_middle_east_I:6?r=HJhNRFxToB4NcmCRiwbxMJqhCNSTu8q6" allowfullscreen></iframe></div>
</div>
<div class="row">
<div class="col-md-12"><iframe id="odysee-iframe" width="360" height="202" src="https://odysee.com/$/embed/@sharinggoodmoments:2/Iran_2024:2?r=CsiH2tGGnG44ypJbHBu7jjb98TVrsNiW" allowfullscreen></iframe></div>
</div>
</div>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>