Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tushargupta1504 authored Apr 5, 2024
1 parent c06678d commit b634da3
Showing 1 changed file with 44 additions and 70 deletions.
114 changes: 44 additions & 70 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,84 +1,58 @@
<!DOCTYPE html>
<html lang="en">
<html prefix="og: https://ogp.me/ns#">
<head>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="css/color-theams.css" />
<link rel="stylesheet" href="css/ripple-button.css" />
<!-- material cdn -->
<link
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined"
rel="stylesheet"
/>
<!-- chat bot css -->
<link rel="stylesheet" href="./chatBot/style.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-GMVFYVMXD6"
></script>
<script>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Opentek | Home</title>
<link rel="icon" href="https://i.postimg.cc/HszfCMfq/Opentek-logo.webp" type="image/gif" sizes="16x16">

<!-- External CSS -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css">
<link rel="stylesheet" href="css/color-theams.css">
<link rel="stylesheet" href="css/ripple-button.css">
<link rel="stylesheet" href="./chatBot/style.css">

<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet">

<!-- Font Awesome Icons -->
<script src="https://kit.fontawesome.com/284ffbb2b1.js" crossorigin="anonymous"></script>

<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GMVFYVMXD6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag('js', new Date());

gtag("config", "G-GMVFYVMXD6");
</script>
<script
data-ad-client="ca-pub-6863208875908240"
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"
></script>
<script
src="https://kit.fontawesome.com/284ffbb2b1.js"
crossorigin="anonymous"
></script>
gtag('config', 'G-GMVFYVMXD6');
</script>

<meta name="viewport" content="width=device-width, intial-scale=1.0" />
<meta charset="UTF-8" />
<!-- Google AdSense -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"
data-ad-client="ca-pub-6863208875908240"></script>
</head>
<body>
<!-- Your HTML content goes here -->
<h1>Welcome to Opentek!</h1>
<p>To empower Open Source and create an environment of excellent individuals who believe in the power of Open Source and Community Building.</p>

<title>Opentek | Home</title>
<link
rel="icon"
href="https://i.postimg.cc/HszfCMfq/Opentek-logo.webp"
type="image/gif"
sizes="16x16"
/>
<!-- Example button with Ripple effect -->
<button class="ripple">Click Me</button>

<!-- SEO SETTINGS (mrprayag) -->
<meta name="robots" content="index, follow" />
<meta name="language" content="en" />
<meta name="revisit-after" content="7 days" />
<meta name="distribution" content="global" />
<meta name="geo.region" content="india" />
<meta
name="googlebot"
content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"
/>
<meta http-equiv="content-language" content="en" />
<meta
name="description"
content="To empower Open Source and create an environment of excellent individuals who believe in the power of Open Source and Community Building."
/>
<meta
name="keywords"
content="learners,build environment,Programs,learn,enhance skills,Projects,Tutorials,code collab,showcase-worthy work,networking,pitch ideas,brainstorming,likeminded people"
/>
<!-- Example Font Awesome icon -->
<i class="fas fa-star"></i>

<!-- LINKS SEO (mrprayag077) -->
<link rel="canonical" href="https://opentek.in/" />
<meta
name="og:description"
content="To empower Open Source and create an environment of excellent individuals who believe in the power of Open Source and Community Building."
/>
<!-- Include other HTML elements and scripts as needed -->

<!-- SEO for social-media-links sharing (mrprayag077) -->
<meta
name="og:title"
content="To empower Open Source and create an environment of excellent individuals who believe in the power of Open Source and Community Building."
/>
<!-- JavaScript for AOS (Animate On Scroll) library -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>

<meta name="twitter:card" content="https://opentek.in/" />
<meta name="twitter:site" content="@AnirudhPanda " />
<meta name="twitter:image" content="https://opentek.in/" />
Expand Down

0 comments on commit b634da3

Please sign in to comment.