From 379c9ceaebd393af04969945ce358b4b5aadc4b9 Mon Sep 17 00:00:00 2001 From: Arona Jones Date: Sat, 17 Jan 2015 22:09:54 +0000 Subject: [PATCH] Better social bar, and use grid system for columning --- css/custom.css | 34 +++++----- forge.html | 1 + index.html | 167 +++++++++++++++++++++++++++---------------------- 3 files changed, 111 insertions(+), 91 deletions(-) diff --git a/css/custom.css b/css/custom.css index db1446f..124a379 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,25 +1,21 @@ -.media { - width: 60px; - position: absolute; - top: 200px; - right: 0px; - background-color: lightblue; - border: 5px; - border-color: white; - border-style: groove; -} -.media img { +.icon { width: 40px; - float: right; - margin-right: 5px; - margin-bottom: 5px; - margin-top: 5px; +} +.center { + margin-left: auto; + margin-right: auto; +} +#columnwrapper { + display: flex; } #leftcolumn { + flex: 1; width: 50%; float: left } #rightcolumn { + flex: 1; + height: auto; width: 50%; float: right } @@ -50,4 +46,12 @@ .photothumb { width: 180px; height: 140px; +} +.col-centered { + display: inline-block; + float: none; + /* reset the text-align */ + text-align: left; + /* inline-block space fix */ + margin-right: -4px; } \ No newline at end of file diff --git a/forge.html b/forge.html index fe3cf11..1230b32 100644 --- a/forge.html +++ b/forge.html @@ -91,6 +91,7 @@
  • Want to access another mod's items? Use GameRegistry.findItem(<unlocalizedName>);
  • List of canned effects available for use with worldObj.playAuxSFX Link
  • +
  • Block Side Reference: 0=Bottom, 1=Top, 2=North, 3=South, 4=West, 5=East.
  • Inventory Slot Numbers Reference Link
  • diff --git a/index.html b/index.html index 12d6edc..f0e80a5 100644 --- a/index.html +++ b/index.html @@ -85,52 +85,19 @@ -
    - - -
    - -

    Arona Jones
    warlordjones

    -
    -
    +
    + +

    Arona Jones
    warlordjones

    +
    +
    +

    Welcome to the website of Arona Jones, usually known as warlordjones on the Internet, although my alternative pseudonames include Jacknif98, Big Mek Gobsmasha and Major Vincent Smith. I'm a regular 16 year old male internet nerd (yes, I do wear glasses), hand-coding a website, learning by doing. I'v a passion for physics and computing, although I also enjoy History, Philosophy/RS and Art.

    I taught myself to code in HTML/CSS (still working on it - can you tell?) and Java. My advice? Learn the basics of code first, rather than trying to learn by doing. It helps to give you coding independence, and not always rely on tutorials. Trust me, I did it the wrong way around.

    I am an avid reader who greatly enjoys fantasy books such as Discworld, Sovereign of the Seven Isles and Edge Chronicles; classics like Nineteen Eighty-Four, A Swiss Family Robinson and A Journey to the Center of the Earth and sci-fi such as Larklight.

    -
    +
    -