Skip to content

Commit

Permalink
refactors images and adds customer mockups
Browse files Browse the repository at this point in the history
  • Loading branch information
rep0x committed Apr 6, 2019
1 parent 1a7bf5c commit f2bfebb
Show file tree
Hide file tree
Showing 46 changed files with 57 additions and 336 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed public/assets/mockups/customer/Product.png
Binary file not shown.
Binary file removed public/assets/mockups/customer/Shop.png
Binary file not shown.
Binary file added public/assets/mockups/customer/cart.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/assets/mockups/customer/payment.jpg
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/assets/mockups/customer/product.jpg
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/assets/mockups/customer/scan.jpg
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/assets/mockups/customer/shop_cart.jpg
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/assets/mockups/customer/shop_empty.jpg
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/assets/mockups/customer/shop_package.jpg
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/Navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { Component } from 'react'
import { HashLink as Link } from 'react-router-hash-link'
import Slide from 'react-reveal/Slide'

import '../styles/navigation/main-nav.scss'
import '../styles/navigation/navigation.scss'
import logo from '../assets/nile_logo.svg'
import nile_typo from '../assets/nile_typo.svg'

Expand Down
59 changes: 45 additions & 14 deletions src/Components/Pages/Customer.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export default class extends Component {

<UseCase sectionData={shopData} />
<UseCase sectionData={productData} />
<UseCase sectionData={comingSoonRightData} />
<UseCase sectionData={comingSoonData} />

<UseCase sectionData={cartData} />
<UseCase sectionData={paymentData} />
<UseCase sectionData={deliveryData} />
</Fragment>
)
}
Expand All @@ -25,7 +25,7 @@ const heroSmallData = {
id: 'customer-hero',
background_url: '../assets/heros/customer_hero.jpg',
avatar: true,
avatar_url: '../assets/customer-circled.jpg'
avatar_url: '../assets/avatars/customer-circled.jpg'
}
const videoPromoData = {
id: 'customer-promo',
Expand All @@ -37,7 +37,7 @@ const shopData = {
border: true,
background: 'white',
image_type: 'mobile',
image_path: '../assets/mockups/customer/Shop.png',
image_path: '../assets/mockups/customer/shop_cart.jpg',
image_right: true,
title: 'Shop',
description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.",
Expand Down Expand Up @@ -68,7 +68,7 @@ const productData = {
border: true,
background: 'white',
image_type: 'mobile',
image_path: '../assets/mockups/customer/Product.png',
image_path: '../assets/mockups/customer/product.jpg',
image_right: false,
title: 'Product',
description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.",
Expand All @@ -94,14 +94,45 @@ const productData = {
}
]
}
const comingSoonData = {
id: 'feature-i',
const cartData = {
id: 'cart',
border: true,
background: 'white',
image_type: 'mobile',
image_path: '../assets/mockups/customer/cart.jpg',
image_right: true,
title: 'Cart',
description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.",
button: false,
link_to: '',
button_text: '',
items: [
{
title: 'Highlight I',
description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.',
},
{
title: 'Highlight II',
description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.',
},
{
title: 'Highlight III',
description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.',
},
{
title: 'Highlight IV',
description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.',
}
]
}
const paymentData = {
id: 'Payment',
border: true,
background: 'white',
image_type: 'mobile',
image_path: '../assets/mockups/supplier/coming_soon.jpg',
image_path: '../assets/mockups/customer/payment.jpg',
image_right: false,
title: 'Feature IV',
title: 'Payment',
description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.",
button: false,
link_to: '',
Expand All @@ -125,14 +156,14 @@ const comingSoonData = {
}
]
}
const comingSoonRightData = {
id: 'feature-i',
const deliveryData = {
id: 'delivery',
border: true,
background: 'white',
image_type: 'mobile',
image_path: '../assets/mockups/supplier/coming_soon.jpg',
image_path: '../assets/mockups/customer/confirm_delivery.jpg',
image_right: true,
title: 'Feature III',
title: 'Delivery',
description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.",
button: false,
link_to: '',
Expand Down
18 changes: 9 additions & 9 deletions src/Components/Pages/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@ const ecosystemData = {
title: 'Vendor',
description: 'Think of small businesses like backeries, joineries and flower shops selling products. Or think of hair studios, doctors offices and repair shops selling services. We can even think of usual people selling art, honey and services they do hobby wise.',
target: 'vendor',
image: './assets/vendor-circled.jpg'
image: './assets/avatars/vendor-circled.jpg'
},
{
title: 'Supplier',
description: 'Think of people driving to work everyday. Suppliers can see which packages are easy to ship depending on their route. This way the delivery is not just very efficient since there are almost no extra miles, the supplier also get rewards on the fly.',
target: 'supplier',
image: './assets/supplier-circled.jpg'
image: './assets/avatars/supplier-circled.jpg'
},
{
title: 'Customer',
description: 'More and more people get aware of the importance of local economies. Empowering people with a platform to have a great service quality but supporting local people instead of giant cooperations has the potential to transform the awareness into action.',
target: 'customer',
image: './assets/customer-circled.jpg'
image: './assets/avatars/customer-circled.jpg'
}
]
}
Expand All @@ -64,7 +64,7 @@ const vendorData = {
border: true,
background: 'white',
image_type: 'circle',
image_path: './assets/vendor-circled.jpg',
image_path: './assets/avatars/vendor-circled.jpg',
image_right: true,
title: 'Vendor',
description: "People willing to sell something. There are many different businesses and people that are already selling products or services, but many of them does not have the capacities nor the money to conquer the web and there might also be even more people that have the potential but not yet the platform to do so.",
Expand Down Expand Up @@ -95,7 +95,7 @@ const supplierData = {
border: true,
background: 'white',
image_type: 'circle',
image_path: './assets/supplier-circled.jpg',
image_path: './assets/avatars/supplier-circled.jpg',
image_right: false,
title: 'Supplier',
description: "People willing to ship something. Shipping products from one place to another is mostly done by corporations right now. Instead we could use the potential of usual people that drive around every day. They simply could pick up packages on their path and deliver it to the target location.",
Expand Down Expand Up @@ -126,7 +126,7 @@ const customerData = {
border: true,
background: 'white',
image_type: 'circle',
image_path: './assets/customer-circled.jpg',
image_path: './assets/avatars/customer-circled.jpg',
image_right: true,
title: 'Customer',
description: "More and more people get aware of the importance of local economies. They see how many local businesses needs to close, but do not want to be without the service quality of platforms like amazon. Empowering people with a platform to have the same service quality but supporting local products and services has the potential to transform the awareness into real world action.",
Expand Down Expand Up @@ -159,19 +159,19 @@ const missionData = {
title: 'Privacy',
description: 'Data protection and user privacy is a huge topic today. The platform just saves the information which is needed and all users data is saved on the user’s devices.',
target: null,
image: './assets/privacy.svg'
image: './assets/illustrations/privacy.svg'
},
{
title: 'Feeless',
description: 'Nile does not have fees at any level - it is 100% commission-free. Nile will always be free. There won’t be any extra pay features nor a pro version. The complete code is open source and free to use.',
target: null,
image: './assets/feeless.svg'
image: './assets/illustrations/feeless.svg'
},
{
title: 'Permissionless',
description: 'Everyone can join the system without any registration hurdles. Even when you are signed in you can interact anonymously with other people in your ecosystem.',
target: null,
image: './assets/permissionless.svg'
image: './assets/illustrations/permissionless.svg'
}
]
}
3 changes: 1 addition & 2 deletions src/Components/Pages/Supplier.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export default class extends Component {
<UseCase sectionData={pickupData} />
<UseCase sectionData={deliveryData} />
<UseCase sectionData={buddiesData} />

</Fragment>
)
}
Expand All @@ -26,7 +25,7 @@ const heroSmallData = {
id: 'supplier-hero',
background_url: '../assets/heros/supplier_hero.jpg',
avatar: true,
avatar_url: '../assets/supplier-circled.jpg'
avatar_url: '../assets/avatars/supplier-circled.jpg'
}
const videoPromoData = {
id: 'supplier-promo',
Expand Down
3 changes: 1 addition & 2 deletions src/Components/Pages/Vendor.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export default class extends Component {
<UseCase sectionData={orderData} />
<UseCase sectionData={cashierData} />
<UseCase sectionData={settingsData} />

</Fragment>
)
}
Expand All @@ -27,7 +26,7 @@ const heroSmallData = {
id: 'vendor-hero',
background_url: '../assets/heros/vendor_hero.jpg',
avatar: true,
avatar_url: '../assets/vendor-circled.jpg'
avatar_url: '../assets/avatars/vendor-circled.jpg'
}
const videoPromoData = {
id: 'vendor-promo',
Expand Down
Binary file removed src/assets/avatars/customer-circled.jpg
Binary file not shown.
Binary file removed src/assets/avatars/supplier-circled.jpg
Binary file not shown.
Binary file removed src/assets/avatars/vendor-circled.jpg
Binary file not shown.
Binary file removed src/assets/heros/customer_hero.jpg
Binary file not shown.
9 changes: 0 additions & 9 deletions src/assets/heros/divider.svg

This file was deleted.

9 changes: 0 additions & 9 deletions src/assets/heros/divider_grey.svg

This file was deleted.

Loading

0 comments on commit f2bfebb

Please sign in to comment.