Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static site - Jackie #42

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
7e40fda
created html for index and basic file structure. Also created and edi…
jackiewatanabe Mar 20, 2017
9a7f784
adjusted footer
jackiewatanabe Mar 20, 2017
acf6a13
added buttons to intro-text in html
jackiewatanabe Mar 20, 2017
c0ea33a
added style to buttons
jackiewatanabe Mar 20, 2017
16851c8
adjusted button styling to put on one line
jackiewatanabe Mar 20, 2017
04fc39e
created portfolio.html page with skeleton layout
jackiewatanabe Mar 20, 2017
c16799b
adjusted html files to make sure pages actually linked to each other
jackiewatanabe Mar 20, 2017
a4e6a5e
added section for different posts in portfolio.html
jackiewatanabe Mar 20, 2017
595a047
added more styling to page posts
jackiewatanabe Mar 20, 2017
d441081
fixed buttons on main page
jackiewatanabe Mar 20, 2017
0857f17
adjusted footer
jackiewatanabe Mar 20, 2017
a9257f6
adjusted header to use inline blocks intstead of floating elements.
jackiewatanabe Mar 20, 2017
f5d8160
adjusted header
jackiewatanabe Mar 20, 2017
269f7c2
created skeleton html for blog and about pages
jackiewatanabe Mar 20, 2017
31539de
changed styling for non-home-page content headers.
jackiewatanabe Mar 20, 2017
159d1e6
added social media buttons to footer and adjusted styling
jackiewatanabe Mar 20, 2017
95293a8
updated footers on all pages with social media icons
jackiewatanabe Mar 20, 2017
11a7448
added social media icons to header on all pages
jackiewatanabe Mar 20, 2017
e38dbbd
adjusted header nav margin
jackiewatanabe Mar 20, 2017
9a7f77e
added more social icons to header
jackiewatanabe Mar 20, 2017
d638572
added image to portfolio posts
jackiewatanabe Mar 20, 2017
21e00ad
added section to written portion of posts in code.folio page
jackiewatanabe Mar 20, 2017
b03adec
added border in between posts
jackiewatanabe Mar 20, 2017
2b5c1b4
added padding on post-blurb
jackiewatanabe Mar 20, 2017
29291af
added new post preview image and updated post header capitalization
jackiewatanabe Mar 20, 2017
6a91ca1
made post preview image and post heading text clickable links
jackiewatanabe Mar 20, 2017
0a7afb4
added fake posts to blog page and formatted articles
jackiewatanabe Mar 20, 2017
d387008
added more formatting to blog posts
jackiewatanabe Mar 20, 2017
03ace69
added content to main section of about page
jackiewatanabe Mar 20, 2017
6c04bd3
added more dummy section to index.html and tweaked some nav and link …
jackiewatanabe Mar 20, 2017
f8933c3
updated social buttons in footer
jackiewatanabe Mar 20, 2017
03267ee
validated html (extra main in one of the html files) and added normal…
jackiewatanabe Mar 20, 2017
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
61 changes: 61 additions & 0 deletions portfolio/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.min.css">
<title>Jackie Watanabe: about.me</title>
</head>
<body>
<header>
<div class="logo">
<h2><a href="index.html">Jackie Watanabe</a></h2>
</div>
<nav>
<ul>
<li><a href="portfolio.html">Code.Folio</a></li>
<li><a href="code-journal.html">Code.Journal</a></li>
<li><a href="http://jackiewatanabe.com">Past.life</a></li>
<li><a id="current-page" href="about.html">About.me</a></li>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice touch using styles to signify the current page in nav.

</ul>
</nav>
<div id="social">
<a href="http://www.facebook.com"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="http://www.twitter.com/sushiigirl"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="http://instagram.com/jackiewatanabe"><i class="fa fa-instagram" aria-hidden="true"></i></a>
<a href="http://www.github.com/jackiewatanabe"><i class="fa fa-github" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/watanabejackie/"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</div>
</header>
<main>
<section class="page-header">
<!-- <h4 class="page-subtitle">about.me</h4> -->
<h2 class="page-title">Oh, hey!</h2>

<!-- <p class="page-blurb">
This page is all about me! Blabla this is nothing but it will become something very soon. I just need to think of something clever to write up here. Blablabla. Isn't this so interesting? Probably not. OK, bye.
</p> -->
</section>
<section class="about-text">
<p>
Hi, I’m Jackie. I like Hello Kitty and taking pictures. This is just a space where I share some of my coding adventures as a student at <a href="http://adadevelopersacademy.org">Ada Developers Academy</a>. Currently, I’m based in Seattle. If you like my work, you can contact me at jackie(at)jackiewatanabe(dot)com.
</p>
<img src="images/AboutMe_Jackie_Watanabe_square1.jpg" alt="Jackie Watanabe"/>
<!-- <div class="circular"></div> -->
</section>
</main>
<footer>
<div id="copyright">
&copy;2017 Jackie Watanabe
</div>
<div id="connect">
<h4>Connect</h4>
<a href="http://www.facebook.com"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="http://www.twitter.com/sushiigirl"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="http://instagram.com/jackiewatanabe"><i class="fa fa-instagram" aria-hidden="true"></i></a>
<a href="http://www.github.com/jackiewatanabe"><i class="fa fa-github" aria-hidden="true"></i></a>
<a href="http://www.linkedin.com/in/watanabejackie"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</div>
</footer>
</body>
</html>
93 changes: 93 additions & 0 deletions portfolio/code-journal.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.min.css">
<link href="styles/normalize.css" rel="stylesheet">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like this normalize stylesheet is overriding some of your styling (like cool fonts) -- is that intended?

