Skip to content

Commit

Permalink
Fixing issues #37 and #47
Browse files Browse the repository at this point in the history
  • Loading branch information
afsheenam committed Dec 14, 2018
1 parent 612a7e6 commit e9a92dc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions about/3d-slice-help.html
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<body>
<h2>3D Modelling and Slicing</h2>
<p>
Using this tool you can design simple 3D objects and slice them for 3D printing.
</p>
</body>
</html>
2 changes: 2 additions & 0 deletions index.html
Expand Up @@ -1060,6 +1060,7 @@
<!-- 3D slincing -->
<div data-role="tile" class="tile bg-create fg-white no-mobile" toolid="21" data-effect="hover-slide-up">
<div class="badge-medium-top">
<span class="mif-bubble badge-medium-top-inner bg-transparent" onclick="openSmallWindow('./lnu/commenting/index.html','Feedback',event);"></span>
<span class="mif-question badge-medium-top-inner bg-transparent" onclick="infoClick('./about/3d-slice-help.html', 'Slicer', event);"></span>
</div>
<div class="slide-front" onclick="tileClick('./uef/3Dmodelling/three.js/editor/index.html', '3D modelling', event);">
Expand Down Expand Up @@ -1221,6 +1222,7 @@
<!-- ARDUINOBOT -->
<div data-role="tile" data-size="small" class="tile bg-arduino fg-white no-mobile" toolid="22" data-effect="hover-slide-up">
<div class="badge-small-top">
<span class="mif-bubble badge-small-top-inner bg-transparent" onclick="openSmallWindow('./lnu/commenting/index.html','Feedback',event);"></span>
<span class="mif-question badge-small-top-inner bg-transparent" onclick="infoClick('./about/arduinobot-help.html', '#Arduinobot', event);"></span>
</div>
<div class="slide-front" onclick="tileClick('./about/arduinobot-login.html', undefined, event);">
Expand Down

0 comments on commit e9a92dc

Please sign in to comment.