Skip to content
Open
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
2 changes: 2 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<meta name="viewport" content="width=1080">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<link rel="stylesheet" type="text/css" href="%PUBLIC_URL%/cookie/cookie.css" />


<!--
Notice the use of %PUBLIC_URL% in the tag above.
It will be replaced with the URL of the `public` folder during the build.
Expand Down
53 changes: 19 additions & 34 deletions src/Home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,41 +38,26 @@ const openAppleUrl = () => window.open(appleDownloadUrl, '_blank');

export const Home = () => (
<Wrapper>
<Helmet
title="Musicoin Project"
description="Musicoin (MUSIC) is a smart blockchain and music streaming platform."
meta={[
{ name: 'author', content: 'Musicoin Project' },
{
name: 'description',
content:
'Musicoin (MUSIC) is a smart blockchain and music streaming platform. ',
},
<head>
<title>Musicoin</title>

{ name: 'twitter:site', content: 'musicoins' },
{ name: 'twitter:creator', content: 'Musicoin Project' },
{ name: 'twitter:title', content: 'Musicoin Project' },
{
name: 'twitter:image',
content: 'https://musicoin.org/og-musicoin.jpg',
},
<meta name='author' content='Musicoin Project' > </meta>
<meta name="description" content="Musicoin (MUSIC) is a smart blockchain and music streaming platform" />

{ property: 'og:title', content: 'Musicoin Project' },
{ property: 'og:site_name', content: 'Musicoin Project' },
{ property: 'og:type', content: 'website' },
{ property: 'og:url', content: 'https://musicoin.org/' },
{
property: 'og:description',
content:
'Musicoin (MUSIC) is a smart blockchain and music streaming platform. ',
},
{
property: 'og:image',
content: 'https://musicoin.org/og-musicoin.jpg',
},
]}
/>
<Header />
<meta name='twitter:site' content='musicoins'>
<meta name='twitter:creator' content='Musicoin Project'>
<meta name='twitter:title' content='Musicoin Project'>
<meta name='twitter:image' content='https://musicoin.org/og-musicoin.jpg'>
<meta name="twitter:card" content="https://musicoin.org/og-musicoin.jpg'">
</meta>
<meta name='og:title' property='og:title' content='Musicoin' >
<meta property="og:image" content="https://musicoin.org/og-musicoin.jpg" >
<meta property="og:url" content="https://www.imdb.com/title/tt0117500/" >
<meta property='og:site_name' content='Musicoin Project' >
<meta property='og:type' content='website'>
<meta property='og:description' content='Musicoin (MUSIC) is a smart blockchain and music streaming platform.'>

</head>
<Main>
<section>
<Content>
Expand Down Expand Up @@ -342,4 +327,4 @@ export const Home = () => (
<Footer />
</Content>
</Wrapper>
);
);
Binary file added src/shared/Header/images/roadmap_musicoin.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/shared/Header/index.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import {
import { Content } from '@/shared/Content';
import { SecondaryButton, TertiaryButton } from '@/shared/buttons/styles';
import { mediaSizes } from '@/styles/media';
import roadMap from './images/roadmap_musicoin.jpeg';


export class Header extends Component {
mql = window.matchMedia(`(max-width: ${mediaSizes.large}px)`);
Expand Down Expand Up @@ -56,6 +58,7 @@ export class Header extends Component {
</NavToggle>
)}
<NavItems open={open}>
<NavItem to={roadMap} target="_blank" download>RoadMap</NavItem>
<NavItem to="/project-relaunch">Project Relaunch!</NavItem>
<NavItem to="/how-it-works">How it works</NavItem>
<NavItem to="/musicians">For Musicians</NavItem>
Expand Down
Empty file modified src/shared/Header/styles.js
100644 → 100755
Empty file.