Skip to content

Commit

Permalink
add connection fa
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhealy1 committed Nov 26, 2024
1 parent 8e3949d commit 0645dae
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 6 deletions.
4 changes: 2 additions & 2 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ h6 {

#logo {
font-size: clamp(
2rem,
10vw,
1rem,
17vw,
20rem
); /* Min: 2rem, Preferred: 5vw, Max: 8rem */
font-family: "Comfortaa", sans-serif;
Expand Down
52 changes: 48 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,61 @@
<h1>
<a href="index.html" id="logo"><strong>stac</strong>chain</a>
</h1>
<hr />
<!-- <hr /> -->
<p id="tagline">
<strong
>geospatial discovery, integrity, provenance, and
economics</strong
>
</p>
</header>
<footer>
<br />
<div>
<a href="#banner" class="button circled scrolly">Start</a>
</footer>
</div>

<footer>

<ul class="icons">
<li>
<a
href="index.html"
class="list-group-item fa fa-home fa-fw fa-2x"
aria-label="Home"
>
</a>
</li>
<li>
<a id="main-gh"
href="https://github.com/stacchain"
class="icon brands fa-github fa-2x"
target="_blank"
aria-label="GitHub"
>
</a>
</li>
<li>
<a
href="https://www.linkedin.com/company/stacchain"
class="icon brands fa-linkedin-in fa-2x"
target="_blank"
aria-label="LinkedIn"
>
</a>
</li>
<li>
<a
href="https://join.slack.com/t/stacchain/shared_invite/zt-2tlaz5mxy-zADeAydd4yqoK5MiOmZ1Qg"
class="icon brands fa-slack fa-2x"
target="_blank"
>
</a>
</li>


</ul>

</footer>
</div>

<!-- Nav -->
Expand Down Expand Up @@ -304,7 +348,7 @@ <h3>Connect with Us</h3>
</li>
<li>
<a
href="https://linkedin.com/company/healy-hyperspatial"
href="https://www.linkedin.com/company/stacchain"
class="icon brands fa-linkedin-in"
target="_blank"
aria-label="LinkedIn"
Expand Down

0 comments on commit 0645dae

Please sign in to comment.