Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed assets/images/filecoinlisbon.jpg
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ a {
}

h1, h2, h3, h4, h5, h6 {
margin-top: 0px;
margin-top:20px;
margin-bottom: 0px;
}

Expand Down Expand Up @@ -804,6 +804,7 @@ features - COLOR for the 3 boxes

.features-small-item:hover .icon {
background-color: #ffffff;

}

.features-small-item .icon {
Expand All @@ -828,6 +829,7 @@ features - COLOR for the 3 boxes
color: #a4b3b6;
}

/* padding for text below icons in between the title and the info about the title*/
.features-small-item .features-title {
font-weight: 500;
font-size: 18px;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
Binary file added public/assets/images/filecoinlisbon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 8 additions & 8 deletions index.html → public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ <h1>Building tools to enable a protected and open internet</h1>
<!-- ***** Features Small Item Start ***** -->
<div class="col-lg-4 col-md-6 col-sm-6 col-12"
data-scroll-reveal="enter bottom move 50px over 0.6s after 0.4s">
<a href="https://github.com/noryev/Leto">
<a href="https://leto.gg/">
<div class="features-small-item">
<img alt="Qries" src="assets/images/LetoLogo1.png" width=60" height="60">
<h5 class="features-title">Leto Metrics API</h5>
<h5 class="features-title">Leto Metrics</h5>
<p>A privacy focused alternative to traditional web analytics for IPFS
</p>
</div>
Expand All @@ -110,12 +110,12 @@ <h5 class="features-title">Leto Metrics API</h5>
<div class="col-lg-4 col-md-6 col-sm-6 col-12"
data-scroll-reveal="enter bottom move 50px over 0.6s after 0.6s">
<a
href="https://chrome.google.com/webstore/detail/ipfs-stat-viewer/leoogniilogpecgamlbafoajfcaoddja">
href="http://bafybeibqhkwjxacefz2phtxpdy6qzusbojfidwuus7yheuusxkdxrdefka.ipfs.localhost:8080/Visualize-data-on-an-ipfs-node.html">
<div class="features-small-item">
<img alt="Qries" src="assets/images/stat-viewer-store-icon.png" width=60"
height="60">
<h5 class="features-title">IPFS Stat Viewer</h5>
<p>A Web Extension used to visualize the data stored on a local IPFS node </p>
<p>A web extension used to visualize the data stored on a local IPFS node </p>
</div>
</a>
</div>
Expand Down Expand Up @@ -156,7 +156,7 @@ <h5 class="features-title">Openlinks.io</h5>
<h2 class="section-title">Our Open Source Story</h2>
</div>
<div class="left-text">
<p>GalaxyX started out by building small apps to manage data stored on IPFS. From there, it grew into a service designed to provide metrics ethically to users and developers. </p>
<p>GalaxyX started out building small apps to manage data stored on IPFS. We now offer a suite of tools designed to help the world benefit from the Open Web. </p>
</div>
</div>
</div>
Expand All @@ -179,7 +179,7 @@ <h2 class="section-title">Our apps give users a better way of connecting</h2>
</div>
<div class="left-text">
<p>With simple tools, GalaxyX gives users a better experience while leveraging the Open Web.
Learn more below on our Medium blog & Twitter!</p>
Read more about us in the Medium & Twitter links below!</p>
</div>
</div>
<div class="col-lg-1"></div>
Expand Down Expand Up @@ -210,7 +210,7 @@ <h2 class="section-title">Community Driven Engagement</h2>
</div>
<div class="left-text">
<p>We appreciate being a part of such a amazing ecosystem! Thank-you to all of our contributors and friends at Protocol Labs,
IPFS, Filecoin, AWS and more for enabling us to do our work! </p>
IPFS, Filecoin, AWS and more for helping us to do our work! </p>
</div>
</div>
</div>
Expand All @@ -226,7 +226,7 @@ <h2 class="section-title">Community Driven Engagement</h2>
<li><a href="https://medium.com/@GalaxyXone/why-openlinks-45d907b3c32e"><i
class="fa fa-medium"></i></a></li>
<li><a href="https://twitter.com/Opnlinks"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/company/80142261/admin/"><i
<li><a href="https://www.linkedin.com/company/galaxyx/"><i
class="fa fa-linkedin"></i></a></li>
</ul>
</div>
Expand Down
5 changes: 5 additions & 0 deletions server.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const express = require('express'); const app = express();

app.use(express.static('public'));

app.listen(3000, () => { console.log('Server started on port 3000'); });