Skip to content

Commit 4fd35f2

Browse files
author
Guillaume Seguin
committed
chore (release) 1.4.2
- feat add automatic availibility date - update dependencies (because of angular 1.5.0's [issue#13794](angular/angular.js#13794))
1 parent 9c54768 commit 4fd35f2

9 files changed

+25
-25
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<!doctype html> <html class="no-js"> <head> <meta charset="utf-8"> <title>Guillaume Seguin</title> <meta name="description" content="Curriculum Vitae de Guillaume Seguin"> <meta name="viewport" content="width=device-width"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <link rel="stylesheet" href="styles/vendor.56baa742.css"> <link rel="stylesheet" href="styles/main.2387f2e8.css"> <body ng-app="cvApp" layout="column"> <h1 hide>Curriculum vitae de Guillaume Seguin</h1> <!--[if lt IE 7]>
1+
<!doctype html> <html class="no-js"> <head> <meta charset="utf-8"> <title>Guillaume Seguin</title> <meta name="description" content="Curriculum Vitae de Guillaume Seguin"> <meta name="viewport" content="width=device-width"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <link rel="stylesheet" href="styles/vendor.790de056.css"> <link rel="stylesheet" href="styles/main.a9c91e74.css"> <body ng-app="cvApp" layout="column"> <h1 hide>Curriculum vitae de Guillaume Seguin</h1> <!--[if lt IE 7]>
22
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
33
<![endif]--> <header layout="row" layout-align="space-between end" layout-margin> <div ng-controller="HeaderCtrl" layout="column" layout-align="space-around"> <div layout="row" layout-align="space-between center" layout-align-lg="space-around center" layout-align-md="space-around center" layout-align-sm="center center" layout-margin layout-padding layout-wrap> <img src="images/avatar.fb891d82.jpg" aria-label="Avatar" class="avatar"> <h1 class="md-display-1"> <span>Guillaume Seguin</span> </h1> <h2 class="md-headline"> <span>Développeur Web</span> </h2> </div> <md-list layout="row"> <md-list-item layout="row" layout-align="center" layout-margin layout-padding layout-wrap ng-repeat="subItem in subList"> <md-button ng-if="subItem.icon" ng-href="{{subItem.onClick}}" title="Launch Google.com in new window" target="_blank" aria-label="Google.com" class="md-icon-button launch"> <md-icon md-svg-icon="{{subItem.icon}}"></md-icon> </md-button> <div ng-class="subItem.classList" ng-bind="subItem.title" class="md-list-item-text"> </div> </md-list-item> </md-list> </div> <em layout-padding>Consulter la version en ligne : //grrseguin.github.io</em> </header> <section ng-include="'views/main.html'" ng-controller="MainCtrl as main"></section> <footer></footer> <!-- Google Analytics: change UA-XXXXX-X to be your site's ID --> <script>!function(A,n,g,u,l,a,r){A.GoogleAnalyticsObject=l,A[l]=A[l]||function(){
44
(A[l].q=A[l].q||[]).push(arguments)},A[l].l=+new Date,a=n.createElement(g),
55
r=n.getElementsByTagName(g)[0],a.src=u,r.parentNode.insertBefore(a,r)
66
}(window,document,'script','//www.google-analytics.com/analytics.js','ga');
77

88
ga('create', 'UA-71846357-1');
9-
ga('send', 'pageview');</script> <script src="scripts/vendor.41eaca07.js"></script> <script src="scripts/scripts.6b36645e.js"></script>
9+
ga('send', 'pageview');</script> <script src="scripts/vendor.31d722c7.js"></script> <script src="scripts/scripts.7a3b4fa7.js"></script>

scripts/scripts.6b36645e.js

-1
This file was deleted.

scripts/scripts.7a3b4fa7.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/vendor.31d722c7.js

+15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/vendor.41eaca07.js

-15
This file was deleted.

0 commit comments

Comments
 (0)