-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathindex.html
84 lines (74 loc) · 3.53 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
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Shaikh Minhaj - Full Stack Developer</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="images/pic-logo.jpeg">
<!--
=====================================
Website Build By : Shaikh Minhaj
> Portfolio Website of Shaikh Minhaj
> Using Only HTML, CSS, Js
=====================================
-->
</head>
<body>
<div class="container">
<div class="sidebar">
<!--================Navbar====================-->
<nav>
<div id="mySidebar" class="sidebar">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()"><img src="images/cross.png"
style="height: 20px;"></a>
<ul>
<li><a href="/">Home</li></a>
<li><a href="intro.html">My Intro</li></a>
<li><a href="services.html">Services</li></a>
<li><a href="images\Shaikh Minhaj - Resume.pdf" target="_blank">Resume</a></li></a>
<li><a href="blog.html">Blog</li></a>
<li><a href="contact.html">Contact Me</li></a>
<li><a href="/">Links</li></a>
</ul>
</nav>
</div>
<!--================Main========================-->
<div class="main" id="main">
<button class="openbtn" onclick="openNav()"><img src="images/menu icon.png" style="height: 20px;" onmouseover="hoverE()"></button>
<div class="infoContainer">
<div class="devInfo">
<div class="hello">Hi There,</div>
<div class="name">I'm <i>Shaikh Minhaj</i></div>
<div class="about">Full Stack Developer</div>
<div class="moreabout">I am a Full Stack Web Developer as well as a Designer, <br> I Live in Nanded</div>
<div class="buttons">
<a href="images\Shaikh Minhaj - Resume.pdf" target="_blank"> <button class="btn">Download
Resume</button></a>
<a href="contact.html"> <button class="btn">Contact Me</button></a>
<div class="icon-socials">
<a href="#" class="fa fa-linkedin"></a>
<a href="#" class="fa fa-instagram"></a>
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
</div>
</div>
</div>
<div class="devPic">
<img src="images/pic-logo.jpeg" alt="Shaikh Miinhaj" height="150px">
</div>
</div>
</div>
</div>
<div>
<img src="images/btn-LB.png" alt="o" height="30px" onclick="myFunction()">
</div>
<script src="script.js"></script>
<footer class="footer">
<strong><p>Author: Shaikh Minhaj</p></strong>
<p><a href="[email protected]">[email protected]</a></p>
</footer>
</body>
</html>