Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
32 changes: 32 additions & 0 deletions blog/npm-debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'run', 'start' ]
2 info using npm@2.7.5
3 info using node@v0.12.2
4 verbose stack Error: Failed to parse json
4 verbose stack Trailing comma in object at 11:3
4 verbose stack },
4 verbose stack ^
4 verbose stack at parseError (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:406:25)
4 verbose stack at parseJson (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:86:51)
4 verbose stack at /usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:60:33
4 verbose stack at evalmachine.<anonymous>:334:14
4 verbose stack at /usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:102:5
4 verbose stack at FSReqWrap.oncomplete (evalmachine.<anonymous>:95:15)
5 verbose cwd /Users/Kwame/ericquayson.github.io/blog
6 error Darwin 15.0.0
7 error argv "node" "/usr/local/bin/npm" "run" "start"
8 error node v0.12.2
9 error npm v2.7.5
10 error file /Users/Kwame/ericquayson.github.io/blog/package.json
11 error code EJSONPARSE
12 error Failed to parse json
12 error Trailing comma in object at 11:3
12 error },
12 error ^
13 error File: /Users/Kwame/ericquayson.github.io/blog/package.json
14 error Failed to parse package.json data.
14 error package.json must be actual JSON, not just JavaScript.
14 error
14 error This is not a bug in npm.
14 error Tell the package author to fix their package.json file. JSON.parse
15 verbose exit [ 1, true ]
65 changes: 33 additions & 32 deletions blog/src/grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,54 +34,55 @@
<h1>Enter the Void</h1>
<p>Welcome to my blog that shares my experiences at The Iron Yard.</p>
</header>
<section>

<article id="frame1">

<section>
<article id="frame1">

</article>
<article id="frame2">
</article>
<article id="frame2">

</article>
<article id="frame3">
</article>
<article id="frame3">

</article>
<article id="frame4">
</article>
<article id="frame4">

</article>
<article id="frame5">
</article>
<article id="frame5">

</article>
<article id="frame6">
</article>
<article id="frame6">

</article>
</section>
</article>
</section>
<button>load more posts</button>
<footer>
<form>
<ul>


<li>
Name: <input type="text" name="name" id="name" </br>
</li>
<li>
Email: <input type="text" name="email" id="email" </br>
</li>
<li>
Company: <input type="text" name="company" id="company" </br>
</li>
<li>
Name: <input type="text" name="name" id="name" </br>
</li>
<li>
Email: <input type="text" name="email" id="email" </br>
</li>
<li>
Company: <input type="text" name="company" id="company" </br>
</li>

<li>
Comment: </br>
<textarea name="comment-section" id="comment-section"></textarea>
</li>
<li>
<input type="submit" value="Submit" id="submit-button">
</li>
</ul>
<li>
Comment: </br>
<textarea name="comment-section" id="comment-section"></textarea>
</li>
<li>
<input type="submit" value="Submit" id="submit-button">
</li>
</ul>
</form>
</footer>
</div> <!-- End of Responsive grid -->
</div> <!-- End of Responsive grid -->
</main>


Expand Down