Skip to content

Commit 4d4722a

Browse files
committed
Add social links in the header on posts
1 parent 3270934 commit 4d4722a

File tree

41 files changed

+1147
-28
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1147
-28
lines changed

aspnet-core/add-custom-configuration-file-using-options-and-configuration-objects.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,40 @@
1313
<meta name="generator" content="No404! 0.1" />
1414
<!--<link rel="alternate" href="https://adrientorris.github.io/aspnet-core/add-custom-configuration-file-using-options-and-configuration-objects.html" hreflang="en-en" />-->
1515
<link href="/wwwroot/css/style.css" rel="stylesheet" />
16+
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
1617
</head>
1718
<body>
1819
<div id="main_ctn" class="post_ctn">
1920
<header>
2021
<div id="header-content">
2122
<h2>Blog</h2>
23+
<ul id="social_links">
24+
<li id="twitter_link">
25+
<a href="https://twitter.com/AdrienTorris" target="_Blank" rel="nofollow" title="Adrien Torris sur Twitter">
26+
<i class="fab fa-twitter fa-2x"></i>
27+
</a>
28+
</li>
29+
<li id="github_link" title="Adrien Torris sur GitHub">
30+
<a href="https://github.com/AdrienTorris" target="_Blank" rel="nofollow">
31+
<i class="fab fa-github fa-2x"></i>
32+
</a>
33+
</li>
34+
<li id="so_link">
35+
<a href="https://stackoverflow.com/users/story/4428633" target="_Blank" rel="nofollow" title="Adrien Torris sur StackOverflow">
36+
<i class="fab fa-stack-overflow fa-2x"></i>
37+
</a>
38+
</li>
39+
<li id="linkedin_link">
40+
<a href="https://www.linkedin.com/in/adrientorris/" target="_Blank" rel="nofollow" title="Adrien Torris sur LinkedIn">
41+
<i class="fab fa-linkedin fa-2x"></i>
42+
</a>
43+
</li>
44+
<li id="gplus_link">
45+
<a href="https://plus.google.com/u/0/+AdrienTorris" target="_Blank" rel="nofollow" title="Adrien Torris sur Google Plus">
46+
<i class="fab fa-google-plus-g fa-2x"></i>
47+
</a>
48+
</li>
49+
</ul>
2250
</div>
2351
</header>
2452
<div id="arianne_wrapper">

aspnet-core/ado-net-and-asp-net-core.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,40 @@
1414
<link rel="alternate" href="https://adrientorris.github.io/fr/aspnet-core/ado-net-et-asp-net-core.html" hreflang="fr-fr" />
1515
<link rel="alternate" href="https://adrientorris.github.io/aspnet-core/ado-net-and-asp-net-core.html" hreflang="en-en" />
1616
<link href="/wwwroot/css/style.css" rel="stylesheet" />
17+
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
1718
</head>
1819
<body>
1920
<div id="main_ctn" class="post_ctn">
2021
<header>
2122
<div id="header-content">
2223
<h2>Blog</h2>
24+
<ul id="social_links">
25+
<li id="twitter_link">
26+
<a href="https://twitter.com/AdrienTorris" target="_Blank" rel="nofollow" title="Adrien Torris sur Twitter">
27+
<i class="fab fa-twitter fa-2x"></i>
28+
</a>
29+
</li>
30+
<li id="github_link" title="Adrien Torris sur GitHub">
31+
<a href="https://github.com/AdrienTorris" target="_Blank" rel="nofollow">
32+
<i class="fab fa-github fa-2x"></i>
33+
</a>
34+
</li>
35+
<li id="so_link">
36+
<a href="https://stackoverflow.com/users/story/4428633" target="_Blank" rel="nofollow" title="Adrien Torris sur StackOverflow">
37+
<i class="fab fa-stack-overflow fa-2x"></i>
38+
</a>
39+
</li>
40+
<li id="linkedin_link">
41+
<a href="https://www.linkedin.com/in/adrientorris/" target="_Blank" rel="nofollow" title="Adrien Torris sur LinkedIn">
42+
<i class="fab fa-linkedin fa-2x"></i>
43+
</a>
44+
</li>
45+
<li id="gplus_link">
46+
<a href="https://plus.google.com/u/0/+AdrienTorris" target="_Blank" rel="nofollow" title="Adrien Torris sur Google Plus">
47+
<i class="fab fa-google-plus-g fa-2x"></i>
48+
</a>
49+
</li>
50+
</ul>
2351
<ul id="flags_wrapper">
2452
<li><a href="https://adrientorris.github.io/fr/aspnet-core/ado-net-et-asp-net-core.html" title=""><img src="/wwwroot/images/french.png" alt="" title="" /></a></li>
2553
<li class="cur"><img src="/wwwroot/images/english.jpg" alt="" title="" /></li>

