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
10 changes: 5 additions & 5 deletions content/apps/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ list:
description: Use Dat with a desktop app.
tags: gui, electron
sciencefair:
link: http://sciencefair-app.com/
link: http://sciencefair-app.com
title: ScienceFair
description: Search, collect, read and reuse the scientific literature.
tag: gui, electron, research
Expand All @@ -24,12 +24,12 @@ list:
description: Pixel Art Editor with real-time peer-to-peer collaboration using React.
tags: gui, art
pinboard:
link: https://github.com/inkswitch/pinboard
title: Pinboard
description: Pixel Art Editor with real-time peer-to-peer collaboration using React.
link: https://inkandswitch.github.io/pushpin
title: PushPin
description: A collaborative digital workspace that works offline and syncs in real-time
tags: gui
cabal:
link: https://cabal-club.github.io/
link: https://cabal-club.github.io
title: Cabal
description: experimental p2p community chat platform
tags: gui, chat
Expand Down
16 changes: 8 additions & 8 deletions content/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ tagline: ecosystem

links:
dat:
link: https://datproject.org
title: datproject.org
link: https://dat.foundation
title: dat.foundation
documentation:
link: https://docs.datproject.org/
link: https://docs.datproject.org
title: Documentation
chat:
link: http://chat.datproject.org
link: https://gitter.im/datproject/discussions
title: Dat Chat
----

Expand All @@ -28,8 +28,8 @@ nav-links:
link: /modules
title: Modules
dat:
link: https://datproject.org
title: datproject.org
link: https://dat.foundation
title: dat.foundation
learning:
link: /learning
title: Learning
Expand All @@ -51,13 +51,13 @@ featured:
text:
text: true
cabal:
link: http://cabal.chat/
link: http://cabal.chat
title: Cabal Chat
image: /assets/cabal.png
description: experimental p2p community chat platform
author: Contributors Welcome y'all
sciencefair:
link: http://sciencefair-app.com/
link: http://sciencefair-app.com
image: /assets/sf-home.png
title: ScienceFair
description: Search, collect, read and reuse the scientific literature.
Expand Down
2 changes: 1 addition & 1 deletion source/views/wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function renderNavigation (state, emit) {
</div>
${editLink()}
<footer class="absolute bottom-0 mb4 color-neutral-04 dn db-l">
<a href="http://twitter.com/${state.page('/contact').v('twitter')}" target="_blank" class="dim f5 db mb1 lh-solid">@dat_project</p>
<a href="http://twitter.com/dat_project" target="_blank" class="dim f5 db mb1 lh-solid">@dat_project</a>
<a href="https://enoki.site" class="link f5 dim lh-solid">Built on Enoki</a>
</footer>
</nav>
Expand Down