mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2025-02-23 00:15:04 +08:00
click logo opens in new tab + fix intro transition
This commit is contained in:
parent
1d8a0c6343
commit
9a3012ef27
2
public/chat.html
vendored
2
public/chat.html
vendored
@ -37,7 +37,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body id="body" onresize="windowResized()">
|
<body id="body" onresize="windowResized()">
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<a href="/">
|
<a target="_blank" href="/">
|
||||||
<img src="/images/logo.svg" alt="Neon" width="48" height="48" />
|
<img src="/images/logo.svg" alt="Neon" width="48" height="48" />
|
||||||
<p>Zipcall</p>
|
<p>Zipcall</p>
|
||||||
</a>
|
</a>
|
||||||
|
4
public/landing.html
vendored
4
public/landing.html
vendored
@ -129,7 +129,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="tiles-wrap">
|
<div class="tiles-wrap">
|
||||||
<div class="tiles-item reveal-from-left">
|
<div class="tiles-item reveal-from-right">
|
||||||
<div class="tiles-item-inner">
|
<div class="tiles-item-inner">
|
||||||
<div class="features-tiles-item-header">
|
<div class="features-tiles-item-header">
|
||||||
<div class="features-tiles-item-image mb-16">
|
<div class="features-tiles-item-image mb-16">
|
||||||
@ -196,7 +196,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="tiles-item reveal-from-right">
|
<div class="tiles-item reveal-from-left">
|
||||||
<div class="tiles-item-inner">
|
<div class="tiles-item-inner">
|
||||||
<div class="features-tiles-item-header">
|
<div class="features-tiles-item-header">
|
||||||
<div class="features-tiles-item-image mb-16">
|
<div class="features-tiles-item-image mb-16">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user