aspnet-core/identity/configure-password-policy.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,33 @@
2121
<header>
2222
<div id="header-content">
2323
<h2>Blog</h2>
24+
<ul id="social_links">
25+
<li id="twitter_link">
26+
<a href="https://twitter.com/AdrienTorris" target="_Blank" rel="nofollow" title="Adrien Torris sur Twitter">
27+
<i class="fab fa-twitter fa-2x"></i>
28+
</a>
29+
</li>
30+
<li id="github_link" title="Adrien Torris sur GitHub">
31+
<a href="https://github.com/AdrienTorris" target="_Blank" rel="nofollow">
32+
<i class="fab fa-github fa-2x"></i>
33+
</a>
34+
</li>
35+
<li id="so_link">
36+
<a href="https://stackoverflow.com/users/story/4428633" target="_Blank" rel="nofollow" title="Adrien Torris sur StackOverflow">
37+
<i class="fab fa-stack-overflow fa-2x"></i>
38+
</a>
39+
</li>
40+
<li id="linkedin_link">
41+
<a href="https://www.linkedin.com/in/adrientorris/" target="_Blank" rel="nofollow" title="Adrien Torris sur LinkedIn">
42+
<i class="fab fa-linkedin fa-2x"></i>
43+
</a>
44+
</li>
45+
<li id="gplus_link">
46+
<a href="https://plus.google.com/u/0/+AdrienTorris" target="_Blank" rel="nofollow" title="Adrien Torris sur Google Plus">
47+
<i class="fab fa-google-plus-g fa-2x"></i>
48+
</a>
49+
</li>
50+
</ul>
2451
<ul id="flags_wrapper">
2552
<li><a href="https://adrientorris.github.io/fr/aspnet-core/identity/configuration-politique-mots-de-passe.html" title=""><img src="/wwwroot/images/french.png" alt="" title="" /></a></li>
2653
<li class="cur"><img src="/wwwroot/images/english.jpg" alt="" title="" /></li>

aspnet-core/identity/configure-primary-keys-datatype.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,33 @@
2121
<header>
2222
<div id="header-content">
2323
<h2>Blog</h2>
24+
<ul id="social_links">
25+
<li id="twitter_link">
26+
<a href="https://twitter.com/AdrienTorris" target="_Blank" rel="nofollow" title="Adrien Torris sur Twitter">
27+
<i class="fab fa-twitter fa-2x"></i>
28+
</a>
29+
</li>
30+
<li id="github_link" title="Adrien Torris sur GitHub">
31+
<a href="https://github.com/AdrienTorris" target="_Blank" rel="nofollow">
32+
<i class="fab fa-github fa-2x"></i>
33+
</a>
34+
</li>
35+
<li id="so_link">
36+
<a href="https://stackoverflow.com/users/story/4428633" target="_Blank" rel="nofollow" title="Adrien Torris sur StackOverflow">
37+
<i class="fab fa-stack-overflow fa-2x"></i>
38+
</a>
39+
</li>
40+
<li id="linkedin_link">
41+
<a href="https://www.linkedin.com/in/adrientorris/" target="_Blank" rel="nofollow" title="Adrien Torris sur LinkedIn">
42+
<i class="fab fa-linkedin fa-2x"></i>
43+
</a>
44+
</li>
45+
<li id="gplus_link">
46+
<a href="https://plus.google.com/u/0/+AdrienTorris" target="_Blank" rel="nofollow" title="Adrien Torris sur Google Plus">
47+
<i class="fab fa-google-plus-g fa-2x"></i>
48+
</a>
49+
</li>
50+
</ul>
2451
<ul id="flags_wrapper">
2552
<li><a href="https://adrientorris.github.io/fr/aspnet-core/identity/configuration-type-donnees-cles-primaires.html" title="Modifier le type de données des clés primaires dans ASP.NET Core Identity"><img src="/wwwroot/images/french.png" alt="" title="" /></a></li>
2653
<li class="cur"><img src="/wwwroot/images/english.jpg" alt="" title="" /></li>

