Created
July 2, 2017 15:42
-
-
Save steren/1801bbb2e01f238b9561ff541d913fcc to your computer and use it in GitHub Desktop.
A-frame portfolio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Steren Giannini, portfolio</title> | |
<meta name="description" content="Hello, WebVR! - A-Frame"> | |
<script src="https://aframe.io/releases/0.6.0/aframe.min.js"></script> | |
</head> | |
<body> | |
<a-scene> | |
<a-assets> | |
<img id="logo-gcp" src="http://steren.fr/img/logos/gcloud.svg"> | |
<img id="logo-climb" src="https://raw.githubusercontent.com/google/climb-tracker/master/icon/store.png"> | |
<img id="logo-capoda" src="http://steren.fr/img/icons/capoda.png"> | |
</a-assets> | |
<a-entity position="-3 1 -3"> | |
<a-plane width="2.5" height="2" color="#BBB"></a-plane> | |
<a-image src="#logo-climb" position="0.033 0.456 0.31" width="1" height="1"></a-image> | |
<a-text value="Climb Tracker" color="#000" position="-1.138 -0.294 0" scale="1.5 1.5 1.5" text="width:4"></a-text> | |
<a-text value="Indoor climbing app for Android smartphones and watches." color="#000" position="-1.102 -0.653 0" text="width:2.24;wrapCount:30"></a-text> | |
</a-entity> | |
<a-entity position="0 1 -3"> | |
<a-plane width="2.5" height="2" color="#BBB"></a-plane> | |
<a-image src="#logo-capoda" position="0.033 0.456 0.31" width="2" height="1"></a-image> | |
<a-text value="Capoda" color="#000" position="-1.138 -0.294 0" scale="1.5 1.5 1.5" text="width:4"></a-text> | |
<a-text value="A 3 minute computer generated short movie." color="#000" position="-1.102 -0.653 0" text="width:2.24;wrapCount:30"></a-text> | |
</a-entity> | |
<a-entity position="3 1 -3"> | |
<a-plane width="2.5" height="2" color="#BBB"></a-plane> | |
<a-image src="#logo-gcp" position="0.033 0.456 0.31" width="1" height="1"></a-image> | |
<a-text value="Cloud Platform" color="#000" position="-1.138 -0.294 0" scale="1.5 1.5 1.5" text="width:4"></a-text> | |
<a-text value="Product Manager on Google Cloud Platform" color="#000" position="-1.102 -0.653 0" text="width:2.24;wrapCount:30"></a-text> | |
</a-entity> | |
<a-plane position="0 0 -4" rotation="-90 0 0" width="10" height="10" color="#009688"></a-plane> | |
<a-sky color="#ECECEC"></a-sky> | |
</a-scene> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment