Skip to content

Commit

Permalink
Minor interface polish
Browse files Browse the repository at this point in the history
- Make menu button more accessible
- Make text at login and subscribe screens more appealing
  • Loading branch information
smathot committed Jul 19, 2024
1 parent d4fa3b7 commit e884e0e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions sigmund/static/login.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
&#128150; Your subscription<br>supports open source
{: .pretty-text }

- State-of-the-art chatbot
- Better at answering questions about [OpenSesame](https://osdoc.cogsci.nl/) and [DataMatrix](https://pydatamatrix.eu) than any other chatbot
- Also a state-of-the-art general-purpose chatbot
- Use your favorite language model! Select OpenAI GPT4o, Anthropic Claude 3.5, or Mistral Large
- Messages and attachments are encrypted so that no-one can listen in on your conversation
- Search and summarize scientific literature (access to Google Scholar)
- Basic Python and R execution abilities
- Search for scientific articles through Google Scholar
- Upload and download attachments
- Messages and attachments are encrypted so that no-one can listen in on your conversation
- Use your favorite language model! Select OpenAI GPT4o, Anthropic Claude 3.5, or Mistral Large
- Read more about [what Sigmund can do](/about) and [our terms of service](/terms)

Sigmund requires a subscription (€9 /month). You can subscribe after signing in. A variety of international payment methods are available. Subscribing is easy and secure.
Expand Down
4 changes: 3 additions & 1 deletion sigmund/templates/sign-out.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<div id="sign-out">Welcome {{ username }}!
<a href="/logout">Log out</a>
<button title="Menu" id="expand" onclick="app.__vue__.toggleMenu()">
<i class="fas fa-bars"></i>
</button>
</div>
1 change: 1 addition & 0 deletions sigmund/templates/subscribe-now.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<div id="about">
<div id="start-text">
<p>
Thank you for supporting open-source software!
You're almost ready to start using Sigmund, but you still need a subscription!
</p>
</p>
Expand Down

0 comments on commit e884e0e

Please sign in to comment.