From ba1f398bcdfbf0ed80fc1c1049d471fd2b57b09a Mon Sep 17 00:00:00 2001 From: cmtaubman Date: Wed, 13 Jan 2016 11:22:10 +0800 Subject: [PATCH] complete --- AboutPage.html | 41 ++++++++++ Homepage.css | 112 ++++++++++++++++++++++++++ Portfolio.html | 47 +++++++++++ w1d3assessment.html | 192 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 392 insertions(+) create mode 100644 AboutPage.html create mode 100644 Homepage.css create mode 100644 Portfolio.html create mode 100644 w1d3assessment.html diff --git a/AboutPage.html b/AboutPage.html new file mode 100644 index 0000000..0a6d6a4 --- /dev/null +++ b/AboutPage.html @@ -0,0 +1,41 @@ + + + + + Joe Johnson About Us + + + + + +
+ +
+ +

JOE JOHNSON

+
+ +
+

+ + I ENJOY LIFE AS A DEVELOPER

+

I'm Joe Johnson, a Developer based in NYC. I Have ten years of experience in the graphic design world, specializing in the creation of responsive websites.

+ +
+ + + +
+ + + \ No newline at end of file diff --git a/Homepage.css b/Homepage.css new file mode 100644 index 0000000..a3c32c8 --- /dev/null +++ b/Homepage.css @@ -0,0 +1,112 @@ +body { + margin: 40px 40px 0 40px; +} + +hr { + width: 90%; + height: 5px; + background-color: black; +} + +header { + font-family: arial; + text-align: center; + font-weight: bold; + padding-top: 10px; + margin: 40px 40px 0 40px; +} + +.container1 { + margin: 0px 80px 80px 80px; + border-bottom: 1px solid black; + border-top: 1px solid black; + width: 80%; + padding-top: 20px; + padding-bottom: 100px; + line-height: 25px; +} + +.experience { + margin: 0px 80px 0px 80px; +/* border-bottom: 1px solid black;*/ + border-top: 1px solid black; + width: 80%; + padding-top: 5px; + line-height: 25px; +} + +.portfolio { + margin: 20px 80px 10px 80px; +/* border-bottom: 1px solid black;*/ +/* border-top: 1px solid black;*/ + width: 80%; + padding-bottom: 40px; + line-height: 25px; +} + +img { + float: right; + display: inline; + padding-left: 20px; + padding-bottom: 40px; +} + +.image2 { + float: none; +} + +/*h1 { + text-align: center;*/ +} +h3 { + font-family: arial; +} + +h4 { + font-family: arial; + font-size: 24px; + font-weight: bold; +} + +h5 { + font-family: arial; + text-transform: uppercase; + font-weight: bold; + font-size: 18px; +} +p { + font-family: serif; + font-size: 18px; + width: 100%; +/* height: 180px;*/ + +} + +ul { + font-family: serif; + font-size: 18px; + width: 100%; +} + +li { + display: inline; +} + +.help { + display: block; + list-style-type: disc; + +} +.bold { + font-style: bold; +} + +.footer { + font-family: arial; + text-align: center; + font-weight: bold; + padding-bottom: 20px; + margin-top: -50px; + /*padding: 20px;*/ + +} \ No newline at end of file diff --git a/Portfolio.html b/Portfolio.html new file mode 100644 index 0000000..cf2be25 --- /dev/null +++ b/Portfolio.html @@ -0,0 +1,47 @@ + + + + Joe Johnson Portfolio + + + + +
+ +
+ +

JOE JOHNSON

+
+ +
+

Experience

+ +

I recently graduated from a Front-End Web Development course at General Assembly where I learned HTML, CSS, JavaScript, jQuery and how to be an awesome Front-End Web Developer! During my spare time, I enjoy senior water aerobics, pickling, and spending time with my goldfish, Jerry.

+
+
+
PORTFOLIO
+ +
+ + + + + + + + + + + diff --git a/w1d3assessment.html b/w1d3assessment.html new file mode 100644 index 0000000..5f0d52a --- /dev/null +++ b/w1d3assessment.html @@ -0,0 +1,192 @@ + + + + + + WDI HK June 2015 + + + + +
+

