Skip to content

Commit

Permalink
Revert "removes the rest of the readme files for testing"
Browse files Browse the repository at this point in the history
This reverts commit fa9991f.
  • Loading branch information
nucat176 committed Aug 20, 2018
1 parent e8c8811 commit b1737e4
Show file tree
Hide file tree
Showing 35 changed files with 1,669 additions and 0 deletions.
8 changes: 8 additions & 0 deletions API/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Details

## Introduction
Coming soon!

This directory is where the APIs will be located for developers to make use of the Core implementation of our blockchain protocol. This API will enable the purchase, sale and stamping of tokens, with more functionality to be announced in the future.

Stay tuned for further details and specifications!
24 changes: 24 additions & 0 deletions Applications/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Applications

This folder contains applications for the various use cases of nCent, as well as temporary or early stage implementations of the applications.

## buildCent
Application for outsourcing tasks for a larger project to a network.

## dateCent
Fun application of nCent. Use network to encounter romantic partner.

## deprecated
Files no longer in use

## fanCent
Application for acquiring customers, particularly for a brand or promotion.

## jobCent
Application for recruitment. Use netowrk to incentivize talent discovery.

## landingPage
Early website for basic information about nCent and important links.

## sportCent
Application for promotion of sporting events and fan engagement. Early stage application, implementation under construction
62 changes: 62 additions & 0 deletions Applications/landingPage/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# [Start Bootstrap - Landing Page](https://startbootstrap.com/template-overviews/landing-page/)

