Skip to content

Commit

Permalink
add: Social media poster
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbruce committed Jan 13, 2024
1 parent 39fb774 commit 1a2661f
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
Binary file modified graphics.afdesign~lock~
Binary file not shown.
31 changes: 30 additions & 1 deletion site-root/public/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,38 @@
<!doctype html>
<html lang="en-us">
<head>
<title>Calling card for Josh Bruce</title>
<!-- Character set and mobile fix -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<!-- HTML Meta Tags -->
<title>Calling card for Josh Bruce</title>
<meta name="description" content="Calling card site for Josh Bruce with links to other places to find him online.">
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/favicons/site.webmanifest">
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#00aba9">
<meta name="msapplication-config" content="/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">

<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://itsjoshbruce.com">
<meta property="og:type" content="website">
<meta property="og:title" content="Calling card for Josh Bruce">
<meta property="og:description" content="Calling card site for Josh Bruce with links to other places to find him online.">
<meta property="og:image" content="https://itsjoshbruce.com/media/poster.png">

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="the-irreverent-agilists.com">
<meta property="twitter:url" content="https://the-irreverent-agilists.com">
<meta name="twitter:title" content="Calling card for Josh Bruce">
<meta name="twitter:description" content="Calling card site for Josh Bruce with links to other places to find him online.">
<meta name="twitter:image" content="https://itsjoshbruce.com/media/poster.png">

<link type="text/css" rel="stylesheet" href="/css/styles.min.css?v=1.0.0">
<style type="text/css">
h1 {
Expand Down
Binary file added site-root/public/media/poster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1a2661f

Please sign in to comment.