Skip to content

Commit a5f68d3

Browse files
committed
feat: logo
1 parent 69c807c commit a5f68d3

File tree

12 files changed

+29
-16
lines changed

12 files changed

+29
-16
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
1-
# Qrs
1+
<br>
22

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

7+
<h1 align="center">Qrs</h1>
8+
9+
<p align="center">
10+
Stream data through multiple QRCodes
11+
</p>
12+
13+
<blockquote align="center">
14+
<p>a bit like this meme:</p>
515
<img alt="Install Windows using QR Codes" src="public/install-windows-using-a-qr-code.jpeg" width="250px">
16+
</blockquote>
617

718
## Usage
819

app/constants/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export const appName = 'Vitesse for Nuxt 3'
2-
export const appDescription = 'Vitesse for Nuxt 3'
1+
export const appName = 'Qrs'
2+
export const appDescription = 'Stream data through multiple QRCodes'

app/layouts/default.vue

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
<template>
22
<main h-full>
33
<div flex flex-col gap-4 px-4 pb-4 pt-4>
4-
<div flex gap-10>
5-
<h1 text-4xl>
4+
<div flex items-center gap-2 text-4xl>
5+
<img src="/logo.svg" alt="Qrs" size-1em>
6+
<h1>
67
Qrs
78
</h1>
8-
<a href="https://github.com/qqrss/qrs" target="_blank" cursor-pointer text-3xl op50 hover:text-blue hover:op100>
9-
<div i-carbon:logo-github />
10-
</a>
119
</div>
12-
<div h-full flex gap-5>
13-
<NuxtLink op70 hover="text-blue" duration-300 transition="all ease-in-out" to="/" active-class="!op100">
10+
<div h-full flex gap-8>
11+
<NuxtLink op70 hover="text-blue" duration-300 transition="all ease-in-out" to="/" active-class="!op100" flex="~ items-center gap-1">
12+
<span i-carbon-upload inline-block />
1413
Transfer
1514
</NuxtLink>
16-
<NuxtLink op70 hover="text-blue" duration-300 transition="all ease-in-out" to="/scan" active-class="!op100">
15+
<NuxtLink op70 hover="text-blue" duration-300 transition="all ease-in-out" to="/scan" active-class="!op100" flex="~ items-center gap-1">
16+
<span i-carbon-download inline-block />
1717
Receive
1818
</NuxtLink>
19+
20+
<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">
21+
<span i-carbon:logo-github inline-block /><span>GitHub</span>
22+
</a>
1923
</div>
2024
</div>
2125
<slot />

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default defineNuxtConfig({
4646
viewport: 'width=device-width,initial-scale=1',
4747
link: [
4848
{ rel: 'icon', href: '/favicon.ico', sizes: 'any' },
49-
{ rel: 'icon', type: 'image/svg+xml', href: '/nuxt.svg' },
49+
{ rel: 'icon', type: 'image/svg+xml', href: '/logo.svg' },
5050
{ rel: 'apple-touch-icon', href: '/apple-touch-icon.png' },
5151
],
5252
meta: [

public/apple-touch-icon.png

-1.07 KB
Loading

public/favicon.ico

-13.5 KB
Binary file not shown.

public/logo.svg

Lines changed: 1 addition & 0 deletions
Loading

public/maskable-icon.png

1.76 KB
Loading

public/nuxt.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/pwa-192x192.png

-432 Bytes
Loading

0 commit comments

Comments
 (0)