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
<script type="x-shader/x-vertex" id="vertexshader"> | |
attribute float size; | |
attribute vec3 customColor; | |
varying vec3 vColor; | |
void main() { | |
vColor = customColor; | |
vec4 mvPosition = modelViewMatrix * vec4( position, 1.0 ); |
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
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
</head> | |
<body bgcolor="“#000000”"> | |
</> | |
<div class="container"> |
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
<!-- If you don't see it u probably are using a browser not based on webkit, so leave IE and grab anything else (Y) --> | |
<!-- UPDATE: works in Chrome & Safari, not Firefox. To solve that you could use an SVG insted of pure text. --> | |
<div class="container"> | |
<div class="title">HACKISTIC</div> | |
<div class="subtitle"> geek + smart + curious + nerd + ingenious + cunning = ME </div> | |
</div> |