-
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
1 parent
925ba3d
commit 5a8972b
Showing
25 changed files
with
1,103 additions
and
0 deletions.
There are no files selected for viewing
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 @@ | ||
<!DOCTYPE html> | ||
<head> | ||
<meta charset="UTF-8" > | ||
<meta http-equiv="X-UA-Compatible " content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title > DOM</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous"> | ||
|
||
<link rel="stylesheet" href="portfolio.css"> | ||
|
||
</head> | ||
<body class="abd bd"> | ||
|
||
<div class="hm"><a href="index.html"> | ||
<img src="home.png" width="50"></a></div> | ||
|
||
<div class="container"> | ||
<!-- <div class="hm"><img src="home.png" width="30"></div> --> | ||
<div class="main" > | ||
|
||
|
||
<div class="devinfo"> | ||
<div class="abc"> | ||
<h2><span id="spn">A</span>bout me</h2> | ||
<h3><span class="M">M</span>antosh kumar </h3> | ||
|
||
<h4> Junior Programmer and Developer </h4> | ||
<div class="hr"> <hr class="hr"></div> | ||
|
||
<p> I am ambitious and driven. I thrive on challenge and constantly set goals for myself, so I have something to strive towards. I am not comfortable with settling, and I am always looking for an opportunity to do better and achieve greatness. </p> | ||
<h4 >My Skills</h4> | ||
<div class="skillcontainer"> | ||
</div>c -><div class="progress" role="progressbar" aria-label="Info example" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"> | ||
<div class="progress-bar bg-info text-dark" style="width: 80%">80%</div> | ||
</div> | ||
<div>c++ -></div> <div class="progress" role="progressbar" aria-label="Success striped example" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"> | ||
<div class="progress-bar progress-bar-striped bg-success" style="width: 85%">85%</div> | ||
</div> | ||
java -><div class="progress" role="progressbar" aria-label="Info striped example" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"> | ||
<div class="progress-bar progress-bar-striped bg-info" style="width: 90%">90%</div> | ||
</div> | ||
html -><div class="progress" role="progressbar" aria-label="Warning striped example" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"> | ||
<div class="progress-bar progress-bar-striped bg-warning" style="width: 91%">90%</div> | ||
</div> | ||
|
||
css -><div class="progress" role="progressbar" aria-label="Danger striped example " aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"> | ||
<div class="progress-bar progress-bar-striped bg-danger" style="width: 88%">88%</div> | ||
</div> | ||
java script -><div class="progress" role="progressbar" aria-label="Default striped example" aria-valuenow="100" aria-valuemin="10" aria-valuemax="100"> | ||
<div class="progress-bar progress-bar-striped" style="width: 85%">85%</div> | ||
</div> | ||
Flutter & dart -><div class="progress" role="progressbar" aria-label="Default striped example" aria-valuenow="100" aria-valuemin="10" aria-valuemax="100"> | ||
<div class="progress-bar progress-bar-striped bg-danger" style="width: 55%">55%</div> | ||
</div> | ||
And many more---><div class="progress-stacked"> | ||
<div class="progress" role="progressbar" aria-label="Segment one" aria-valuenow="15" aria-valuemin="0" aria-valuemax="100" style="width: 15%"> | ||
<div class="progress-bar">-</div> | ||
</div> | ||
<div class="progress" role="progressbar" aria-label="Segment two" aria-valuenow="30" aria-valuemin="0" aria-valuemax="100" style="width: 30%"> | ||
<div class="progress-bar bg-success">--</div> | ||
</div> | ||
<div class="progress" role="progressbar" aria-label="Segment three" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 50%"> | ||
<div class="progress-bar bg-info">--------</div> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<script src="portfolio.js"></script> | ||
|
||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,62 @@ | ||
<!DOCTYPE html> | ||
<head> | ||
<meta charset="UTF-8" > | ||
<meta http-equiv="X-UA-Compatible " content="IE=edge"> | ||
<meta name="viewport" content=" width=device-width, initial-scale=1.0"> | ||
<title > DOM</title> | ||
<!-- we can also add here js file but proble is that it load befor load of document --> | ||
<link rel="stylesheet" href="portfolio.css"> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<div class ="sidebar sidebargo"> | ||
<nav > | ||
|
||
<ul> | ||
<li><a href="poftfolio.html">home</a></li> | ||
<li ><a href="about.html">about</a></li> | ||
<li ><a href="service.html">service</a></li> | ||
<li ><a href="blog.html">Project</a></li> | ||
<li><a href="contact.html">contact</a></li> | ||
</ul> | ||
</nav> | ||
|
||
</div> | ||
<div class="main"> | ||
<div class="hambuger"> | ||
<img src="ham.png" alt="ham" class="ham" width="24"> | ||
<img src="cross1.png" alt="cross" class="cross" width="24"> | ||
</div> | ||
<div class="infocntainer"> | ||
<div class="contactform"> | ||
<h1> Contact me for work and more Enquiries. </h1> | ||
<form> | ||
<div class="mb-3"> | ||
<label for="clientemail" class="form-label">Name </label> | ||
<input type="name" value="eg:-mantoshmariner" class="form-control" id="clientemail" aria-describedby="emailHelp"> | ||
<div id="emailHelp" class="form-text"></div> | ||
</div> | ||
<div class="mb-3"> | ||
<label for="clientemail" class="form-label">Email address </label> | ||
<input type="email" value="eg:[email protected]" class="form-control" id="clientemail" aria-describedby="emailHelp"> | ||
<div id="emailHelp" class="form-text">We'll never share your email and phone with anyone else.</div> | ||
</div> | ||
<div class="mb-3"> | ||
<label for="clientphone" class="form-label">phone </label> | ||
<input type="phone" class="form-control" id="clientphone" placeholder="1255456888"> | ||
</div> | ||
<div class="mb-3"id="form-check"> | ||
<input type="checkbox" class="form-check-input" id="isclient"> | ||
<label class="form-check-label" for="isclient"> i want to work on project with you </label> | ||
</div> | ||
<button type="submit" class="btn btn-primary">Submit</button> | ||
</form> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<script src="portfolio.js"></script> | ||
|
||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,71 @@ | ||
<!DOCTYPE html> | ||
<head> | ||
<meta charset="UTF-8" > | ||
<meta http-equiv="X-UA-Compatible " content="IE=edge"> | ||
<meta name="viewport" content=" width=device-width, initial-scale=1.0"> | ||
<title > DOM</title> | ||
<!-- <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous"> --> | ||
<link rel="stylesheet" href="portfolio.css"> | ||
|
||
|
||
</head> | ||
<body > | ||
<!-- <img src="C:\Users\Mantosh Kumar\OneDrive\Desktop\HTML\ptflo.avif"> --> | ||
<div class="container cd" > | ||
<div class ="sd sidebar sidebargo"> | ||
<nav > | ||
|
||
<ul> | ||
<li><a href="poftfolio.html">home</a></li> | ||
<li ><a href="about.html">about</a></li> | ||
<li ><a href="service.html">service</a></li> | ||
<li ><a href="project.html">Project</a></li> | ||
<li><a href="contact.html">contact</a></li> | ||
|
||
</ul> | ||
|
||
</nav> | ||
</div> | ||
|
||
</div> | ||
<div class="main"> | ||
<div class="hambuger"> | ||
<img src="ham.png" alt="ham" class="ham" width="24"> | ||
<img src="cross1.png" alt="cross" class="cross" width="24"> | ||
</div> | ||
<div class="infocntainer"> | ||
<div class="devinfo"> | ||
<div class="info info1"><p class="text"><span id="spn">H</span>i! I Am</p></div> | ||
<div class="name info1">Mantosh Kumar</div> | ||
<div class="about info1"> Junior Programmer and Developer</div> | ||
<div class="moreabout">I am Developer ,Designer and Creater , I participated in many online coding contest and got good rank</div> | ||
<div class="socal"> | ||
<a href="https://github.com/mantosh-mariner" target="_blank" title="Go to Github " ><img id="socal2" style="height: 25px;"src="git.png"></a> | ||
<a href="https://auth.geeksforgeeks.org/user/mantoshmoruk/practice" target="_blank" title=" Go to gfg "><img src="gfg1.png"></a> | ||
<a href="https://leetcode.com/mantosh_kumar04/" target="_blank" title=" Go to Leetcod"><img src="let.png"></a> | ||
<a href="https://www.linkedin.com/in/mantosh-kumar-9123801a1/" target="_blank" title="Go to linkedin profile "><img src="link.png"></a> | ||
<a href="https://twitter.com/MantoshMarinee" title="Go to twitter " ><img src="twt.jpg"target="_blank" ></a> | ||
<a href="https://www.facebook.com/mantoshkumar.kumar.1650/" target="_blank" title="Go to facebook "><img src="fcb1.png"></a> | ||
<a href="https://www.instagram.com/mantosh_mariner/" target="_blank" title="Go to instagram " ><img id="socal1" src="inst1.png"></a> | ||
|
||
|
||
|
||
</div> | ||
<div class="buttons"> | ||
<button> Download CV</button> | ||
<!-- <a href="hdf" class="socal1" ><img src="inst.jpg"></a> --> | ||
</div> | ||
|
||
|
||
</div> | ||
<div class="mypic" ><img src="mypp.jpeg" alt="py pic" style="color: red;" ></div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
<script src="portfolio.js"></script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.