Skip to content

Commit

Permalink
[Landing] Update slogan
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolemos committed Jul 27, 2020
1 parent be6e65e commit a8cdb0f
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<img src="https://user-images.githubusercontent.com/619186/52172760-33710f00-275d-11e9-9adb-8ea4209e4453.png" height="100" /><br/>
<span><b>DevHub</b>: <span>Unified view for GitHub activities</span><br/>
<span><b>DevHub</b>: <span>GitHub Notifications & Activities on your Desktop</span><br/>
<span><a href="https://play.google.com/store/apps/details?id=com.devhubapp&utm_source=github_repo_link" target="_blank">Android</a>, <a href="https://itunes.apple.com/us/app/devhub-for-github/id1191864199?l=en&mt=8&utm_source=github_repo_link" target="_blank">iOS</a>, <a href="https://devhubapp.com/" target="_blank">Web</a> & <a href="https://github.com/devhubapp/devhub/releases" target="_self">Desktop</a> with <b>95%+ code sharing</b> between them<br/><i>thanks to React Native + React Native Web</i></span><br/>
<p align="center">
<a href="https://itunes.apple.com/us/app/devhub-for-github/id1191864199?l=en&mt=8&utm_source=github_repo_button" target="_blank"><img alt="Download on the App Store" height="50" src="https://user-images.githubusercontent.com/619186/52173137-d416fd00-2764-11e9-98c1-77607061f188.png" /></a>
Expand Down Expand Up @@ -87,7 +87,7 @@ DevHub is a **mobile and desktop** app to help you **manage GitHub Notifications
- Support for GitHub Enterprise
- Push notifications
- Unlimited number of columns
- Unlimited history of notifications and activities
- Unlimited history of Notifications & Activities
> GitHub API only returns notifications from the last 7 days and at max 300 activities; the paid feature will allow you to have access to all the data from the past by saving them on DevHub's database
##### Why is this app not completely free?
Expand Down
2 changes: 1 addition & 1 deletion landing/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default class App extends NextApp {
<ThemeProvider>
<PlansProvider>
<Head>
<title>DevHub | Unified view for GitHub activities</title>
<title>DevHub | GitHub Notifications & Activities on your Desktop</title>
</Head>

<ThemeConsumer>
Expand Down
2 changes: 1 addition & 1 deletion landing/pages/_document.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Document, { Head, Html, Main, NextScript } from 'next/document'
import React from 'react'

const shortDescriptionTitle = 'Unified view for GitHub activities'
const shortDescriptionTitle = 'GitHub Notifications & Activities on your Desktop'
const shortDescriptionContent =
'Create columns with filters; Manage Notifications, Issues, Pull Requests and Repository Activities; Bookmark things for later; Enable Desktop Push Notifications.'
const fullDescription = `${shortDescriptionTitle}. ${shortDescriptionContent}`
Expand Down
8 changes: 4 additions & 4 deletions landing/src/pages/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function HomePage(_props: HomePageProps) {
<div className="mb-12 lg:mb-0">
<div className="flex flex-col lg:w-9/12 items-center m-auto mb-8 text-center">
<h1 className="text-4xl sm:text-5xl">
A unified view for GitHub activities
GitHub Notifications & Activities on your Desktop
</h1>

<h2
Expand All @@ -66,9 +66,9 @@ export default function HomePage(_props: HomePageProps) {

<h2 className="w-full xl:w-9/12">
Create columns for the repositories and people that matters to
you; Manage Notifications, Issues, Pull Requests &amp;
Activities; Bookmark things for later; Enable Desktop Push
Notifications.
you; Receive Desktop Push Notifications; Manage Notifications,
Issues, Pull Requests &amp; Activities; Bookmark things for
later.
</h2>
</div>
<CTAButtons center className="mb-2" />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"email": "[email protected]",
"url": "https://twitter.com/brunolemos"
},
"description": "Unified view for GitHub activities",
"description": "GitHub Notifications & Activities on your Desktop",
"repository": "https://github.com/devhubapp/devhub",
"collective": {
"type": "opencollective",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/screens/LoginScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ export const LoginScreen = React.memo(() => {
<Spacer height={contentPadding / 2} />

<ThemedText color="foregroundColorMuted65" style={styles.subtitle}>
Unified view for GitHub activities
GitHub Notifications & Activities on your Desktop
</ThemedText>

<Spacer height={contentPadding * 2} />
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"email": "[email protected]",
"url": "https://twitter.com/brunolemos"
},
"description": "Unified view for GitHub activities",
"description": "GitHub Notifications & Activities on your Desktop",
"repository": "https://github.com/devhubapp/devhub",
"scripts": {
"build": "yarn build:base && yarn build:web && yarn build:web:post && yarn build:electron",
Expand Down
8 changes: 4 additions & 4 deletions packages/web/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
<base href="%PUBLIC_URL%" target="_blank" />

<title>DevHub</title>
<meta name="description" content="Unified view for GitHub activities. Create columns with filters; Manage Notifications, Issues, Pull Requests and Repository Activities; Bookmark things for later; Enable Desktop Push Notifications.">
<meta name="description" content="GitHub Notifications & Activities on your Desktop. Create columns with filters; Manage Notifications, Issues, Pull Requests and Repository Activities; Bookmark things for later; Enable Desktop Push Notifications.">

<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Unified view for GitHub activities">
<meta itemprop="name" content="GitHub Notifications & Activities on your Desktop">
<meta itemprop="description" content="Create columns with filters; Manage Notifications, Issues, Pull Requests and Repository Activities; Bookmark things for later; Enable Desktop Push Notifications.">
<meta itemprop="image" content="https://devhubapp.com/static/screenshots/devhub-desktop-zoomed-dark.jpg">

<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://devhubapp.com">
<meta property="og:type" content="website">
<meta property="og:title" content="Unified view for GitHub activities">
<meta property="og:title" content="GitHub Notifications & Activities on your Desktop">
<meta property="og:description" content="Create columns with filters; Manage Notifications, Issues, Pull Requests and Repository Activities; Bookmark things for later; Enable Desktop Push Notifications.">
<meta property="og:image" content="https://devhubapp.com/static/screenshots/devhub-desktop-zoomed-dark.jpg">

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Unified view for GitHub activities">
<meta name="twitter:title" content="GitHub Notifications & Activities on your Desktop">
<meta name="twitter:description" content="Create columns with filters; Manage Notifications, Issues, Pull Requests and Repository Activities; Bookmark things for later; Enable Desktop Push Notifications.">
<meta name="twitter:image" content="https://devhubapp.com/static/screenshots/devhub-desktop-zoomed-dark.jpg">
<meta name="twitter:image:alt" content="Screenshot of the DevHub web app, showing 4 columns with GitHub activities on them.">
Expand Down
2 changes: 1 addition & 1 deletion packages/web/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "DevHub",
"short_name": "DevHub",
"description": "Unified view for GitHub activities",
"description": "GitHub Notifications & Activities on your Desktop",
"lang": "en-US",
"start_url": "./?utm_source=web_app_manifest",
"display": "standalone",
Expand Down

0 comments on commit a8cdb0f

Please sign in to comment.