-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
first part done, image and summary updated, need to add other pages
- Loading branch information
Showing
4 changed files
with
222 additions
and
88 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,81 +2,61 @@ | |
<head> | ||
<link type="text/css" rel="stylesheet" href="index-stylesheet.css"/> | ||
<link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'> | ||
|
||
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> | ||
<link rel="stylesheet" type="text/css" href="https://code.jquery.com/jquery-1.11.2.min.js"> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css"> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> | ||
<title>Jessie Rushing</title> | ||
</head> | ||
|
||
<body> | ||
<div id="header"> | ||
<img id="jessie" src="http://outgrowingquickbooks.com/images/d51eee75e9f1bf4eed4f4e36b006b469.jpg" height="150px" width="125px"> | ||
<div id="summary">Jessie is a software developer and consultant who specializes in software that integrates with QuickBooks. | ||
</div> | ||
|
||
<nav class="navbar"> | ||
Home | | ||
<a class="navlink" href="/blog/t1-git-blog.html">Blog</a> | | ||
<a class="navlink" href="/about.html">About</a> | | ||
<a class="navlink" href="/#">Projects</a> | ||
</nav> | ||
|
||
<div class="social"> | ||
<a href="http://linkedin.com/in/jessierushing"><img src="http://divasmobilesolutions.com/wp-content/uploads/2012/02/linkedinicon-e1329880359341.png"/></a> | ||
<a href="http://twitter.com/immber"><img src="http://divasmobilesolutions.com/wp-content/uploads/2012/02/twittericon-e1329880313794.png"/></a> | ||
<a href="https://github.com/immber"><img src="https://assets-cdn.github.com/images/modules/logos_page/GitHub-Mark.png" width="35" height="35"></a> | ||
<a href="http://facebook.com/jessie.rushing.7"><img src="http://divasmobilesolutions.com/wp-content/uploads/2012/02/fbicon-e1329880206895.png"></a> | ||
<nav class="navbar navbar-inverse navbar-fixed-top"> | ||
<div class="container-fluid"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="index.html">JKR</a> | ||
</div> | ||
|
||
<div id="contact"> <a id="contactlink" href="mailto:[email protected]">Contact Jessie</a> | ||
</div> | ||
|
||
</div> | ||
|
||
<div id="container"> | ||
<div id="blog"> | ||
<h3>Technical Blog</h3> | ||
<ul class="list"> | ||
<li><a class="bodylink" href="/blog/t1-git-blog.html">Using Git </a> </li> | ||
<li><a class="bodylink" href="/blog/t2-css-design.html">CSS Positioning</a> </li> | ||
<li><a class="bodylink" href="/blog/t3-arrays-hashes.html">Arrays vs. Hashes</a> </li> | ||
<li><a class="bodylink" href="/blog/t4-enumerable-methods.html">Ruby Enumerable Method: Cycle</a> </li> | ||
<li><a class="bodylink" href="/blog/t5-ruby-classes.html">Using Classes in Ruby</a> </li> | ||
<li><a class="bodylink" href="/blog/t6-oop-concepts.html">Classes vs. Modules</a> </li> | ||
<li><a class="bodylink" href="/blog/t7-JavaScript.html">Ruby Classes vs. JavaScript Constructors</a> </li> | ||
<li><a class="bodylink" href="/blog/t8-tech.html">SQL Injection</a> </li> | ||
|
||
</ul> | ||
<h3>Cultural Blog</h3> | ||
<ul class ="list"> | ||
|
||
<li><a class="bodylink" href="/blog/c1-chefs-kitchen.html">Happy to be at DBC </a> </li> | ||
<li><a class="bodylink" href="/blog/c3-thinking-style.html">My Thinking Style</a> </li> | ||
<li><a class="bodylink" href="/blog/c4-tech-issues.html">Not Enough Women in Tech</a> </li> | ||
<li><a class="bodylink" href="/blog/c5-feedback.html">Feedback & Pair Programming</a></li> | ||
<li><a class="bodylink" href="/blog/c6-stereotype-threat.html">Stereotype Threat</a></li> | ||
<li><a class="bodylink" href="/blog/c7-values.html">Personal Values</a></li> | ||
<li><a class="bodylink" href="/blog/c8-conflict.html">Dealing with Conflict</a></li> | ||
<li><a class="bodylink" href="/blog/c9-questions.html">Good Questions</a></li> | ||
|
||
</ul> | ||
</div> | ||
|
||
<div id="projects"> | ||
<h3>Projects</h3> | ||
<ul class="list"> | ||
<li><a href="./projects/gps/gps1-2.html">Pair Programming</a> A guided pairing session project for DBC!</li></br> | ||
<li><a href="https://floating-bastion-7741.herokuapp.com/">Upvote/Downvote Topics</a> A railsbridge tutorial just for fun!</li></br> | ||
<li><a href="./projects/seven/DogToy.html">Help a puppy find his toy</a> A solo-project in javascript, html, and css, for DBC!</li></br> | ||
<li><a href="./projects/git/cheat-sheet.html">Git Commands Cheat Sheet</a> A DBC pair-project.</li></br> | ||
|
||
</ul> | ||
</div> | ||
<div id="sites"> | ||
<h3>Websites</h3> | ||
<ul class="list"> | ||
<li><a class="bodylink" href="http://www.qbutility.com">QB Utility</a> Utility software that makes common QuickBooks tasks faster and easier</li></br> | ||
<li><a class="bodylink" href="http://www.outgrowingquickbooks.com"> Outgrowing QuickBooks</a> Learn more about JR Consulting, specializing in Inventory Managment Software consulting</li> | ||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||
<ul class="nav navbar-nav"> | ||
<li><a href="blog.html">Blog</a></li> | ||
<li><a href="projects.html">Projects</a></li> | ||
<li><a href="about.html">About</a></li> | ||
</ul> | ||
<ul class="nav navbar-nav navbar-right"> | ||
<li><a href="http://linkedin.com/in/jessierushing"><img src="http://divasmobilesolutions.com/wp-content/uploads/2012/02/linkedinicon-e1329880359341.png"/></a></li> | ||
<li><a href="http://twitter.com/immber"><img src="http://divasmobilesolutions.com/wp-content/uploads/2012/02/twittericon-e1329880313794.png"/></a></li> | ||
<li><a href="https://github.com/immber"><img src="https://assets-cdn.github.com/images/modules/logos_page/GitHub-Mark.png" width="35" height="35"></a></li> | ||
<li><a href="http://facebook.com/jessie.rushing.7"><img src="http://divasmobilesolutions.com/wp-content/uploads/2012/02/fbicon-e1329880206895.png"></a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
<div class="container-fluid"> | ||
<div class= "row"> | ||
<div class="col-xs-6 col-md-4"> | ||
</div> | ||
<div class="col-xs-6 col-md-4"> | ||
<div id="header"> | ||
<img id="jessie" src="http://outgrowingquickbooks.com/images/d51eee75e9f1bf4eed4f4e36b006b469.jpg" height="150px" width="125px"> | ||
<div class="caption" id="summary" > | ||
<h1>Jessie Rushing</h1> | ||
<p>A full stack web developer with a particular knack for database design and management. She is a recent graduate of Dev Bootcamp in San Fransico. Prior to attending DBC Jessie started and built a successful software consulting and development business focused on inventory managment software that integrates with QuickBooks.</p> | ||
<p><a id="contactlink" href="mailto:[email protected]">Contact Jessie</a></p> | ||
</div> | ||
|
||
</div> | ||
|
||
|
||
<div class="col-xs-6 col-md-4"> | ||
</div> | ||
</div> | ||
<!-- </div> --> | ||
<!-- div other col --> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,152 @@ | ||
0 info it worked if it ends with ok | ||
1 verbose cli [ 'node', '/usr/local/bin/npm', 'install', '-g', 'grunt-cli' ] | ||
2 info using [email protected] | ||
3 info using [email protected] | ||
4 verbose cache add [ 'grunt-cli', null ] | ||
5 verbose cache add name=undefined spec="grunt-cli" args=["grunt-cli",null] | ||
6 verbose parsed url { protocol: null, | ||
6 verbose parsed url slashes: null, | ||
6 verbose parsed url auth: null, | ||
6 verbose parsed url host: null, | ||
6 verbose parsed url port: null, | ||
6 verbose parsed url hostname: null, | ||
6 verbose parsed url hash: null, | ||
6 verbose parsed url search: null, | ||
6 verbose parsed url query: null, | ||
6 verbose parsed url pathname: 'grunt-cli', | ||
6 verbose parsed url path: 'grunt-cli', | ||
6 verbose parsed url href: 'grunt-cli' } | ||
7 silly lockFile 671ef8ac-grunt-cli grunt-cli | ||
8 verbose lock grunt-cli /Users/jessierushing/.npm/671ef8ac-grunt-cli.lock | ||
9 silly lockFile 671ef8ac-grunt-cli grunt-cli | ||
10 silly lockFile 671ef8ac-grunt-cli grunt-cli | ||
11 verbose addNamed [ 'grunt-cli', '' ] | ||
12 verbose addNamed [ null, '*' ] | ||
13 silly lockFile d63f3d0b-grunt-cli grunt-cli@ | ||
14 verbose lock grunt-cli@ /Users/jessierushing/.npm/d63f3d0b-grunt-cli.lock | ||
15 silly addNameRange { name: 'grunt-cli', range: '*', hasData: false } | ||
16 verbose request where is /grunt-cli | ||
17 verbose request registry https://registry.npmjs.org/ | ||
18 verbose request id 4f96dd4174a269a8 | ||
19 verbose url raw /grunt-cli | ||
20 verbose url resolving [ 'https://registry.npmjs.org/', './grunt-cli' ] | ||
21 verbose url resolved https://registry.npmjs.org/grunt-cli | ||
22 verbose request where is https://registry.npmjs.org/grunt-cli | ||
23 info trying registry request attempt 1 at 16:58:12 | ||
24 http GET https://registry.npmjs.org/grunt-cli | ||
25 http 200 https://registry.npmjs.org/grunt-cli | ||
26 silly registry.get cb [ 200, | ||
26 silly registry.get { date: 'Sat, 10 Jan 2015 00:58:12 GMT', | ||
26 silly registry.get server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)', | ||
26 silly registry.get etag: '"3AY3HD1PETUNI6KXQE8PJ8WSL"', | ||
26 silly registry.get 'content-type': 'application/json', | ||
26 silly registry.get 'cache-control': 'max-age=60', | ||
26 silly registry.get 'content-length': '20203', | ||
26 silly registry.get 'accept-ranges': 'bytes', | ||
26 silly registry.get via: '1.1 varnish', | ||
26 silly registry.get age: '22', | ||
26 silly registry.get 'x-served-by': 'cache-lax1429-LAX', | ||
26 silly registry.get 'x-cache': 'HIT', | ||
26 silly registry.get 'x-cache-hits': '1', | ||
26 silly registry.get 'x-timer': 'S1420851492.635662,VS0,VE0', | ||
26 silly registry.get vary: 'Accept', | ||
26 silly registry.get 'keep-alive': 'timeout=10, max=50', | ||
26 silly registry.get connection: 'Keep-Alive' } ] | ||
27 silly addNameRange number 2 { name: 'grunt-cli', range: '*', hasData: true } | ||
28 silly addNameRange versions [ 'grunt-cli', | ||
28 silly addNameRange [ '0.1.0', | ||
28 silly addNameRange '0.1.1', | ||
28 silly addNameRange '0.1.2', | ||
28 silly addNameRange '0.1.3', | ||
28 silly addNameRange '0.1.4', | ||
28 silly addNameRange '0.1.5', | ||
28 silly addNameRange '0.1.6', | ||
28 silly addNameRange '0.1.7', | ||
28 silly addNameRange '0.1.8', | ||
28 silly addNameRange '0.1.9', | ||
28 silly addNameRange '0.1.10', | ||
28 silly addNameRange '0.1.11', | ||
28 silly addNameRange '0.1.12', | ||
28 silly addNameRange '0.1.13' ] ] | ||
29 verbose addNamed [ 'grunt-cli', '0.1.13' ] | ||
30 verbose addNamed [ '0.1.13', '0.1.13' ] | ||
31 silly lockFile 28997503-grunt-cli-0-1-13 [email protected] | ||
32 verbose lock [email protected] /Users/jessierushing/.npm/28997503-grunt-cli-0-1-13.lock | ||
33 silly lockFile ab76c46e-g-grunt-cli-grunt-cli-0-1-13-tgz https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz | ||
34 verbose lock https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz /Users/jessierushing/.npm/ab76c46e-g-grunt-cli-grunt-cli-0-1-13-tgz.lock | ||
35 verbose addRemoteTarball [ 'https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz', | ||
35 verbose addRemoteTarball 'e9ebc4047631f5012d922770c39378133cad10f4' ] | ||
36 info retry fetch attempt 1 at 16:58:12 | ||
37 verbose fetch to= /var/folders/9s/z9yzgjd94f1dh9zqwhw0dlt80000gn/T/npm-44082-_cnZvHtQ/registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz | ||
38 http GET https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz | ||
39 http 200 https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz | ||
40 silly lockFile ab76c46e-g-grunt-cli-grunt-cli-0-1-13-tgz https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz | ||
41 silly lockFile ab76c46e-g-grunt-cli-grunt-cli-0-1-13-tgz https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz | ||
42 silly lockFile 28997503-grunt-cli-0-1-13 [email protected] | ||
43 silly lockFile 28997503-grunt-cli-0-1-13 [email protected] | ||
44 silly lockFile d63f3d0b-grunt-cli grunt-cli@ | ||
45 silly lockFile d63f3d0b-grunt-cli grunt-cli@ | ||
46 silly resolved [ { name: 'grunt-cli', | ||
46 silly resolved description: 'The grunt command line interface.', | ||
46 silly resolved version: '0.1.13', | ||
46 silly resolved author: { name: 'Grunt Team' }, | ||
46 silly resolved homepage: 'http://gruntjs.com/', | ||
46 silly resolved repository: { type: 'git', url: 'git://github.com/gruntjs/grunt-cli.git' }, | ||
46 silly resolved bugs: { url: 'http://github.com/gruntjs/grunt-cli/issues' }, | ||
46 silly resolved licenses: [ [Object] ], | ||
46 silly resolved bin: { grunt: 'bin/grunt' }, | ||
46 silly resolved engines: { node: '>= 0.8.0' }, | ||
46 silly resolved scripts: { test: 'node bin/grunt test' }, | ||
46 silly resolved preferGlobal: true, | ||
46 silly resolved dependencies: { nopt: '~1.0.10', 'findup-sync': '~0.1.0', resolve: '~0.3.1' }, | ||
46 silly resolved devDependencies: { grunt: '~0.4.0', 'grunt-contrib-jshint': '~0.2.0' }, | ||
46 silly resolved contributors: [ [Object], [Object], [Object], [Object] ], | ||
46 silly resolved _id: '[email protected]', | ||
46 silly resolved dist: | ||
46 silly resolved { shasum: 'e9ebc4047631f5012d922770c39378133cad10f4', | ||
46 silly resolved tarball: 'http://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz' }, | ||
46 silly resolved _from: 'grunt-cli@', | ||
46 silly resolved _npmVersion: '1.3.24', | ||
46 silly resolved _npmUser: { name: 'tkellen', email: '[email protected]' }, | ||
46 silly resolved maintainers: [ [Object] ], | ||
46 silly resolved directories: {}, | ||
46 silly resolved _shasum: 'e9ebc4047631f5012d922770c39378133cad10f4', | ||
46 silly resolved _resolved: 'https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz' } ] | ||
47 info install [email protected] into /usr/local/lib | ||
48 info installOne [email protected] | ||
49 verbose lib/node_modules/grunt-cli unbuild | ||
50 verbose tar unpack /Users/jessierushing/.npm/grunt-cli/0.1.13/package.tgz | ||
51 silly lockFile 466968dc-local-lib-node-modules-grunt-cli tar:///usr/local/lib/node_modules/grunt-cli | ||
52 verbose lock tar:///usr/local/lib/node_modules/grunt-cli /Users/jessierushing/.npm/466968dc-local-lib-node-modules-grunt-cli.lock | ||
53 silly lockFile bfb27cb3-npm-grunt-cli-0-1-13-package-tgz tar:///Users/jessierushing/.npm/grunt-cli/0.1.13/package.tgz | ||
54 verbose lock tar:///Users/jessierushing/.npm/grunt-cli/0.1.13/package.tgz /Users/jessierushing/.npm/bfb27cb3-npm-grunt-cli-0-1-13-package-tgz.lock | ||
55 silly gunzTarPerm modes [ '755', '644' ] | ||
56 error Error: EACCES, mkdir '/usr/local/lib/node_modules/grunt-cli' | ||
56 error { [Error: EACCES, mkdir '/usr/local/lib/node_modules/grunt-cli'] | ||
56 error errno: 3, | ||
56 error code: 'EACCES', | ||
56 error path: '/usr/local/lib/node_modules/grunt-cli', | ||
56 error fstream_type: 'Directory', | ||
56 error fstream_path: '/usr/local/lib/node_modules/grunt-cli', | ||
56 error fstream_class: 'DirWriter', | ||
56 error fstream_stack: | ||
56 error [ '/usr/local/lib/node_modules/npm/node_modules/fstream/lib/dir-writer.js:36:23', | ||
56 error '/usr/local/lib/node_modules/npm/node_modules/mkdirp/index.js:46:53', | ||
56 error 'Object.oncomplete (fs.js:108:15)' ] } | ||
57 error Please try running this command again as root/Administrator. | ||
58 error System Darwin 13.4.0 | ||
59 error command "node" "/usr/local/bin/npm" "install" "-g" "grunt-cli" | ||
60 error cwd /Users/jessierushing/Documents/Phase0/immber/immber.github.io | ||
61 error node -v v0.10.35 | ||
62 error npm -v 1.4.28 | ||
63 error path /usr/local/lib/node_modules/grunt-cli | ||
64 error fstream_path /usr/local/lib/node_modules/grunt-cli | ||
65 error fstream_type Directory | ||
66 error fstream_class DirWriter | ||
67 error code EACCES | ||
68 error errno 3 | ||
69 error stack Error: EACCES, mkdir '/usr/local/lib/node_modules/grunt-cli' | ||
70 error fstream_stack /usr/local/lib/node_modules/npm/node_modules/fstream/lib/dir-writer.js:36:23 | ||
70 error fstream_stack /usr/local/lib/node_modules/npm/node_modules/mkdirp/index.js:46:53 | ||
70 error fstream_stack Object.oncomplete (fs.js:108:15) | ||
71 verbose exit [ 3, true ] |