aspnet-core/identity/extend-user-model.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,40 @@
1414
<link rel="alternate" href="https://adrientorris.github.io/fr/aspnet-core/identity/etendre-identity-user.html" hreflang="fr-fr" />
1515
<link rel="alternate" href="https://adrientorris.github.io/aspnet-core/identity/extend-user-model.html" hreflang="en-en" />
1616
<link href="/wwwroot/css/style.css" rel="stylesheet" />
17+
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
1718
</head>
1819
<body>
1920
<div id="main_ctn" class="post_ctn">
2021
<header>
2122
<div id="header-content">
2223
<h2>Blog</h2>
24+
<ul id="social_links">
25+
<li id="twitter_link">
26+
<a href="https://twitter.com/AdrienTorris" target="_Blank" rel="nofollow" title="Adrien Torris sur Twitter">
27+
<i class="fab fa-twitter fa-2x"></i>
28+
</a>
29+
</li>
30+
<li id="github_link" title="Adrien Torris sur GitHub">
31+
<a href="https://github.com/AdrienTorris" target="_Blank" rel="nofollow">
32+
<i class="fab fa-github fa-2x"></i>
33+
</a>
34+
</li>
35+
<li id="so_link">
36+
<a href="https://stackoverflow.com/users/story/4428633" target="_Blank" rel="nofollow" title="Adrien Torris sur StackOverflow">
37+
<i class="fab fa-stack-overflow fa-2x"></i>
38+
</a>
39+
</li>
40+
<li id="linkedin_link">
41+
<a href="https://www.linkedin.com/in/adrientorris/" target="_Blank" rel="nofollow" title="Adrien Torris sur LinkedIn">
42+
<i class="fab fa-linkedin fa-2x"></i>
43+
</a>
44+
</li>
45+
<li id="gplus_link">
46+
<a href="https://plus.google.com/u/0/+AdrienTorris" target="_Blank" rel="nofollow" title="Adrien Torris sur Google Plus">
47+
<i class="fab fa-google-plus-g fa-2x"></i>
48+
</a>
49+
</li>
50+
</ul>
2351
<ul id="flags_wrapper">
2452
<li><a href="https://adrientorris.github.io/fr/aspnet-core/identity/unicite-adresses-mails.html" title=""><img src="/wwwroot/images/french.png" alt="" title="" /></a></li>
2553
<li class="cur"><img src="/wwwroot/images/english.jpg" alt="" title="" /></li>

aspnet-core/identity/how-to-get-current-logged-in-user-id.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,40 @@
1414
<link rel="alternate" href="https://adrientorris.github.io/fr/aspnet-core/identity/recuperer-informations-utilisateur-authentifie.html" hreflang="fr-fr" />
1515
<link rel="alternate" href="https://adrientorris.github.io/aspnet-core/identity/how-to-get-current-logged-in-user-id.html" hreflang="en-en" />
1616
<link href="/wwwroot/css/style.css" rel="stylesheet" />
17+
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
1718
</head>
1819
<body>
1920
<div id="main_ctn" class="post_ctn">
2021
<header>
2122
<div id="header-content">
2223
<h2>Blog</h2>
24+
<ul id="social_links">
25+
<li id="twitter_link">
26+
<a href="https://twitter.com/AdrienTorris" target="_Blank" rel="nofollow" title="Adrien Torris sur Twitter">
27+
<i class="fab fa-twitter fa-2x"></i>
28+
</a>
29+
</li>
30+
<li id="github_link" title="Adrien Torris sur GitHub">
31+
<a href="https://github.com/AdrienTorris" target="_Blank" rel="nofollow">
32+
<i class="fab fa-github fa-2x"></i>
33+
</a>
34+
</li>
35+
<li id="so_link">
36+
<a href="https://stackoverflow.com/users/story/4428633" target="_Blank" rel="nofollow" title="Adrien Torris sur StackOverflow">
37+
<i class="fab fa-stack-overflow fa-2x"></i>
38+
</a>
39+
</li>
40+
<li id="linkedin_link">
41+
<a href="https://www.linkedin.com/in/adrientorris/" target="_Blank" rel="nofollow" title="Adrien Torris sur LinkedIn">
42+
<i class="fab fa-linkedin fa-2x"></i>
43+
</a>
44+
</li>
45+
<li id="gplus_link">
46+
<a href="https://plus.google.com/u/0/+AdrienTorris" target="_Blank" rel="nofollow" title="Adrien Torris sur Google Plus">
47+
<i class="fab fa-google-plus-g fa-2x"></i>
48+
</a>
49+
</li>
50+
</ul>
2351
<ul id="flags_wrapper">
2452
<li><a href="https://adrientorris.github.io/fr/aspnet-core/identity/recuperer-informations-utilisateur-authentifie.html" title="R&eacute;cup&eacute;rer les informations de l'utilisateur authentifi&eacute; avec ASP.NET Core Identity"><img src="/wwwroot/images/french.png" alt="" title="" /></a></li>
2553
<li class="cur"><img src="/wwwroot/images/english.jpg" alt="" title="" /></li>

