This widget retrieves data from your GitHub profile and shows it up directly on your website. Always up to date!
Forked from Piotr Lewandowski's Pen GitHub profile widget.
Forked from Piotr Lewandowski's Pen GitHub profile widget.
Here is an example of simple documentation of an A-Frame component: | |
## aframe-gridhelper-component | |
A GridHelper component for [A-Frame](https://aframe.io). | |
### Properties | |
| Property | Description | Default Value | | |
| ---------------- | ----------- | ------------- | | |
| size | | 5 | |
@lxpanel --profile LXDE-pi | |
@pcmanfm --desktop --profile LXDE-pi | |
@xscreensaver -no-splash | |
point-rpi | |
@chromium-browser --incognito --kiosk https://babypi.glitch.me |
<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="content-type" content="text/html;charset=UTF-8" /> | |
<title>videojs-vr example</title> | |
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> | |
<meta name="mobile-web-app-capable" content="yes"> | |
<meta name="apple-mobile-web-app-capable" content="yes" /> | |
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> |
<!-- requires aframe and d3 java script includes --> | |
<a-scene id="my-scene" antialias='true'> | |
<a-assets> | |
<a-mixin id="grid-cube" geometry="primitive: box; width: 0.50; height: 0.50; depth: 0.50"></a-mixin> | |
<a-mixin id="grid-cube-hovered" material="color: magenta"></a-mixin> | |
<a-mixin id="grid-cube-selected" material="color: cyan"></a-mixin> | |
<a-mixin id="highlight"> |
This widget retrieves data from your GitHub profile and shows it up directly on your website. Always up to date!
Forked from Piotr Lewandowski's Pen GitHub profile widget.
Forked from Piotr Lewandowski's Pen GitHub profile widget.