Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
Signed-off-by: Jayant Goel <[email protected]>
  • Loading branch information
JayantGoel001 committed Jun 12, 2022
1 parent f4b202c commit 92fee25
Show file tree
Hide file tree
Showing 4 changed files with 346 additions and 4 deletions.
59 changes: 59 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
- [How to Run Locally?](#how-to-run-locally-dart)
- [Sections](#sections-bookmark)
- [Folder Structure](#folder-structure-open_file_folder)
- [Search engine optimization(SEO)](#search-engine-optimization(SEO)-spider)
- [Creator / Maintainer](#creator--maintainer-man_technologist)
- [Contributing](#-contributing)
- [Contributors](#contributors-)
Expand Down Expand Up @@ -410,6 +411,64 @@ These are the Font Awesome Icons used in [JayantGoel001.github.io](https://Jayan
</pre>


## Search engine optimization(SEO) :spider:

Search engine optimization (SEO) is the process of improving the quality and quantity of website traffic to a website or a web page from search engines.
Add the below code snippet to `src/index.html` with your site info. This step is not mandatory.

```html
<meta itemprop="name" content="Jayant Goel (JayantGoel001)'s Personal Portfolio">
<meta itemprop="description" content="Jayant Goel (JayantGoel001) - A programming Enthusiast eager to learn new skills and contribute through hard work, innovative ideas, and great skills.">
<meta itemprop="url" content="https://jayantgoel001.github.io/"/>
<meta itemprop="image" content="https://jayantgoel001.github.io/assets/images/background-image.jpg">
<link rel="image_src" href="https://jayantgoel001.github.io/assets/images/background-image.jpg">

<meta name="author" content="Jayant Goel">
<meta name="description" content="Jayant Goel (JayantGoel001) - A programming Enthusiast eager to learn new skills and contribute through hard work, innovative ideas, and great skills.">
<meta name="keywords" content="Jayant, Jayant Goel, Jayant Goel Portfolio, JayantGoel001, Android, Web Development, Machine Learning, GitHub, Data Science, linkedIn">
<meta property="og:image" content="https://jayantgoel001.github.io/assets/images/background-image.jpg">
<meta property="og:image:width" content="1062">
<meta property="og:image:height" content="556">
<meta property="og:image:alt" content="Jayant Goel (JayantGoel001)'s Personal Portfolio">
<meta property="og:title" content="Jayant Goel (JayantGoel001)'s Personal Portfolio">
<meta property="og:description" content="Jayant Goel (JayantGoel001) - A programming Enthusiast eager to learn new skills and contribute through hard work, innovative ideas, and great skills.">
<meta property="og:url" content="https://jayantgoel001.github.io/">
<meta property="og:type" content="website">

<meta name="twitter:title" content="Jayant Goel (JayantGoel001)'s Personal Portfolio">
<meta name="twitter:description" content="Jayant Goel (JayantGoel001) - A programming Enthusiast eager to learn new skills and contribute through hard work, innovative ideas, and great skills.">
<meta name="twitter:site" content="@JayantGoel001">
<meta name="twitter:creator" content="@JayantGoel001">
<meta name="twitter:image:src" content="https://jayantgoel001.github.io/assets/images/bgimg.webp">
<meta name="twitter:image" content="https://jayantgoel001.github.io/assets/images/bgimg.webp">
<meta name="twitter:card" content="summary_large_image">

<script type="application/ld+json">
{
"@type": "Person",
"url": "https://jayantgoel001.github.io/",
"description": "Jayant Goel (JayantGoel001) - A programming Enthusiast eager to learn new skills and contribute through hard work, innovative ideas, and great organizational skills.",
"name": "Jayant Goel",
"image": "https://jayantgoel001.github.io/assets/images/background-image.jpg",
"email":"[email protected]",
"@context": "https://schema.org",
"address": "Ghaziabad, Uttar Pradesh, India",
"sameAs":[
"https://github.com/JayantGoel001/",
"https://www.linkedin.com/in/JayantGoel001/",
"https://gist.github.com/JayantGoel001/",
"https://www.hackerrank.com/JayantGoel001",
"https://www.instagram.com/jayantgoel001/",
"https://www.facebook.com/jayant.goel.12/",
"https://wa.me/918377838183",
"https://twitter.com/JayantGoel001/",
"https://dev.to/jayantgoel001"
]
}
</script>
```


## Creator / Maintainer :man_technologist:

👤 Jayant Goel ([JayantGoel001](https://github.com/JayantGoel001))
Expand Down
66 changes: 63 additions & 3 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,14 @@
## Table of Contents :scroll:

- [Design](#design-art)
- [Fonts](#fonts)
- [Color Scheme](#color-scheme)
- [Icon](#icon)
- [Fonts](#fonts)
- [Color Scheme](#color-scheme)
- [Icon](#icon)
- [Built With](#built-with-package)
- [How to Run Locally?](#how-to-run-locally-dart)
- [Sections](#sections-bookmark)
- [Folder Structure](#folder-structure-open_file_folder)
- [Search engine optimization(SEO)](#search-engine-optimization(SEO)-spider)
- [Creator / Maintainer](#creator--maintainer-man_technologist)
- [Contributing](#-contributing)
- [Contributors](#contributors-)
Expand Down Expand Up @@ -345,6 +346,65 @@ Make sure you have [Node](https://nodejs.org/en/) and [git](https://git-scm.com/
</pre>



## Search engine optimization(SEO) :spider:

Search engine optimization (SEO) is the process of improving the quality and quantity of website traffic to a website or a web page from search engines.
Add the below code snippet to `src/index.html` with your site info. This step is not mandatory.

```html
<meta itemprop="name" content="Jayant Goel (JayantGoel001)'s Personal Portfolio">
<meta itemprop="description" content="Jayant Goel (JayantGoel001) - A programming Enthusiast eager to learn new skills and contribute through hard work, innovative ideas, and great skills.">
<meta itemprop="url" content="https://jayantgoel001.github.io/"/>
<meta itemprop="image" content="https://jayantgoel001.github.io/assets/images/background-image.jpg">
<link rel="image_src" href="https://jayantgoel001.github.io/assets/images/background-image.jpg">

<meta name="author" content="Jayant Goel">
<meta name="description" content="Jayant Goel (JayantGoel001) - A programming Enthusiast eager to learn new skills and contribute through hard work, innovative ideas, and great skills.">
<meta name="keywords" content="Jayant, Jayant Goel, Jayant Goel Portfolio, JayantGoel001, Android, Web Development, Machine Learning, GitHub, Data Science, linkedIn">
<meta property="og:image" content="https://jayantgoel001.github.io/assets/images/background-image.jpg">
<meta property="og:image:width" content="1062">
<meta property="og:image:height" content="556">
<meta property="og:image:alt" content="Jayant Goel (JayantGoel001)'s Personal Portfolio">
<meta property="og:title" content="Jayant Goel (JayantGoel001)'s Personal Portfolio">
<meta property="og:description" content="Jayant Goel (JayantGoel001) - A programming Enthusiast eager to learn new skills and contribute through hard work, innovative ideas, and great skills.">
<meta property="og:url" content="https://jayantgoel001.github.io/">
<meta property="og:type" content="website">

<meta name="twitter:title" content="Jayant Goel (JayantGoel001)'s Personal Portfolio">
<meta name="twitter:description" content="Jayant Goel (JayantGoel001) - A programming Enthusiast eager to learn new skills and contribute through hard work, innovative ideas, and great skills.">
<meta name="twitter:site" content="@JayantGoel001">
<meta name="twitter:creator" content="@JayantGoel001">
<meta name="twitter:image:src" content="https://jayantgoel001.github.io/assets/images/bgimg.webp">
<meta name="twitter:image" content="https://jayantgoel001.github.io/assets/images/bgimg.webp">
<meta name="twitter:card" content="summary_large_image">

<script type="application/ld+json">
{
"@type": "Person",
"url": "https://jayantgoel001.github.io/",
"description": "Jayant Goel (JayantGoel001) - A programming Enthusiast eager to learn new skills and contribute through hard work, innovative ideas, and great organizational skills.",
"name": "Jayant Goel",
"image": "https://jayantgoel001.github.io/assets/images/background-image.jpg",
"email":"[email protected]",
"@context": "https://schema.org",
"address": "Ghaziabad, Uttar Pradesh, India",
"sameAs":[
"https://github.com/JayantGoel001/",
"https://www.linkedin.com/in/JayantGoel001/",
"https://gist.github.com/JayantGoel001/",
"https://www.hackerrank.com/JayantGoel001",
"https://www.instagram.com/jayantgoel001/",
"https://www.facebook.com/jayant.goel.12/",
"https://wa.me/918377838183",
"https://twitter.com/JayantGoel001/",
"https://dev.to/jayantgoel001"
]
}
</script>
```


## Creator / Maintainer :man_technologist:

👤 Jayant Goel ([JayantGoel001](https://github.com/JayantGoel001))
Expand Down
File renamed without changes
Loading

0 comments on commit 92fee25

Please sign in to comment.