-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinverse.html
81 lines (61 loc) · 3.51 KB
/
inverse.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/style.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="images/websiteLogo.png">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap" rel="stylesheet">
<title>WellesEats (2023)</title>
</head>
<body>
<nav>
<div class="navBar">
<div id="logo">
<h3 style="font-size: 45px;"><a href="index.html">EMMA LIM</a></h3>
<div class="dropdown">
<button class="navButton" onclick="toggleNav()"><img id="mobileNav" src="images/navButton.png" style="width: 50px;"></button>
<div id="dropdownMenu">
<div id="menuItem"><a id="dropdownContent" href="index.html" style="text-decoration:underline;">WORK</a></div>
<div id="menuItem"><a id="dropdownContent" href="about.html">ABOUT</a></div>
<div id="menuItem">
<a id="dropdownContent" href="https://www.linkedin.com/in/lim-emma">CONTACT</a></div>
</div>
</div>
</div>
<div id="navItems">
<div id="page"><a href="index.html">WORK</a></div>
<div id="page"><a href="about.html">ABOUT</a></div>
<div id="page"><a href="https://www.linkedin.com/in/lim-emma">CONTACT</a></div>
</div>
</div>
</nav>
<main class="content">
<h1 style="text-align:center"><a href="index.html" style="text-decoration:none">← </a>WellesEats (2023)</h1>
<div id="projInfo">
<h3>SYNOPSIS</h3>
<p><em>WellesEats (2023)</em> CHANGE TEXT HERE.</p>
<p><b>Tools:</b> Blender • Sketchfab • Polycam</p>
<h3>DEVELOPMENT</h3>
<div class="develop">
<h4>PART 1: 3D SCANNING</h4>
<p>TEXT HERE</p>
</div>
<div class="develop">
<h4>PART 2: UPLOAD TO BLENDER AND IMPLEMENTING IN VR</h4>
<p>TEXT HERE</p>
</div>
<div class="develop">
<h4>PART 3: CLEANING THE 3D MODEL</h4>
<p>TEXT HERE</p>
</div>
</div>
<div class="footer">
<p>Made by Emma Lim.</p>
<a class="social-icons" href="https://www.linkedin.com/in/lim-emma" target="_blank" style="padding-right:10px"><img src="images/footer/linkedin.png" style="max-width: 25px" alt="github"></a>
<a class="social-icons" href="https://github.com/emmalim" target="_blank"><img src="images/footer/github.png" style="max-width: 25px" alt="github"></a>
</div>
</main>
<script src="javascript/portfolio.js"></script>
</body>
</html>