Archived
Template
1
Fork 0
This repository has been archived on 2025-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
Vacy/portfolio/index.html
2022-04-30 14:07:24 -04:00

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>