Update fontawesome to version 5.1.1

This commit is contained in:
Nelson Estevão
2018-07-25 14:34:10 +01:00
parent ec782ce7bf
commit 6e4464af39
1382 changed files with 96966 additions and 5861 deletions

View File

@ -1,20 +1,23 @@
<head>
<title>{{site.data.data.sidebar.title}}</title>
<title>{{ site.data.data.sidebar.title }}</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A beautiful Jekyll theme for creating resume">
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,500,400italic,300italic,300,500italic,700,700italic,900,900italic'
rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="{{site.baseurl}}/assets/plugins/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="{{ site.baseurl }}/assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="{{site.baseurl}}/assets/plugins/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="{{ site.baseurl }}/assets/plugins/font-awesome/css/all.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="{{site.baseurl}}/assets/css/main.css">
<link id="theme-style" rel="stylesheet" href="{{ site.baseurl }}/assets/css/main.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>