Skip to content

Commit

Permalink
'publication by pim@ojs+linux+5.15.102+quiqr-desktop-app-0.17.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
mipmip committed May 31, 2023
1 parent f91847e commit 3fc2fa6
Show file tree
Hide file tree
Showing 9 changed files with 55 additions and 4 deletions.
26 changes: 26 additions & 0 deletions '
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<html>
<head>
<title>Quiqr Kitchen Sink</title>
</head>
<style>
body{
background: rgb(2,0,36);
background: linear-gradient(111deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 26%, rgba(0,212,255,1) 100%);
}

.center {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: white;
font-size: 40px;
font-family: 'sans-serif';
font-weight: bold
}
</style>
<body>
<div class="center">Kitchen Sink</div>
</body>
</html>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# Kitchen Sink

A Quiqr Template with a complete model.
# quiqr-template-kitchen-sink
27 changes: 27 additions & 0 deletions layouts/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<html>
<head>
<title>Quiqr Kitchen Sink</title>
<link rel="icon" href="/favicon.png">
</head>
<style>
body{
background: rgb(2,0,36);
background: linear-gradient(111deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 26%, rgba(0,212,255,1) 100%);
}

.center {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: white;
font-size: 400%;
font-family: 'sans-serif';
font-weight: bold;
}
</style>
<body>
<div class="center">Kitchen Sink</div>
</body>
</html>
Binary file added quiqr/etalage/favicon/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified quiqr/etalage/screenshots/quiqr-generated-screenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion static/.quiqr_with_me
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"lastPublish":1685481982102,"path":"quiqr-template-kitchen-sink"}
{"lastPublish":1685567785934,"path":"quiqr-template-kitchen-sink"}
Binary file added static/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3fc2fa6

Please sign in to comment.