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

Added branding #164

Merged
merged 1 commit into from
Mar 18, 2022
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
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
### Finding the best time for team meetings or hanging out with your friends has never been faster. [Try now](https://kukkee.com)!
[![Kukkee](./public/Kukkee-banner.png)](https://kukkee.com)

### Never ask “what time works for you all?” again. [Try now](https://kukkee.com)!

[![License](https://img.shields.io/github/license/Kukkee/Kukkee?color=%23000000&style=for-the-badge)](https://github.com/Kukkee/Kukkee/blob/main/LICENSE)
[![Chat on Gitter](https://img.shields.io/badge/chat--on-gitter-brightgreen?color=%23000000&style=for-the-badge&logo=gitter)](https://gitter.im/Kukkee/community)
[![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/Kukkee/Kukkee?style=for-the-badge)](https://codeclimate.com/github/Kukkee/Kukkee)
[![GitHub contributors](https://img.shields.io/github/contributors/Kukkee/Kukkee?color=%23000000&&style=for-the-badge)](https://github.com/Kukkee/Kukkee/graphs/contributors)
[![Powered by Vercel](https://img.shields.io/badge/Powered%20by%20Vercel-%23000000.svg?style=for-the-badge&logo=vercel&logoColor=white)](https://vercel.com?utm_source=Kukkee&utm_campaign=oss)

## [Under active development]

## Community

Come say hello at our [chatroom](https://gitter.im/Kukkee/community) for discussions, voicing new ideas or getting help!

## API Documentation

You can find the API documentation for the server [here](https://documenter.getpostman.com/view/10544125/TW6wJodh).

## Getting Started

### Prerequisites
Expand Down
Binary file added public/Kukkee-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/Kukkee-transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/Kukkee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions public/Kukkee.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const NavBar = (): JSX.Element => {
<Navbar.Brand href="/" className="kukkee-brand">
<img
alt="logo"
src="/logo.svg"
src="/Kukkee.svg"
className="kukkee-logo-icon d-inline-block align-top"
/>
Kukkee
Expand Down