New pfp and opengraph tags
This commit is contained in:
parent
501824d4f7
commit
96aede7f3a
56
layouts/partials/head.html
Normal file
56
layouts/partials/head.html
Normal file
@ -0,0 +1,56 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
||||
<meta name="description" content="{{ .Site.Params.description }}" />
|
||||
<meta name="author" content="{{ .Site.Params.author }}" />
|
||||
|
||||
<!-- open graph data for prettier embeds on other sites -->
|
||||
<!-- HTML Meta Tags -->
|
||||
<title>Alejandro Santillana</title>
|
||||
<meta name="description" content="Open source Software Developer">
|
||||
|
||||
<!-- Facebook Meta Tags -->
|
||||
<meta property="og:url" content="https://resume.shockrah.xyz">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Alejandro Santillana">
|
||||
<meta property="og:description" content="Open source Software Developer">
|
||||
<meta property="og:image" content="https://shockrah.gitlab.io/resume/images/profile.png">
|
||||
|
||||
<!-- Twitter Meta Tags -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:domain" content="resume.shockrah.xyz">
|
||||
<meta property="twitter:url" content="https://resume.shockrah.xyz">
|
||||
<meta name="twitter:title" content="Alejandro Santillana">
|
||||
<meta name="twitter:description" content="Open source Software Developer">
|
||||
<meta name="twitter:image" content="https://shockrah.gitlab.io/resume/images/profile.png">
|
||||
|
||||
|
||||
<script src="/src/toggleTheme.js"></script>
|
||||
<script src="/src/sada_main.js"></script>
|
||||
|
||||
<link href="{{ .Site.BaseURL }}/src/bootstrap.min.css" rel="stylesheet" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"
|
||||
integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU"
|
||||
crossorigin="anonymous"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css"
|
||||
/>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css?family=Roboto|Material+Icons"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
|
||||
<style>
|
||||
.toggleTheme {
|
||||
cursor: pointer;
|
||||
}
|
||||
.bg-dark {
|
||||
background-color: #23272c !important;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
BIN
static/images/profile.png
(Stored with Git LFS)
BIN
static/images/profile.png
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user