-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (57 loc) · 5.76 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
<!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">
<a href="https://github.com/mantosh-mariner/my_resume/blob/main/mantosh_res.pdf" target="blank"><button> Download CV</button></a>
<!-- <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>