Changed now and removed curriculum

James Peret 7 years ago
parent
commit
a4818bae0c
3 changed files with 7 additions and 6 deletions
  1. 3 3
      app/index.html
  2. 1 1
      app/views/now.html
  3. 3 2
      package.json

+ 3 - 3
app/index.html

@@ -53,9 +53,9 @@
53 53
         <div class="container-fluid link-list">
54 54
           <div class="row-fluid">
55 55
             <div class="col-sm-12 fx-fade-down fx-easing-sine fx-speed-800" ng-show="menuAnimationStart">
56
-              <a href="http://blog.j1x.co" class="btn btn-link btn-lg" ng-click="track('Blog view')" target="_blank">Blog</a> |
57
-              <a ui-sref="now" class="btn btn-link btn-lg" ui-sref-active="active">Now</a> |
58
-              <a href="http://registry.jsonresume.org/jamesperet" class="btn btn-link btn-lg" ng-click="track('Resume view')" target="_blank">Resume</a>
56
+              <a href="http://blog.jamesperet.com" class="btn btn-link btn-lg" ng-click="track('Blog view')" target="_blank">Blog</a> |
57
+              <a ui-sref="now" class="btn btn-link btn-lg" ui-sref-active="active">Now</a><!-- |
58
+              <a href="http://registry.jsonresume.org/jamesperet" class="btn btn-link btn-lg" ng-click="track('Resume view')" target="_blank">Resume</a>-->
59 59
             </div>
60 60
           </div>
61 61
         </div>

+ 1 - 1
app/views/now.html

@@ -1,7 +1,7 @@
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>Living in Berlin for a month.</p>
4
+      <p>Back in São Paulo.</p>
5 5
       <p>Looking for freelance work with <b>programming</b>, <b>design</b> or <b>photography.</p>
6 6
     </div>
7 7
   </div>

+ 3 - 2
package.json

@@ -13,7 +13,6 @@
13 13
     "grunt-contrib-copy": "^0.7.0",
14 14
     "grunt-contrib-cssmin": "^0.12.0",
15 15
     "grunt-contrib-htmlmin": "^0.4.0",
16
-    "vinyl-fs": "2.2.1",
17 16
     "grunt-contrib-imagemin": "^1.0.0",
18 17
     "grunt-contrib-jshint": "^0.11.0",
19 18
     "grunt-contrib-uglify": "^0.7.0",
@@ -23,6 +22,7 @@
23 22
     "grunt-karma": "*",
24 23
     "grunt-newer": "^1.1.0",
25 24
     "grunt-ng-annotate": "^0.9.2",
25
+    "grunt-sftp-deploy": "^0.2.5",
26 26
     "grunt-svgmin": "^2.0.0",
27 27
     "grunt-usemin": "^3.0.0",
28 28
     "grunt-wiredep": "^2.0.0",
@@ -30,7 +30,8 @@
30 30
     "jshint-stylish": "^1.0.0",
31 31
     "karma-jasmine": "*",
32 32
     "karma-phantomjs-launcher": "*",
33
-    "time-grunt": "^1.0.0"
33
+    "time-grunt": "^1.0.0",
34
+    "vinyl-fs": "2.2.1"
34 35
   },
35 36
   "engines": {
36 37
     "node": ">=0.10.0"