diff --git a/css/core.css b/css/core.css index ea8c678c5419a3266c6395cbd6391fafc643344a..99572b9d35b2d4c54d34490b525bad2ddc78770c 100644 --- a/css/core.css +++ b/css/core.css @@ -1,4 +1,4 @@ -body{ +html, body, #wrapper{ height: 100%; } #input-div, #output-div{ diff --git a/index.html b/index.html index f9a1ac61299dea28ffbf9256c7527d157b62f7f9..30161f36c2e7a95c8d4ab5368c3c63b359af71b3 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,4 @@ +<!DOCTYPE html> <html> <head> @@ -8,11 +9,29 @@ <script src="js/application.js" defer="defer"></script> <script src="js/all.js" defer="defer"></script> <link href="css/core.css" rel="stylesheet" type="text/css" /> + <title>eRecruitment Advertisment Designer</title> + <meta name="author" content=”Christian, Andrew, Joshua”/> + <meta name="designer" content=”Christian, Andrew, Joshua”/> + <meta name="publisher" content=”UNE HR”/> + <meta name="distribution" content="web" /> + <meta name="title" content="eRecruitment Advertisment Designer" /> + <meta name="reply-to" content="ccaburia@myune.edu.au" /> + <meta name="Classification" content="Business" /> + <meta name="owner" content="UNE HR" /> + <meta name="coverage" content="Business Internal" /> + <meta name=”city” content=”Armidale ”/> + <meta name=”country” content=”AUS” /> + <meta name="HandheldFriendly" content="false" /> + <meta name="apple-mobile-web-app-capable" content="no" /> + <meta content="no" name="apple-touch-fullscreen" /> + <meta http-equiv="X-UA-Compatible" content="chrome=1" /> + <meta name="application-name" content="eRecruitment Advertisment Designer" /> + <meta name="msapplication-tooltip" content="Launch eRecruitment Advertisment Designer" /> <link href="css/all.css" rel="stylesheet" type="text/css" /> </head> <body> - <h1>eRecreuitment Advertisment Designer</h1> + <h1>eRecruitment Advertisment Designer</h1> <div id="wrapper"> <div id="input-div"> <h2 id="input-header">Input</h2> diff --git a/js/application.js b/js/application.js index 5927207429d46d00980640d5c30c2dd1dd39cb1e..b29516a5f7cbac94088735e7b10d160f3bef7902 100644 --- a/js/application.js +++ b/js/application.js @@ -1,6 +1,6 @@ $(document).ready(function () { //Let's go! - console.log('Hi there!'); + //console.log('Hi there!'); $('#input-textarea').text(''); $('#input-textarea').val(''); $('#input-textarea').on('input propertychange', function () {