Skip to content

Commit 51297b1

Browse files
author
huycozy
committed
Enhance feature section with introductory text and styling
1 parent 884de79 commit 51297b1

2 files changed

Lines changed: 25 additions & 8 deletions

File tree

assets/css/style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,16 @@ header {
216216
}
217217

218218
/* Features/Value Proposition */
219+
.feature-intro {
220+
max-width: 820px;
221+
margin: 0 auto;
222+
text-align: center;
223+
}
224+
225+
.feature-intro p {
226+
margin: 0 auto;
227+
}
228+
219229
.features-grid {
220230
display: grid;
221231
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

index.html

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Netshare - Fast, Private, Local File Sharing</title>
88
<meta name="description"
9-
content="Share files instantly between devices on your local network without internet. No cloud, no tracking, just speed.">
9+
content="Netshare is a free, open-source app to securely share files between two computers or between a computer and mobile device over the same Wi-Fi, without relying on the internet.">
1010

1111
<!-- Favicon -->
1212
<link rel="icon" type="image/x-icon" href="assets/images/appicon.ico">
@@ -84,29 +84,36 @@ <h1>Fast, private file sharing on your local network.</h1>
8484
<!-- Value Propositions -->
8585
<section id="features">
8686
<div class="container">
87+
<div class="feature-intro">
88+
<h2>Share files on the same network, without relying on the Internet</h2>
89+
<p>Netshare is a free, open-source app for secure local network file sharing. It helps you transfer
90+
files between devices on the same network, share files between two computers, or
91+
between a computer and a mobile device.</p>
92+
</div>
8793
<div class="features-grid">
8894
<div class="feature-card">
8995
<span class="feature-icon">🚀</span>
9096
<h3>Local-first & blazing fast</h3>
91-
<p>Files are transferred directly between devices over your local network, giving you maximum
92-
speed without cloud bottlenecks.</p>
97+
<p>Files move directly between devices on your local network, making Netshare a fast option for
98+
transferring files between computers, mobile-computer, mobile-mobile on the same network.</p>
9399
</div>
94100
<div class="feature-card">
95101
<span class="feature-icon">🔒</span>
96102
<h3>Privacy by design</h3>
97-
<p>Your data never leaves your network. No uploads. No tracking. No external servers involved.
98-
</p>
103+
<p>Your data stays on your network. No uploads, no tracking, and no external servers involved
104+
when you securely share files over your local network.</p>
99105
</div>
100106
<div class="feature-card">
101107
<span class="feature-icon">🌐</span>
102108
<h3>Works without internet</h3>
103-
<p>Netshare works perfectly in offline or restricted environments such as offices, labs,
104-
factories, and internal networks.</p>
109+
<p>Share files without relying on the internet. Netshare works in offline or restricted
110+
environments such as offices, labs, factories, and internal networks.</p>
105111
</div>
106112
<div class="feature-card">
107113
<span class="feature-icon">📱</span>
108114
<h3>Cross-platform</h3>
109-
<p>Seamlessly share files across Android, iOS, and macOS devices on the same network.</p>
115+
<p>Share files between two computers or between a computer and a mobile device across Android,
116+
iOS, and macOS on the same network.</p>
110117
</div>
111118
</div>
112119
</div>

0 commit comments

Comments
 (0)