aspnet-core/introduction-to-blazor.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,40 @@
1212
<meta name="robots" content="index,follow" />
1313
<meta name="generator" content="No404! 0.1" />
1414
<link href="/wwwroot/css/style.css" rel="stylesheet" />
15+
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
1516
</head>
1617
<body>
1718
<div id="main_ctn" class="post_ctn">
1819
<header>
1920
<div id="header-content">
2021
<h2>Blog</h2>
22+
<ul id="social_links">
23+
<li id="twitter_link">
24+
<a href="https://twitter.com/AdrienTorris" target="_Blank" rel="nofollow" title="Adrien Torris sur Twitter">
25+
<i class="fab fa-twitter fa-2x"></i>
26+
</a>
27+
</li>
28+
<li id="github_link" title="Adrien Torris sur GitHub">
29+
<a href="https://github.com/AdrienTorris" target="_Blank" rel="nofollow">
30+
<i class="fab fa-github fa-2x"></i>
31+
</a>
32+
</li>
33+
<li id="so_link">
34+
<a href="https://stackoverflow.com/users/story/4428633" target="_Blank" rel="nofollow" title="Adrien Torris sur StackOverflow">
35+
<i class="fab fa-stack-overflow fa-2x"></i>
36+
</a>
37+
</li>
38+
<li id="linkedin_link">
39+
<a href="https://www.linkedin.com/in/adrientorris/" target="_Blank" rel="nofollow" title="Adrien Torris sur LinkedIn">
40+
<i class="fab fa-linkedin fa-2x"></i>
41+
</a>
42+
</li>
43+
<li id="gplus_link">
44+
<a href="https://plus.google.com/u/0/+AdrienTorris" target="_Blank" rel="nofollow" title="Adrien Torris sur Google Plus">
45+
<i class="fab fa-google-plus-g fa-2x"></i>
46+
</a>
47+
</li>
48+
</ul>
2149
</div>
2250
</header>
2351
<div id="arianne_wrapper">

aspnet-core/manage-base64-encoding.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,40 @@
1414
<link rel="alternate" href="https://adrientorris.github.io/fr/aspnet-core/encoding-base64-aspnetcore.html" hreflang="fr-fr" />
1515
<link rel="alternate" href="https://adrientorris.github.io/aspnet-core/manage-base64-encoding.html" hreflang="en-en" />
1616
<link href="/wwwroot/css/style.css" rel="stylesheet" />
17+
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
1718
</head>
1819
<body>
1920
<div id="main_ctn" class="post_ctn">
2021
<header>
2122
<div id="header-content">
2223
<h2>Blog</h2>
24+
<ul id="social_links">
25+
<li id="twitter_link">
26+
<a href="https://twitter.com/AdrienTorris" target="_Blank" rel="nofollow" title="Adrien Torris sur Twitter">
27+
<i class="fab fa-twitter fa-2x"></i>
28+
</a>
29+
</li>
30+
<li id="github_link" title="Adrien Torris sur GitHub">
31+
<a href="https://github.com/AdrienTorris" target="_Blank" rel="nofollow">
32+
<i class="fab fa-github fa-2x"></i>
33+
</a>
34+
</li>
35+
<li id="so_link">
36+
<a href="https://stackoverflow.com/users/story/4428633" target="_Blank" rel="nofollow" title="Adrien Torris sur StackOverflow">
37+
<i class="fab fa-stack-overflow fa-2x"></i>
38+
</a>
39+
</li>
40+
<li id="linkedin_link">
41+
<a href="https://www.linkedin.com/in/adrientorris/" target="_Blank" rel="nofollow" title="Adrien Torris sur LinkedIn">
42+
<i class="fab fa-linkedin fa-2x"></i>
43+
</a>
44+
</li>
45+
<li id="gplus_link">
46+
<a href="https://plus.google.com/u/0/+AdrienTorris" target="_Blank" rel="nofollow" title="Adrien Torris sur Google Plus">
47+
<i class="fab fa-google-plus-g fa-2x"></i>
48+
</a>
49+
</li>
50+
</ul>
2351
<ul id="flags_wrapper">
2452
<li><a href="https://adrientorris.github.io/fr/aspnet-core/encoding-base64-aspnetcore.html" title=""><img src="/wwwroot/images/french.png" alt="" title="" /></a></li>
2553
<li class="cur"><img src="/wwwroot/images/english.jpg" alt="" title="" /></li>

