58 lines
2.6 KiB
HTML
58 lines
2.6 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>Cypher Tank | 4NK.network</title>
|
|
<meta name="robots" content="noindex, nofollow" />
|
|
<link rel="stylesheet" href="styles.css" />
|
|
<style>
|
|
/* Make the iframe roomy below header */
|
|
.full-embed{ height: calc(100vh - 120px); width:100%; border:0; border-top:1px solid var(--border); }
|
|
@media (max-width:768px){ .full-embed{ height: calc(100vh - 140px); } }
|
|
</style>
|
|
<meta name="color-scheme" content="dark light" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ctext x='50' y='65' font-size='60' text-anchor='middle'%3E%E2%9A%A1%EF%B8%8F%3C/text%3E%3C/svg%3E" />
|
|
|
|
</head>
|
|
<body>
|
|
<header class="site-header">
|
|
<div class="container row between center">
|
|
<a class="logo" href="index.html#top">4NK</a>
|
|
<nav class="nav" aria-label="Primary navigation">
|
|
<button class="nav-toggle" aria-expanded="false" aria-controls="nav-links">☰</button>
|
|
<ul id="nav-links">
|
|
<li><a href="index.html#intro">Home</a></li>
|
|
<li><a href="index.html#principles">Services</a></li>
|
|
<li><a href="index.html#team">About</a></li>
|
|
<li><a href="index.html#contact">Contact</a></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
|
|
<main>
|
|
<section class="section" style="padding:1rem 0 2rem; border-bottom:0; width:100%;">
|
|
<div style="position: relative; width: 100%; height: 0; padding-top: 56.2500%;
|
|
padding-bottom: 0; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); margin-top: 1.6em; margin-bottom: 0.9em; overflow: hidden;
|
|
border-radius: 8px; will-change: transform;">
|
|
<iframe loading="lazy" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;"
|
|
src="https://www.canva.com/design/DAG0YYRiTgk/hg6-u8emxIrLASB3mdFtug/view?embed" allowfullscreen="allowfullscreen" allow="fullscreen">
|
|
</iframe>
|
|
</div>
|
|
<p style="text-align:center; margin-top:.5rem;">
|
|
<a href="https://www.canva.com/design/DAG0YYRiTgk/hg6-u8emxIrLASB3mdFtug/view?utm_content=DAG0YYRiTgk&utm_campaign=designshare&utm_medium=embeds&utm_source=link" target="_blank" rel="noopener">4NK PITCH V0.2</a> by Elie Sader
|
|
</p>
|
|
</section>
|
|
</main>
|
|
|
|
<footer class="site-footer">
|
|
<div class="container">
|
|
<small>© <span id="year"></span> 4NK. All rights reserved.</small>
|
|
</div>
|
|
</footer>
|
|
<script src="script.js"></script>
|
|
</body>
|
|
</html>
|