-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
148 lines (142 loc) Β· 8.38 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mayank Singh Kushwah Portfolio</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<header>
<img src="https://raw.githubusercontent.com/MSRAJAWAT298/msrajawat298/main/images/background-images/msrajawat298_bg-min.png" alt="Background">
<h1>Hi π, I'm Mayank Singh Kushwah</h1>
<h3>Software Engineer at EagleView</h3>
<p>Welcome to my portfolio! I'm passionate about building user-focused applications.</p>
<nav>
<a href="#about">About</a>
<a href="#projects">Projects</a>
<a href="#skills">Skills</a>
<a href="#contact">Contact</a>
</nav>
</header>
<section id="about">
<h2>About Me</h2>
<p>π¨βπ» All of my projects are available at
<a href="https://github.com/MSRAJAWAT298">My GitHub</a>.
</p>
<p>π I write articles at
<a href="https://blog.vitabletech.in/">My Blog</a>.
</p>
<p>π« Reach me at
<a href="https://www.linkedin.com/in/msrajawat298/">Contact Page</a>.
</p>
<p>π Check out my experiences in
<a href="https://github.com/MSRAJAWAT298/msrajawat298/blob/main/Resume-Mr.-MAYANK-SINGH-KUSHWAH.pdf">My Resume</a>.
</p>
</section>
<section id="projects">
<h2>How I'm Growing and Evolving as a Developer</h2>
<div class="grid">
<img src="https://api.daily.dev/devcards/b5ab065999d747239184aa801c548039.png?r=a9p" alt="Dev Card">
<img src="https://github-readme-stackoverflow.vercel.app/?userID=9578353" alt="StackOverflow Stats">
<div>
<p align="center">
<img src="https://github-readme-stats.vercel.app/api/top-langs?username=msrajawat298&show_icons=true&locale=en&layout=compact" alt="msrajawat298" />
</p>
<p align="center"> <img src="https://github-readme-stats.vercel.app/api?username=msrajawat298&show_icons=true&locale=en" alt="msrajawat298" />
</p>
<p align="center">
<img src="https://github-readme-streak-stats.herokuapp.com/?user=msrajawat298&" alt="msrajawat298" />
</p>
</div>
</div>
<p align="left">
<img src="https://komarev.com/ghpvc/?username=msrajawat298&label=Profile%20views&color=0e75b6&style=flat" alt="msrajawat298" />
</p>
<p align="left">
<img style="width:100%" src="https://github-profile-trophy.vercel.app/?username=msrajawat298&flat" alt="msrajawat298" />
</p>
<img style="width:100%" src="https://raw.githubusercontent.com/msrajawat298/msrajawat298/main/images/github_stuff/github-user-contribution.svg" alt="GitHub User Contributions" />
<img src="https://readme-jokes.vercel.app/api" alt="Jokes Card" width="100%">
</section>
<section id="achievements">
<h2>My Achievements Awards & Certificates</h2>
<a href="https://github.com/msrajawat298/My-Achievements.git" target="_blank">π Click me to show my Achievements</a>
</section>
<section id="growth-and-evolution">
<h2>Feature Projects</h2>
<hr/>
<h3>Coming soon...</h3>
</section>
<section id="skills">
<h2>Skills & Tools</h2>
<div>
<span class="badge"><i class="fab fa-js"></i> JavaScript</span>
<span class="badge"><i class="fab fa-react"></i> React</span>
<span class="badge"><i class="fab fa-php"></i> PHP</span>
<span class="badge"><i class="fab fa-linux"></i> Linux</span>
<span class="badge"><i class="fab fa-node-js"></i> Node.js</span>
</div>
</section>
<div class="grid">
<section id="stackoverflow-activity">
<h2>
<a href="https://stackoverflow.com/users/9578353/msrajwat298" target="blank">
<img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/stack-overflow.svg" alt="msrajwat298" height="30" width="40" />
StackOverflow Activity
</a>
</h2>
<ul>
<li><a href="https://stackoverflow.com/questions/78304804/eslint-throwing-the-error-do-not-define-components-during-render/78464281#78464281">Answer by msrajwat298 for eslint Throwing the error: Do not define components during render</a></li>
<li><a href="https://stackoverflow.com/questions/78461213/how-to-know-layer-name-from-anyone-of-files-map-dbf-map-prj-map-shp-map-shx-usin">How to know layer name from anyone of files map.dbf map.prj map.shp map.shx using go</a></li>
<li><a href="https://stackoverflow.com/questions/74546492/react-native-paper-fab-group-icon-stays-on-screen-after-navigating-to-another-sc/78429454#78429454">Answer by msrajwat298 for React Native Paper FAB.Group Icon stays on screen after navigating to another screen using react-native-navigator</a></li>
<li><a href="https://stackoverflow.com/questions/44084846/cannot-connect-to-the-docker-daemon-on-macos/78394213#78394213">Answer by msrajwat298 for Cannot connect to the Docker daemon on macOS</a></li>
<li><a href="https://stackoverflow.com/questions/78391368/unable-to-run-docker-container-throw-error-bash-line-1-setup-sh-cannot-exec">Unable to run docker container throw error bash: line 1: ./setup.sh: cannot execute: required file not found</a></li>
</ul>
</section>
<section id="blog-posts">
<h2>π Blog posts</h2>
<ul>
<li><a href="https://blog.vitabletech.in/potd-leet-code-725-split-linked-list-in-parts/">POTD: LEET CODE β 725. (Split Linked List in Parts)</a></li>
<li><a href="https://blog.vitabletech.in/converting-between-number-systems-in-javascript-a-complete-guide/">Converting Between Number Systems in JavaScript: A Complete Guide</a></li>
<li><a href="https://blog.vitabletech.in/an-extensive-guide-to-different-types-of-coffee-and-tea-beverages/">An Extensive Guide to Different Types of Coffee and Tea Beverages</a></li>
<li><a href="https://blog.vitabletech.in/potd-leet-code-1367-linked-list-in-binary-tree/">POTD: Leet Code 1367 (Linked List in Binary Tree)</a></li>
<li><a href="https://blog.vitabletech.in/potd-leet-code-3217-delete-nodes-from-linked-list-present-in-array/">POTD-Leet Code 3217 (Delete Nodes From Linked List Present in Array) in JS</a></li>
</ul>
</section>
</div>
<section id="github-activity">
<h2>β‘ Recent GitHub Activity</h2>
<ul>
<li>β <a href="https://github.com/vitabletech/node-express-api-bootstrap/issues/13">Opened issue #13</a> in <a href="https://github.com/vitabletech/node-express-api-bootstrap">vitabletech/node-express-api-bootstrap</a></li>
<li>π <a href="https://github.com/vitabletech/node-express-api-bootstrap/releases/tag/v3.1.0">Published release releases-3.1.0</a> in <a href="https://github.com/vitabletech/node-express-api-bootstrap">vitabletech/node-express-api-bootstrap</a></li>
<li>π <a href="https://github.com/vitabletech/node-express-api-bootstrap/pull/12">Merged PR #12</a> in <a href="https://github.com/vitabletech/node-express-api-bootstrap">vitabletech/node-express-api-bootstrap</a></li>
<li>πͺ <a href="https://github.com/vitabletech/node-express-api-bootstrap/pull/12">Opened PR #12</a> in <a href="https://github.com/vitabletech/node-express-api-bootstrap">vitabletech/node-express-api-bootstrap</a></li>
<li>π£ <a href="https://github.com/vitabletech/node-express-api-bootstrap/issues/10#issuecomment-2079725295">Commented on #10</a> in <a href="https://github.com/vitabletech/node-express-api-bootstrap">vitabletech/node-express-api-bootstrap</a></li>
</ul>
</section>
<section>
<h2>What People Are Saying About Mayank Singh</h2>
<select class="sort-select" id="sortOption">
<option value="date">Sort by Date</option>
<option value="name">Sort by Name</option>
</select>
<div class="reviews-wrapper" id="content"></div>
<div id="loader" class="loader"></div>
</section>
<footer>
<h3>Connect with Me</h3>
<a href="https://www.linkedin.com/in/msrajawat298/" class="icon">
<i class="fab fa-linkedin"></i> LinkedIn
</a>
<a href="https://www.youtube.com/c/MAYANKSINGHKUSHWAH" class="icon">
<i class="fab fa-youtube"></i> YouTube
</a>
<a href="https://twitter.com/msrajawat298" class="icon">
<i class="fab fa-twitter"></i> Twitter
</a>
</footer>
<script src="./js/script.js"></script>
</body>
</html>