If not (that is, if you want your styles to apply after the normalizing), you can move your main.css stylesheet below the normalize.css sheet in the <head> section and that should resolve.

<title>Jackie Watanabe: code.journal</title>
</head>
<body>
<header>
<div class="logo">
<h2><a href="index.html">Jackie Watanabe</a></h2>
</div>
<nav>
<ul>
<li><a href="portfolio.html">Code.Folio</a></li>
<li><a id="current-page" href="code-journal.html">Code.Journal</a></li>
<li><a href="http://jackiewatanabe.com">Past.life</a></li>
<li><a href="about.html">About.me</a></li>
</ul>
</nav>
<div id="social">
<a href="http://www.facebook.com"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="http://www.twitter.com/sushiigirl"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="http://instagram.com/jackiewatanabe"><i class="fa fa-instagram" aria-hidden="true"></i></a>
<a href="http://www.github.com/jackiewatanabe"><i class="fa fa-github" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/watanabejackie/"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</div>
</header>
<main>
<section class="page-header">
<h2 class="page-title">Blog</h2>

</section>
<section class="blog-posts">
<article>
<section class="blog-post-header">
<h3>My third blog post!</h3>
<h4 class="date">March 20th, 2017</h4>
</section>
<section class="blog-post-text">
<p>
syndicated content farm hyperhyperlocal get me rewrite morgue bloggers in their mother's basement newspaper strike data visualization, tags Voice of San Diego cognitive surplus crowdsourcing gamification vast wasteland content farm, Sulzberger West Seattle Blog Encyclo Foursquare Sulzberger hyperlocal. tweet incent recontextualize synergize community inverted pyramid crowdsourcing mathewi NYT R&D Walter Lippmann HuffPo, hackgate cancel my subscription I love the Weather & Opera section put the paper to bed iPhone app bloggers in their mother's basement HuffPo circulation net neutrality Fuego church of the savvy, dying get me rewrite syndicated Instagram incent Colbert bump Julian Assange put the paper to bed Politics & Socks page.
</p>
<p>
learnings Romenesko gotta grok it before you rock it WaPo explainer RT iPad app Neil Postman Colbert bump iPad app serendipity attracting young readers privacy paidContent, Innovator's Dilemma Aron Pilhofer the medium is the massage mthomps put the paper to bed nonprofit commons-based peer production copyright commons-based peer production Demand Media 5% corruption Josh Marshall. plagiarism linkbait inverted pyramid David Foster Wallace afternoon paper data journalism afternoon paper, Sulzberger 5 praise erasers & how to avoid them cognitive surplus Google News inverted pyramid iPad app, just across the wire Snarkmarket DocumentCloud Nook AP.
</p>
<p>
net neutrality meme pay curtain privacy Storify stupid commenters API circulation cops beat Groupon the other longer Book Review, meme Reuters NPR Knight Foundation Jay Rosen but what's the business model lede Patch perfect for starting a campfire put the paper to bed tweet, aggregation net neutrality Neil Postman Jay Rosen Neil Postman column-inch horse-race coverage Bill Keller reporting. What Would Google Do Encyclo content farm analytics Gardening & War section attracting young readers David Foster Wallace right-sizing Chartbeat plagiarism a giant stack of newspapers that you'll never read I saw it on Mediagazer Gannett Frontline Clay Shirky, copyboy content farm Chartbeat The Printing Press as an Agent of Change semipermeable explainer data journalism mthomps reality-based I love the Weather & Opera section Jeff Jarvis Gawker.
</p>
</section>
</article>
<article>
<section class="blog-post-header">
<h3>My second blog post!</h3>
<h4 class="date">March 6th, 2017</h4>
</section>
<section class="blog-post-text">
<p>
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. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</section>
</article>
<article>
<section class="blog-post-header">
<h3>My first blog post!</h3>
<h4 class="date">February 20th, 2017</h4>
</section>
<section class="blog-post-text">
<p>
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. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</section>
</article>

</section>
</main>
<footer>
<div id="copyright">
&copy;2017 Jackie Watanabe
</div>
<div id="connect">
<h4>Connect</h4>
<a href="http://www.facebook.com"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="http://www.twitter.com/sushiigirl"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="http://instagram.com/jackiewatanabe"><i class="fa fa-instagram" aria-hidden="true"></i></a>
<a href="http://www.github.com/jackiewatanabe"><i class="fa fa-github" aria-hidden="true"></i></a>
<a href="http://www.linkedin.com/in/watanabejackie"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</div>
</footer>
</body>
</html>
7 changes: 7 additions & 0 deletions portfolio/font-awesome-4.7.0/HELP-US-OUT.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
I hope you love Font Awesome. If you've found it useful, please do me a favor and check out my latest project,
Fort Awesome (https://fortawesome.com). It makes it easy to put the perfect icons on your website. Choose from our awesome,
comprehensive icon sets or copy and paste your own.

Please. Check it out.

-Dave Gandy
Loading