Skip to content

Commit 770919e

Browse files
authored
πŸ“¦ Updated
1 parent 61aacbc commit 770919e

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

β€Žindex.htmlβ€Ž

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,23 @@
2424
<!-- Open Graph (OG)
2525
https://stackoverflow.com/questions/19778620/provide-an-image-for-whatsapp-link-sharing
2626
-->
27-
<meta property="og:image" content="./assets/pwa-logos/logo300x300.png" />
27+
28+
<!-- Facebook Meta Tags -->
29+
<!-- <meta property="og:image" content="./assets/pwa-logos/logo300x300.png" /> -->
2830
<meta property="og:title" content="CSFelix - Portfolio" />
2931
<meta property="og:url" content="https://csfelix.github.io/" />
3032
<meta property="og:description" content="πŸ‘‹ What's shaking, bacon? Welcome to my Personal Portfolio!" />
3133
<meta property="og:type" content="website" />
3234
<meta property="og:locale" content="en_US" />
35+
<meta property="og:image" content="https://csfelix.github.io/assets/pwa-logos/logo300x300.png">
36+
37+
<!-- Twitter Meta Tags -->
38+
<meta name="twitter:card" content="summary_large_image">
39+
<meta property="twitter:domain" content="csfelix.github.io">
40+
<meta property="twitter:url" content="https://csfelix.github.io">
41+
<meta name="twitter:title" content="CSFelix - Portfolio">
42+
<meta name="twitter:description" content="πŸ‘‹ What's shaking, bacon? Welcome to my Personal Portfolio!">
43+
<meta name="twitter:image" content="https://csfelix.github.io/assets/pwa-logos/logo300x300.png">
3344

3445
<!--css libraries -->
3546
<link rel="stylesheet" type="text/css" href="./assets/css/libraries/tippy.css" />
@@ -652,7 +663,6 @@ <h2 class="containerTitle">
652663
<input class="contactFormField" type="hidden" name="_captcha" value="false">
653664
<input type="hidden" name="_next" value="https://csfelix.github.io">
654665
<input type="hidden" name="_subject" value="Hey there, I have visited your Portfolio!">
655-
<input type="hidden" name="_template" value="basic">
656666

657667
<input class="contactFormField" type="text" name="name" placeholder="Your name" required style="background-color: #f8f8ff">
658668
<input class="contactFormField" type="email" name="email" placeholder="Your email" required style="background-color: #f8f8ff">

0 commit comments

Comments
Β (0)