Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
skarab42 committed Sep 29, 2016
0 parents commit 28e35bc
Show file tree
Hide file tree
Showing 173 changed files with 210,069 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
*.log
661 changes: 661 additions & 0 deletions LICENSE.md

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# LaserWeb4 (0.4.0-alpha)
Work In Progress...

Check the [LaserWeb/CNCWeb Google+ community](https://plus.google.com/u/0/communities/115879488566665599508) for updates on the progress of this iteration of Laserweb.

Other than that, this is early, so check the [Issues tab](https://github.com/openhardwarecoza/LaserWeb4/issues) for "details".

## Looking for a functional version ?
Head over **[LaserWeb3](https://github.com/openhardwarecoza/LaserWeb3/)** instead if you'd like to use LaserWeb.

We'll let you know when LW4 is ready for Prime Time.
Binary file added dist/1dc35d25e61d819a9c357074014867ab.ttf
Binary file not shown.
Binary file added dist/25a32416abee198dd821b0b17a198a8f.eot
Binary file not shown.
Binary file added dist/448c34a56d699c29117adc64c43affeb.woff2
Binary file not shown.
288 changes: 288 additions & 0 deletions dist/89889688147bd7575d6327160d64e760.svg
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/c8ddf1e5e5bf3682bc7bebf30f394148.woff
Binary file not shown.
685 changes: 685 additions & 0 deletions dist/d7c639084f684d66a1bc66855d193ed8.svg
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/e18bbf611f2a2e43afc071aa2f4e1512.ttf
Binary file not shown.
Binary file added dist/e6cf7c6ec7c2d6f670ae9d762604cb0b.woff2
Binary file not shown.
Binary file added dist/f4769f9bdb7466be65088239c12046d1.eot
Binary file not shown.
Binary file added dist/fa2772327f55d8198301fdb8bcfc8158.woff
Binary file not shown.
Binary file added dist/favicon.ico
Binary file not shown.
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 http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>LaserWeb - v0.4.0 (alpha)</title>
<link rel="icon" href="favicon.ico" />
</head>
<body>
<div id="laserweb" class="full-height"><!-- #yearofthelaser --></div>
<script type="text/javascript" src="index.js"></script>
</body>
</html>
Loading

0 comments on commit 28e35bc

Please sign in to comment.