Skip to content

Commit 685f210

Browse files
committed
Update contact, link protocol
1 parent 704ae96 commit 685f210

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

static/css/site.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ iframe {
110110
margin: 1em 0px;
111111
}
112112

113-
.fa {
114-
padding-right: 0.5em;
113+
.fa-brands {
114+
padding-right: 0.25em;
115115
}
116116

117117
.footerSection {

templates/shell.mako

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="${site_root}/feed/index.xml" />
1212
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="${site_root}/feed/atom/index.xml" />
1313
<link rel="stylesheet" type="text/css" href="${site_root}/static/css/pygments.css" />
14-
<link rel="stylesheet" href='//fonts.googleapis.com/css?family=Dosis:300,600' type='text/css'>
15-
<link rel="stylesheet" href='//fonts.googleapis.com/css?family=Gentium+Basic' type='text/css'>
16-
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
17-
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
14+
<link rel="stylesheet" href='https://fonts.googleapis.com/css?family=Dosis:300,600' type='text/css'>
15+
<link rel="stylesheet" href='https://fonts.googleapis.com/css?family=Gentium+Basic' type='text/css'>
16+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
1817
<link rel="stylesheet" href="${site_root}/static/css/site.css" type="text/css" />
18+
<script src="https://kit.fontawesome.com/0affbb0817.js" crossorigin="anonymous"></script>
1919
</head>
2020
<body>
2121
<div class="container">
@@ -41,9 +41,9 @@
4141
<div class="col-md-4" id="contact">
4242
<h3>Contact</h3>
4343
<div>
44-
<i class="fa fa-envelope-o fa-fw"></i> <a title="Email address" href="mailto:parente@gmail.com">parente@gmail.com</a><br/>
45-
<i class="fa fa-github fa-fw"></i> <a title="GitHub account" href="https://github.com/parente">github.com/parente</a><br/>
46-
<i class="fa fa-linkedin fa-fw"></i> <a title="LinkedIn account" href="https://linkedin.com/in/parente">linkedin.com/in/parente</a><br/>
44+
<i class='fa-brands fa-bluesky fa-lg'></i></i> <a href="https://bsky.app/profile/parente.dev">bsky.app/profile/parente.dev</a><br/>
45+
<i class="fa-brands fa-github fa-lg"></i> <a title="GitHub account" href="https://github.com/parente">github.com/parente</a><br/>
46+
<i class="fa-brands fa-linkedin fa-lg"></i> <a title="LinkedIn account" href="https://linkedin.com/in/parente">linkedin.com/in/parente</a><br/>
4747
</div>
4848
</div>
4949

0 commit comments

Comments
 (0)