-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Staging -> Prod #446
Merged
Merged
Staging -> Prod #446
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
5d9d171
add logos and images
tripledoublev ff7ddde
create new projects
tripledoublev c31db0d
Update Cosmos with new title and content
tripledoublev 1088d24
Add Interchain page
tripledoublev 6a04977
Update practice area title from Interchain to Network Operations
tripledoublev 5584343
Replace `Network` with `Interchain`
tripledoublev 9575289
Add aria-label to home page link for improved accessibility
tripledoublev 8c01ffb
Bring back menu_title for home page to comply with experts
tripledoublev de9258d
update interchain related assets
tripledoublev 4cd7f05
Add diagram to Co-Creation Lab page
tripledoublev 557e500
Implement dropdown menu for 'Work' section and enhance mobile functio…
tripledoublev 54e7867
Add non-breaking space before dropdown indicator in navigation
tripledoublev 0e9abb5
Add alt text for Co-Creation Lab diagram to improve accessibility
tripledoublev 7cc04cb
Refactor dropdown to dynamically generate items from `work_menu_title…
tripledoublev cfd663a
Update query breakpoints for dropdown responsiveness
tripledoublev 0fbb1fe
Cooperation -> Co-operation
makew0rld 7c3d155
Merge pull request #443 from hyphacoop/co-op
tripledoublev 6a5f684
Adjust line-height in navigation styles for improved layout
tripledoublev 7164609
Remove drop shadow and border-radius on dropdown menu
tripledoublev 505c1be
Merge pull request #442 from hyphacoop/add-interchain-content
LexaMichaelides cae38d9
Fix link URL in timeline caption
tripledoublev 31cda14
Merge branch 'master' into fix-resolve-conflicts
tripledoublev b4f4513
Merge pull request #444 from hyphacoop/fix-resolve-conflicts
tripledoublev f8a953e
Merge branch 'master' into staging
tripledoublev e6f8dcc
Commit ActivityPub Data
github-actions[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -146,6 +146,6 @@ notifications: | |
action: done | ||
id: https://hypha.coop/dripline/co-operative-cats-and-deliberative-dashboards.jsonld | ||
created_at: 1738164141 | ||
actor_url: https://hypha.coop/about.jsonld | ||
actor: "@[email protected]" | ||
public_key_url: https://hypha.coop/about.jsonld#main-key | ||
actor_url: https://staging.hypha.coop/about.jsonld | ||
actor: "@dripline@staging.hypha.coop" | ||
public_key_url: https://staging.hypha.coop/about.jsonld#main-key | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,109 @@ | ||
<a class="f4 f3-ns accent link underline-hover db dn-l" href="#" aria-label="Close menu">Close menu</a> | ||
|
||
<h2 id="menu-heading" class="clip">Menu</h2> | ||
<ul aria-labelledby="menu-heading" class="list mv4 mv0-l pa0 f3 ml3-l pl3-l flex flex-column flex-row-l items-end"> | ||
{% assign pages = site.pages | sort: 'order' %} | ||
{% assign current_page = page.url %} | ||
{% assign current_page_slug = page.url | split: '/' %} | ||
{%- for page in pages -%} | ||
{% if page.menu_title %} | ||
<li> | ||
<a class="pa3 pv0-l db link underline-hover hover-accent mid-gray {% if page.url contains current_page_slug[1] or page.url == current_page %}accent underline{% endif %}" href="{{ page.url | relative_url }}">{{ page.menu_title }}</a> | ||
</li> | ||
{% if page.menu_title == "Work" %} | ||
<li class="dropdown-container relative"> | ||
<a class="pa3 pv0-l db link underline-hover hover-accent mid-gray {% if current_page_slug[1] == 'work' %}accent underline{% endif %}" | ||
href="{{ page.url | relative_url }}" | ||
aria-haspopup="true"> | ||
{{ page.menu_title }} ▾ | ||
</a> | ||
<ul class="dropdown-menu absolute bg-white list pa0 mt1 dn flex-column z-1" aria-label="Work submenu"> | ||
{%- for page in pages -%} | ||
{% if page.work_menu_title %} | ||
<li> | ||
<a class="pa3 db link underline-hover hover-accent mid-gray {% if current_page contains page.url %}accent underline{% endif %}" href="{{ page.url | relative_url }}"> | ||
{{ page.title }} | ||
</a> | ||
</li> | ||
{% endif %} | ||
{%- endfor -%} | ||
</ul> | ||
</li> | ||
{% else %} | ||
<li> | ||
<a class="pa3 pv0-l db link underline-hover hover-accent mid-gray {% if page.url contains current_page_slug[1] or page.url == current_page %}accent underline{% endif %}" | ||
href="{{ page.url | relative_url }}"> | ||
{{ page.menu_title }} | ||
</a> | ||
</li> | ||
{% endif %} | ||
{% endif %} | ||
{%- endfor -%} | ||
<li> | ||
<a class="pa3 pv0-l db link underline-hover hover-accent mid-gray " href="/people#openings">Openings</a> | ||
</li> | ||
{% if site.openings != empty %} | ||
<li> | ||
<a class="pa3 pv0-l db link underline-hover hover-accent mid-gray " href="/people#openings">Openings</a> | ||
</li> | ||
{% endif %} | ||
</ul> | ||
<p class="gray b sans-serif db dn-l"><span class="dib mr2">Email</span><a class="accent link underline-hover dib sans dn-l normal" href="mailto:{{ site.email-hidden }}">{{ site.email }}</a></p> | ||
|
||
<!-- CSS for dropdown functionality --> | ||
<style> | ||
/* Desktop dropdown behavior */ | ||
@media screen and (min-width: 75em) { | ||
.dropdown-container { | ||
position: relative; | ||
} | ||
|
||
.dropdown-container:hover .dropdown-menu { | ||
display: flex; | ||
} | ||
|
||
.dropdown-menu { | ||
min-width: 300px; | ||
top: 100%; | ||
left: 0; | ||
margin-top: 0; | ||
padding-top: 0.5rem; | ||
line-height: 0.5; | ||
} | ||
} | ||
|
||
/* Mobile dropdown behavior */ | ||
@media screen and (max-width: 75em) { | ||
.dropdown-container { | ||
display: flex; | ||
flex-direction: column; | ||
align-items: end; | ||
} | ||
|
||
.dropdown-container.active .dropdown-menu { | ||
display: flex; | ||
} | ||
|
||
.dropdown-menu { | ||
position: static; | ||
box-shadow: none; | ||
border-left: 2px solid #ccc; | ||
margin-left: 1rem; | ||
border-radius: 0; | ||
} | ||
|
||
.dropdown-menu a { | ||
padding-left: 1.5rem; | ||
} | ||
} | ||
</style> | ||
|
||
<p class="gray b sans-serif db dn-l "><span class="dib mr2">Email</span><a class="accent link underline-hover dib sans dn-l normal" href="mailto:{{ site.email-hidden }}">{{ site.email }}</a></p> | ||
<!-- JavaScript for mobile dropdown toggle --> | ||
<script> | ||
document.addEventListener('DOMContentLoaded', function() { | ||
const dropdownToggle = document.querySelector('.dropdown-container > a'); | ||
|
||
if (dropdownToggle) { | ||
dropdownToggle.addEventListener('click', function(e) { | ||
// Only prevent default on mobile | ||
if (window.innerWidth < 1200) { | ||
e.preventDefault(); | ||
this.parentElement.classList.toggle('active'); | ||
} | ||
}); | ||
} | ||
}); | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
--- | ||
title: Cosmos | ||
title: Cosmos Hub Testnets Program | ||
logo: /assets/images/logos/cosmos-logo.png | ||
preview: true | ||
excerpt_separator: <!-- more --> | ||
practice_area: Interchain | ||
practice_area: Interchain Operations | ||
--- | ||
Hypha is a <a class="link accent" href="https://hub.cosmos.network/main">Cosmos Hub</a> core team and Interchain Foundation grant recipient, focusing on testnet management. <a href="/doescosmos">Read about our work</a>.<!-- more --> We manage Cosmos Hub testnets where we run infrastructure and coordinate with validators, developers, and users to test software releases and build technical capacity in the ecosystem. | ||
|
||
From 2021 to 2025, we have managed three persistent <a class="link accent" href="https://github.com/cosmos/testnets/" target="_blank">testnets</a>, several devnets, and multiple short-lived networks, providing a robust platform for validators, developers, and integrators to onboard the Cosmos Hub, test infrastructure, and prepare for new features. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: ISLE Testnet | ||
logo: /assets/images/logos/isle.png | ||
preview: true | ||
excerpt_separator: <!-- more --> | ||
practice_area: Interchain Operations | ||
--- | ||
We ran the <a class="link accent" href="https://github.com/cosmos/testnets/tree/master/isle" target="_blank">Interchain Security Lightning Experiment</a>, an incentivized testnet designed to expose validators to Partial Set Security in the Cosmos Hub by guiding participants through six consumer chain launches. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: LORO Testnet | ||
logo: /assets/images/logos/laconic.png | ||
preview: true | ||
excerpt_separator: <!-- more --> | ||
practice_area: Interchain Operations | ||
--- | ||
We designed and executed the <a class="link accent" href="https://github.com/LaconicNetwork/loro-testnet" target="_blank">Laconic Operational Ranking and Onboarding testnet</a>, successfully onboarding validators to the Laconic network while evaluating participants' capabilities in provisioning services. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Valence Protocol | ||
logo: /assets/images/logos/valence.png | ||
preview: true | ||
excerpt_separator: <!-- more --> | ||
practice_area: Interchain Operations | ||
--- | ||
Our members are core contributors to the <a class="link accent" href="https://www.valence.zone/" target="_blank">Valence Protocol</a>, a unified stack for building secure cross-chain DeFi applications. |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
layout: practice_area | ||
title: Interchain Operations | ||
work_menu_title: true | ||
excerpt: "Coordinating humans and technology to deliver reliable decentralized networks" | ||
image: "/assets/images/social/interchain-operations-i.webp" | ||
diagram: "assets/images/interchain-operations.webp" | ||
diagram_alt_text: "A diagram illustrating the Interchain Operations practice area. Arrows extend from 'Interchain Operations' to several related areas, including 'Chains Launched' (25+), 'Chain Upgrades' (70+), 'Validators Served' (350+), and 'Game Days' (100+). The diagram is set against a vibrant purple background, with bold typography emphasizing the key metrics. The word 'HYPHA' is prominently displayed at the bottom." | ||
description: | ||
tagline: "Decentralized networks are complex in multiple ways. Bleeding edge technology meets a diverse group of people spread across time zones, skill levels, and life experiences. From our technical knowledge of chain operations to organizing the people behind the nodes, we are industry leading experts in deploying, testing, and operating Cosmos SDK-based blockchains." | ||
services: | ||
- title: Testnets | ||
description: | ||
- "We operate testnets that have proven crucial for blockchain projects securing billions in assets. Our custom-built monitoring and launch tools provide insights into network behaviour and participation, enabling us to track and deliver the outcomes our development partners require. Our programs consistently achieve high engagement from node operators and users, creating an environment that surfaces critical issues before mainnet deployment. These testnet environments serve as platforms for product and technical research, allowing projects to validate their assumptions and refine their approaches in a controlled setting." | ||
- title: Technical Program Management | ||
description: | ||
- "We craft long- and short-term programs to help development teams take new features and technologies to market alongside operators with diverse skill levels. We have years of experience supporting and guiding multiple dev teams, validators, and node operators through complicated, risky manoeuvres on both testnets and production chains with a huge number of moving parts. From coordinating incident responses to building validator sets, managing network upgrades, or providing technical education to network participants, we create programs that keep networks humming. We understand that technical events often bring surprises, so we maintain the flexibility to adapt swiftly to changing circumstances." | ||
- "Our impact extends beyond immediate program management – we consistently produce comprehensive technical documentation, experience reports, and other resources that contribute to the growing knowledge base of project ecosystems." | ||
- title: Product Delivery | ||
description: | ||
- "We ensure successful product delivery for select partners in and adjacent to the Cosmos ecosystem. Our involvement spans the entire development lifecycle, from early-stage consultation and requirements gathering to full product realization. We offer expertise in MVP development, iterative software development, product roadmap creation, user feedback integration, and day-to-day project management. Our aim is to always deliver products that are well tested, are a delight to use and operate, and not only meet current needs but are positioned for future growth." | ||
--- |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should these be staging?