Browse Source

:page_with_curl:

windhamdavid 5 years ago
parent
commit
b932c44632
5 changed files with 74 additions and 82 deletions
  1. 2 2
      README.md
  2. 6 7
      css/front-page.css
  3. 24 24
      gruntfile.js
  4. 36 45
      package-lock.json
  5. 6 4
      package.json

+ 2 - 2
README.md

@@ -1,7 +1,7 @@
 ####About
 
 **Not** just another theme for [davidawindham.com](https://davidawindham.com)  
-... sprucing up a bit for my website's 10 year anniversary (2004). 
+... sprucing up a bit (v.2.0) for my website's 10 year anniversary (2004). 
 
 
 > I suppose it is tempting, if the only tool you have is a hammer, to treat everything as if it were a nail.    [Abraham Maslow](http://en.wikipedia.org/wiki/Law_of_the_instrument)
@@ -9,7 +9,7 @@
 
 *****
 
-#### 2020 - Updates - v.2.0
+#### 2020 - Updates - v.3.0
 Bring thissite up to speed  
 just making some notes:    
 * changed theme name from dw -> daw becuase of [davidwindham.com](https://davidwindham.com)   

+ 6 - 7
css/front-page.css

@@ -2,8 +2,8 @@
 
 html, body, div, span, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-address, 
-del, em, img, 
+address,
+del, em, img,
 small, strong, sub, sup,
 ol, ul, li,
 form, label,
@@ -22,7 +22,7 @@ time, audio, video {
 body {
   padding: 0;
   margin: 0;
-	background: rgba(242, 242, 242, 0.7);
+	background:rgba(43,52,68,.7);
 	color: #666;
 	font-size: 12px;
 	line-height: 18px;
@@ -75,7 +75,7 @@ a:active, a:focus, input {
 	text-align: center;
 }
 .card .content {
-	margin: 100px auto;	
+	margin: 100px auto;
 	width:450px;
 	background: #fff;
 	padding: 70px 20px 40px;
@@ -107,7 +107,7 @@ a:active, a:focus, input {
 }
 @media (max-width: 480px) {
 	.card .content {
-		margin: 50px auto;	
+		margin: 50px auto;
 		-webkit-animation-name: none;
 		width:85%;
 	}
@@ -249,7 +249,7 @@ a:active, a:focus, input {
 }
 
 /*============================================
-					Intro 
+					Intro
 ==============================================*/
 
 @keyframes blink {
@@ -355,7 +355,6 @@ a:active, a:focus, input {
 }
 .thermo p.response {
 	font-size: 18px;
-	line-height: 11px !important;
 	margin: 0px;
 	color:#34F743;
 }

+ 24 - 24
gruntfile.js

@@ -1,17 +1,17 @@
 module.exports = function(grunt) {
-	
-	grunt.initConfig({
+
+  grunt.initConfig({
 	  pkg: grunt.file.readJSON('package.json'),
-		
+
 		cssmin: {
 		  combine: {
 		    files: {
-		     'style.min.css': ['style.css', 'css/boot.css', 'css/fullcalendar.css', 'css/animate.css', 'css/fonts.css'],
-			  'css/front.min.css': ['css/front-page.css']
+		      'style.min.css': ['style.css', 'css/boot.css', 'css/fullcalendar.css', 'css/animate.css', 'css/fonts.css'],
+			    'css/front.min.css': ['css/front-page.css']
 		    }
 		  }
 		},
-		
+
 		concat: {
 			options: {
 				separator: ';',
@@ -29,36 +29,36 @@ module.exports = function(grunt) {
 				dest: 'js/front-page.min.js',
 			}
 		},
-		
-	    jshint: {
-	        options: {
-	          jshintrc: 'js/.jshintrc'
-	        },
-			all: ['js/init.js']
-	    },
-		
+
+    jshint: {
+      options: {
+        jshintrc: 'js/.jshintrc'
+      },
+      all: ['js/init.js']
+    },
+
 		uglify: {
 		    my_target: {
 		      files: {
-		      'js/script.min.js': ['js/script.js'],
-				'js/script-o.min.js': ['js/script-o.js'],
-				'js/init.min.js': ['js/init.js'],
-				'js/init-o.min.js': ['js/init-o.js'],
-				'js/front.min.js' : ['js/front-page.min.js'], 
-				'js/chat.min.js' : ['js/chat.js'], 
+          'js/script.min.js': ['js/script.js'],
+          'js/script-o.min.js': ['js/script-o.js'],
+          'js/init.min.js': ['js/init.js'],
+          'js/init-o.min.js': ['js/init-o.js'],
+          'js/front.min.js' : ['js/front-page.min.js'],
+          'js/chat.min.js' : ['js/chat.js'],
 		      }
 		    }
 		  }
-		  
+
 	});
-	
+
 	grunt.loadNpmTasks('grunt-contrib-cssmin');
 	grunt.loadNpmTasks('grunt-contrib-concat');
 	grunt.loadNpmTasks('grunt-contrib-jshint');
 	grunt.loadNpmTasks('grunt-contrib-uglify');
-	
+
 	grunt.registerTask('js', [ 'jshint' ]);
 	grunt.registerTask('css', [ 'cssmin' ]);
 	grunt.registerTask('default', [ 'cssmin', 'concat', 'uglify' ]);
 
-};
+};

+ 36 - 45
package-lock.json

@@ -1,6 +1,6 @@
 {
-  "name": "dw-wp",
-  "version": "2.0.0",
+  "name": "daw-wp",
+  "version": "3.0.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
@@ -10,22 +10,16 @@
       "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
       "dev": true
     },
-    "amdefine": {
-      "version": "1.0.1",
-      "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz",
-      "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=",
-      "dev": true
-    },
     "ansi-regex": {
-      "version": "0.2.1",
-      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz",
-      "integrity": "sha1-DY6UaWej2BQ/k+JOKYUl/BsiNfk=",
+      "version": "2.1.1",
+      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
+      "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
       "dev": true
     },
     "ansi-styles": {
-      "version": "1.1.0",
-      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz",
-      "integrity": "sha1-6uy/Zs1waIJ2Cy9GkVgrj1XXp94=",
+      "version": "2.2.1",
+      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
+      "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
       "dev": true
     },
     "argparse": {
@@ -100,16 +94,16 @@
       }
     },
     "chalk": {
-      "version": "0.5.1",
-      "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz",
-      "integrity": "sha1-Zjs6ZItotV0EaQ1JFnqoN4WPIXQ=",
+      "version": "1.1.3",
+      "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
+      "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
       "dev": true,
       "requires": {
-        "ansi-styles": "^1.1.0",
-        "escape-string-regexp": "^1.0.0",
-        "has-ansi": "^0.1.0",
-        "strip-ansi": "^0.3.0",
-        "supports-color": "^0.2.0"
+        "ansi-styles": "^2.2.1",
+        "escape-string-regexp": "^1.0.2",
+        "has-ansi": "^2.0.0",
+        "strip-ansi": "^3.0.0",
+        "supports-color": "^2.0.0"
       }
     },
     "clean-css": {
@@ -462,13 +456,13 @@
       }
     },
     "grunt-contrib-concat": {
-      "version": "0.5.1",
-      "resolved": "https://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-0.5.1.tgz",
-      "integrity": "sha1-lTxu/f39LBB6uchQd/LUsk0xzUk=",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-1.0.1.tgz",
+      "integrity": "sha1-YVCYYwhOhx1+ht5IwBUlntl3Rb0=",
       "dev": true,
       "requires": {
-        "chalk": "^0.5.1",
-        "source-map": "^0.3.0"
+        "chalk": "^1.0.0",
+        "source-map": "^0.5.3"
       }
     },
     "grunt-contrib-cssmin": {
@@ -730,12 +724,12 @@
       }
     },
     "has-ansi": {
-      "version": "0.1.0",
-      "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz",
-      "integrity": "sha1-hPJlqujA5qiKEtcCKJS3VoiUxi4=",
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
+      "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
       "dev": true,
       "requires": {
-        "ansi-regex": "^0.2.0"
+        "ansi-regex": "^2.0.0"
       }
     },
     "has-flag": {
@@ -1285,13 +1279,10 @@
       "dev": true
     },
     "source-map": {
-      "version": "0.3.0",
-      "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.3.0.tgz",
-      "integrity": "sha1-hYb7mloAXltQHiHNGLbyG0V60fk=",
-      "dev": true,
-      "requires": {
-        "amdefine": ">=0.0.4"
-      }
+      "version": "0.5.7",
+      "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
+      "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
+      "dev": true
     },
     "spdx-correct": {
       "version": "3.1.0",
@@ -1338,12 +1329,12 @@
       "dev": true
     },
     "strip-ansi": {
-      "version": "0.3.0",
-      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz",
-      "integrity": "sha1-JfSOoiynkYfzF0pNuHWTR7sSYiA=",
+      "version": "3.0.1",
+      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
+      "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
       "dev": true,
       "requires": {
-        "ansi-regex": "^0.2.1"
+        "ansi-regex": "^2.0.0"
       }
     },
     "strip-bom": {
@@ -1371,9 +1362,9 @@
       "dev": true
     },
     "supports-color": {
-      "version": "0.2.0",
-      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz",
-      "integrity": "sha1-2S3iaU6z9nMjlz1649i1W0wiGQo=",
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
+      "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
       "dev": true
     },
     "trim-newlines": {

+ 6 - 4
package.json

@@ -1,14 +1,16 @@
 {
-  "name": "dw-wp",
-  "version": "2.0.0",
+  "name": "daw-wp",
+  "version": "3.0.0",
+  "author": "@windhamdavid",
   "private": true,
   "repository": {
     "type": "git",
-    "url": "git@github.com:windhamdavid/dw.git"
+    "url": "git@github.com:windhamdavid/daw.git"
   },
+  "dependencies": {},
   "devDependencies": {
     "grunt": "^1.0.4",
-    "grunt-contrib-concat": "^0.5.1",
+    "grunt-contrib-concat": "^1.0.1",
     "grunt-contrib-cssmin": "^3.0.0",
     "grunt-contrib-htmlmin": "^3.1.0",
     "grunt-contrib-jshint": "^2.1.0",