Skip to content

Commit

Permalink
Added dist to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
avasconcelos114 committed Mar 7, 2023
1 parent 9546856 commit 2706be8
Show file tree
Hide file tree
Showing 18 changed files with 15,058 additions and 5,098 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
node_modules
dist
1 change: 1 addition & 0 deletions dist/fonts/Poppins_SemiBold.json

Large diffs are not rendered by default.

Binary file added dist/images/about_text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/dev-badge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/email-graffiti.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/favicon94x94.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/menu_scanr_poster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/mind_archive_poster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/plain_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/standard_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1,minimal-ui,viewport-fit=cover"><meta name="google" content="notranslate"><meta name="description" content="An Mixed Reality studio seeking to create meaningful and exquisite experiences, hoping to push the boundaries of humanity one line of code at a time."><base href="/"><meta name="keywords" content="Mixed Reality,AR,Wanderer,Studio,Wanderer Studio, Swift, ARKit,ARKit Blog,VR,Virtual Reality"><link rel="canonical" href="https://wanderer.studio"><meta name="theme-color" content="#604D8D"><meta property="og:image" content="https://wanderer.studio/images/standard_logo.png"><meta property="og:image:height" content="420"><meta property="og:image:width" content="800"><meta property="og:description" content="An Mixed Reality studio seeking to create meaningful and exquisite experiences."><meta property="og:title" content="W&aring;nderer Studio"><meta property="og:url" content="https://wanderer.studio"><title>W&aring;nderer Studio</title><link rel="apple-touch-icon" href="/images/favicon94x94.png" sizes="96x96"><link rel="icon" type="image/png" href="/images/favicon.png"><style>body {
font-size: 62.5%;
overflow: hidden;
}

html, body, #main-div {
height: 100%;
width: 100%;
margin: 0;
}
#main-div {
overflow: hidden;
}
canvas { width: 100%; height: 100% }</style><script defer="defer" src="main.js"></script></head><body><noscript>Welcome to W&aring;nderer Studio. Please turn on Javascript to view this website.</noscript></body></html>
2 changes: 2 additions & 0 deletions dist/main.js

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions dist/main.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*!
* GSAP 3.10.4
* https://greensock.com
*
* @license Copyright 2008-2022, GreenSock. All rights reserved.
* Subject to the terms at https://greensock.com/standard-license or for
* Club GreenSock members, the agreement issued with that membership.
* @author: Jack Doyle, jack@greensock.com
*/

/**
* @license
* Copyright 2010-2022 Three.js Authors
* SPDX-License-Identifier: MIT
*/
8 changes: 8 additions & 0 deletions dist/meta/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "Wånderer Studio",
"theme_color": "#604D8D",
"background_color": "#ffffff",
"start_url": "/",
"display": "fullscreen",
"orientation": "portrait"
}
Loading

0 comments on commit 2706be8

Please sign in to comment.