Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2025 Static Stub #346

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/images/share-2025.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon.ico
Binary file not shown.
12 changes: 9 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build]
base = "."
publish = "public/"
command = "make deploy"
base = "./static-2025"
publish = ""
command = ""

# https://cli.netlify.com/netlify-dev#netlifytoml-dev-block
[dev]
Expand All @@ -15,6 +15,12 @@
status = 301
force = true

[[redirects]]
from = "/submit"
to = "https://sessionize.com/200ok-2025/"
status = 302
force = true

[[redirects]]
from = "/tickets"
to = "https://www.techlahoma.org/tickets-arent-available"
Expand Down
Binary file added static-2025/background-dark.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static-2025/background.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static-2025/favicon.ico
Binary file not shown.
131 changes: 131 additions & 0 deletions static-2025/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<title>200OK - Tulsa’s Web Developer Conference</title>
<meta name="viewport" content="width=device-width, initial-scale=1">

<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="description" content="200OK is Tulsa’s Web Developer Conference. Hear from some of the best speakers across the globe for a day of presentations about leading web technology topics.">

<!-- Favicon -->
<link rel="icon" href="/favicon.ico" type="image/x-icon" />

<!-- OG Tags -->
<meta property="og:title" content="200OK Web Developer Conference">
<meta property="og:type" content="website">
<meta property="og:description" content="200OK is Tulsa’s Web Developer Conference. Hear from some of the best speakers across the globe for a day of presentations about leading web technology topics.">
<meta property="og:url" content="https://200ok.us/">
<meta property="og:image" content="https://200ok.us/share-2025.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@200okconf">
<meta name="twitter:title" content="200OK Web Developer Conference">
<meta name="twitter:description" content="200OK is Tulsa’s Web Developer Conference. Hear from some of the best speakers across the globe for a day of presentations about leading web technology topics.">
<meta name="twitter:image" content="https://200ok.us/share-2025.jpg">

<script src="https://cdn.tailwindcss.com"></script>

<style>
.background {
background-image: url("background.gif");
background-size: cover;
background-position: center center;
}

/* @media (prefers-reduced-motion) {
.background {
background-image: url("https://media.giphy.com/media/7OmrG0CnLHXbTmhLaS/giphy.gif");
}
} */

@media (prefers-color-scheme: dark) {
.background {
background-image: url("background-dark.gif");
}
}

@media (prefers-reduced-motion) {
.background {
background-image: none !important;
}
}


</style>

<script type="text/javascript">
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments);
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m);
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');

ga('create', 'UA-20201601-6', 'auto');
ga('send', 'pageview');
</script>

<script type="text/javascript" src="//static.ads-twitter.com/oct.js"></script>
<script type="text/javascript">twttr.conversion.trackPid('o7quo', { tw_sale_amount: 0, tw_order_quantity: 0 });</script>

<script type="text/javascript" async src="https://www.googletagmanager.com/gtag/js?id=AW-10883406547"></script>
<script type="text/javascript">window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-10883406547');</script>
<script type="text/javascript">gtag('event', 'conversion', { 'send_to': 'AW-10883406547/G7KnCNvh9rMDENO1zsUo', 'transaction_id': '' });
</script>
</head>

<body class="bg-stone-800 font-mono">
<div class="bg-stone-100 text-stone-800 dark:bg-stone-800 dark:text-stone-100 md:min-h-full background">
<header class="mx-auto max-w-screen-lg px-4 md:px-8 pt-24 mb-12 ">
<h1 class=" max-w-sm font-bold">
<span class="inline-block text-5xl sm:text-7xl lg:text-9xl bg-green-300 text-stone-800">200OK</span>
<span class="inline-block text-2xl sm:text-4xl lg:text-6xl">Developer Conference</span>
</h1>
</header>
<main class="mx-auto max-w-screen-lg px-4 md:px-8 pb-8 xl:pb-16">
<div class="text-xl sm:text-2xl lg:text-3xl flex flex-col gap-2 leading-tight ">
<span class="block">Tulsa's Developer Conference</span>
<span class="block">May 23, 2025</span>
<span class="block mb-8"><a class="underline hover:no-underline hover:bg-green-300 hover:text-stone-800" href="https://www.atlasschool.com/">Atlas School</a></span>
<span class="block"><a class="underline hover:no-underline bg-green-300 text-stone-800 hover:bg-green-400" href="https://sessionize.com/200ok-2025/">Submit Talk Proposal</a></span>
</div>
</main>
</div>
<footer class="bg-stone-800 py-6 md:py-8 rounded-b-lg uppercase tracking-wide w-full ">
<div class="max-w-screen-lg mx-auto px-4 md:px-8">
<div class="flex gap-4 flex-col lg:flex-row lg:items-center text-[#d7d3ca]">
<div class="">

<span id="copyrightyear" class="block lg:ml-auto lg:ml-0 text-[#f9f3e6]">&copy; 2024 <a href="https://www.techlahoma.org/" class="hover:bg-green-300 hover:text-stone-800">Techlahoma Foundation</a></span>
<div class="flex flex-col sm:flex-row sm:gap-4">
<a class="block hover:bg-green-300 hover:text-stone-800 " href="mailto:[email protected]">Contact Us</a>
<a class="block hover:bg-green-300 hover:text-stone-800 " href="https://www.techlahoma.org/code-of-conduct/">Code of Conduct</a>
<!-- TODO: Style/create Privacy Policy page -->
<!-- <a class="block hover:bg-green-300 hover:text-stone-800 " href="/privacy-policy">Privacy Policy</a> -->
</div>
<div class="flex flex-col sm:flex-row sm:gap-4">
<a class="block hover:bg-green-300 hover:text-stone-800 " href="https://twitter.com/200okconf">Twitter</a>
<a class="block hover:bg-green-300 hover:text-stone-800 " href="https://techlahoma.slack.com/archives/C0HFPH866">Slack</a>
<a class="block hover:bg-green-300 hover:text-stone-800 " href="https://www.linkedin.com/events/200oktulsa-swebdeveloperconfere6899103460290027520">LinkedIn</a>
<a class="block hover:bg-green-300 hover:text-stone-800 " href="https://www.meetup.com/Techlahoma-Foundation/events/284205782/">Meetup</a>
</div>
</div>

<!-- TODO:NETLIFY -->
<a class="block lg:ml-auto" href="https://www.netlify.com">
<img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Deploys by Netlify" />
</a>

<!-- {% if env.NETLIFY %}
<a class="block lg:ml-auto" href="https://www.netlify.com">
<img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Deploys by Netlify" />
</a>
{% endif %} -->
</div>
</div>
</footer>
</body>

</html>
Binary file added static-2025/share-2025.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.