Skip to content

Commit 8dee0a3

Browse files
committed
docs: updated website (details about incorporation, listed uniswap-python, added 'Past' contributor section)
1 parent 4bc756e commit 8dee0a3

File tree

4 files changed

+68
-22
lines changed

4 files changed

+68
-22
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ css/
55
*.css.map
66
.sass-cache/
77
build*
8+
.DS_Store

index.pug

Lines changed: 50 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,19 @@ html
1717
| Turning you into a
1818
+typo('div', 'display-4') Superuser
1919
div(style='padding-top: 20px;')
20-
| Superuser Labs is building #[a(href="https://en.wikipedia.org/wiki/Free_and_open-source_software" target="blank") free and open-source software] that empowers users.
20+
| Superuser Labs is building #[b(style="color: rgb(255,171,64)") free and open-source software] that empowers users.
21+
22+
+section
23+
+cell(12)
24+
p
25+
+typo('div', 'display-2') About us
26+
div
27+
p
28+
| We are a group of developers who are passionate about open-source software and empowering users.
29+
| Originally based in #[b(style="color: #05F") 🇸🇪 Sweden], we have been active since 2017, and have experience working with a wide range of technologies in a range of fields,
30+
| including full-stack development, machine learning, algorithmic trading, smart contracts, and decentralized systems.
31+
p
32+
| We build open-source software, and offer consulting services in the fields of software development, machine learning, blockchain technology, and computational neuroscience.
2133

2234
+section
2335
+cell(12)
@@ -29,7 +41,11 @@ html
2941
img(src="/media/activitywatch-logo.png" style="width: 8em;")
3042
div(style="flex-grow: 1")
3143
h3 ActivityWatch
32-
p Keep track of how you spend time on your computer, keep the data to yourself.
44+
p
45+
| The world's best free and open-source automated time-tracker.
46+
br
47+
| Cross-platform, local-first, extensible, and secure.
48+
3349
+button("https://github.com/ActivityWatch/activitywatch/releases", style="background-color: #009624").mdl-button--colored.mdl-button--raised
3450
| #[i.fas.fa-download] Download
3551
+button("https://github.com/ActivityWatch/activitywatch/")
@@ -43,7 +59,9 @@ html
4359
img(src="/media/thankful-logo-512.png" style="width: 8em;")
4460
div(style="flex-grow: 1")
4561
h3 Thankful
46-
p Donate directly to every content creator online that you like.
62+
p(style="margin-bottom: 0.5em") Donate crypto directly to every content creator that you like. Automatically and without middlemen.
63+
p.mdl-color-text--grey
64+
| #[b Note:] Thankful was discontinued in 2019. We've talked about reviving it, but it's not a priority.
4765
// TODO: Change URL to actual website once fixed
4866
//+button("https://github.com/SuperuserLabs/thankful", style="background-color: #009624").mdl-button--colored.mdl-button--raised
4967
| #[i.fas.fa-download] Get the extension
@@ -52,39 +70,49 @@ html
5270
+button("https://superuserlabs.github.io/thankful/")
5371
| More info
5472

