Skip to content

Instantly share code, notes, and snippets.

@sameernyaupane
Created November 1, 2018 07:23
Show Gist options
  • Save sameernyaupane/ce4132f8028b38922e680ff368d71d27 to your computer and use it in GitHub Desktop.
Save sameernyaupane/ce4132f8028b38922e680ff368d71d27 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
</head>
<body>
<h1>Sameer Nyaupane</h1>
<p>Hi. I am Sameer from Nepal. I'm a software developer.
I've been doing software development for more than 6 years now.
I mostly do backend development using PHP and Laravel framework.
On frontend, I do Javascript usually with VueJS framework.
</p>
<ul>
<li>
Write "Beginner's Guide to Web Development Part 1" article.
</li>
<li>
Write "Beginner's Guide to Web Development Part 2" article.
</li>
<li>
Write "Beginner's Guide to Web Development Part 3" article.
</li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment