Create assembly.html
This commit is contained in:
parent
fc9e4d4616
commit
02d86988e8
1 changed files with 22 additions and 0 deletions
22
depicts/assembly.html
Normal file
22
depicts/assembly.html
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Micah Gomez</title>
|
||||||
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="../css/style.css">
|
||||||
|
<link rel="stylesheet" type="text/css" href="../css/buttons.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a class="active" href="https://mpg13.github.io">My Home Page</a></li>
|
||||||
|
</ul>
|
||||||
|
<center>
|
||||||
|
<p>I know this is ugly - I'll fix i later.
|
||||||
|
|
||||||
|
This respring animation is to be used with springy. For a preview - check out the source GIF of the animation <a href="https://dribbble.com/shots/1596731-iPhone-Build-3">here</a>.
|
||||||
|
</center>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in a new issue