43 lines
1.9 KiB
HTML
43 lines
1.9 KiB
HTML
<!-- Hosted and created by Korbs Studio -->
|
|
<!DOCTYPE html>
|
|
<script src="https://kit.fontawesome.com/fc093d7fbf.js" crossorigin="anonymous"></script>
|
|
<script src="/src/js/component.js"></script>
|
|
<html>
|
|
<head>
|
|
<title>BlueAnimates</title>
|
|
<link rel="stylesheet" href="/src/css/master.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no, viewport-fit=cover">
|
|
</head>
|
|
<body>
|
|
<div add-component="/src/components/master/header.html"></div>
|
|
<div class="content">
|
|
<section class="header">
|
|
<h1>Portfolio</h1>
|
|
<p>My Best Work</p>
|
|
</section>
|
|
<section id="grid-5050">
|
|
<div>
|
|
<h1 style="text-align: center; color: black !important;"><a href="./2021/">2021</a></h1>
|
|
<iframe width="100%" height="360px" src="https://www.youtube-nocookie.com/embed/hewa6q5uiC0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
</div>
|
|
<div>
|
|
<h1 style="text-align: center; color: black !important;"><a href="./2022/">2022</a></h1>
|
|
<iframe width="100%" height="360px" src="https://www.youtube-nocookie.com/embed/9-FNsjTM4ps" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
</div>
|
|
</section>
|
|
<section id="footer">
|
|
<div>
|
|
<p><i class="fa-light fa-copyright"></i> 2021 - 2022 BlueAnimates</p>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</body>
|
|
<script>addComponent()</script>
|
|
</html>
|
|
<style>
|
|
#Portfolio {
|
|
border-bottom: 4px var(--blue-light) solid;
|
|
padding-bottom: 16px;
|
|
}
|
|
</style>
|
|
|