diff --git a/About Me.html b/About Me.html new file mode 100644 index 0000000..b79d975 --- /dev/null +++ b/About Me.html @@ -0,0 +1,14 @@ + + + + Jon Young | Portfolio + + + + +
+
About Me
Portfolio +

Jon Young

+

+ + \ No newline at end of file diff --git a/MyWebsite/index.html b/MyWebsite/index.html new file mode 100644 index 0000000..7d11667 --- /dev/null +++ b/MyWebsite/index.html @@ -0,0 +1,40 @@ + + + + + Wayne Maynard | About Me + + + + +
+
+

About Me | Portfolio

+

Wayne Maynard

+
+

+ +
+
+

Da best of da best!

+

How many Americans does it take to screw in a lightbulb? Just me.

+
+
+ Me, the American +
+
+ + + + + \ No newline at end of file diff --git a/MyWebsite/portfolio.html b/MyWebsite/portfolio.html new file mode 100644 index 0000000..7ce7da8 --- /dev/null +++ b/MyWebsite/portfolio.html @@ -0,0 +1,66 @@ + + + + + Wayne Maynard | Portfolio + + + + + +
+
+ +

Wayne Maynard

+
+

+ +
+
+

Experience

+

Built some fine lookin' websites! Yoohoo!

+
+
+

Portfolio

+ +
+
+ + + + + \ No newline at end of file diff --git a/MyWebsite/style.css b/MyWebsite/style.css new file mode 100644 index 0000000..c3f54b9 --- /dev/null +++ b/MyWebsite/style.css @@ -0,0 +1,70 @@ +html { + font-family: monospace; + color: red; + } + +body { + margin-right: 40px + margin-left: 40px; +} + +section { +} + +.aboutme { + padding: 40px; + margin-top: 25px; + width: 400px; + float: left; +} + +figure { + margin-left: 550px; + overflow-x:hidden; +} + +.projectInfo { + margin-bottom: 50px; +} + +.projects { + margin-left: 75px; +} + +footer { + clear: both; + text-align: center; +} + +.links { + display: inline; +} + +.divider1 { + border: 2px solid #000; +} + +.divider2 { + +} + +h1 { + padding-top: 5px; + padding-bottom: 5px; + text-align: center; + font-size: 50px; +} + +h2 { + +} + +h3 { + text-align: center; +} + +p { + +} + + \ No newline at end of file diff --git a/MyWebsite/untitled.html b/MyWebsite/untitled.html new file mode 100644 index 0000000..ae34864 --- /dev/null +++ b/MyWebsite/untitled.html @@ -0,0 +1,194 @@ +1. The three ways to include css in html are: + a/ inline styling - ex:

hi!

+ b/ internal styling - ex: + c/ extenral styling - ex: + +2. Classes act on a group of elements, whereas IDs only act on one. + +3. Elements views and edits html and css on webpages. + Network shows how long it takes to download individual pieces of a webpage. + Console tests and runs a webpage's code [js]. + +4. + +``` html + + + + + + 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...

+
+ + + + + + + + + + + + +
+ +
+

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.

+
+
+ + + + + +``` \ No newline at end of file