Skip to content
This repository was archived by the owner on Jun 28, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Mobile page updates
  • Loading branch information
mmahalwy committed Aug 6, 2016
commit a59ddb434356ef90525970a072c79b154e46e48d
13 changes: 12 additions & 1 deletion src/containers/MobileLanding/index.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
import React from 'react';
import Helmet from 'react-helmet';

import Grid from 'react-bootstrap/lib/Grid';
import Row from 'react-bootstrap/lib/Row';
import Col from 'react-bootstrap/lib/Col';
import Button from 'react-bootstrap/lib/Button';

import makeHeadTags from 'helpers/makeHeadTags';

const styles = require('./style.scss');
const apple = require('../../../static/images/apple-white.svg');
const play = require('../../../static/images/play-store.svg');
const phones = require('../../../static/images/mockup_desktop@2x.png');
const phones = require('../../../static/images/mockup-desktop@2x.png');

export default () => (
<Grid className={`${styles.container} montserrat`}>
<Helmet
{
...makeHeadTags({
title: 'Quran Android and iOS apps by Quran.com',
description: 'From the makers of Quran.com comes Quran for iOS and Android, a beautiful, and ad-free mushaf apps' // eslint-disable-line max-len
})
}
/>
<Row>
<Col md={5}>
<h1 className={styles.title}>
Expand Down
Binary file added static/images/mockup-desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
181 changes: 181 additions & 0 deletions static/images/mockup-desktop.svg
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 static/images/[email protected]
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 static/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.