-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Merge pull request #4 from Bytenol/1-algorithm-to-rasterize-circle
Added beer
Showing
7 changed files
with
160 additions
and
9 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,99 @@ | |
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Physics Simulation Tutorial</title> | ||
<link rel="stylesheet" href="./deps/web/[email protected]"> | ||
</head> | ||
<body> | ||
<ul> | ||
<li><a href="/pages/rigidBodyTest/main.html">rigidBodyTest</a></li> | ||
</ul> | ||
</body> | ||
<body class="dark"> | ||
<nav class="left drawer l"> | ||
<header> | ||
<nav> | ||
<img src="./assets/banner.jpg" class="circle"> | ||
<h6>Cheers</h6> | ||
</nav> | ||
</header> | ||
<a> | ||
<i>home</i> | ||
<div>Home</div> | ||
</a> | ||
<a> | ||
<i>search</i> | ||
<div>Search</div> | ||
</a> | ||
<a> | ||
<i>share</i> | ||
<div>Share</div> | ||
</a> | ||
<a> | ||
<i>more_vert</i> | ||
<div>More</div> | ||
</a> | ||
<div class="divider"></div> | ||
<label>Label</label> | ||
<a> | ||
<i>widgets</i> | ||
<div>Widgets</div> | ||
</a> | ||
<a> | ||
<i>chat</i> | ||
<div>Chat</div> | ||
</a> | ||
<a> | ||
<i>help</i> | ||
<div>Help</div> | ||
</a> | ||
</nav> | ||
|
||
<nav class="left m"> | ||
<header> | ||
<img src="./assets/banner.jpg" class="circle"> | ||
</header> | ||
<a> | ||
<i>home</i> | ||
<div>Home</div> | ||
</a> | ||
<a> | ||
<i>search</i> | ||
<div>Search</div> | ||
</a> | ||
<a> | ||
<i>share</i> | ||
<div>Share</div> | ||
</a> | ||
<a> | ||
<i>more_vert</i> | ||
<div>More</div> | ||
</a> | ||
</nav> | ||
|
||
<nav class="bottom s"> | ||
<a> | ||
<i>home</i> | ||
</a> | ||
<a> | ||
<i>search</i> | ||
</a> | ||
<a> | ||
<i>share</i> | ||
</a> | ||
<a> | ||
<i>more_vert</i> | ||
</a> | ||
</nav> | ||
|
||
<main class="responsive"> | ||
<img src="./assets/banner.jpg" class="responsive round"> | ||
<h3>Welcome</h3> | ||
<h5>The beer is ready!</h5> | ||
|
||
<h3>Rigid Bodies</h3> | ||
<details> | ||
<summary>The following list contains Simulation of rigid bodies</summary> | ||
<article> | ||
<a class="row wave" href="./pages/rigidBodyTest/main.html">RigidBody Test</a> | ||
<hr> | ||
</article> | ||
</details> | ||
|
||
</main> | ||
</body> | ||
</html> |
Binary file not shown.
This file contains 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