Skip to content

Commit

Permalink
Relocate images under static
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-liang committed Jul 16, 2021
1 parent 4c2c9c1 commit f455f30
Show file tree
Hide file tree
Showing 32 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

<p align="center"> <img alt="" src="images/xr-logo.png" width="150px"> </p>
<p align="center"> <img alt="" src="static/images/xr-logo.png" width="150px"> </p>
<h2 align="center">ARENA browser client (ARENA-core)</h2>
<p align="center"><b>An environment to view and interact in multiuser virtual and augmented reality</b></p>


| <img alt="" src="images/a1.gif"> | <img alt="" src="images/a2.gif"> |
| <img alt="" src="static/images/a1.gif"> | <img alt="" src=static/"images/a2.gif"> |
|------------------------------------------|------------------------------------------|
| <img alt="" src="images/a3.gif"> | <img alt="" src="images/a4.gif"> |
| <img alt="" src="static/images/a3.gif"> | <img alt="" src="static/images/a4.gif"> |

The [ARENA](https://conix.io/arena) is a platform for supporting real-time mixed reality (XR) interaction between multiple users and the physical world.

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no,user-scalable=no,maximum-scale=1">

<link rel="icon" type="image/png" href="images/conix-x.png">
<link rel="icon" type="image/png" href="static/images/conix-x.png">

<title>ARENA</title>
<meta name="description" content="Augmented Reality Edge Networking Architecture">
Expand Down Expand Up @@ -42,7 +42,7 @@
<button class="float-end btn btn-sm btn-outline-primary" id="redetectAVBtn">
Re-detect Devices <i class="fas fa-sync"></i>
</button>
<h3><img alt="CONIX Logo" class="title-logo" src="images/xr-logo-v7.png"/> Setup</h3>
<h3><img alt="CONIX Logo" class="title-logo" src="static/images/xr-logo-v7.png"/> Setup</h3>
</div>
</div>
<div class="row mb-3">
Expand Down
8 changes: 4 additions & 4 deletions landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>ARENA Users</title>
<link href="static/vendor/mdb/mdb.min.css" rel="stylesheet" type="text/css">
<link href="static/vendor/fontawesome/all.min.css" rel="stylesheet" type="text/css">
<link href="images/conix-x.png" rel="icon" type="image/png">
<link href="static/images/conix-x.png" rel="icon" type="image/png">
<link href="https://fonts.gstatic.com" rel="preconnect">
<link href="https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Slab&display=swap" rel="stylesheet">
<style>
Expand Down Expand Up @@ -154,7 +154,7 @@
<div class="container-xxl">
<div class="row pt-3 d-flex justify-content-between align-items-center">
<div class="col-lg-4">
<img alt="CONIX Logo" class="top-logo" src="/images/xr-logo-v8.png"/>
<img alt="CONIX Logo" class="top-logo" src="static/images/xr-logo-v8.png"/>
</div>
<div class="col-lg-4 text-end">
<a class="btn btn-xred" href="/user">Login</a>
Expand Down Expand Up @@ -183,10 +183,10 @@
<div class="col col-lg-8 offset-lg-2 col-12 d-flex">
<div class="flex-grow-1 text-center d-flex justify-content-around">
<a href="https://www.youtube.com/playlist?list=PL_AQ_N7xzl5qA-5ezYJg80Br_jdbdathD" target="_blank">
<img alt="youtube icon" class="social-icon" src="/images/youtube-icon.png"/>
<img alt="youtube icon" class="social-icon" src="static/images/youtube-icon.png"/>
</a>
<a href="https://github.com/conix-center" target="_blank">
<img alt="github icon" class="social-icon" src="/images/github-icon.png"/>
<img alt="github icon" class="social-icon" src="static/images/github-icon.png"/>
</a>
</div>
<div class="flex-grow-1 text-center">
Expand Down
2 changes: 1 addition & 1 deletion network/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="icon" type="image/png" href="../images/conix-x.png">
<link rel="icon" type="image/png" href="../static/images/conix-x.png">

<link rel="stylesheet" href="style.css">

Expand Down
2 changes: 1 addition & 1 deletion screenshare/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head lang="en">
<meta charset="UTF-8">

<link rel="icon" type="image/png" href="../images/conix-x.png">
<link rel="icon" type="image/png" href="../static/images/conix-x.png">
<link rel="stylesheet" href="styles.css">

<script src="../static/vendor/jquery-2.1.1.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion src/components/video-control.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ AFRAME.registerComponent('video-control', {
const autoplay = data.autoplay;
const volume = data.volume;

let frameSrc = 'images/conix-face.white.jpg'; // default
let frameSrc = 'static/images/conix-face.white.jpg'; // default
if (data.frame_object) {
frameSrc = data.frame_object;
}
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit f455f30

Please sign in to comment.