-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f3ed48
commit 08aee74
Showing
1 changed file
with
5 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,30 +19,7 @@ | |
|
||
<title>NeoVantium</title> | ||
|
||
<meta http-equiv="content-type" content="text/html; charset=utf-8"> | ||
<meta name="description" content="Cyber Security and Machine Learning Enthusiast"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0"/> | ||
<meta name="theme-color" content="#212121"> | ||
|
||
<meta name="twitter:card" content="summary"> | ||
<meta name="twitter:site" content="Kingsmanvk"> | ||
<meta name="twitter:title" content="Vedant Khairnar — Cyber Security and Machine Learning Enthusiast"> | ||
<meta name="twitter:description" content="Cyber Security and Machine Learning Enthusiast"> | ||
<meta name="twitter:creator" content="@kingsmanvk"> | ||
|
||
<meta property="fb:admins" content="100000581280466"/> | ||
<meta property="fb:app_id" content="1473140929606808"/> | ||
<meta property="og:type" content="profile"/> | ||
<meta property="profile:first_name" content="Vedant"/> | ||
<meta property="profile:last_name" content="Khairnar"/> | ||
<meta property="profile:gender" content="male"/> | ||
<meta property="profile:username" content="Kingsmanvk"/> | ||
<meta property="og:site_name" content="Vedant Khairnar"/> | ||
<meta property="og:title" content="Vedant Khairnar — Cyber Security and Machine Learning Enthusiast"/> | ||
<meta property="og:description" content="Cyber Security and Machine Learning Enthusiast"/> | ||
<meta property="og:image" content="/images/sharing.png"/> | ||
|
||
<meta name="google-site-verification" content="-RpIQCfiShG8MdCN9zyQwUs7j0xTHOzeqZyB7f8e0qk"/> | ||
|
||
|
||
<link rel='stylesheet' | ||
href='https://fonts.googleapis.com/css?family=Titillium+Web:600,300|Expletus+Sans:300,700|Domine:400,700'> | ||
|
@@ -52,35 +29,10 @@ | |
<link rel="stylesheet" href="css/base.css"> | ||
<link rel="stylesheet" href="css/main.css"> | ||
|
||
<link rel="shortcut icon" href="logo.jpg" type="image/x-icon"> | ||
<link rel="icon" href="logo.jpg" type="image/x-icon"> | ||
|
||
<script type='application/ld+json'> | ||
{ | ||
"@context": "http://www.schema.org", | ||
"@type": "Person", | ||
"name": "Vedant Khairnar", | ||
"jobTitle": "Cyber Security and Machine Learning Enthusiast", | ||
"url": "https://vedantkhairnar.github.io", | ||
"address": { | ||
"@type": "PostalAddress", | ||
"addressLocality": "Nagpur", | ||
"addressCountry": "India" | ||
}, | ||
"email": "[email protected]", | ||
"birthDate": "1999-04-02", | ||
"sameAs": [ | ||
"https://www.facebook.com/profile.php?id=100009440914873", | ||
"https://www.linkedin.com/in/vedant-khairnar-337446177/", | ||
"https://twitter.com/VedantKhairnar3", | ||
"https://github.com/VedantKhairnar", | ||
"https://www.instagram.com/kingsmanvk/", | ||
"https://steamcommunity.com/" | ||
] | ||
} | ||
</script> | ||
<meta name="viewport" | ||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> | ||
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> | ||
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.3.5/css/swiper.min.css'> | ||
|
||
|