Skip to content

Commit

Permalink
Updated website
Browse files Browse the repository at this point in the history
  • Loading branch information
zigazajc007 committed Feb 5, 2022
1 parent 4f1ba7e commit 5d48602
Show file tree
Hide file tree
Showing 10 changed files with 1,488 additions and 899 deletions.
199 changes: 199 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,199 @@
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Passky</title>
<meta name="description" content="Passky is a simple, modern, lightweight, open-source and secure password manager.">
<meta name="keywords" content="Passky, passky, Password manager, password manager, open source">
<meta name="author" content="Rabbit Company">
<link rel="shortcut icon" type="image/png" href="images/logo.png"/>
<link rel="stylesheet" type="text/css" href="css/tailwind.min.css">
<link rel="stylesheet" type="text/css" href="css/index.css" />
</head>
<body>
<nav class="bg-gray-800">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex items-center justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="block h-8 w-auto" src="images/logo.png" alt="Passky">
</div>
<div class="hidden sm:block sm:ml-6">
<div class="flex space-x-4">
<a href="index.html" class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Home</a>
<a href="servers.html" class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Servers</a>
<a href="pricing.html" class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Pricing</a>
<a href="donation.html" class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Donation</a>
<a href="contact.html" class="bg-gray-900 text-white px-3 py-2 rounded-md text-sm font-medium">Contact</a>
</div>
</div>
</div>
<div class="hidden md:flex space-x-4 items-center justify-end md:flex-1 lg:w-0">
<a href="https://vault.passky.org" target="_blank" class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Log in</a>
<a href="https://vault.passky.org/register" target="_blank" class="bg-indigo-600 text-gray-100 hover:bg-indigo-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Sign up</a>
</div>
<div class="-mr-2 flex sm:hidden">
<button id="main-menu-btn" type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none" aria-controls="mobile-menu" aria-expanded="false">
<span class="sr-only">Open main menu</span>
<svg id="main-menu-icon" class="block h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
</svg>
</button>
</div>
</div>
</div>

<div class="sm:hidden hidden" id="mobile-menu">
<div class="px-2 pt-2 pb-3 space-y-1">
<a href="index.html" class="text-gray-300 hover:bg-gray-700 hover:text-white block px-3 py-2 rounded-md text-base font-medium">Home</a>
<a href="servers.html" class="text-gray-300 hover:bg-gray-700 hover:text-white block px-3 py-2 rounded-md text-base font-medium">Servers</a>
<a href="pricing.html" class="text-gray-300 hover:bg-gray-700 hover:text-white block px-3 py-2 rounded-md text-base font-medium">Pricing</a>
<a href="donation.html" class="text-gray-300 hover:bg-gray-700 hover:text-white block px-3 py-2 rounded-md text-base font-medium">Donation</a>
<a href="contact.html" class="bg-gray-900 text-white block px-3 py-2 rounded-md text-base font-medium">Contact</a>
<a href="https://vault.passky.org" target="_blank" class="text-gray-300 hover:bg-gray-700 hover:text-white block px-3 py-2 rounded-md text-base font-medium">Log in</a>
<a href="https://vault.passky.org/register" target="_blank" class="text-gray-300 hover:bg-gray-700 hover:text-white block px-3 py-2 rounded-md text-base font-medium">Sign up</a>
</div>
</div>
</nav>

<main>
<section id="faq">
<div class="bg-gray-800">
<div class="max-w-7xl mx-auto py-12 px-4 sm:py-16 sm:px-6 lg:px-8">
<h1 class="text-4xl font-extrabold tracking-tight text-white md:text-5xl lg:text-6xl">FAQ</h1>
<div class="mx-auto divide-y-2 divide-gray-700">
<dl id='faq-div' class="mt-6 space-y-6 divide-y divide-gray-700"></dl>
</div>
</div>
</div>
</section>

<div class="bg-gray-900">
<div class="relative pb-32 bg-gray-900">
<div class="relative max-w-7xl mx-auto py-24 px-4 sm:py-32 sm:px-6 lg:px-8">
<h1 class="text-4xl font-extrabold tracking-tight text-white md:text-5xl lg:text-6xl">Contact</h1>
<p class="mt-6 max-w-3xl text-xl text-gray-300">No matter what type of communication you want, we have your back.</p>
</div>
</div>

