-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update papua opensource github domain
- Loading branch information
Showing
1 changed file
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
@@ -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> | ||
|