homepage/source/albert/index.html

103 lines
4.4 KiB
HTML

<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Albert Schulz</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.1.1.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.0.min.js"><\/script>')</script>
<script src="http://ricostacruz.com/jquery.transit/jquery.transit.min.js"></script>
<script>document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')</script>
<script type="text/javascript">
$('#container').animate({'top': '-=300px'},1);
$(document).ready(function(){
$('#container').fadeIn(1000, function() {
});
});
</script>
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<section id="main">
<h1>{ Albert Schulz }</h1>
<div id="container" class="container" style="display:none;">
<img src="./img/xcode.png" width=200>
<p>At the moment I study information system technology at Dresden University of Technology in Germany.<br/><br />
I love to program. I enjoy learning new things. I appreciate beautiful, thought-out designs.<br />I like people who have a goal in mind.</p>
<div class="clearfix"> </div>
<h2>Main Skills</h2>
<ul>
<li>iOS Development for 5 years {several Cydia & AppStore projects}</li>
<li>Javascript & CoffeeScript {recent project was a webservice with the power of Node JS}</li>
</ul>
<h2>Little experience</h2>
<ul>
<li>Redis.io {great, scalable NoSQL Database}</li>
<li>Java {forced to learn it in university, urgh!}</li>
<li>PHP & MySQL {just the basics you have to know in everyday life}</li>
<li>Ruby { // TODO: learn Ruby on Rails}</li>
<li>HTML5 & CSS3</li>
</ul>
<!-- <h2>Contact</h2>
<a href="">albert.schulz@me.com</a> <br/>
<a href="">@albert_sn</a> <br/>
<a href="">Github (albertschulz)</a> <br/>
<a href="">RichTownApps.de</a> -->
</div>
</section>
<footer>
© 2013 | Albert Schulz <br/><br />
Beautiful XCode Image by <a href="http://artcore-illustrations.de">Nadja Hallfahrt </a><br/>
Bullet Icons by <a href="http://www.fatcow.com">FatCow</a>
</footer>
<!--Piwik--!>
<script>
var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.higgsboson.tk/" : "http://piwik.higgsboson.tk/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
try {
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 1);
piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();
} catch( err ) {}
</script>
<noscript>
<img src="https://piwik.higgsboson.tk/piwik.php?idsite=1" style="border:0" alt=""> h
</noscript>
</body>
</html>