move images to iris, move iris to devDependencies

This commit is contained in:
Martti Malmi 2021-01-16 16:21:25 +02:00
parent d141c6e403
commit 43eae41c35
9 changed files with 10 additions and 10 deletions

View File

@ -91,17 +91,17 @@ const HomeView = () => {
<p>Explore the data saved on the GUN database. Open to the side while using an application and see the data change in real-time.</p>
</div></a>
<a class="msg" href="game/space.html"><div class="msg-content">
<div class="img-container"><img src="game/space.jpg"/></div>
<div class="img-container"><img src="iris/img/space-game.jpg"/></div>
<b>Space</b>
<p>Spaceflight game. Open in 2 or more browser windows.</p>
</div></a>
<a class="msg" href="/iris/index.html"><div class="msg-content">
<div class="img-container"><img src="/iris.jpg"/></div>
<div class="img-container"><img src="iris/img/screenshot.png"/></div>
<b>Iris</b>
<p>Decentralized Twitter/Instagram. Provides modular components that can be reused in other applications (including this one).</p>
</div></a>
<a native class="msg" href="/chat/index.html"><div class="msg-content">
<div class="img-container"><img src="/chat/chat.jpg"/></div>
<div class="img-container"><img src="iris/img/gun-chat.jpg"/></div>
<b>Chat</b>
<p>Shoutbox!</p>
</div></a>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -9,17 +9,17 @@
<meta property="og:title" content="GUN — the database for freedom fighters">
<meta property="og:description" content="GUN is a distributed, offline-first, realtime graph database engine with built-in encryption.">
<meta property="og:type" content="website">
<meta property="og:image" content="/og-image.png">
<meta property="og:image" content="iris/img/gun-og-image.png">
<meta name="twitter:card" content="summary"></meta>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="apple-touch-icon" sizes="180x180" href="./iris/img/apple-touch-icon.png">
<link rel="icon" href="icon-48x48.png">
<link rel="icon" href="iris/img/gun-48x48.png">
<link rel="manifest" href="./iris/site.webmanifest">
<link rel="mask-icon" href="./iris/img/safari-pinned-tab.svg" color="#74d5f1">
<link rel="shortcut icon" href="icon-48x48.png">
<link rel="shortcut icon" href="iris/img/gun-48x48.png">
<meta name="msapplication-TileColor" content="#74d5f1">
<meta name="msapplication-config" content="./iris/browserconfig.xml">
<meta name="theme-color" content="#74d5f1">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

6
package-lock.json generated
View File

@ -742,9 +742,9 @@
"dev": true
},
"iris-messenger": {
"version": "1.0.0",
"resolved": "github:irislib/iris-messenger#69af04824beadaa840e3fc25fdade6123b6c0ad6",
"optional": true
"version": "github:irislib/iris-messenger#6245a49326cfabf3084f91a3662af8b5f7a4f07e",
"from": "github:irislib/iris-messenger",
"dev": true
},
"is-buffer": {
"version": "2.0.4",

View File

@ -62,7 +62,6 @@
"@peculiar/webcrypto": "^1.1.1",
"buffer": "^5.4.3",
"emailjs": "^2.2.0",
"iris-messenger": "github:irislib/iris-messenger",
"text-encoding": "^0.7.0"
},
"peerDependencies": {
@ -81,6 +80,7 @@
"mocha": "^6.2.0",
"panic-manager": "^1.2.0",
"panic-server": "^1.1.1",
"iris-messenger": "github:irislib/iris-messenger",
"uglify-js": "^3.6.0"
}
}