-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproducts.html
More file actions
143 lines (130 loc) · 14.7 KB
/
products.html
File metadata and controls
143 lines (130 loc) · 14.7 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Our Products - Polyshift</title>
<link rel="stylesheet" href="unified-styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap" rel="stylesheet">
</head>
<body>
<canvas id="particle-canvas" class="particle-canvas"></canvas>
<header class="main-header">
<div class="container header-container">
<a href="index.html" class="logo">
<img src="logo.png" alt="Polyshift" class="logo-image">
</a>
<nav class="main-nav">
<div class="nav-dropdown">
<a href="index.html#home">Home</a>
<div class="nav-dropdown-menu">
<a href="index.html#platform">Platform</a>
<a href="index.html#about">About</a>
<a href="index.html#contact">Contact</a>
</div>
</div>
<a href="offerings.html" class="active">Products</a>
</nav>
<a href="index.html#contact" class="button button-primary header-button">Get in Touch</a>
<button id="mobile-menu-button" class="mobile-menu-toggle" aria-label="Toggle mobile menu">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path></svg>
</button>
</div>
<div id="mobile-menu" class="mobile-nav hidden">
<a href="index.html">Home</a>
<a href="index.html#platform" style="padding-left: 2rem;">→ Platform</a>
<a href="index.html#about" style="padding-left: 2rem;">→ About</a>
<a href="index.html#contact" style="padding-left: 2rem;">→ Contact</a>
<a href="offerings.html" class="active">Products</a>
<a href="index.html#contact" class="button button-primary">Get in Touch</a>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<h1 class="page-title fade-in-up">Our Products</h1>
<p class="page-subtitle fade-in-up">Comprehensive tools and services built on the Polyshift platform to address your specific needs</p>
</div>
</section>
<section class="solutions-info-section">
<div class="container">
<div class="solutions-info-grid">
<div class="solution-card fade-in-up">
<div class="solution-header">
<div class="solution-icon-wrapper purple">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 15a4 4 0 004 4h9a5 5 0 10-.1-9.999 5.002 5.002 0 10-9.78 2.096A4.001 4.001 0 003 15z" /></svg>
</div>
<h2 class="solution-name">Cloud Storage Platform</h2>
</div>
<div class="solution-content">
<p class="solution-overview">Store and manage your large complex mesh sequences in our cloud-based solution powered by industry-leading compression technology.</p>
<div class="solution-features"><h3 class="features-title">Key Features</h3><ul class="features-list"><li>Up to 60% reduction in storage costs</li><li>Automatic compression and decompression</li><li>Version control and collaboration tools</li><li>REST API for seamless integration</li><li>Real-time streaming capabilities</li></ul></div>
<div class="solution-specs"><h3 class="specs-title">Technical Specifications</h3><div class="specs-grid"><div class="spec-item"><span class="spec-label">Compression Ratio</span><span class="spec-value">Up to 10:1</span></div><div class="spec-item"><span class="spec-label">File Size Limit</span><span class="spec-value">No limit</span></div><div class="spec-item"><span class="spec-label">API Rate Limit</span><span class="spec-value">10,000 req/hour</span></div><div class="spec-item"><span class="spec-label">Availability</span><span class="spec-value">99.9% SLA</span></div></div></div>
<div class="solution-pricing"><h3 class="pricing-title">Pricing</h3><div class="pricing-options"><div class="pricing-tier"><h4>Starter</h4><p class="price">$99/month</p><p class="price-details">Up to 1TB storage</p></div><div class="pricing-tier"><h4>Professional</h4><p class="price">$499/month</p><p class="price-details">Up to 10TB storage</p></div><div class="pricing-tier"><h4>Enterprise</h4><p class="price">Custom</p><p class="price-details">Unlimited storage</p></div></div></div>
<a href="#" class="solution-cta">Request Demo →</a>
</div>
</div>
<div class="solution-card fade-in-up">
<div class="solution-header">
<div class="solution-icon-wrapper pink">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.828 14.828a4 4 0 01-5.656 0M9 10h.01M15 10h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" /></svg>
</div>
<h2 class="solution-name">Facial Motion Capture</h2>
</div>
<div class="solution-content">
<p class="solution-overview">Revolutionary volume tracking technology for dynamic mesh displacement, dramatically reducing artist workloads compared to traditional topology-based methods.</p>
<div class="solution-features"><h3 class="features-title">Key Features</h3><ul class="features-list"><li>Topology-independent capture</li><li>Real-time preview on mobile devices</li><li>Automatic retargeting to any mesh</li><li>Blender and Maya integration</li><li>Machine learning enhancement</li></ul></div>
<div class="solution-specs"><h3 class="specs-title">Technical Specifications</h3><div class="specs-grid"><div class="spec-item"><span class="spec-label">Capture FPS</span><span class="spec-value">60-120 fps</span></div><div class="spec-item"><span class="spec-label">Accuracy</span><span class="spec-value">Sub-millimeter</span></div><div class="spec-item"><span class="spec-label">Platforms</span><span class="spec-value">iOS, Android</span></div><div class="spec-item"><span class="spec-label">Export Formats</span><span class="spec-value">FBX, USD, Alembic</span></div></div></div>
<div class="solution-pricing"><h3 class="pricing-title">Pricing</h3><div class="pricing-options"><div class="pricing-tier"><h4>Individual</h4><p class="price">$29/month</p><p class="price-details">Single user license</p></div><div class="pricing-tier"><h4>Studio</h4><p class="price">$199/month</p><p class="price-details">Up to 10 users</p></div><div class="pricing-tier"><h4>Enterprise</h4><p class="price">Custom</p><p class="price-details">Unlimited users</p></div></div></div>
<a href="#" class="solution-cta">Download Trial →</a>
</div>
</div>
<div class="solution-card fade-in-up">
<div class="solution-header">
<div class="solution-icon-wrapper blue">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 10l-2 1m0 0l-2-1m2 1v2.5M20 7l-2 1m2-1l-2-1m2 1v2.5M14 4l-2-1-2 1M4 7l2 1M4 7l2-1M4 7v2.5M12 21l-2-1m2 1l2-1m-2 1v-2.5M6 18l-2-1v-2.5M18 18l2-1v-2.5" /></svg>
</div>
<h2 class="solution-name">Unity Mesh Playback SDK</h2>
</div>
<div class="solution-content">
<p class="solution-overview">High-performance real-time playback plugin for viewing complex encoded mesh sequences, optimized for standalone XR headsets and mobile devices.</p>
<div class="solution-features"><h3 class="features-title">Key Features</h3><ul class="features-list"><li>Hardware-accelerated decoding</li><li>Quest 2/3 optimization</li><li>Streaming from cloud or local</li><li>LOD system for performance</li><li>Timeline scrubbing support</li></ul></div>
<div class="solution-specs"><h3 class="specs-title">Technical Specifications</h3><div class="specs-grid"><div class="spec-item"><span class="spec-label">Unity Version</span><span class="spec-value">2021.3+</span></div><div class="spec-item"><span class="spec-label">Platforms</span><span class="spec-value">All Unity platforms</span></div><div class="spec-item"><span class="spec-label">Memory Usage</span><span class="spec-value">50% less than raw</span></div><div class="spec-item"><span class="spec-label">Max Vertices</span><span class="spec-value">10M per frame</span></div></div></div>
<div class="solution-pricing"><h3 class="pricing-title">Pricing</h3><div class="pricing-options"><div class="pricing-tier"><h4>Indie</h4><p class="price">$49</p><p class="price-details">One-time purchase</p></div><div class="pricing-tier"><h4>Pro</h4><p class="price">$299</p><p class="price-details">Source code included</p></div><div class="pricing-tier"><h4>Enterprise</h4><p class="price">Custom</p><p class="price-details">Custom features</p></div></div></div>
<a href="#" class="solution-cta">View on Asset Store →</a>
</div>
</div>
<div class="solution-card fade-in-up">
<div class="solution-header">
<div class="solution-icon-wrapper orange">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 3v2m6-2v2M9 19v2m6-2v2M5 9H3m2 6H3m18-6h-2m2 6h-2M7 19h10a2 2 0 002-2V7a2 2 0 00-2-2H7a2 2 0 00-2 2v10a2 2 0 002 2zM9 9h6v6H9V9z" /></svg>
</div>
<h2 class="solution-name">Hardware Decoder Chip</h2>
</div>
<div class="solution-content">
<p class="solution-overview">Custom ASIC solution for manufacturers enabling device-native encoding and decoding of mesh sequences with minimal power consumption.</p>
<div class="solution-features"><h3 class="features-title">Key Features</h3><ul class="features-list"><li>10x faster than software decoding</li><li>Ultra-low power consumption</li><li>4K@120fps mesh sequences</li><li>Hardware security features</li><li>Reference board designs available</li></ul></div>
<div class="solution-specs"><h3 class="specs-title">Technical Specifications</h3><div class="specs-grid"><div class="spec-item"><span class="spec-label">Process Node</span><span class="spec-value">7nm</span></div><div class="spec-item"><span class="spec-label">Power Draw</span><span class="spec-value">< 2W</span></div><div class="spec-item"><span class="spec-label">Interface</span><span class="spec-value">PCIe 4.0</span></div><div class="spec-item"><span class="spec-label">Throughput</span><span class="spec-value">40 Gbps</span></div></div></div>
<div class="solution-pricing"><h3 class="pricing-title">Licensing</h3><div class="pricing-options"><div class="pricing-tier wide"><h4>OEM Partnership</h4><p class="price">Contact Us</p><p class="price-details">Minimum order quantities apply</p></div></div></div>
<a href="#" class="solution-cta">Contact Sales →</a>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="main-footer">
<div class="container footer-content">
<p>© 2025 Polyshift Inc. • A <a href="#" class="link-highlight">SINRG Labs</a> Project at Northeastern University</p>
<div class="social-links">
<a href="#" aria-label="Twitter"><svg fill="currentColor" viewBox="0 0 24 24"><path d="M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.223.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z"/></svg></a>
<a href="#" aria-label="LinkedIn"><svg fill="currentColor" viewBox="0 0 24 24"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 01-2.063-2.065 2.064 2.064 0 112.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.225 0z"/></svg></a>
<a href="#" aria-label="GitHub"><svg fill-rule="evenodd" d="M12 2C6.477 2 2 6.477 2 12c0 4.418 2.865 8.168 6.839 9.492.5.092.682-.217.682-.482 0-.237-.009-.868-.014-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.031-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.378.203 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.338 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.001 10.001 0 0022 12c0-5.523-4.477-10-10-10z" clip-rule="evenodd" /></svg></a>
</div>
</div>
</footer>
<script src="global-scripts.js"></script>
</body>
</html>