[Landing Page](http://startbootstrap.com/template-overviews/landing-page/) is a multipurpose landing page template for [Bootstrap](http://getbootstrap.com/) created by [Start Bootstrap](http://startbootstrap.com/).

## Preview

[![Landing Page Preview](https://startbootstrap.com/assets/img/templates/landing-page.jpg)](https://blackrockdigital.github.io/startbootstrap-landing-page/)

**[View Live Preview](https://blackrockdigital.github.io/startbootstrap-landing-page/)**

## Status

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/BlackrockDigital/startbootstrap-landing-page/master/LICENSE)
[![npm version](https://img.shields.io/npm/v/startbootstrap-landing-page.svg)](https://www.npmjs.com/package/startbootstrap-landing-page)
[![Build Status](https://travis-ci.org/BlackrockDigital/startbootstrap-landing-page.svg?branch=master)](https://travis-ci.org/BlackrockDigital/startbootstrap-landing-page)
[![dependencies Status](https://david-dm.org/BlackrockDigital/startbootstrap-landing-page/status.svg)](https://david-dm.org/BlackrockDigital/startbootstrap-landing-page)
[![devDependencies Status](https://david-dm.org/BlackrockDigital/startbootstrap-landing-page/dev-status.svg)](https://david-dm.org/BlackrockDigital/startbootstrap-landing-page?type=dev)

## Download and Installation

To begin using this template, choose one of the following options to get started:
* [Download the latest release on Start Bootstrap](https://startbootstrap.com/template-overviews/landing-page/)
* Install via npm: `npm i startbootstrap-landing-page`
* Clone the repo: `git clone https://github.com/BlackrockDigital/startbootstrap-landing-page.git`
* [Fork, Clone, or Download on GitHub](https://github.com/BlackrockDigital/startbootstrap-landing-page)

## Usage

### Basic Usage

After downloading, simply edit the HTML and CSS files included with the template in your favorite text editor to make changes. These are the only files you need to worry about, you can ignore everything else! To preview the changes you make to the code, you can open the `index.html` file in your web browser.

### Advanced Usage

After installation, run `npm install` and then run `gulp dev` which will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved. You can view the `gulpfile.js` to see which tasks are included with the dev environment.

## Bugs and Issues

Have a bug or an issue with this template? [Open a new issue](https://github.com/BlackrockDigital/startbootstrap-landing-page/issues) here on GitHub or leave a comment on the [template overview page at Start Bootstrap](http://startbootstrap.com/template-overviews/landing-page/).

## Custom Builds

You can hire Start Bootstrap to create a custom build of any template, or create something from scratch using Bootstrap. For more information, visit the **[custom design services page](https://startbootstrap.com/bootstrap-design-services/)**.

## About

Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.

* https://startbootstrap.com
* https://twitter.com/SBootstrap

Start Bootstrap was created by and is maintained by **[David Miller](http://davidmiller.io/)**, Owner of [Blackrock Digital](http://blackrockdigital.io/).

* http://davidmiller.io
* https://twitter.com/davidmillerskt
* https://github.com/davidtmiller

Start Bootstrap is based on the [Bootstrap](http://getbootstrap.com/) framework created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thorton](https://twitter.com/fat).

## Copyright and License

Copyright 2013-2018 Blackrock Digital LLC. Code released under the [MIT](https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/gh-pages/LICENSE) license.
3 changes: 3 additions & 0 deletions Core/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Core Development Repository

Comming soon, the official implementation of the nCent decentralized ledger. When live, the ledger will facillitate decentralized verification of refferal transactions, token redemption, and all other nCent operations. Based in the Stellar protocol, the blockchain will be the fundamental method of recording nCent transactions, ensuring that all functions are properly recorded. On top of the ledger, our API and SDK can be used to perform nCent's functions, making it easy for developers to build applications on top of the blockchain.
14 changes: 14 additions & 0 deletions Developers/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
You can use our Sandbox and SDK to build jobCent (hyperlink) or bugCent (hyperlink) or any front-end application you can think of!


Sandbox

The SDK interacts with the Sandbox which is a RESTful API server. The Sandbox interacts with a PostgreSQL database that stores your transactions, addresses and tokentypes in the back-end that is updated based on your API calls. You can find more information on the database schema, the API resources and calls here (hyperlink)!

You can git clone the sandbox and install postgreSQL (hyperlink) and start playing! Refer here for the tutorials (hyperlink)!

SDK

The SDK gives you a straightforward way to create a wallet address, stamp a token, transfer a token (signed using your private key), check your balance and destroy a token.

The SDK is the client-side application that sends a request to the back-end server that is your Sandbox and receives a response.
Empty file.
271 changes: 271 additions & 0 deletions Logo Assets/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,271 @@
# Logo Assets Folder is a Compilation of Logo Assets for nCent Labs

## Hex Files - Color Codes

### **Headers**

#### Pixel

###### PNG
* Black.png: #00000 to #000204

* Blue.png:
* Symbol Range: various, darker part #8C89A8, lighter part #D4D6E5.
* White Name: #F8FCFF

* Dark.png:
* Symbol Range: lighter part #726F71, darker part #252629
* Name: #252629

* Orange.png
* Symbol Range Range: Darker #FFDB9A, Whiter #FAEBD0
* Name Range: #EDF4F5

* Red.png
* Symbol Range Range: Darker #FB7879, Lighter #FEDCDD
* Name Range: #F7F9FD

* Silver.png
* Symbol Range Range: Darker #474846, Whiter #D9DADE
* Name Range: #D4DEE4

* White.png
* Symbol Range Range: #FBFDFB
* Name Range: #EEFBFF

###### PNG BG
* BG_Black.png
* Background: #FFFFFF
* Foreground: #030303

* BG_Blue.png
* Background Range: #131437 to #2B2951
* Foreground:
* Symbol Range: various, darker part #8C89A8, lighter part #D4D6E5.
* White Name: #F8FCFF

* BG_Dark.png
* Background: #FFFFFF
* Foreground:
* Symbol Range: Darker #101010, Lighter #6E6E6E
* Name Range: Darker #282828, Lighter Outside #484848

* BG_Orange.png
* Background: Lighter top left #FF9F00, Darker bottom right #FE6904
* Foreground:
* Symbol Range: Darker #F4D99B, Lighter #F8EFDF
* Name Range: #FFFAE2

* BG_Red.png
* Background: #C2272F
* Foreground:
* Symbol Range: Darker #FF8286, Lighter #FDD4D5
* Name Range: #FBF9F9

* BG_Silver.png
* Background: #131313
* Foreground:
* Symbol Range: Darker #4C4C4C, Ligher #DEDEDE
* Name Range: #CCCCCC

* BG_White.png
* Background: #131313
* Foreground: #FAFAFA

###### PSD
* Header.psd
* Background: #FFFFFF
* Foreground: #040404

#### Vector
* Header(ai)
* Background: Darker Top #171636, Lighter Bottom #2A2448
* Foreground:
* Symbol Range: Darker #656486, Lighter #C7C8DC
* Name Range: #FDFCFF

### **Square Logos (no print)**

#### Pixel

###### PNG
* Black.png: #000002

* Blue.png:
* Darker #8C89A8
* Lighter #D4D6E5.

* Dark.png:
* Darker #252629
* Lighter #726F71

* Orange.png:
* Darker #FFDB9A,
* Lighter ##FFFAF6

* Red.png
* Darker #F1CECF
* Lighter #FEFFFD

* Silver.png
* Darker #403C3A
* Whiter #E9E9E6

* White.png
* #FBFDFB

###### PNG BG
* BG_Black.png
* Background: #FFFFFF
* Foreground: #030303

* BG_Blue.png
* Background Range: #131437 to #2B2951
* Foreground:
* Darker #8C89A8,
* Lighter #D4D6E5.

* BG_Dark.png
* Background: #FFFFFF
* Foreground:
* Darker #101010
* Lighter #6E6E6E

* BG_Orange.png
* Background: Lighter top left #FF9F00, Darker bottom right #FE6904
* Foreground:
* Darker #F4D99B
* Lighter #F8EFDF

* BG_Red.png
* Background: #C2272F
* Foreground:
* Darker #FF8286
* Lighter #FDD4D5

* BG_Silver.png
* Background: #131313
* Foreground:
* Darker #4C4C4C
* Lighter #DEDEDE

* BG_White.png
* Background: #131313
* Foreground: #FAFAFA

###### PSD
* NoSubline.psd
* Background: #FFFFFF
* Foreground: #040404

#### Vector
* Header_no_Subline(ai)
* Background: Darker Top #171636, Lighter Bottom #2A2448
* Foreground:
* Darker #656486
* Lighter #C7C8DC

### **Square Logos (with print)**

#### Pixel

###### PNG
* Black_subline.png: #000002

* Blue_subline.png:
* Symbol
* Darker #626388
* Lighter #CDDEE5
* Text
* #CEE5F0

* Dark_subline.png:
* Symbol
* Darker #252629
* Lighter #726F71
* Text
* #202B37

* Orange_subline.png:
* Symbol
* Darker #FFDB9A,
* Lighter #FBE4BD
* Text
* #C2CEDA

* Red_subline.png:
* Symbol
* Darker #F1CECF
* Lighter #FEFFFD
* Text
* #D9DFEB

* Silver.png:
* Symbol
* Darker #403C3A
* Whiter #E9E9E6
* Text
* #D9DFEB

* White.png: #FBFDFB

###### PNG BG
* BG_Subline_Black.png
* Background: #FFFFFF
* Foreground (including text): #030303

* BG_Subline_Blue.png
* Background Range: #131437 to #2B2951
* Foreground:
* Darker #8C89A8,
* Lighter #D4D6E5.
* Text #D4D3E1


* BG_Subline_Dark.png
* Background: #FFFFFF
* Foreground:
* Darker #101010
* Lighter #6E6E6E
* Text #252525

* BG_Subline_Orange.png
* Background: Lighter top left #FF9F00, Darker bottom right #FE6904
* Foreground:
* Darker #F4D99B
* Lighter #F8EFDF
* Text #DBCBBA

* BG_Subline_Red.png
* Background: #C2272F
* Foreground:
* Darker #ECC9C6
* Lighter #F8FCFB
* Text #E3D2C0

* BG_Subline_Silver.png
* Background: #131313
* Foreground:
* Darker #4C4C4C
* Lighter #DEDEDE
* Text #CACACA

###### PSD
* Subline.psd
* Background: #FFFFFF
* Foreground: #040404
* Text: #040404

#### Vector
* Header_no_Subline(ai)
* Background: Darker Top #171636, Lighter Bottom #2A2448
* Foreground:
* Darker #656486
* Lighter #C7C8DC
* Text #C8C9CA






Loading

0 comments on commit b1737e4

Please sign in to comment.