Skip to content

Commit

Permalink
fixed links in demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuraghavb committed Feb 2, 2023
1 parent 9752fcb commit e87372e
Show file tree
Hide file tree
Showing 37 changed files with 1,252 additions and 95 deletions.
Empty file modified .dockerignore
100644 → 100755
Empty file.
Empty file modified .eslintignore
100644 → 100755
Empty file.
Empty file modified .eslintrc
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
2 changes: 1 addition & 1 deletion Dockerfile
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts-alpine AS build
FROM node:16.17.0-alpine AS build
WORKDIR /app
COPY package*.json ./
RUN npm i
Expand Down
Empty file modified assets/icons/appstore.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/icons/artstation.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/icons/buymeacoffee.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/icons/cashapp.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/icons/gitlab.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/icons/playstore.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/icons/xmpp.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/styles/T2.min.css
100644 → 100755
Empty file.
Empty file modified assets/styles/T3.min.css
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions docker-compose.yml
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: "3.8"
version: '3.8'
services:
app:
enbizcard:
build: .
container_name: enbizcard
ports:
Expand Down
Empty file modified env.example
100644 → 100755
Empty file.
Empty file modified jsconfig.json
100644 → 100755
Empty file.
Empty file modified mixins/utils.js
100644 → 100755
Empty file.
3 changes: 3 additions & 0 deletions package-lock.json
100644 → 100755

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

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"start": "nuxt start",
"generate": "nuxt generate"
},
"engines": {
"node": "16.17.0"
},
"engineStrict": true,
"dependencies": {
"@caohenghu/vue-colorpicker": "^1.2.4",
"@nuxtjs/pwa": "^3.3.5",
Expand Down
Empty file modified static/demo/EnBizCard's public key.asc
100644 → 100755
Empty file.
Empty file modified static/demo/cover.gif
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/demo/enbizcard.vcf
100644 → 100755
Empty file.
1,333 changes: 1,241 additions & 92 deletions static/demo/index.html
100644 → 100755

Large diffs are not rendered by default.

Empty file modified static/demo/logo.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/demo/media/business_card_-_wikipedia.jpeg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/demo/media/business_card_-_wikipedia.pdf
100644 → 100755
Empty file.
Empty file modified static/demo/media/butterflies.mp4
100644 → 100755
Empty file.
Empty file modified static/demo/media/over_the_water,_humans_gather.jpeg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/demo/media/over_the_water,_humans_gather.mp3
100644 → 100755
Empty file.
Empty file modified static/demo/media/photo.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/demo/media/photo_by_andreas_gücklhorn.jpeg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/demo/media/photo_by_erol_ahmed.jpeg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/demo/photo.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/demo/qrcode.min.js
100644 → 100755
Empty file.
Empty file modified static/demo/style.min.css
100644 → 100755
Empty file.
Empty file modified store/index.js
100644 → 100755
Empty file.

0 comments on commit e87372e

Please sign in to comment.