Skip to content

Commit

Permalink
add images, add missing seo tags, add social sharing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
comtom committed Aug 29, 2023
1 parent 142cbcd commit ed2409b
Show file tree
Hide file tree
Showing 12 changed files with 174 additions and 1 deletion.
Binary file added assets/images/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/favicon.ico
Binary file not shown.
138 changes: 138 additions & 0 deletions assets/images/og.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
24 changes: 23 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,32 @@
<link rel="stylesheet" href="assets/libs/OwlCarousel-2/dist/assets/owl.carousel.min.css">
<link rel="stylesheet" href="dist/css/iconfont/tabler-icons.css">
<link rel="stylesheet" href="dist/css/style.css">
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon-16x16.png">
<link rel="manifest" href="assets/site.webmanifest">
<!-- SEO -->
<meta name="description"
content="Unlocking Digital Potential: Our small company specializes in expert software engineering services, including application and integrations development. Elevate your online presence with our SEO and social media solutions. Partner with us to shape your digital success today.">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://comtom.engineering">
<meta property="og:type" content="website">
<meta property="og:title" content="Comtom Engineering">
<meta property="og:description"
content="Unlocking Digital Potential: Our small company specializes in expert software engineering services, including application and integrations development. Elevate your online presence with our SEO and social media solutions. Partner with us to shape your digital success today.">
<meta property="og:image" content="assets/images/og.svg">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="comtom.engineering">
<meta property="twitter:url" content="https://comtom.engineering">
<meta name="twitter:title" content="Comtom Engineering">
<meta name="twitter:description"
content="Unlocking Digital Potential: Our small company specializes in expert software engineering services, including application and integrations development. Elevate your online presence with our SEO and social media solutions. Partner with us to shape your digital success today.">
<meta name="twitter:image" content="assets/images/og.svg">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-C7YDJRDD8X"></script>
<script>
window.dataLayer = window.dataLayer || [];
window.dataLayer = window.dataLayer || []; d
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-C7YDJRDD8X');
Expand Down
4 changes: 4 additions & 0 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<link rel="stylesheet" href="assets/libs/OwlCarousel-2/dist/assets/owl.carousel.min.css">
<link rel="stylesheet" href="dist/css/iconfont/tabler-icons.css">
<link rel="stylesheet" href="dist/css/style.css">
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon-16x16.png">
<link rel="manifest" href="assets/site.webmanifest">
</head>

<body>
Expand Down
4 changes: 4 additions & 0 deletions portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<link rel="stylesheet" href="assets/libs/OwlCarousel-2/dist/assets/owl.carousel.min.css">
<link rel="stylesheet" href="dist/css/iconfont/tabler-icons.css">
<link rel="stylesheet" href="dist/css/style.css">
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon-16x16.png">
<link rel="manifest" href="assets/site.webmanifest">
</head>

<body>
Expand Down
4 changes: 4 additions & 0 deletions search.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<link rel="stylesheet" href="assets/libs/OwlCarousel-2/dist/assets/owl.carousel.min.css">
<link rel="stylesheet" href="dist/css/iconfont/tabler-icons.css">
<link rel="stylesheet" href="dist/css/style.css">
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon-16x16.png">
<link rel="manifest" href="assets/site.webmanifest">
</head>

<body>
Expand Down

0 comments on commit ed2409b

Please sign in to comment.