Skip to content

Commit

Permalink
feat: logo
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleSound committed Oct 4, 2024
1 parent 69c807c commit a5f68d3
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 16 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# Qrs
<br>

Stream data through multiple QRCodes, a bit like this meme:
<p align="center">
<img height="150px" src="public/logo.svg">
</p>

<h1 align="center">Qrs</h1>

<p align="center">
Stream data through multiple QRCodes
</p>

<blockquote align="center">
<p>a bit like this meme:</p>
<img alt="Install Windows using QR Codes" src="public/install-windows-using-a-qr-code.jpeg" width="250px">
</blockquote>

## Usage

Expand Down
4 changes: 2 additions & 2 deletions app/constants/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const appName = 'Vitesse for Nuxt 3'
export const appDescription = 'Vitesse for Nuxt 3'
export const appName = 'Qrs'
export const appDescription = 'Stream data through multiple QRCodes'
20 changes: 12 additions & 8 deletions app/layouts/default.vue
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
<template>
<main h-full>
<div flex flex-col gap-4 px-4 pb-4 pt-4>
<div flex gap-10>
<h1 text-4xl>
<div flex items-center gap-2 text-4xl>
<img src="/logo.svg" alt="Qrs" size-1em>
<h1>
Qrs
</h1>
<a href="https://github.com/qqrss/qrs" target="_blank" cursor-pointer text-3xl op50 hover:text-blue hover:op100>
<div i-carbon:logo-github />
</a>
</div>
<div h-full flex gap-5>
<NuxtLink op70 hover="text-blue" duration-300 transition="all ease-in-out" to="/" active-class="!op100">
<div h-full flex gap-8>
<NuxtLink op70 hover="text-blue" duration-300 transition="all ease-in-out" to="/" active-class="!op100" flex="~ items-center gap-1">
<span i-carbon-upload inline-block />
Transfer
</NuxtLink>
<NuxtLink op70 hover="text-blue" duration-300 transition="all ease-in-out" to="/scan" active-class="!op100">
<NuxtLink op70 hover="text-blue" duration-300 transition="all ease-in-out" to="/scan" active-class="!op100" flex="~ items-center gap-1">
<span i-carbon-download inline-block />
Receive
</NuxtLink>

<a href="https://github.com/qqrss/qrs" target="_blank" op70 hover="text-blue" duration-300 transition="all ease-in-out" flex="~ items-center gap-1">
<span i-carbon:logo-github inline-block /><span>GitHub</span>
</a>
</div>
</div>
<slot />
Expand Down
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default defineNuxtConfig({
viewport: 'width=device-width,initial-scale=1',
link: [
{ rel: 'icon', href: '/favicon.ico', sizes: 'any' },
{ rel: 'icon', type: 'image/svg+xml', href: '/nuxt.svg' },
{ rel: 'icon', type: 'image/svg+xml', href: '/logo.svg' },
{ rel: 'apple-touch-icon', href: '/apple-touch-icon.png' },
],
meta: [
Expand Down
Binary file modified public/apple-touch-icon.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 public/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions public/logo.svg
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 public/maskable-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions public/nuxt.svg

This file was deleted.

Binary file modified public/pwa-192x192.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 public/pwa-512x512.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 removed public/vite.png
Binary file not shown.

0 comments on commit a5f68d3

Please sign in to comment.