<section class="-mt-32 max-w-7xl mx-auto relative z-10 pb-32 px-4 sm:px-6 lg:px-8" aria-labelledby="contact-heading">
<h2 class="sr-only" id="contact-heading">Contact us</h2>
<div class="grid grid-cols-1 gap-y-20 lg:grid-cols-3 lg:gap-y-0 lg:gap-x-8">
<div class="flex flex-col bg-gray-800 rounded-2xl shadow-xl">
<div class="flex-1 relative pt-16 px-6 pb-8 md:px-8">
<div class="absolute top-0 p-5 inline-block bg-indigo-600 rounded-xl shadow-lg transform -translate-y-1/2">
<svg class="h-6 w-6 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" aria-hidden="true">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<rect x="3" y="5" width="18" height="14" rx="2" />
<polyline points="3 7 12 13 21 7" />
</svg>
</div>
<h3 class="text-xl font-medium text-gray-300">Email</h3>
<p class="mt-4 text-base text-gray-400">A place to communicate with us privately. Email: info@passky.org</p>
</div>
<div class="p-6 bg-gray-800 rounded-bl-2xl rounded-br-2xl md:px-8">
<a href="mailto:info@passky.org" class="text-base font-medium text-indigo-500 hover:text-indigo-600">Contact us<span aria-hidden="true"> &rarr;</span></a>
</div>
</div>

<div class="flex flex-col bg-gray-800 rounded-2xl shadow-xl">
<div class="flex-1 relative pt-16 px-6 pb-8 md:px-8">
<div class="absolute top-0 p-5 inline-block bg-indigo-600 rounded-xl shadow-lg transform -translate-y-1/2">
<svg class="h-6 w-6 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" aria-hidden="true">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<circle cx="9" cy="12" r="1" />
<circle cx="15" cy="12" r="1" />
<path d="M7.5 7.5c3.5 -1 5.5 -1 9 0" />
<path d="M7 16.5c3.5 1 6.5 1 10 0" />
<path d="M15.5 17c0 1 1.5 3 2 3c1.5 0 2.833 -1.667 3.5 -3c.667 -1.667 .5 -5.833 -1.5 -11.5c-1.457 -1.015 -3 -1.34 -4.5 -1.5l-1 2.5" />
<path d="M8.5 17c0 1 -1.356 3 -1.832 3c-1.429 0 -2.698 -1.667 -3.333 -3c-.635 -1.667 -.476 -5.833 1.428 -11.5c1.388 -1.015 2.782 -1.34 4.237 -1.5l1 2.5" />
</svg>
</div>
<h3 class="text-xl font-medium text-gray-300">Discord Server</h3>
<p class="mt-4 text-base text-gray-400">A place that makes it easy to talk every day and hang out more often.</p>
</div>
<div class="p-6 bg-gray-800 rounded-bl-2xl rounded-br-2xl md:px-8">
<a href="https://discord.rabbit-company.com" target="_blank" class="text-base font-medium text-indigo-500 hover:text-indigo-600">Join now<span aria-hidden="true"> &rarr;</span></a>
</div>
</div>

<div class="flex flex-col bg-gray-800 rounded-2xl shadow-xl">
<div class="flex-1 relative pt-16 px-6 pb-8 md:px-8">
<div class="absolute top-0 p-5 inline-block bg-indigo-600 rounded-xl shadow-lg transform -translate-y-1/2">
<svg class="h-6 w-6 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" aria-hidden="true">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M22 4.01c-1 .49 -1.98 .689 -3 .99c-1.121 -1.265 -2.783 -1.335 -4.38 -.737s-2.643 2.06 -2.62 3.737v1c-3.245 .083 -6.135 -1.395 -8 -4c0 0 -4.182 7.433 4 11c-1.872 1.247 -3.739 2.088 -6 2c3.308 1.803 6.913 2.423 10.034 1.517c3.58 -1.04 6.522 -3.723 7.651 -7.742a13.84 13.84 0 0 0 .497 -3.753c-.002 -.249 1.51 -2.772 1.818 -4.013z" />
</svg>
</div>
<h3 class="text-xl font-medium text-gray-300">Twitter</h3>
<p class="mt-4 text-base text-gray-400">A place to follow our progress and innovations.</p>
</div>
<div class="p-6 bg-gray-800 rounded-bl-2xl rounded-br-2xl md:px-8">
<a href="https://twitter.com/RabbitCompany66" target="_blank" class="text-base font-medium text-indigo-500 hover:text-indigo-600">Follow us<span aria-hidden="true"> &rarr;</span></a>
</div>
</div>
</div>
</section>
</div>
</main>

