-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (49 loc) · 2.24 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The Innovation of Motion Capture</title>
<link href="styles/index_style.css" rel="stylesheet">
<link href="styles/website_style_.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
<aside id="hamburger">
<section></section>
<section></section>
<section></section>
</aside>
</header>
<nav>
<ul class="navigation">
<li><a href="index.html">Home</a></li>
<li><a href="intro.html">Motion Capture</a></li>
<li><a href="entertainment.html">Entertainment</a></li>
<li><a href="health.html">Health Industry</a></li>
<li><a href="sports.html">Sports</a></li>
<li><a href="references.html">References</a></li>
</ul>
</nav>
<main>
<div class="home_grid">
<h1 id="header">The Innovation of Motion Capture</h1>
<section id="intro">
<h2>Introduction to Motion Capture</h2>
<p>Motion Capture, or mocap, is the process of recording the movements of objects or people to be read by a computer.
The data recorded to the computer can be translated into an animation or 3-D software.</p>
<p> Mocap is a series of complicated interactions between physics, geometry, and perception.
It even allows engineers to understand and simulate action happening within real-world environments.
From Hollywood to the military, mocap is used in a plethora of ways in a number of fields.</p>
</section>
</div>
<div id="next_page" style="display:flex; justify-content: space-between; grid-column: 1;">
<a id="button" href="intro.html">Next Page</a>
</div>
</main>
<footer>
© Aria Shepard - Winter 2023
</footer>
<script src="javascript.js"></script>
</body>
</html>