Simple landing page for my website

now.html 453B

12345678910
  1. <div class="container-fluid now">
  2. <div class="row-fluid" >
  3. <div class="col-sm-12 text fx-fade-down fx-easing-sine fx-speed-800" ng-show="textAnimationStart">
  4. <p>I'm currently in Abu Dhabi, planning to go to Berlim soon.</p>
  5. <p>Looking for work as a <b>full stack developer</b> in Dubai, Berlim or remote.</p>
  6. <p>Working on my <a href="http://blog.j1x.co">blog</a> and <a href="#resume">resume</a>.</p>
  7. </div>
  8. </div>
  9. </div>