|
24 | 24 | <!-- Open Graph (OG) |
25 | 25 | https://stackoverflow.com/questions/19778620/provide-an-image-for-whatsapp-link-sharing |
26 | 26 | --> |
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" /> --> |
28 | 30 | <meta property="og:title" content="CSFelix - Portfolio" /> |
29 | 31 | <meta property="og:url" content="https://csfelix.github.io/" /> |
30 | 32 | <meta property="og:description" content="π What's shaking, bacon? Welcome to my Personal Portfolio!" /> |
31 | 33 | <meta property="og:type" content="website" /> |
32 | 34 | <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"> |
33 | 44 |
|
34 | 45 | <!--css libraries --> |
35 | 46 | <link rel="stylesheet" type="text/css" href="./assets/css/libraries/tippy.css" /> |
@@ -652,7 +663,6 @@ <h2 class="containerTitle"> |
652 | 663 | <input class="contactFormField" type="hidden" name="_captcha" value="false"> |
653 | 664 | <input type="hidden" name="_next" value="https://csfelix.github.io"> |
654 | 665 | <input type="hidden" name="_subject" value="Hey there, I have visited your Portfolio!"> |
655 | | - <input type="hidden" name="_template" value="basic"> |
656 | 666 |
|
657 | 667 | <input class="contactFormField" type="text" name="name" placeholder="Your name" required style="background-color: #f8f8ff"> |
658 | 668 | <input class="contactFormField" type="email" name="email" placeholder="Your email" required style="background-color: #f8f8ff"> |
|
0 commit comments