Browse Source

wherewasi

windhamdavid 10 years ago
parent
commit
f861806f76
4 changed files with 74 additions and 36 deletions
  1. 25 9
      index.php
  2. 15 3
      js/init.js
  3. 4 2
      page.php
  4. 30 22
      style.css

File diff suppressed because it is too large
+ 25 - 9
index.php


+ 15 - 3
js/init.js

@@ -84,7 +84,7 @@ function dw_shift() {
 			newline();
 			self.on('keydown', '[contenteditable]', function(evt){
 				if (evt.keyCode === 13){
-					$(this).removeAttr('contenteditable'); // IE needs special handling which jQuery provides
+					$(this).removeAttr('contenteditable');
 					effect.call($('<p class=response>').appendTo(self),handler(this.textContent || this.innerText));
 					newline();
 					return false;
@@ -176,7 +176,8 @@ $(function dw_hidenav() {
 
 function dw_caro(){
 	$('#caro-lead').carousel({
-		interval: 7777, 
+		interval: 9777,
+		wrap: false,
 		pause: false
 	});
 	var vidout = document.getElementById('tv');
@@ -190,7 +191,7 @@ $('#caro-lead').on('slide.bs.carousel', function(event) {
 	setTimeout(function() {
 		if (consta.find('.item.active').data('id') === 1) {	
 			$('#tv').removeClass('unblur').addClass('blur');
-			var anistars = new DrawFillSVG({elementId: 'stars'});
+			var anistars = new DrawFillSVG({elementId: 'sites'});
 			anistars.replay();
 			$('#tv').delay(100).queue(function(pauseit){
 				var vidin = document.getElementById('tv');
@@ -198,6 +199,16 @@ $('#caro-lead').on('slide.bs.carousel', function(event) {
 			    pauseit();
 			});
 		}
+		if (consta.find('.item.active').data('id') === 2) {	
+			$('#tv').removeClass('unblur').addClass('blur');
+			var anibrain = new DrawFillSVG({elementId: 'brain'});
+			anibrain.replay();
+			$('#tv').delay(100).queue(function(pauseit){
+				var vidin = document.getElementById('tv');
+			    vidin.pause();
+			    pauseit();
+			});
+		}
 	}, 10);
 });
 
@@ -216,6 +227,7 @@ $('.caro-grad').one('appear', dw_appear);
 function dw_appear() {
 	$('#caro').carousel({
 		interval: 5555,
+		wrap: false,
 		pause: false
 	});
 	var anima = new DrawFillSVG({elementId: 'sv'});

+ 4 - 2
page.php

@@ -1,6 +1,7 @@
 <?php get_header(); ?>
+
 	<div class="container">
-		<div id="content" role="main">
+		<article id="content" class="single" role="main">
 			<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
 			<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
 				<div class="entry-content">
@@ -12,6 +13,7 @@
 				</div>
 			</div>
 			<?php endwhile; ?>
-		</div>
+		</article>
 	</div>
+	
 <?php get_footer(); ?>

+ 30 - 22
style.css

@@ -149,9 +149,12 @@ input,button,select,textarea {
 .right {
 	text-align: right;
 }
+em {
+	font-weight: bold;
+}
 h1.super {
 	margin: 40px 0 0;
-	font-size: 39px;
+	font-size: 43px;
 	font-weight: bold;
 	letter-spacing: -2px;
 }
@@ -494,6 +497,10 @@ h1.super {
 	box-shadow:none;
 	background-color: transparent !important;
 }
+.terminal {
+	margin-top:30px;
+}
+
 .terminal .modal-content {
 	margin: 0 0 100px;
 	border: none;
@@ -543,21 +550,12 @@ h1.super {
 	background: -o-linear-gradient(top, #355069 0, #5e7a9b 100%);
 	background: linear-gradient(top, #355069 0, #5e7a9b 100%);
 }
-.postss:before {
-	content: "";
-	position: absolute;
-	background: url(img/desk.jpg) repeat;
-	background-size: cover;
-	z-index: -1;
-	height: 100%; width: 100%;
-	filter: blur(5px);
-	-webkit-filter: blur(5px);
-	-moz-filter: blur(5px);
-	-o-filter: blur(5px);
-	-ms-filter: blur(5px);		
+.about {
+	padding: 30px 0;
 }
 
 .carousel-fade .carousel-inner .item {
+  left: 0 !important;
   opacity: 0;
   -webkit-transition-property: opacity;
   -moz-transition-property: opacity;
@@ -634,8 +632,8 @@ h1.super {
 	position: fixed; 
 	right: 0; 
 	top: 0;
-	min-width: 100%; 
-	min-height: 100%;
+	min-width: 101%; 
+	min-height: 101%;
 	width: auto; 
 	height: auto; 
 	z-index: -100;
@@ -856,7 +854,7 @@ img.dw {
 	color: #1d8;
 }
 .leader {
-	padding: 80px 0 0;
+	padding: 90px 0 0;
 }
 .dark {
 	background: #222;
@@ -885,7 +883,7 @@ article h2 {
 }
 article.single {
 	background: #fff;
-	padding: 70px 60px;
+	padding: 70px 100px 140px;
 }
 article.home {
 	background: rgba(255, 255, 255, 0.9);
@@ -898,7 +896,9 @@ article.home {
 article p {
 	text-indent: 12px;
 }
-
+p.nobreak {
+	margin: 0 0 10px !important;
+}
 
 /*===== Footer =====*/
 p.cc {
@@ -931,7 +931,9 @@ span.right {
 .checkbox-field input {
   margin-right: 10px;
 }
-
+.entry-content ul {
+	margin: 10px 20px;
+}
 
 
 /*===== Wordpress =====*/
@@ -1002,7 +1004,7 @@ span.right {
 #content h6 {
 	color: #000;
 	line-height: 1.5em;
-	margin: 0 0 20px 0;
+	margin: 0 0 16px 0;
 }
 #content table {
 	border: 1px solid #e7e7e7;
@@ -1084,7 +1086,7 @@ span.right {
 }
 #content .entry-title {
 	color: #000;
-	font-size: 24px;
+	font-size: 26px;
 	line-height: 1.3em;
 	margin-bottom: 20px;
 }
@@ -1131,7 +1133,7 @@ h2.entry-title {
 	font: 14px "Courier New", Courier, mono;
 }
 .signature {
-	font: 16px "Courier New", Courier, mono;
+
 	float: right;
 	margin: 10px 150px 40px 0px;
 }
@@ -1266,6 +1268,12 @@ body.page .edit-link {
 	color: #777;
 	font: 14px/18px "Courier New", Courier, mono;
 }
+.front-date {
+	float: right;
+	margin: 0px 0 0px 40px;
+	color: #777;
+	font: 14px/18px "Courier New", Courier, mono;
+}
 
 
 /*============================================

Some files were not shown because too many files changed in this diff