-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (48 loc) · 3.33 KB
/
Copy pathindex.html
File metadata and controls
50 lines (48 loc) · 3.33 KB
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
<!DOCTYPE html>
<html lang="en" data-theme="light" data-variant="editorial" data-accent="on">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Coding Challenges — Structured platforms. Smart solutions.</title>
<meta name="description" content="An engineering knowledge base of algorithmic challenges — documented, traceable, and rendered to be read." />
<link rel="canonical" href="https://danielpolowork.github.io/coding-challenges/" />
<link rel="icon" type="image/svg+xml" href="src/assets/favicon.svg" />
<link rel="icon" type="image/png" sizes="32x32" href="src/assets/favicon-32.png" />
<link rel="apple-touch-icon" href="src/assets/apple-touch-icon.png" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Coding Challenges" />
<meta property="og:title" content="Coding Challenges — Structured platforms. Smart solutions." />
<meta property="og:description" content="An engineering knowledge base of algorithmic challenges — documented, traceable, and rendered to be read." />
<meta property="og:url" content="https://danielpolowork.github.io/coding-challenges/" />
<meta property="og:image" content="https://danielpolowork.github.io/coding-challenges/src/assets/og-card.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<link rel="preload" href="src/fonts/myc-serif.woff2" as="font" type="font/woff2" crossorigin />
<link rel="preload" href="src/fonts/myc-sans.woff2" as="font" type="font/woff2" crossorigin />
<link rel="stylesheet" href="src/assets/styles.css?v=ed1de2790c" />
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<div id="root"></div>
<noscript>
<p style="max-width: 560px; margin: 4rem auto; padding: 0 20px; font-family: Georgia, serif; text-align: center;">
This site renders live data from the repository manifest and requires JavaScript.
You can browse everything directly in the
<a href="https://github.com/danielPoloWork/coding-challenges">GitHub repository</a>.
</p>
</noscript>
<script src="https://unpkg.com/react@18.3.1/umd/react.production.min.js" integrity="sha384-DGyLxAyjq0f9SPpVevD6IgztCFlnMF6oW/XQGmfe+IsZ8TqEiDrcHkMLKI6fiB/Z" crossorigin="anonymous"></script>
<script src="https://unpkg.com/react-dom@18.3.1/umd/react-dom.production.min.js" integrity="sha384-gTGxhz21lVGYNMcdJOyq01Edg0jhn/c22nsx0kyqP0TxaV5WVdsSH1fSDUf5YJj1" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.7/gsap.min.js" integrity="sha384-pEQB1h4Zmn9xhS6jotzltHSIQq6N0Oh3BXkCNOH5LKI81R2NRbb9efarAJYw9gTY" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="src/assets/fx.js?v=de05d470ea"></script>
<script src="src/assets/data.js?v=99eb8d757d"></script>
<script src="src/assets/cc-core.js?v=5582a9d9e5"></script>
<script src="src/tweaks-panel.js?v=73326c3d03"></script>
<script src="src/assets/ui.js?v=9fdd99968a"></script>
<script src="src/assets/sections.js?v=615c62b91d"></script>
<script src="src/assets/sections2.js?v=6a755165e1"></script>
<script src="src/assets/constellation.js?v=374f13e966"></script>
<script src="src/assets/app.js?v=dfc7e1237f"></script>
</body>
</html>