Skip to content
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

chore: update logo homebrew and favicon #15

Merged
merged 1 commit into from
Jul 19, 2024
Merged
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
Binary file added public/favicon.ico
Binary file not shown.
39 changes: 7 additions & 32 deletions public/logos/homebrew.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 16 additions & 16 deletions src/pages/about/handbook/vision.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Vision
description: We want to continue a legacy of craftsmen making tools that propel humanity forward.
title: Vision - Cybernetic Future of Humanity
description: We're architecting the cybernetic future of humanity. We aim to create AI that propels our species forward and expands the horizons of human potential.
keywords:
[
Jan AI,
Homebrew,
Thinking Machines,
Jan,
ChatGPT alternative,
Expand All @@ -26,21 +26,23 @@ keywords:

![Solarpunk Civilization](./_assets/solarpunk.jpeg)

- Harmonious symbiosis of humans, nature, and machines
- Humanity has over millennia adopted tools. Fire, electricity, computers, and AI.
- AI is no different. It is a tool that can propel humanity forward.
- We reject the
- Go beyond the apocalypse narratives of Dune and Terminator, and you will find a kernel of progress
At Homebrew, we're architecting the cybernetic future of humanity. We aim to create AI that propels our species forward and expands the horizons of human potential.

We want to continue a legacy of craftsmen making tools that propel humanity forward.
History shows that new technologies bring both excitement and fear:

- Electricity sparked fear before it powered our world
- Space travel was impossible until we touched the stars
- AI stands as our next leap forward and offers both promise and challenges

In this leap, we are the craftsmen forging the tools that will shape our species' destiny. We're creating a cybernetic future where AI and humanity evolve together, each enhancing the other's capabilities.

## Collaborating with Thinking Machines

Our vision is to develop thinking machines that work alongside humans.
![Luke Skywalker & R2-D2](./_assets/Luke_Skywalker_R2-D2.jpg)

We envision a future where AI is safely used as a tool in our daily lives, like fire and electricity. These robots enhance human potential and do not replace our key decision-making. You own your own AI.
Imagine a world where anyone can tinker with AI as easily as Luke Skywalker could with R2-D2, without the need for support tickets to some far-off server. This is the future we're building - where AI is not a black box, but an instrument of progress designed to be understood, modified, and improved by those who use it.

![jan ai shapes the future](./_assets/vision-1.webp)
We build AI to enhance human capabilities, not replace them. Our vision is to create AIs that work alongside humans, enabling us to do more, live better lives, and help build a stronger society. Our aim is to build AI that empowers the next generation to achieve feats we couldn’t even imagine today.

![Solarpunk Civilization](./_assets/solar-punk.webp)
> We like that Luke can just open up R2-D2 and tinker around. He was not submitting support tickets to a centralized server somewhere in the galaxy.
Expand All @@ -49,8 +51,6 @@ We envision a future where AI is safely used as a tool in our daily lives, like

Our vision is rooted in an optimistic view of AI's role in humanity's future.

Like the [Solarpunk movement](https://en.wikipedia.org/wiki/Solarpunk), we envision a world where technology and nature coexist harmoniously, supporting a sustainable and flourishing ecosystem.

We focus on AI's positive impacts on our world. From environmental conservation to the democratization of energy, AI has the potential to address some of the most pressing challenges facing our planet.
Like the [Solarpunk movement](https://en.wikipedia.org/wiki/Solarpunk), we envision a world where technology and nature coexist harmoniously.

https://www.yesmagazine.org/environment/2021/01/28/climate-change-sustainable-solarpunk
At Homebrew, our commitment is to develop AI that is energy-efficient and earth-friendly. Because the future we're building is about harmony that respects our planet and all its inhabitants.
56 changes: 0 additions & 56 deletions src/pages/about/vision.mdx

This file was deleted.

15 changes: 12 additions & 3 deletions theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,20 @@ import { AiOutlineGithub } from "react-icons/ai";
import { BiLogoDiscordAlt } from "react-icons/bi";
import { RiTwitterXFill } from "react-icons/ri";
import { FaLinkedin } from "react-icons/fa";
import { useRouter } from "next/router";
import ThemeImage from "@/components/ThemeImage";

export default {
logo: <span className="text-4xl">🤘</span>,
logo: (
<ThemeImage
source={{
light: "/logos/homebrew.svg",
dark: "/logos/homebrew.svg",
}}
alt="Logo Homebrew"
width={32}
height={32}
/>
),
navbar: {
extraContent: (
<div className="flex items-center space-x-2">
Expand Down Expand Up @@ -65,7 +75,6 @@ export default {
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Homebrew" />
<meta property="og:description" content="Open Source, AI R&D Lab" />
<link rel="icon" href="/logos/homebrew.svg" type="image/svg" />
</>
),
navigation: {
Expand Down
Loading