Skip to content

Commit 438b426

Browse files
committed
style : update
1 parent 6d3de0c commit 438b426

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Available at: [https://wifidrop.js.org](https://wifidrop.js.org)
44

55
Instant WIFI Drop P2P Large File Transfer.
66

7-
WIFIDrop is an easy-to-use progressive web app (PWA) that allows users to transfer unlimited size of files between devices on the same WIFI network. Files are transferred securely peer-to-peer via WebRTC without any intermediary servers. This works by leveraging existing public protocol for signaling such as Torrent, Nostr and MQTT. Therefore this application is a completely client side application and can be run on any static hosting even on local host.
7+
WIFIDrop is an easy-to-use progressive web app (PWA) that allows users to transfer unlimited size of files between devices over the same WIFI network. Files are transferred securely peer-to-peer via WebRTC without any intermediary servers. This works by leveraging existing public protocol for signaling such as Torrent, Nostr and MQTT. Therefore this application is a completely client side application and can be run on any static hosting even on local host.
88

99
![WIFIDrop](screenshot.jpeg)
1010

src/main.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,12 @@ document.querySelector('#app').innerHTML = `
7878
</div>
7979
</div>
8080
<div class="attribution">
81-
<p>WIFIDrop &copy; 2024 - Instant WIFI Drop P2P Large File Transfer</p>
82-
<p><a href="https://github.com/nuzulul/wifidrop">Open Source by Nuzulul Zulkarnain</a></p>
81+
<p>WIFIDrop &copy; 2024 - Instant File Transfer Over WIFI</p>
82+
<p><a href="https://github.com/nuzulul/wifidrop">Open Source
83+
<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="currentColor" class="bi bi-github" viewBox="0 0 16 16">
84+
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27s1.36.09 2 .27c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8"/>
85+
</svg>
86+
Nuzulul Zulkarnain</a></p>
8387
8488
</div>
8589
</div>

src/style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ h1 {
7070
border:2px solid #d7d8da;
7171
border-radius:10px 10px 10px 10px;
7272
width:100%;
73-
height:45vh;
73+
height:35vh;
7474
border-style:dashed;
7575
background:#f4f5f8;
7676
}
@@ -448,7 +448,6 @@ button:focus-visible {
448448
.attribution{
449449
margin-top:30px;
450450
font-size:0.7em;
451-
line-height:0.5em;
452451
margin-bottom:10px;
453452
}
454453

0 commit comments

Comments
 (0)