Initial version.
authorEugen Sawin <sawine@me73.com>
Wed, 22 Sep 2010 19:16:11 +0200
changeset 0ea3d7dbec599
child 1 892eede48ba7
Initial version.
bright.css
favicon.ico
index.html
robots.txt
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/bright.css	Wed Sep 22 19:16:11 2010 +0200
     1.3 @@ -0,0 +1,154 @@
     1.4 +body, html 
     1.5 +{ 
     1.6 +	height: 100%;
     1.7 +}
     1.8 +
     1.9 +body
    1.10 +{ 
    1.11 +	font-size:12px; 
    1.12 +	font-family:verdana; 
    1.13 +	color:#727272;
    1.14 +	line-height:20px; 
    1.15 +	margin:0;
    1.16 +	background: #f9f9f9; 
    1.17 +}
    1.18 +
    1.19 +* html #main
    1.20 +{ 
    1.21 +	height: 100%; 
    1.22 +}
    1.23 +
    1.24 +#main
    1.25 +{ 
    1.26 +	min-height: 100%; 		
    1.27 +}
    1.28 +
    1.29 +.inner 
    1.30 +{ 
    1.31 +	width: 100%; 
    1.32 +	padding-bottom: 405px;
    1.33 +}
    1.34 +
    1.35 +#footer
    1.36 +{ 
    1.37 +	height: 405px; 
    1.38 +	margin-top: -520px; 
    1.39 +}
    1.40 +
    1.41 +p,ul,li	
    1.42 +{ 
    1.43 +	margin:0; 
    1.44 +	padding:0;
    1.45 +}
    1.46 +
    1.47 +a
    1.48 +{ 
    1.49 +	text-decoration: none; 
    1.50 +	color:#699;
    1.51 +}
    1.52 +
    1.53 +a:hover					
    1.54 +{ 
    1.55 +	text-decoration:none;
    1.56 +}
    1.57 +
    1.58 +img		
    1.59 +{ 
    1.60 +	border:0; 
    1.61 +	vertical-align:top;
    1.62 +}
    1.63 +
    1.64 +a.link1
    1.65 +{ 
    1.66 +	border-bottom: dashed 1px #699; 
    1.67 +	position:relative; 
    1.68 +}
    1.69 +
    1.70 +a.link1:hover	
    1.71 +{ 
    1.72 +	border-bottom: 0; 
    1.73 +}
    1.74 +
    1.75 +#content	
    1.76 +{ 
    1.77 +	height:221px; 
    1.78 +	padding-top:39px; 
    1.79 +	width:820px; 
    1.80 +	margin:0 auto;
    1.81 +}
    1.82 +
    1.83 +#footer_holder	
    1.84 +{ 
    1.85 +	width:870px; 
    1.86 +	padding-top:112px; 
    1.87 +	margin:0 auto;
    1.88 +}
    1.89 +
    1.90 +#footer_holder2	
    1.91 +{ 
    1.92 +	width:325px; 
    1.93 +	float:right; 
    1.94 +	line-height:20px; 
    1.95 +	margin:0 -30px 0 0;
    1.96 +}
    1.97 +
    1.98 +#footer_holder2 p	
    1.99 +{ 
   1.100 +	margin-bottom:27px;
   1.101 +}
   1.102 +
   1.103 +#img_footer	
   1.104 +{ 
   1.105 +	padding-top:340px; 
   1.106 +	height:15px; 
   1.107 +	font-size:10px; 
   1.108 +	text-align:center;
   1.109 +}
   1.110 +
   1.111 +#content_right	
   1.112 +{ 
   1.113 +	float:right; 
   1.114 +	width:300px; 
   1.115 +	margin:0 -36px 0 0; 
   1.116 +}
   1.117 +
   1.118 +.name	
   1.119 +{ 
   1.120 +	position:absolute; 
   1.121 +	top:330px; 
   1.122 +	width:100%; 
   1.123 +	text-align:center;	
   1.124 +	font-size:31px;
   1.125 +	font-weight: bold;
   1.126 +}
   1.127 +
   1.128 +.objective
   1.129 +{ 
   1.130 +	height:45px; 
   1.131 +	padding-left:25px;
   1.132 +	width:300px;
   1.133 +}
   1.134 +
   1.135 +.tab
   1.136 +{
   1.137 +	width:300px; 
   1.138 +	float:left;
   1.139 +}
   1.140 +
   1.141 +.tab th	
   1.142 +{ 
   1.143 +	text-align:right; 
   1.144 +	font-weight: normal; 
   1.145 +	width:96px;
   1.146 +}
   1.147 +
   1.148 +.tab td	
   1.149 +{ 
   1.150 +	padding-left:8px;
   1.151 +}
   1.152 +
   1.153 +.red	
   1.154 +{ 
   1.155 +	color:#B22;
   1.156 +}
   1.157 + 
     2.1 Binary file favicon.ico has changed
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/index.html	Wed Sep 22 19:16:11 2010 +0200
     3.3 @@ -0,0 +1,100 @@
     3.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     3.5 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     3.6 +<head> 
     3.7 +	<title>Eugen Sawin - A Digital Business Card</title> 
     3.8 +	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
     3.9 +	<link href="bright.css" rel="stylesheet" type="text/css" /> 
    3.10 +</head> 
    3.11 + 
    3.12 +<body> 
    3.13 +
    3.14 +<div class="name">
    3.15 +	Eugen Sawin<br/>
    3.16 +	<span style="font-size:13px;font-weight:normal;">FREELANCE SOFTWARE ENGINEER</span>
    3.17 +</div>
    3.18 +
    3.19 +<div id="main"> 
    3.20 +	<div class="inner"> 
    3.21 +		<div id="content">  
    3.22 +			<table class="tab" width="300" border="0" cellspacing="0" cellpadding="0"> 
    3.23 +			  <tr> 
    3.24 +				<td><a href="mailto:contact@esawin.com" class="link1">contact@esawin.com</a></td> 
    3.25 +			  </tr> 
    3.26 +			  <tr> 
    3.27 +				<td>&nbsp;</td> 
    3.28 +			  </tr> 
    3.29 +			  <tr> 
    3.30 +				 
    3.31 +				<td>Fichtenweg 11</td> 
    3.32 +			  </tr> 
    3.33 +			  <tr> 
    3.34 +				<td>77656 Offenburg</td> 
    3.35 +			  </tr> 
    3.36 +			  <tr> 
    3.37 +				<td>Germany</td> 
    3.38 +			  </tr> 
    3.39 +			</table> 
    3.40 +			<div id="content_right"> 
    3.41 +				<br/> 
    3.42 +				<br/> 
    3.43 +				Software Engineer<br/> 
    3.44 +				System Programmer<br/>
    3.45 +				<span class="red">+</span> Safety-Critical Systems<br/>
    3.46 +				<span class="red">+</span> Distributed Systems<br/>
    3.47 +				<span class="red">+</span> Air Traffic Control Systems<br/>
    3.48 +				<span class="red">+</span> Applications of Artificial Intelligence
    3.49 +			</div> 
    3.50 +		</div> 
    3.51 +	</div> 
    3.52 +</div> 
    3.53 + 
    3.54 +<div id="footer"> 
    3.55 +	<div> 
    3.56 +	<div id="footer_holder"> 	
    3.57 +		<div id="footer_holder2"> 			
    3.58 +			<p> 
    3.59 +				<span class="red">ATC Departure Flow Manager</span><br/> 
    3.60 +				<a target="_blank" href=http://www.comsoft.aero/html/atc/products/sdp/prisma.htm" class="link1">PRISMA</a> | <a target="_blank" href="http://www.comsoft.aero/" class="link1">Comsoft GmbH</a><br/> 
    3.61 +				Requirements Engineering<br/>
    3.62 +				Software Design &amp; Development<br/>
    3.63 +				Development of a Domain-Specific Language
    3.64 +			</p>		
    3.65 +			<p> 
    3.66 +				<span class="red">Online Data Access Platform</span><br/> 
    3.67 +				<a href="http://www.odap.szc.gcaa.ae/" target="_blank" class="link1">ODAP</a> | <a href="http://www.gcaa.ae/en/" target="_blank" class="link1">GCAA</a><br/> 
    3.68 +				Backend Software Development<br/>
    3.69 +				On-Site System Integration<br/>
    3.70 +				User Training
    3.71 +			</p> 
    3.72 +			<p> 
    3.73 +				<span class="red">Traffic Information Service - Broadcast</span><br/> 
    3.74 +				<a target="_blank" href="http://www.comsoft.aero/html/atc/products/adsb/" class="link1">Quadrant</a> | <a target="_blank" href="http://www.comsoft.aero/" class="link1">Comsoft GmbH</a><br/>
    3.75 +				Embedded Systems Software Development<br/>
    3.76 +				Software Design &amp; Development<br/>
    3.77 +				System Testing
    3.78 +			</p> 
    3.79 +		</div> 	
    3.80 +		<div class="objective">
    3.81 +			<span class="red">Objective</span><br/>
    3.82 +			My goal is creating innovative software systems while making advances artificial life research and its applications in the industry. As a freelance software developer I am offering my expertise in the fields of network programming, system programming and artificial intelligence.<br/><br/>
    3.83 +			<span class="red">Motivation</span><br/>
    3.84 +			My enthusiasm for computer and natural science is the driving force and my experience in the development of safety-critical distributed systems is the foundation for a pragmatic and effective contribution to your project.
    3.85 +		</div> 		
    3.86 +	</div> 
    3.87 +		
    3.88 +	</div> 
    3.89 +	<div id="img_footer">&copy;2010 Eugen Sawin</div> 
    3.90 +</div> 
    3.91 +
    3.92 +<script type="text/javascript">
    3.93 +var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    3.94 +document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    3.95 +</script>
    3.96 +
    3.97 +<script type="text/javascript">
    3.98 +var pageTracker = _gat._getTracker("UA-2137333-1");
    3.99 +pageTracker._trackPageview();
   3.100 +</script>
   3.101 +
   3.102 +</body> 
   3.103 +</html> 
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/robots.txt	Wed Sep 22 19:16:11 2010 +0200
     4.3 @@ -0,0 +1,5 @@
     4.4 +User-Agent: *
     4.5 +Allow: /
     4.6 +
     4.7 +
     4.8 +