Skip to content

Commit

Permalink
Merge pull request #8 from Rabbit-Company/dev
Browse files Browse the repository at this point in the history
v8.0.0
  • Loading branch information
zigazajc007 authored Dec 8, 2022
2 parents 4005ae6 + ad38c3a commit 9d13a89
Show file tree
Hide file tree
Showing 75 changed files with 8,298 additions and 6,566 deletions.
81 changes: 31 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "passky-website",
"description": "Website for Passky (password manager)",
"version": "7.1.0",
"version": "8.0.0",
"main": "tailwind.config.js",
"scripts": {
"build": "npx tailwindcss -i ./tailwind.css -o ./website/css/tailwind.min.css"
"build": "npx tailwindcss -i ./tailwind.css -o ./website/css/tailwind.min.css --minify"
},
"repository": {
"type": "git",
Expand All @@ -17,6 +17,6 @@
},
"homepage": "https://github.com/Rabbit-Company/Passky-Website#readme",
"devDependencies": {
"tailwindcss": "^3.1.8"
"tailwindcss": "^3.2.4"
}
}
29 changes: 29 additions & 0 deletions website/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!doctype html>
<html class="h-full">
<head>
<meta charset="UTF-8">
<title>Error 404</title>
<meta name="description" content="Error 404 page" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/css/tailwind.min.css">
</head>
<body class="h-full">
<div class="min-h-full bg-gray-800 px-4 py-16 sm:px-6 sm:py-24 md:grid md:place-items-center lg:px-8">
<div class="mx-auto max-w-max">
<main class="sm:flex">
<p class="text-4xl font-bold tracking-tight text-indigo-600 sm:text-5xl">404</p>
<div class="sm:ml-6">
<div class="sm:border-l sm:border-gray-200 sm:pl-6">
<h1 class="text-4xl font-bold tracking-tight text-white sm:text-5xl">Page not found</h1>
<p class="mt-1 text-base text-gray-100">Please check the URL in the address bar and try again.</p>
</div>
<div class="mt-10 flex space-x-3 sm:border-l sm:border-transparent sm:pl-6">
<a href="https://passky.org" class="inline-flex items-center rounded-md border border-transparent bg-indigo-600 px-4 py-2 text-sm font-medium text-white shadow-sm hover:bg-indigo-700 focus:outline-none">Go back home</a>
<a href="https://passky.org/contact" class="inline-flex items-center rounded-md border border-transparent bg-indigo-100 px-4 py-2 text-sm font-medium text-indigo-700 hover:bg-indigo-200 focus:outline-none">Contact support</a>
</div>
</div>
</main>
</div>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion website/_headers
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
X-Content-Type-Options: nosniff
Referrer-Policy: no-referrer
X-XSS-Protection: 1; mode=block
Content-Security-Policy: script-src 'self' 'unsafe-inline' https://storage.googleapis.com/; frame-ancestors 'none';
Content-Security-Policy: script-src 'self' 'unsafe-inline' https://storage.googleapis.com/; base-uri 'none'; object-src 'none'; form-action 'self'; frame-ancestors 'none'; worker-src 'self' blob:;
Permissions-Policy: interest-cohort=()
22 changes: 11 additions & 11 deletions website/css/export.css
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
::-webkit-scrollbar {
width: 8px;
width: 8px;
}

body{
min-width: 500px;
min-height: 500px;
overflow-x: hidden;
min-width: 500px;
min-height: 500px;
overflow-x: hidden;
}

#passky-logo{
background-color: #e6f5ff;
background-color: #e6f5ff;
}

#bitwarden-logo{
background-color: #3c8dbc;
background-color: #3c8dbc;
}

#lastpass-logo{
background-color: #d12f2e;
background-color: #d12f2e;
}

#dashline-logo{
background-color: #0e353d;
background-color: #0e353d;
}

#onepassword-logo{
background-color: #fff;
background-color: #fff;
}

#keeper-logo{
background-color: #fff;
background-color: #fff;
}

#nordpass-logo{
background-color: #d3f8f7;
background-color: #d3f8f7;
}
8 changes: 4 additions & 4 deletions website/css/index.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
body{
min-width: 300px;
min-width: 300px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
-webkit-appearance: none;
margin: 0;
}

input[type=number]{
-moz-appearance: textfield;
-moz-appearance: textfield;
}
18 changes: 14 additions & 4 deletions website/css/passwords.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
::-webkit-scrollbar {
width: 8px;
width: 8px;
}

body{
min-width: 500px;
min-height: 500px;
overflow-x: hidden;
min-width: 500px;
min-height: 500px;
overflow-x: hidden;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
}

input[type=number]{
-moz-appearance: textfield;
}
10 changes: 5 additions & 5 deletions website/css/settings.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
::-webkit-scrollbar {
width: 8px;
width: 8px;
}

body{
min-width: 500px;
min-height: 500px;
overflow-x: hidden;
min-width: 500px;
min-height: 500px;
overflow-x: hidden;
}

select{
-webkit-appearance: none;
-webkit-appearance: none;
}
Loading

0 comments on commit 9d13a89

Please sign in to comment.