-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
233 lines (217 loc) · 11.9 KB
/
index.html
File metadata and controls
233 lines (217 loc) · 11.9 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Netshare - Fast, Private, Local File Sharing</title>
<meta name="description"
content="Share files instantly between devices on your local network without internet. No cloud, no tracking, just speed.">
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="assets/images/appicon.ico">
<!-- Google Fonts -->
<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@300;400;500;600;700;800&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2E6TFE4BQV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-2E6TFE4BQV');
</script>
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-KMLT6MF7');</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KMLT6MF7" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<header>
<div class="container nav-container">
<a href="/" class="logo">Netshare</a>
<nav class="nav-links">
<a href="#features">Features</a>
<a href="#use-cases">Use Cases</a>
<a href="https://github.com/NetShareOSS/netshare" target="_blank">GitHub</a>
<a href="support/">Support</a>
</nav>
</div>
</header>
<main>
<!-- Hero Section -->
<section class="hero">
<div class="container hero-content">
<h1>Fast, private file sharing on your local network.</h1>
<p class="hero-subtitle">
Netshare lets you instantly share files between devices on the same network —
no cloud, no account, no internet required.
</p>
<div class="hero-actions">
<a href="#" class="store-badge link-android" target="_blank">
<img src="assets/images/GooglePlay_Badge.png" alt="Get it on Google Play">
</a>
<a href="#" class="store-badge link-ios" target="_blank">
<img src="assets/images/App_Store_Badge.png" alt="Download on the App Store">
</a>
<a href="#" class="store-badge link-macos" target="_blank">
<img src="assets/images/Mac_App_Store_Badge.png" alt="Download on Mac App Store">
</a>
</div>
</div>
</section>
<!-- Value Propositions -->
<section id="features">
<div class="container">
<div class="features-grid">
<div class="feature-card">
<span class="feature-icon">🚀</span>
<h3>Local-first & blazing fast</h3>
<p>Files are transferred directly between devices over your local network, giving you maximum
speed without cloud bottlenecks.</p>
</div>
<div class="feature-card">
<span class="feature-icon">🔒</span>
<h3>Privacy by design</h3>
<p>Your data never leaves your network. No uploads. No tracking. No external servers involved.
</p>
</div>
<div class="feature-card">
<span class="feature-icon">🌐</span>
<h3>Works without internet</h3>
<p>Netshare works perfectly in offline or restricted environments such as offices, labs,
factories, and internal networks.</p>
</div>
<div class="feature-card">
<span class="feature-icon">📱</span>
<h3>Cross-platform</h3>
<p>Seamlessly share files across Android, iOS, and macOS devices on the same network.</p>
</div>
</div>
</div>
</section>
<!-- Use Cases -->
<section id="use-cases">
<div class="container">
<div class="arch-content">
<h2>Built for real-world environments</h2>
<p>Whether you're a developer, a student, or working in a secure facility.</p>
</div>
<div class="use-cases-list" style="margin-top: 3rem;">
<div class="use-case-item">Share files between your phone and laptop</div>
<div class="use-case-item">Development teams sharing builds and assets</div>
<div class="use-case-item">Offices and companies with internal networks</div>
<div class="use-case-item">Schools, labs, and secure environments</div>
<div class="use-case-item">Anyone who values speed and privacy</div>
</div>
</div>
</section>
<!-- Architecture -->
<section class="architecture">
<div class="container arch-content">
<h2>Designed for local-first today. <br>Ready for more tomorrow.</h2>
<p>Netshare is built with a local-first architecture that priorities simplicity, performance, and
privacy.</p>
<p>For advanced use cases, Netshare can be extended to support self-hosted deployments and team
environments.</p>
</div>
</section>
<!-- Closing CTA -->
<section style="text-align: center;">
<div class="container">
<h2>Your network. Your data. Your control.</h2>
<p style="margin: 1rem auto 2rem; max-width: 600px;">
Download Netshare and start sharing files instantly — without relying on the cloud.
</p>
<div class="hero-actions" style="justify-content: center;">
<a href="#" class="store-badge link-android" target="_blank">
<img src="assets/images/GooglePlay_Badge.png" alt="Get it on Google Play">
</a>
<a href="#" class="store-badge link-ios" target="_blank">
<img src="assets/images/App_Store_Badge.png" alt="Download on the App Store">
</a>
<a href="#" class="store-badge link-macos" target="_blank">
<img src="assets/images/Mac_App_Store_Badge.png" alt="Download on Mac App Store">
</a>
</div>
</div>
</section>
</main>
<footer>
<div class="container">
<div class="footer-content">
<div class="footer-links">
<h4>Netshare</h4>
<p style="font-size: 0.9rem;">Open source local file sharing.</p>
</div>
<div class="footer-links">
<h4>Legal</h4>
<ul>
<li><a href="privacy/">Privacy Policy</a></li>
<li><a href="terms/">Terms of Use</a></li>
</ul>
</div>
<div class="footer-links">
<h4>Connect</h4>
<div class="social-links">
<a href="https://github.com/NetShareOSS/netshare" target="_blank" class="social-item">
<div class="social-icon">
<svg viewBox="0 0 24 24" fill="currentColor">
<path
d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.43.372.823 1.102.823 2.222 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12" />
</svg>
</div>
<span>GitHub</span>
</a>
<a href="https://x.com/NetShareOSS" target="_blank" class="social-item">
<div class="social-icon">
<svg viewBox="0 0 24 24" fill="currentColor">
<path
d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z" />
</svg>
</div>
<span>X (Twitter)</span>
</a>
<a href="https://www.youtube.com/@NetShareOSS" target="_blank" class="social-item">
<div class="social-icon">
<svg viewBox="0 0 24 24" fill="currentColor">
<path
d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z" />
</svg>
</div>
<span>YouTube</span>
</a>
<a href="support/" class="social-item">
<div class="social-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="10" />
<path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" />
<line x1="12" y1="17" x2="12.01" y2="17" />
</svg>
</div>
<span>Support</span>
</a>
</div>
</div>
</div>
<div class="copyright">
© 2026 Netshare Project. All rights reserved.
</div>
</div>
</footer>
<script src="assets/js/constants.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>