GitXplorerGitXplorer
t

theinterned.net

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Verified
6224fbcfe9780612706fd6dcd3766cf5e887436d

Merge pull request #1 from JaKXz/patch-1

ttheinterned committed 3 years ago
Verified
4cb471f538dc296a133db5110da42d95d4ef44c6

have an nbsp on me :)

JJaKXz committed 3 years ago
Unverified
0c487bf81b5b09be864331652748fdb31e92969f

supplies a key to list

ttheinterned committed 6 years ago
Unverified
2ddee3f22e0a39b4142c7acaffc16735183dd56b

moves some dependencies to devDependencies

ttheinterned committed 6 years ago
Unverified
a15ebdc2b06e8bf3e46659cded7731cfde8f1c7c

more prettier configuaration and formatting

ttheinterned committed 6 years ago
Unverified
ef97b9ab2e970bf9ec2d5515cf5547fc5a17c11b

moves links out to a prop

ttheinterned committed 6 years ago

README

The README file for this repository.

Portfolio of Ned Schwartz

This is the code for my online portfolio. I'm a front-end web developer and designer whose been working on the web for over 15 years.

or

Default by Design

In the spirit of Default Design, all the colors used in this design are CSS spec Color Module Level 3 named colors and all the fonts are traditional web-safe font-stack fonts (with a serious attempt to get Adrian Frutiger's work to show up on your screen). Also this makes text more usable faster for the reader.

Usage

Just clone the repo, install node modules and run yarn start:

$ yarn install
$ yarn start

Then open http://localhost:3000/ in your browser.

How to Test

The unit tests are powered by Jest and are pretty basic. shell

$ yarn test

How to Build

$ yarn build                # Builds a static site to /build folder

How to Deploy

$ yarn deploy                # Deploys the project to GitHub Pages

The static build is pushed to the https://github.com/theinterned/theinterned.github.io repo where it is hosted as a Github page.

Source code repo: https://github.com/theinterned/theinterned.net

Github page repo: https://github.com/theinterned/theinterned.github.io

The code for this site was developed starting from create-react-app.