Skip to content

Commit e5e5a37

Browse files
committed
refactor: cleanup
1 parent 3fb0dc1 commit e5e5a37

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

src/components/SplashCard/SplashCard.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
}
4545
4646
h2 {
47-
margin: 1rem 0;
47+
padding-top: 0;
48+
margin-top: 0;
4849
background: #D53BAB;
4950
background: -webkit-linear-gradient(to right, #D53BAB 0%, #AB2AFF 100%);
5051
background: -moz-linear-gradient(to right, #D53BAB 0%, #AB2AFF 100%);

src/routes/index.svelte

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@
9191
</p>
9292

9393
<p style="font-size: 14pt">
94-
Packetframe is an open-source content delivery network and distributed cloud platform supporting open source projects, nonprofits, and communities with open infrastructure.
94+
Packetframe is an open-source content delivery network and distributed cloud platform supporting open-source projects, nonprofits, and communities with open infrastructure.
9595
</p>
9696
</div>
9797

9898
<Dig/>
9999

100100
<SplashCard title="Globally Distributed">
101101
<div slot="text">
102-
Packetframe is present on all 6 consumer-inhabited continents in over 40 cities. (If you know of a datacenter in Antarctica, let me know!)
102+
Packetframe is present on all 6 consumer-inhabited continents in over 40 cities worldwide. Temporary cache nodes are available to serve a local region during large events, coordinated tests, and disaster scenarios.
103103
</div>
104104
<SpinningGlobe/>
105105
</SplashCard>
@@ -117,7 +117,8 @@
117117

118118
<SplashCard title="Community Centric">
119119
<div slot="text">
120-
The open source community plays a huge role in the CDN infrastructure. Want to get involved? Feel free to send an email to
120+
Packetframe is designed to support open-source projects, nonprofits, and communities with open infrastructure. We are committed to providing a platform that is free to use and open to all.
121+
Want to get involved? Feel free to send an email to
121122
<Email/>
122123
or hop in #packetframe on <a href='https://libera.chat/guides/connect'>Libera.Chat</a>.
123124
</div>

src/routes/network.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
9595
#netmap {
9696
height: 50vh;
97+
margin-top: 25px;
9798
}
9899
99100
.body {

0 commit comments

Comments
 (0)