-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathswordfish.html
63 lines (58 loc) · 2.37 KB
/
swordfish.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sword Fish | Project Details</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="../index.html">Home</a></li>
<li><a href="../about.html">About Me</a></li>
<li><a href="../portfolio.html" class="active">Portfolio</a></li>
<li><a href="../resume.html">Resume</a></li>
<li><a href="../contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section id="swordfish-hero">
<div class="hero-content">
<div class="hero-text-container">
<h1>Sword Fish Project</h1>
<p>A creative hybrid model of a sword and a fish created using Maya, showcasing advanced modeling and rendering techniques.</p>
</div>
</div>
</section>
<section id="swordfish-details">
<div class="details-container">
<h2>Highlights</h2>
<ul class="shared-list">
<li>Used polygon modeling, NURBS, and curves for detailed shapes</li>
<li>Applied Arnold Physical Sky and Directional Light for natural lighting</li>
<li>Utilized UV mapping and metallic shaders for realistic texturing</li>
<li>Rendered high-quality stills at 1920x1080 resolution</li>
</ul>
</div>
<div class="details-container">
<h2>Technologies Used</h2>
<ul class="shared-list">
<li>Autodesk Maya</li>
<li>Arnold Renderer</li>
<li>UV Mapping</li>
</ul>
</div>
<div class="btn-container">
<a href="../downloads/SwordFish_Project.pdf" target="_blank" class="btn github">View PDF</a>
<a href="https://drive.google.com/uc?export=download&id=106cmwvLnGa_G4BZsrNWFzjngBUhR6ADL" target="_blank" class="btn download">Download Maya Files</a>
</div>
</section>
</main>
<footer>
<p>© 2024 Connor Hege. All Rights Reserved.</p>
</footer>
</body>
</html>