aspnet-core/my-channel-9-dotnet-standard-dotnet-core-2-0-talk-session-review.html

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,38 @@
1313
<meta name="generator" content="No404! 0.1" />
1414
<!--<link rel="canonical" href="https://adrientorris.github.io/aspnet-core/my-channel-9-dotnet-standard-dotnet-core-2-0-talk-session-review.html" />-->
1515
<link href="/wwwroot/css/style.css" rel="stylesheet" />
16+
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
1617
</head>
1718
<body>
1819
<div id="main_ctn" class="post_ctn">
19-
<header><div id="header-content"><h2>Blog</h2></div></header>
20+
<header><div id="header-content"><h2>Blog</h2>
21+
<ul id="social_links">
22+
<li id="twitter_link">
23+
<a href="https://twitter.com/AdrienTorris" target="_Blank" rel="nofollow" title="Adrien Torris sur Twitter">
24+
<i class="fab fa-twitter fa-2x"></i>
25+
</a>
26+
</li>
27+
<li id="github_link" title="Adrien Torris sur GitHub">
28+
<a href="https://github.com/AdrienTorris" target="_Blank" rel="nofollow">
29+
<i class="fab fa-github fa-2x"></i>
30+
</a>
31+
</li>
32+
<li id="so_link">
33+
<a href="https://stackoverflow.com/users/story/4428633" target="_Blank" rel="nofollow" title="Adrien Torris sur StackOverflow">
34+
<i class="fab fa-stack-overflow fa-2x"></i>
35+
</a>
36+
</li>
37+
<li id="linkedin_link">
38+
<a href="https://www.linkedin.com/in/adrientorris/" target="_Blank" rel="nofollow" title="Adrien Torris sur LinkedIn">
39+
<i class="fab fa-linkedin fa-2x"></i>
40+
</a>
41+
</li>
42+
<li id="gplus_link">
43+
<a href="https://plus.google.com/u/0/+AdrienTorris" target="_Blank" rel="nofollow" title="Adrien Torris sur Google Plus">
44+
<i class="fab fa-google-plus-g fa-2x"></i>
45+
</a>
46+
</li>
47+
</ul></div></header>
2048
<div id="arianne_wrapper">
2149
<ul>
2250
<li><a href="https://adrientorris.github.io/index.html" title="">Home</a></li>

aspnet-core/my-channel9-introducing-asp-net-core-2-0-lesson-review.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,40 @@
1313
<meta name="generator" content="No404! 0.1" />
1414
<!--<link rel="canonical" href="https://adrientorris.github.io/aspnet-core/my-channel9-introducing-asp-net-core-2-0-lesson-review.html" />-->
1515
<link href="/wwwroot/css/style.css" rel="stylesheet" />
16+
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
1617
</head>
1718
<body>
1819
<div id="main_ctn" class="post_ctn">
1920
<header>
2021
<div id="header-content">
2122
<h2>Blog</h2>
23+
<ul id="social_links">
24+
<li id="twitter_link">
25+
<a href="https://twitter.com/AdrienTorris" target="_Blank" rel="nofollow" title="Adrien Torris sur Twitter">
26+
<i class="fab fa-twitter fa-2x"></i>
27+
</a>
28+
</li>
29+
<li id="github_link" title="Adrien Torris sur GitHub">
30+
<a href="https://github.com/AdrienTorris" target="_Blank" rel="nofollow">
31+
<i class="fab fa-github fa-2x"></i>
32+
</a>
33+
</li>
34+
<li id="so_link">
35+
<a href="https://stackoverflow.com/users/story/4428633" target="_Blank" rel="nofollow" title="Adrien Torris sur StackOverflow">
36+
<i class="fab fa-stack-overflow fa-2x"></i>
37+
</a>
38+
</li>
39+
<li id="linkedin_link">
40+
<a href="https://www.linkedin.com/in/adrientorris/" target="_Blank" rel="nofollow" title="Adrien Torris sur LinkedIn">
41+
<i class="fab fa-linkedin fa-2x"></i>
42+
</a>
43+
</li>
44+
<li id="gplus_link">
45+
<a href="https://plus.google.com/u/0/+AdrienTorris" target="_Blank" rel="nofollow" title="Adrien Torris sur Google Plus">
46+
<i class="fab fa-google-plus-g fa-2x"></i>
47+
</a>
48+
</li>
49+
</ul>
2250
</div>
2351
</header>
2452
<div id="arianne_wrapper">

0 commit comments

Comments
 (0)