generated from techfolios/template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
0 parents
commit be71fdb
Showing
46 changed files
with
3,798 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
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 |
---|---|---|
@@ -0,0 +1,97 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="title" content="Muhammad Naeem | Professional Portfolio"> | ||
<meta name="description" content=""> | ||
<meta name="image" content="https://github.com/m-naeem66622.png"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:site_name" content="Muhammad Naeem | Professional Portfolio"> | ||
<meta property="og:url" content="https://m-naeem66622.github.io/404.html"> | ||
<meta property="og:title" content="Muhammad Naeem | Professional Portfolio"> | ||
<meta property="og:description" content=""> | ||
<meta property="og:image" content="https://github.com/m-naeem66622.png"> | ||
<link rel="shortcut icon" href="/favicon.png"> | ||
<link rel="icon" type="image/png" href="/favicon.png"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="/css/techfolio-theme/default.css"> | ||
<link rel="stylesheet" type="text/css" href="/css/rouge/github.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" /> | ||
<!-- Load MathJax if 'mathjax: true' is found in your _config.yml. --> | ||
|
||
<script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-MML-AM_CHTML"> | ||
</script> | ||
|
||
|
||
<title>Muhammad Naeem | Professional Portfolio</title> | ||
</head> | ||
<body> | ||
<header class="navbar navbar-expand navbar-dark bg-dark border-bottom"> | ||
<div class="container-fluid"> | ||
<a class="navbar-brand py-0 d-flex align-items-center" href="/"> | ||
<img src="https://github.com/m-naeem66622.png" alt="Logo" height="35" class="d-inline-block align-text-top rounded-circle me-2"> | ||
<span>Muhammad Naeem</span> | ||
</a> | ||
<div class="ms-auto"> | ||
<ul class="navbar-nav mb-2 mb-lg-0"> | ||
<a class="nav-link" href="/#projects">Projects</a> | ||
<a class="nav-link" href="/resume.html">Resume</a> | ||
</ul> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
|
||
<div class="py-3 py-md-4 py-lg-5"> | ||
<div class="container"> | ||
<h1 class="display-4">Page Not Found</h1> | ||
<p>Perhaps you were looking for one of the following:</p> | ||
|
||
<h3>Essays</h3> | ||
<ul> | ||
|
||
|
||
<li><a href="/essays/difficulty.html">The difficult things will always be difficult</a></li> | ||
|
||
<li><a href="/essays/smart-questions.html">Smart Questions, Good Answers</a></li> | ||
|
||
<li><a href="/essays/igniting.html">Igniting the fire</a></li> | ||
|
||
</ul> | ||
|
||
<h3>Projects</h3> | ||
<ul> | ||
|
||
|
||
<li><a href="/projects/hgs-hfd.html">Hafizabad Grammar School</a></li> | ||
|
||
<li><a href="/projects/notify.html">Notify - Notes Taking Website</a></li> | ||
|
||
<li><a href="/projects/pgc-hfd.html">Punjab Group of Colleges Hafizabad</a></li> | ||
|
||
<li><a href="/projects/quizzo-app.html">Quizzo | Engaging Quiz App for Learning and Entertainment</a></li> | ||
|
||
<li><a href="/projects/textutils.html">TextUtils - A utility to analyze text</a></li> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
|
||
<footer class="navbar navbar-expand navbar-dark bg-dark border-top"> | ||
<div class="container-fluid"> | ||
<div class="ms-auto"> | ||
<ul class="navbar-nav mb-2 mb-lg-0"> | ||
<small><a style="font-size: 1.2rem" class="nav-link" href="https://github.com/m-naeem66622">Made with | ||
<i class="fa-solid fa-heart"></i> | ||
by Naeem</a></small> | ||
</ul> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2" crossorigin="anonymous"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/js/all.min.js" integrity="sha512-fD9DI5bZwQxOi7MhYWnnNPlvXdp/2Pj3XSTRrFs5FQa4mizyGLnJcN6tuvUS6LbmgN1ut+XGSABKvjN0H6Aoow==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,79 @@ | ||
{ | ||
"basics": { | ||
"name": "Muhammad Naeem", | ||
"label": "MERN Stack Developer", | ||
"picture": "https://github.com/m-naeem66622.png", | ||
"email": "[email protected]", | ||
"phone": "+92-347-7921060", | ||
"website": "https://m-naeem66622.github.io", | ||
"summary": "Hey! I'm Computer Science student. Breaking Keyboard instead of Girl's Heart ❤. Started relationship with 'Bugs' at the age of 10. Developer for the mean of Money? No dude, Passionate to be an Open Source Contributor.", | ||
"location": { "address": "Near Post Office, Village Jallhan", "postalCode": "52120", "city": "District Gujranwala", "countryCode": "PAK", "region": "Punjab, Pakistan" }, | ||
"profiles": [ | ||
{ "network": "github", "username": "m-naeem66622", "url": "http://github.com/m-naeem66622" }, | ||
{ "network": "facebook", "username": "m.naeem66622", "url": "http://facebook.com/m.naeem66622" }, | ||
{ "network": "twitter", "username": "m_naeem66622", "url": "http://twitter.com/m_naeem66622" }, | ||
{ "network": "instagram", "username": "m.naeem66622", "url": "http://instagram.com/m.naeem66622" } | ||
] | ||
}, | ||
"interests": [ | ||
{ "name": "Full Stack Development" }, | ||
{ "name": "Cyber Security" }, | ||
{ "name": "Machine Learning" }, | ||
{ "name": "Robotics" }, | ||
{ "name": "Rest API"} | ||
], | ||
"skills": [ | ||
{ | ||
"name": "Languages and Frameworks", | ||
"keywords": [ "C/C++", "HTML/CSS", "JavaScript", "NodeJs", "ReactJs", "Redux", "MongoDB", "Bootstrap", "Python" ] | ||
}, | ||
{ | ||
"name": "Toolsets/OS", | ||
"keywords": [ "Windows", "Kali Linux", "Git/GitHub", "Adobe Photoshop","Adobe Illustrator"] | ||
} | ||
], | ||
"education": [ | ||
{ | ||
"institution": "Punjab Group of Colleges, Hafizabad", | ||
"area": "Intermediate in Computer Science (11th to 12th)", | ||
"studyType": "I.C.S", | ||
"startDate": "2020", | ||
"endDate": "2022", | ||
"courses": [ | ||
] | ||
}, | ||
{ | ||
"institution": "Allied Schools, Hafizabad", | ||
"area": "Matriculation (9th to 10th)", | ||
"studyType": "Matric", | ||
"startDate": "2018", | ||
"endDate": "2020", | ||
"courses": [ | ||
] | ||
}, | ||
{ | ||
"institution": "Pakistan International Al-Khobar, Saudi Arabia", | ||
"area": "Pre-school to 8th", | ||
"studyType": "Middle", | ||
"startDate": "2008", | ||
"endDate": "2017", | ||
"courses": [ | ||
] | ||
} | ||
], | ||
"work": [ | ||
{ | ||
"company": "Brackets Private Limited", | ||
"position": "Mern Stack Developer", | ||
"website": "https://bracketsltd.com/", | ||
"startDate": "2023-07-10", | ||
"endDate": "Present", | ||
"summary": "Joined Brackets as Internee", | ||
"highlights": [] | ||
} | ||
], | ||
"volunteer": [ | ||
], | ||
"references": [ | ||
] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,77 @@ | ||
.highlight table td { padding: 5px; } | ||
.highlight table pre { margin: 0; } | ||
.highlight, .highlight .w { | ||
color: #303030; | ||
} | ||
.highlight .err { | ||
color: #151515; | ||
background-color: #ac4142; | ||
} | ||
.highlight .c, .highlight .cd, .highlight .cm, .highlight .c1, .highlight .cs { | ||
color: #505050; | ||
} | ||
.highlight .cp { | ||
color: #f4bf75; | ||
} | ||
.highlight .nt { | ||
color: #f4bf75; | ||
} | ||
.highlight .o, .highlight .ow { | ||
color: #d0d0d0; | ||
} | ||
.highlight .p, .highlight .pi { | ||
color: #d0d0d0; | ||
} | ||
.highlight .gi { | ||
color: #90a959; | ||
} | ||
.highlight .gd { | ||
color: #ac4142; | ||
} | ||
.highlight .gh { | ||
color: #6a9fb5; | ||
background-color: #151515; | ||
font-weight: bold; | ||
} | ||
.highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv { | ||
color: #aa759f; | ||
} | ||
.highlight .kc { | ||
color: #d28445; | ||
} | ||
.highlight .kt { | ||
color: #d28445; | ||
} | ||
.highlight .kd { | ||
color: #d28445; | ||
} | ||
.highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 { | ||
color: #90a959; | ||
} | ||
.highlight .sr { | ||
color: #75b5aa; | ||
} | ||
.highlight .si { | ||
color: #8f5536; | ||
} | ||
.highlight .se { | ||
color: #8f5536; | ||
} | ||
.highlight .nn { | ||
color: #f4bf75; | ||
} | ||
.highlight .nc { | ||
color: #f4bf75; | ||
} | ||
.highlight .no { | ||
color: #f4bf75; | ||
} | ||
.highlight .na { | ||
color: #6a9fb5; | ||
} | ||
.highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx { | ||
color: #90a959; | ||
} | ||
.highlight .ss { | ||
color: #90a959; | ||
} |
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 |
---|---|---|
@@ -0,0 +1,78 @@ | ||
.highlight table td { padding: 5px; } | ||
.highlight table pre { margin: 0; } | ||
.highlight, .highlight .w { | ||
color: #d0d0d0; | ||
background-color: #151515; | ||
} | ||
.highlight .err { | ||
color: #151515; | ||
background-color: #ac4142; | ||
} | ||
.highlight .c, .highlight .cd, .highlight .cm, .highlight .c1, .highlight .cs { | ||
color: #505050; | ||
} | ||
.highlight .cp { | ||
color: #f4bf75; | ||
} | ||
.highlight .nt { | ||
color: #f4bf75; | ||
} | ||
.highlight .o, .highlight .ow { | ||
color: #d0d0d0; | ||
} | ||
.highlight .p, .highlight .pi { | ||
color: #d0d0d0; | ||
} | ||
.highlight .gi { | ||
color: #90a959; | ||
} | ||
.highlight .gd { | ||
color: #ac4142; | ||
} | ||
.highlight .gh { | ||
color: #6a9fb5; | ||
background-color: #151515; | ||
font-weight: bold; | ||
} | ||
.highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv { | ||
color: #aa759f; | ||
} | ||
.highlight .kc { | ||
color: #d28445; | ||
} | ||
.highlight .kt { | ||
color: #d28445; | ||
} | ||
.highlight .kd { | ||
color: #d28445; | ||
} | ||
.highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 { | ||
color: #90a959; | ||
} | ||
.highlight .sr { | ||
color: #75b5aa; | ||
} | ||
.highlight .si { | ||
color: #8f5536; | ||
} | ||
.highlight .se { | ||
color: #8f5536; | ||
} | ||
.highlight .nn { | ||
color: #f4bf75; | ||
} | ||
.highlight .nc { | ||
color: #f4bf75; | ||
} | ||
.highlight .no { | ||
color: #f4bf75; | ||
} | ||
.highlight .na { | ||
color: #6a9fb5; | ||
} | ||
.highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx { | ||
color: #90a959; | ||
} | ||
.highlight .ss { | ||
color: #90a959; | ||
} |
Oops, something went wrong.