diff options
Diffstat (limited to '')
-rw-r--r-- | _includes/footer.html | 4 | ||||
-rw-r--r-- | _includes/header.html | 6 | ||||
-rw-r--r-- | index.html | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index 2ae575e..9fac10a 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -19,7 +19,7 @@ </footer> </div> </div> - <script src="//code.jquery.com/jquery-1.11.0.js"></script> - <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.js"></script> + <script src="https://code.jquery.com/jquery-1.11.0.js"></script> + <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.js"></script> </body> </html> diff --git a/_includes/header.html b/_includes/header.html index b9e0a8e..78b3077 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -5,15 +5,15 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>{{ page.title }}</title> - <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.css"> + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.css"> <link rel="stylesheet" href="/css/footer.css"> <link rel="stylesheet" href="/css/misc.css"> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> - <script src="//oss.maxcdn.com/html5shiv/3.7.2/html5shiv.js"></script> - <script src="//oss.maxcdn.com/respond/1.4.2/respond.js"></script> + <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.js"></script> + <script src="https://oss.maxcdn.com/respond/1.4.2/respond.js"></script> <![endif]--> </head> <body> @@ -8,9 +8,9 @@ layout: main <hr/> <p>Hello! I'm a software engineer, and I'll be publishing some of my notes on <a href="//pages.github.com/">GitHub Pages</a>. Feel free to make contributions or contact me.</p> <div class="list-group reasonable-width"> - <a class="list-group-item" href="//github.com/egor-tensin/"><span class="glyphicon glyphicon-home"></span> GitHub profile</a> + <a class="list-group-item" href="https://github.com/egor-tensin/"><span class="glyphicon glyphicon-home"></span> GitHub profile</a> <a class="list-group-item" href="mailto:Egor.Tensin@gmail.com"><span class="glyphicon glyphicon-envelope"></span> Egor.Tensin@gmail.com</a> - <a class="list-group-item" href="//github.com/egor-tensin/cv/raw/master/pdf/Egor_Tensin_CV_en.pdf"><span class="glyphicon glyphicon-file"></span> Curriculum vitae</a> + <a class="list-group-item" href="https://github.com/egor-tensin/cv/raw/master/pdf/Egor_Tensin_CV_en.pdf"><span class="glyphicon glyphicon-file"></span> Curriculum vitae</a> </div> <h3>Projects</h3> <div class="list-group reasonable-width"> |