Skip to content

mjt3426/npm-resume

Repository files navigation

NPX CARD

Connect with me using my NPX Card directly via a terminal


👇 just hit this in your terminal

npx mjt3426

"snapshot-npm.PNG"

Get Connected Today

Get connected through twitter, github, linkedin, a website, and email. Right now the website and resume url are "TBD" and will throw errors.

Feel free to fork this repo and make your own!




Resume Code Samples


Code samples are commented in the HTML file as well.

Sample code to add experience by just copy and paste
<div class="flex flex-col space-y-1 pb-4">
	<h1>
		<span class="text-gray-800 font-bold text-lg">
			Freelance Contract
		</span>
		<a href="http://web.asit.com.bd" target="_blank" rel="noreferrer">
			<span class="text-gray-500 font-semibold text-lg">
				@ Advanced Software &amp; IT Services LTD
			</span>
		</a>
	</h1>
	<h2 class="text-gray-600 text-base font-semibold">
		Dec, 2020
	</h2>
	<ul class="list-disc list-inside text-gray-600 text-sm">
		<li>
			Developed the official website
			</li>
		<li>
			Worked with a variety of different languages and frameworks such as Javascript, 
			React, Bootstrap and a variety different libraries for development and Figma for mockup
			</li>
	</ul>
</div>

Sample code to add a new project by just copy and paste

<div class="flex flex-col space-y-0.5">
	<a href="https://github.com/rahi-khan/asit-website" target="_blank" rel="noreferrer">
		<h1 class="text-gray-800 font-bold text-lg">
			ASIT Official Website
		</h1>
	</a>
	<h1 class="text-gray-600 text-sm">
		Official website of ASIT for showcasing their products and services, built with React, Bootstrap
	</h1>
</div>

Sample code to add a skill category by just copy and paste

<div class="flex flex-col space-y-0.5">
	<h1 class="text-gray-800 font-bold text-lg">
		Programming Languages
	</h1>
		<p class="text-gray-600 text-sm">
			Javascript, HTML, CSS, Python, SQL, Solidity
		</p>
</div>

About

Creating a text based npm package to serve as a business card.

Resources

Stars

Watchers

Forks

Packages

No packages published