55-
+section.mdl-color--grey-800.mdl-color-text--white
73+
+cell(12)
74+
div(style="display: flex; margin-top: 2em")
75+
div(style="min-width: 14em; display: flex; align-items: center; justify-content: center")
76+
img(src="/media/uniswap-python.png" style="width: 8em;")
77+
div(style="flex-grow: 1")
78+
h3 uniswap-python
79+
p
80+
| The unofficial Python library for Uniswap. Funded by #[a(href="https://bounties.gitcoin.co/grants/2631/uniswap-python") Gitcoin] and the Uniswap Grants Program.
81+
+button("https://github.com/uniswap-python/uniswap-python")
82+
| #[i.fab.fa-github] GitHub
83+
84+
//+section.mdl-color--grey-800.mdl-color-text--white
5685
div(style="display: flex")
5786
div(style="min-width: 14em; display: flex; align-items: center; justify-content: center")
5887
+fa('donate', 'fas', 'amber')
5988
div(style="flex-grow: 1")
6089
h2 Support us!
6190
p We rely on donations to keep our work going, keep an eye on this space for donations.
6291
92+
+section.mdl-color--grey-800.mdl-color-text--white
93+
+cell(12)
94+
p
95+
+typo('div', 'display-2') History
96+
ul
97+
li 2014 - Erik starts working on ActivityWatch
98+
li 2017 - Superuser Labs was born, with Thankful as its initial product.
99+
li 2019 - Thankful folds, ActivityWatch becomes the main focus again.
100+
li 2021 - ActivityWatch getting adopted by researchers.
101+
li 2022 - Superuser Labs formally incorporates as "Superuser Labs Lund AB"
102+
li 2023 - First consulting customer: University of Ghent
103+
63104
+section
64105
+cell(12)
65106
h2.text-center Team
66-
67-
mixin teammember(name, imagename, role, github, linkedin, image_style)
68-
+cell(4)
69-
.mdl-card.mdl-shadow--2dp(style="width: 90%; margin: 2em 0 0 0")
70-
.mdl-card--expand.mdl-card__title(style=`background: url('/media/${imagename}') center / cover; height: 300px; ${image_style}`)
71-
.mdl-card__supporting-text(style="padding: 1em")
72-
div(style="float: left")
73-
h5(style="margin: 0 0 0.25em 0") #{name}
74-
div #{role}
75-
div(style="float: right")
76-
div(style="margin: 0.25em 0 0 0; font-size: 150%")
77-
a(href=`${github}`, style="color: #444")
78-
i.fab.fa-github
79-
if(linkedin)
80-
a(href=`${linkedin}`, style="margin: 0 0 0 0.5em; color: #0077B5")
81-
i.fab.fa-linkedin
82-
83107
+teammember("Erik Bjäreholt", "erik.jpg", "CEO, Developer", github="http://github.com/ErikBjare", linkedin="https://www.linkedin.com/in/erikbjareholt/")
108+
+teammember("Johan Bjäreholt", "johan.png", "Developer", github="https://github.com/johan-bjareholt", linkedin="https://www.linkedin.com/in/johanbjareholt/")
109+
110+
+section
111+
+cell(12)
112+
h2.text-center Past
84113
+teammember("Johannes Ahnlide", "johannes.jpg", "Developer", github="https://github.com/ahnlabb")
85114
+teammember("Jacob Karlsson", "jacob.jpg", "Developer", github="https://github.com/powersource", linkedin="https://www.linkedin.com/in/jacob-karlsson-6a483bb1/")
86115
+teammember("Patrik Laurell", "patrik.jpg", "Developer", github="https://github.com/patrik-laurell", linkedin="https://www.linkedin.com/in/patrik-laurell-ba5b306b/")
87-
+teammember("Johan Bjäreholt", "johan.png", "Developer", github="https://github.com/johan-bjareholt", linkedin="https://www.linkedin.com/in/johanbjareholt/")
88116
+teammember("Valthor Halldórsson", "valthor.jpg", "Developer", github="https://github.com/vlthr", linkedin="https://www.linkedin.com/in/valthor-halldorsson-002aaa13a/")
89117
+teammember("Dwight Lidman", "dwight.jpg", "Developer", github="https://github.com/dwilid", linkedin="https://www.linkedin.com/in/dwight-lidman/", image_style="background-position-y: 10%")
90118
+teammember("Michael Young", "", "Developer", github="https://github.com/Miyou", linkedin="https://www.linkedin.com/in/michael-young-522148142/")

media/uniswap-python.png

107 KB
Loading

templates/mixins.pug

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,20 @@ mixin footer
5858
+cell(12)
5959
p(style="margin: 0; text-align: center")
6060
b Made with #[i.fas.fa-heart(style="color: red")] by Superuser Labs
61+
62+
63+
mixin teammember(name, imagename, role, github, linkedin, image_style)
64+
+cell(4)
65+
.mdl-card.mdl-shadow--2dp(style="width: 90%; margin: 2em 0 0 0")
66+
.mdl-card--expand.mdl-card__title(style=`background: url('/media/${imagename}') center / cover; height: 300px; ${image_style}`)
67+
.mdl-card__supporting-text(style="padding: 1em")
68+
div(style="float: left")
69+
h5(style="margin: 0 0 0.25em 0") #{name}
70+
div #{role}
71+
div(style="float: right")
72+
div(style="margin: 0.25em 0 0 0; font-size: 150%")
73+
a(href=`${github}`, style="color: #444")
74+
i.fab.fa-github
75+
if(linkedin)
76+
a(href=`${linkedin}`, style="margin: 0 0 0 0.5em; color: #0077B5")
77+
i.fab.fa-linkedin

0 commit comments

Comments
 (0)