<footer class="bg-gray-800">
<div class="max-w-7xl mx-auto py-12 px-4 overflow-hidden sm:px-6 lg:px-8">
<nav class="-mx-5 -my-2 flex flex-wrap justify-center" aria-label="Footer">
<div class="px-5 py-2">
<a href="index.html" class="text-base text-gray-300 hover:text-gray-500">
Home
</a>
</div>
<div class="px-5 py-2">
<a href="ToS.pdf" target="_blank" class="text-base text-gray-300 hover:text-gray-500">
Terms of Service
</a>
</div>
<div class="px-5 py-2">
<a href="PrivacyPolicy.pdf" target="_blank" class="text-base text-gray-300 hover:text-gray-500">
Privacy Policy
</a>
</div>
<div class="px-5 py-2">
<a href="GDPR.pdf" target="_blank" class="text-base text-gray-300 hover:text-gray-500">
GDPR
</a>
</div>
</nav>
<div class="mt-8 flex justify-center space-x-6">
<a href="https://discord.rabbit-company.com" target="_blank" class="text-gray-400 hover:text-gray-500">
<span class="sr-only">Discord</span>
<svg class="h-6 w-6" stroke="currentColor" viewBox="0 0 24 24" stroke-width="1.5" fill="none" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<circle cx="9" cy="12" r="1" />
<circle cx="15" cy="12" r="1" />
<path d="M7.5 7.5c3.5 -1 5.5 -1 9 0" />
<path d="M7 16.5c3.5 1 6.5 1 10 0" />
<path d="M15.5 17c0 1 1.5 3 2 3c1.5 0 2.833 -1.667 3.5 -3c.667 -1.667 .5 -5.833 -1.5 -11.5c-1.457 -1.015 -3 -1.34 -4.5 -1.5l-1 2.5" />
<path d="M8.5 17c0 1 -1.356 3 -1.832 3c-1.429 0 -2.698 -1.667 -3.333 -3c-.635 -1.667 -.476 -5.833 1.428 -11.5c1.388 -1.015 2.782 -1.34 4.237 -1.5l1 2.5" />
</svg>
</a>
<a href="https://github.com/Rabbit-Company" target="_blank" class="text-gray-400 hover:text-gray-500">
<span class="sr-only">GitHub</span>
<svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd" />
</svg>
</a>
<a href="https://twitter.com/RabbitCompany66" target="_blank" class="text-gray-400 hover:text-gray-500">
<span class="sr-only">Twitter</span>
<svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0022 5.92a8.19 8.19 0 01-2.357.646 4.118 4.118 0 001.804-2.27 8.224 8.224 0 01-2.605.996 4.107 4.107 0 00-6.993 3.743 11.65 11.65 0 01-8.457-4.287 4.106 4.106 0 001.27 5.477A4.072 4.072 0 012.8 9.713v.052a4.105 4.105 0 003.292 4.022 4.095 4.095 0 01-1.853.07 4.108 4.108 0 003.834 2.85A8.233 8.233 0 012 18.407a11.616 11.616 0 006.29 1.84" />
</svg>
</a>
</div>
<p class="mt-8 text-center text-base text-gray-400">
&copy; 2022 <a class="text-blue-400" target="_blank" href="https://rabbit-company.com">Rabbit Company LLC</a>, All rights reserved.
</p>
</div>
</footer>
<script src="js/default.js"></script>
<script src="js/faq.js"></script>
</body>
</html>
Loading

0 comments on commit 5d48602

Please sign in to comment.