diff --git a/_posts/2014-08-29-jce-manager-version-1-0.markdown b/_posts/2014-08-29-jce-manager-version-1-0.markdown index 4045861..5bd1ec0 100644 --- a/_posts/2014-08-29-jce-manager-version-1-0.markdown +++ b/_posts/2014-08-29-jce-manager-version-1-0.markdown @@ -5,6 +5,7 @@ date: 2014-09-17 14:34:25 categories: Releases tags: featured image: /JceManager/assets/article_images/first-release/desktop.JPG +img: v1.png --- #Proud To Announce Our First Release! ####*JCE Manager v1.0 is now public* @@ -20,7 +21,7 @@ happy with the resault. And the project is now avalible to the public. ####V1.0 Release Notes: - Hack into the [JCE Student web site][jce] ("Yedion") - Fetch your grade sheet - - Change your grades to see how it affects your GPA + - Change your grades to see how it affects your GPA - Save your *username* and *password* for easy access (Password is encrypted) - Fetch your Semester Schedule - Export your Semester Schedule to CSV file to import to GoogleCalendar/iCal/Outlook @@ -34,7 +35,7 @@ happy with the resault. And the project is now avalible to the public. >It is only to see if you realy want or should take a second attempt... --- - >Head over to the [**Download Page**][download] to get a fresh copy. + >Head over to the [**Download Page**][download] to get a fresh copy. --- diff --git a/assets/images/posts/v1.png b/assets/images/posts/v1.png new file mode 100644 index 0000000..0d95c74 Binary files /dev/null and b/assets/images/posts/v1.png differ diff --git a/css/main.sass b/css/main.sass index 7d0d6b5..c4aa35a 100755 --- a/css/main.sass +++ b/css/main.sass @@ -7,6 +7,10 @@ .cf @include clearfix + .img-responsive + display: block + max-width: 100% + height: auto $rs: 16px @@ -167,6 +171,11 @@ body text-decoration: underline .container.featured padding-bottom: 40px + .img-responsive + display: block + max-width: 100% + height: auto + .post-template .content max-width: 700px diff --git a/css/normalize.css b/css/normalize.css index 562891a..c2de8df 100755 --- a/css/normalize.css +++ b/css/normalize.css @@ -403,4 +403,4 @@ textarea { table { border-collapse: collapse; border-spacing: 0; -} \ No newline at end of file +} diff --git a/css/screen.css b/css/screen.css index eff1fa9..1f71eba 100755 --- a/css/screen.css +++ b/css/screen.css @@ -42,10 +42,10 @@ } /* Apply these base styles to all icons */ -.icon-ghost:before, -.icon-feed:before, -.icon-twitter:before, -.icon-google-plus:before, +.icon-ghost:before, +.icon-feed:before, +.icon-twitter:before, +.icon-google-plus:before, .icon-facebook:before { font-family: 'icons'; speak: none; @@ -58,7 +58,7 @@ text-decoration: none; } -/* Each icon is created by inserting the corret character into the +/* Each icon is created by inserting the corret character into the content of the :before pseudo element. Like a boss. */ .icon-ghost:before { content: "\e000"; @@ -274,8 +274,8 @@ kbd { font-weight: bold; background: #f4f4f4; border-radius: 4px; - box-shadow: - 0 1px 0 rgba(0, 0, 0, 0.2), + box-shadow: + 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 #fff inset; } @@ -794,9 +794,9 @@ margin on the iframe, cause it breaks stuff. */ } .site-head { - -webkit-box-sizing: border-box; + -webkit-box-sizing: border-box; -moz-box-sizing: border-box; - box-sizing: border-box; + box-sizing: border-box; height: auto; min-height: 240px; padding: 15% 0; @@ -855,7 +855,7 @@ margin on the iframe, cause it breaks stuff. */ max-height: 80px; } - .inner, + .inner, .pagination { width: auto; margin-left: 16px; diff --git a/index.html b/index.html index 89651d4..a2241ae 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@ if (window.clipboardData)   ยท   Help - +
@@ -73,6 +73,13 @@ if (window.clipboardData)

+ + {% if post.img %} + + {% endif %} +

{{ post.content | strip_html | truncatewords: 50 }}

@@ -94,15 +101,21 @@ if (window.clipboardData)

+ + {% if post.img %} + + {% endif %} +

{{ post.content | strip_html | truncatewords: 50 }}

- +
-
- + {% endfor %}