-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsol.html
56 lines (56 loc) · 3.55 KB
/
sol.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
<!DOCTYPE html>
<html lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A link to the Sons of Lanarchy Discord and Youtube playlist">
<meta name="author" content="Derek Elder">
<meta http-equiv="cache-control" content="max-age=3600">
<title>Delder's Domain -- Sons of Lanarchy</title>
<link rel="canonical" href="https://www.derekmelder.com/sol.html">
<link rel="shortcut icon" href="images/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/style.min.css">
</head>
<body class="background sol">
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark py-0 bg-teal">
<div class="container-fluid">
<a class="navbar-brand" href="home.html">Delder's Domain</a>
<button class="navbar-toggler collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse justify-content-end" id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item"><a class="nav-link" href="home.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="resume.html">Resume</a></li>
<li class="nav-item"><a class="nav-link" href="about.html">About</a></li>
<li class="nav-item"><a class="nav-link" href="interests.html">Interests</a></li>
<li class="nav-item"><a class="nav-link active" href="sol.html">SoL</a></li>
<li class="nav-item"><a class="nav-link" href="writing.html">Writing</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
</ul>
<img id="light-mode-toggle" width="24px">
</div>
</div>
</nav>
<section>
<div class="hero-inner" id="history">
<h1>The Sons of Lanarchy</h1>
<p>The Sons of Lanarchy are a close knit group of people born and raised in Southern California. Most of us attended South High School together where our shared passions for gaming and other nerdy activities provided the bedrock of a foundation that would stand the test of time. Although we are more spread out now, we enjoy gaming with one another to this day.</p>
</div>
<div class="hero-inner" id="discord">
<h1>Discord</h1>
<iframe src="https://discordapp.com/widget?id=88843842408706048&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0"></iframe>
</div>
<div class="hero-inner" id="media">
<h1>Playlist</h1>
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PLLwcjCbudUfArDWGtC0_iQBw0gtlMzvzF" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</section>
<script src="bootstrap/js/bootstrap.bundle.min.js" defer></script>
<script src="js/theme.min.js" defer></script>
</body>
</html>