@@ -490,6 +490,11 @@ module.exports = function (grunt) {
|
||
| 490 | 490 |
'karma' |
| 491 | 491 |
]); |
| 492 | 492 |
|
| 493 |
+ grunt.registerTask('publish', [
|
|
| 494 |
+ 'build', |
|
| 495 |
+ 'sftp-deploy' |
|
| 496 |
+ ]); |
|
| 497 |
+ |
|
| 493 | 498 |
grunt.registerTask('build', [
|
| 494 | 499 |
'clean:dist', |
| 495 | 500 |
'wiredep', |
@@ -1,9 +1,8 @@ |
||
| 1 | 1 |
<div class="container-fluid now"> |
| 2 | 2 |
<div class="row-fluid" > |
| 3 | 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> |
|
| 4 |
+ <p>Just arrived in Berlin.</p> |
|
| 5 |
+ <p>Looking for work as a <b>full stack developer</b>.</p> |
|
| 7 | 6 |
</div> |
| 8 | 7 |
</div> |
| 9 | 8 |
</div> |