Skip to content

Commit

Permalink
fix: update papua opensource github domain
Browse files Browse the repository at this point in the history
  • Loading branch information
antheiz committed Aug 29, 2024
1 parent b2d9bbc commit 54b3eae
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<!doctype html>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="./images/favicon.ico" type="image/x-icon">
<link rel="icon" href="./images/favicon.ico" type="image/x-icon">
<title>Coming Soon - Papua Open Source</title>

<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Onest:[email protected]&display=swap" rel="stylesheet">

<link href="https://fonts.googleapis.com/css2?family=Onest:[email protected]&display=swap"
rel="stylesheet">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<script>
Expand All @@ -27,20 +26,27 @@
<body>
<div class="relative mx-auto font-onest flex flex-col-reverse px-4 py-16 sm:max-w-xl md:max-w-full md:px-8 lg:block lg:flex-col lg:py-32 xl:py-48">
<div class="z-0 -mx-4 flex h-full justify-center overflow-hidden lg:absolute lg:bottom-0 lg:left-0 lg:w-1/2 lg:items-center lg:justify-end lg:pb-16 lg:pr-8 lg:pt-24 xl:pr-0">
<img src="./images/laptop.png" class="h-auto w-full object-cover object-right lg:h-full lg:w-auto" alt="" />
<img src="./images/laptop.png"
class="h-auto w-full object-cover object-right lg:h-full lg:w-auto"
alt="Laptop" />
</div>
<div class="relative mx-auto flex max-w-xl justify-end lg:max-w-screen-xl xl:pr-32">
<div class="mb-16 lg:mb-0 lg:max-w-lg lg:pr-5">
<div class="mb-6 max-w-xl">
<div>
<p class="bg-indigo-400 mb-4 inline-block rounded-full px-3 py-px text-xs font-semibold uppercase tracking-wider text-white">papuaopensource</p>
<p class="bg-indigo-400 mb-4 inline-block rounded-full px-3 py-px text-xs font-semibold uppercase tracking-wider text-white">
papuaopensource.github.io
</p>
</div>
<h2 class="mb-6 max-w-lg font-sans text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl sm:leading-none">
Coming Soon<br class="hidden md:block" />
Coming Soon
<br class="hidden md:block" />
Stay Tuned For
<span class="text-indigo-400 inline-block">Updates</span>
</h2>
<p class="text-base text-gray-700 md:text-lg">We are working hard to bring you something amazing. Stay tuned for more information and updates.</p>
<p class="text-base text-gray-700 md:text-lg">
We are working hard to bring you something amazing. Stay tuned for more information and updates.
</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 54b3eae

Please sign in to comment.