Web Development Immersive General Assembly: Autumn/Winter 2013

+ +
+ + +
+ +

The Program

+
+

12 weeks of intensive web development training learning a range of programming techniques and languages.

+
+
+ +
+
+

The Students

+

The London WDI Session 3 Coding Collective

+

We faced missing routes, broken links, aborted rake tasks, rejected mass-assignments, failed deployments, nilClasses, illegal nestings, conflicted merges, rougue debuggers, unexpected keyword ends, incomplete divs, unintentional infinite loops, uncooperative asset pipelines, empty migrations, unresponsive APIs, undefined defined methods, overly-sassy css, dirty data, faulty gems, terrible animated gifs, excessive pizza, punchy classmates, demanding instructors and long days. And we won!

+
+
+ +
+
+

The Concepts

+

We were taught a lot of concepts. Over 12 weeks with three projects, one hackathon and not much sleep, we learned and practiced a full range of front- and back-end concepts. Take a look at some of what we covered...

> +
+ +
+
    +
  • OOP
  • +
  • Agile Development
  • +
  • TDD
  • +
  • BDD
  • +
  • Ruby
  • +
  • Variables
  • +
  • Conditionals
  • +
  • Blocks
  • +
  • Enumerators
  • +
  • Strings, Symbols
  • +
  • Arrays, Hashes
  • +
  • Methods
  • +
  • Classes
  • +
  • Inheritance
  • +
  • Scope
  • +
  • Patterns
  • +
  • Refactoring
  • +
+
+ +
+
    +
  • HTTP Requests
  • +
  • URL, URI
  • +
  • Networking
  • +
  • SSH
  • +
  • Sessions
  • +
  • Authentication
  • +
  • Authorization
  • +
  • Web Scraping
  • +
  • Cookies
  • +
  • HTTP APIs
  • +
  • RESTful APIs
  • +
  • HTTParty
  • +
  • Uploads
  • +
  • File I/O
  • +
  • Amazon S3 AWS
  • +
  • Sublime
  • +
  • Environment variables
  • +
+
+ +
+
    +
    Version Control
    +
    Git and Github
    +
    Sinatra
    +
    Rails
    +
    MVC
    +
    Models
    +
    Views
    +
    Controllers
    +
    Routing
    +
    i18n
    +
    Helpers
    +
    Mailers
    +
    Serializers
    +
    Modules
    +
    Callbacks
    +
    Rake Tasks
    +
    Rails Console
    +
+
+ +
+
    +
    ActiveRecord
    +
    Migrations
    +
    Validations
    +
    Relational DBs
    +
    SQL
    +
    Joins
    +
    Includes
    +
    MongoDB
    +
    Redis
    +
    Query string
    +
    Deploying
    +
    Heroku
    +
    Mandrill
    +
    Twilio
    +
    Exceptions
    +
    Exception Handling
    +
    Logs
    +
+
+ +
+
    +
    Cancan
    +
    Carrierwave
    +
    Bcrypt
    +
    Devise
    +
    Sidekiq
    +
    Textacular
    +
    Factory Girl
    +
    High Voltage
    +
    Rspec
    +
    Nokogiri
    +
    Acts as Draggable
    +
    Acts as Taggable
    +
    Will Paginate
    +
    Nested Forms
    +
    Geocoder
    +
    Jekyll
    +
    Better Errors
    +
+
+ +
+
    +
    Javascript
    +
    jQuery
    +
    Coffeescript
    +
    JSON
    +
    AJAX
    +
    Ember
    +
    Jasmine
    +
    Underscore.js
    +
    Templates
    +
    Responsive design
    +
    HTML
    +
    HAML
    +
    Handlebars
    +
    ERB
    +
    CSS
    +
    SCSS, SASS
    +
    Bootstrap
    +
+
+
+ +
+
+

The Instructors

+

They taught us everything we know

+

Well, let's be honest. They taught us a lot more than we know, but some of it didn't commit to memory. But we are hackers now, thanks to these four.

+
+
+ + +

Web Development Immersive Course Webpage General Assembly London 2013

+ + + +