Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
Add a WebGL example (#1490)
Browse files Browse the repository at this point in the history
* Add WebGL example

* Add WebGL example to index.html

* Add WebGL example to contributors.html
  • Loading branch information
Bluexin authored and BennyCarlsson committed Oct 11, 2018
1 parent 79b4037 commit 1b3e9e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contributors.html
Expand Up @@ -305,6 +305,7 @@ <h1 class="animated rubberBand delay-4s">Contributors</h1>
<a class="box-item different-color" href="https://github.com/adityaas26">Aditya Sharma</a>
<a class="box-item" href="https://github.com/blackburn3333">Jayendra Matarage</a>
<a class="box-item" href="https://github.com/Deadpool1994">Mohit Rami</a>
<a class="box-item" href="https://github.com/Bluexin" style="background-color: #0f1757">Arnaud 'Bluexin' Solé</a>
<!--
Add here
format : <a class="box-item"> href="https://github.com/<your-username>">Your Name</a>
Expand Down Expand Up @@ -346,6 +347,7 @@ <h3 class="mb-5">Check available pages</h3>
<li><a href="bp.html">BP</a></li>
<li><a href="spooky-bat.html">Bats</a></li>
<li><a href="flex_and_grid.html">Flex and Grid</a></li>
<li><a href="helloGLSL.html">WebGL HELLO</a></li>
</ul>
</div>

Expand Down
2 changes: 2 additions & 0 deletions helloGLSL.html
@@ -0,0 +1,2 @@
<p>Example HELLO from GLSL Fragment, made for <i><a href="https://github.com/Hacktoberfest-2018/Hello-world">Hacktoberfest-2018/Hello-world</a></i></p>
<script async src="https://jsfiddle.net/zvcnm4rq/57/embed/result,html,js,css/dark/"></script>
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -489,6 +489,7 @@ <h3 class="mb-5">Check available pages</h3>
<li><a href="flex_and_grid.html">Flex and Grid</a></li>
<li><a href="halloween-frenchies.html">Frenchieween</a></li>
<li><a href="turndown.html">Turndown</a></li>
<li><a href="helloGLSL.html">WebGL HELLO</a></li>
</ul>
</div>

Expand Down

1 comment on commit 1b3e9e6

@vercel
Copy link

@vercel vercel bot commented on 1b3e9e6 Oct 11, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully aliased the URL https://lingonsaft-hacktober-eiutfykapu.now.sh to the following alias.

Please sign in to comment.