Looking good.
authorEugen Sawin <sawine@me73.com>
Tue, 16 Nov 2010 16:00:03 +0100
changeset 20ea66b23342a3
parent 19 36c26564cd18
child 21 32923d84e8fb
Looking good.
v2/expertise.html
v2/index.html
v2/style.css
v2/work.html
     1.1 --- a/v2/expertise.html	Tue Nov 16 15:01:40 2010 +0100
     1.2 +++ b/v2/expertise.html	Tue Nov 16 16:00:03 2010 +0100
     1.3 @@ -48,17 +48,22 @@
     1.4  			<span class="red">Basic: </span>Haskell, Prolog and Common Lisp<br/>
     1.5  			<span class="red">Web: </span>JavaScript, XHTML, HTML5 and CSS<br/>
     1.6  			<div class="details">
     1.7 -				<h3><span class="red">About: </span>Programming Languages</h3>
     1.8 -				<p>Most professional work has been accomplished with C++ using
     1.9 -				the Standard C++ Library, Boost and in-house extensions.</p>
    1.10 +				<h3>Programming Languages</h3>
    1.11 +				<p>Most professional work has been accomplished with 
    1.12 +				<span class="red">C++</span> using
    1.13 +				the <span class="red">Standard C++ Library</span>, 
    1.14 +				<span class="red">Boost</span> and in-house extensions.</p>
    1.15  				<p>
    1.16  				Other professional experience include development on embedded
    1.17 -				systems using ANSI C.</p>
    1.18 +				systems using <span class="red">ANSI C</span>.</p>
    1.19  				<p>Through my experience with the development of 
    1.20 -				safety-critical systems, I'm offering my expertise in software
    1.21 +				<span class="red">safety-critical systems</span>, I'm offering
    1.22 +				my expertise in software
    1.23  				development in conformace to the IEC 61508 and derived
    1.24  				standards.</p>	
    1.25 -				Python is used for rapid prototyping and script programming.	
    1.26 +				<span class="red">Python</span> is used for 
    1.27 +				<span class="red">rapid prototyping</span> and script
    1.28 +				programming.	
    1.29  			</div>
    1.30  		</div>			
    1.31  		<div class="entry">
    1.32 @@ -110,14 +115,16 @@
    1.33  				</div>
    1.34  			</div>			
    1.35  		</a><br/>
    1.36 -		<span class="link">Expertise<span>.</span><br/>		
    1.37 -		<a href="recentwork.html">Service<span>.</span></a>
    1.38 +		<span class="link">Expertise.</span><br/>		
    1.39 +		<a href="service.html">Service<span>.</span></a>
    1.40  	</div>
    1.41  	<div class="info"> 
    1.42 +		<a href="mailto:contact@esawin.com">
    1.43  		<ul> 
    1.44  			<li class="name">Eugen Sawin</li> 
    1.45  			<li class="misc">Software Engineering &amp; Research</li> 
    1.46  		</ul> 
    1.47 +		</a>
    1.48  	</div> 
    1.49  	<!--<div id="copy">&copy; 2010</div> -->
    1.50  	<div id="copy"><a href="http://www.me73.com">ME73</a></div>
     2.1 --- a/v2/index.html	Tue Nov 16 15:01:40 2010 +0100
     2.2 +++ b/v2/index.html	Tue Nov 16 16:00:03 2010 +0100
     2.3 @@ -98,7 +98,7 @@
     2.4  				</div>
     2.5  			</div>		
     2.6  		</a><br/>
     2.7 -		<a href="recentwork.html">Service<span>.</span></a>
     2.8 +		<a href="service.html">Service<span>.</span></a>
     2.9  	</div>
    2.10  	<div class="info"> 
    2.11  		<a href="mailto:contact@esawin.com">
     3.1 --- a/v2/style.css	Tue Nov 16 15:01:40 2010 +0100
     3.2 +++ b/v2/style.css	Tue Nov 16 16:00:03 2010 +0100
     3.3 @@ -1,27 +1,33 @@
     3.4 -* {
     3.5 -	margin:					0;
     3.6 -	padding:				0;
     3.7 -	border:					0;
     3.8 +*
     3.9 +{
    3.10 +	margin: 0;
    3.11 +	padding: 0;
    3.12 +	border:	0;
    3.13  }
    3.14 -ul, ol {
    3.15 -	list-style-type:		none;
    3.16 +
    3.17 +ul, ol 
    3.18 +{
    3.19 +	list-style-type: none;
    3.20  }
    3.21 -body {
    3.22 -	background:				#fafafa;
    3.23 -	font:					15px/15px sans-serif;
    3.24 -	margin:					30px 80px;
    3.25 -	color:					#333;
    3.26 +
    3.27 +body 
    3.28 +{
    3.29 +	background:	#fafafa;
    3.30 +	font: 15px/15px sans-serif;
    3.31 +	margin: 30px 80px;
    3.32 +	color: #333;
    3.33  }
    3.34  
    3.35  .red
    3.36  {
    3.37 -	color: #b22;
    3.38 +	/*color: #b22;*/
    3.39 +	color: #aaa;
    3.40  }
    3.41  
    3.42  a 
    3.43  {
    3.44  	text-decoration: none;
    3.45 -	color: #aaa;
    3.46 +	color: #777;
    3.47  }
    3.48  
    3.49  p
    3.50 @@ -38,18 +44,18 @@
    3.51  {
    3.52  	border-bottom: dashed 1px #aaa; 
    3.53  	position: relative; 
    3.54 -	color: #aaa;
    3.55 +	color: #777;
    3.56  }
    3.57  
    3.58  .menu > span.link
    3.59  {
    3.60  	border-bottom: 0;
    3.61 -	font-size:				60px;/*72px;*/
    3.62 +	font-size: 60px;
    3.63  	font-weight: bold;
    3.64 -	letter-spacing:			0.2px;
    3.65 -	line-height:			80%;
    3.66 -	text-transform:			uppercase;
    3.67 -	color:					#333;	
    3.68 +	letter-spacing: 0.2px;
    3.69 +	line-height: 80%;
    3.70 +	text-transform: uppercase;
    3.71 +	color: #333;	
    3.72  }
    3.73  
    3.74  span.missinglink
    3.75 @@ -101,7 +107,7 @@
    3.76  	font: 12px/15px sans-serif;	
    3.77  	width: 50%;
    3.78  	height: 400px;
    3.79 -	color: #333;
    3.80 +	color: #555;
    3.81  	position: fixed;
    3.82  	margin: 30px 80px;
    3.83  	left: 0;
    3.84 @@ -121,7 +127,7 @@
    3.85  	font: 12px/15px sans-serif;	
    3.86  	width: 50%;
    3.87  	height: 400px;
    3.88 -	color: #333;
    3.89 +	color: #555;
    3.90  	position: fixed;
    3.91  	margin: 30px 80px;
    3.92  	left: 0;
    3.93 @@ -132,7 +138,7 @@
    3.94  
    3.95  .content a
    3.96  { 
    3.97 -	border-bottom: dashed 1px #699; 
    3.98 +	border-bottom: dashed 1px red; 
    3.99  	position: relative; 
   3.100  }
   3.101  
   3.102 @@ -167,6 +173,11 @@
   3.103  	display: block;
   3.104  }
   3.105  
   3.106 +.content .entry:hover .red
   3.107 +{
   3.108 +	color: #d22;
   3.109 +}
   3.110 +
   3.111  
   3.112  div.universe1
   3.113  {
   3.114 @@ -248,7 +259,7 @@
   3.115  div.menu
   3.116  {
   3.117  	position: absolute;
   3.118 -	bottom: 20%;
   3.119 +	bottom: 150px;
   3.120  	margin: 0 80px;
   3.121  }
   3.122  
     4.1 --- a/v2/work.html	Tue Nov 16 15:01:40 2010 +0100
     4.2 +++ b/v2/work.html	Tue Nov 16 16:00:03 2010 +0100
     4.3 @@ -119,13 +119,15 @@
     4.4  				</div>
     4.5  			</div>
     4.6  		</a><br/>
     4.7 -		<a href="recentwork.html">Service<span>.</span></a>
     4.8 +		<a href="service.html">Service<span>.</span></a>
     4.9  	</div>
    4.10  	<div class="info"> 
    4.11 +		<a href="mailto:contact@esawin.com">
    4.12  		<ul> 
    4.13  			<li class="name">Eugen Sawin</li> 
    4.14  			<li class="misc">Software Engineering &amp; Research</li> 
    4.15  		</ul> 
    4.16 +		</a>
    4.17  	</div> 
    4.18  	<!--<div id="copy">&copy; 2010</div> -->
    4.19  	<div id="copy"><a href="http://www.me73.com">ME73</a></div>