-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathintro.html
94 lines (85 loc) · 4.41 KB
/
intro.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
85
86
87
88
89
90
91
92
93
94
<!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">
<title>intro - Shaikh Minhaj - Full Stack Developer</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="icon" type="image/x-icon" href="images/pic-logo.jpeg">
</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>
</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="intro">
<div>
<h2>About Me</h2>
<p>
Hey, My Name is Shaikh Minhaj, Currently I am Pursuing My 3rd Year of UG (BCA) from MGM College
of CS and IT Nanded. I am a Full Stack Developer and I am Also a Web Developer as well as
Designer. I am very passionate about improving my coding skills & developing applications & websites.
Working for myself to improve my skills.
</p>
<div class="devPic-2">
<img src="images/pic-logo.jpeg" alt="Shaikh Miinhaj">
</div>
</div>
<hr>
<h2>My Skills</h2>
<div class="skillcontainer">
<div class="w3-light-grey w3-round">
<div class="w3-container w3-blue w3-round" style="width:95%">HTML</div>
</div><br>
<div class="w3-light-grey w3-round">
<div class="w3-container w3-blue w3-round" style="width:90%">CSS</div>
</div><br>
<div class="w3-light-grey w3-round">
<div class="w3-container w3-blue w3-round" style="width:78%">JavaScript</div>
</div><br>
<div class="w3-light-grey w3-round">
<div class="w3-container w3-blue w3-round" style="width:85%">React Js</div>
</div><br>
<div class="w3-light-grey w3-round">
<div class="w3-container w3-blue w3-round" style="width:80%">Core Java</div>
</div><br>
<div class="w3-light-grey w3-round">
<div class="w3-container w3-blue w3-round" style="width:50%">Python</div>
</div><br>
<div class="w3-light-grey w3-round">
<div class="w3-container w3-blue w3-round" style="width:60%">MySql</div>
</div><br>
<div class="w3-light-grey w3-round">
<div class="w3-container w3-blue w3-round" style="width:90%">Bootstrap</div>
</div><br>
<div class="w3-light-grey w3-round">
<div class="w3-container w3-blue w3-round" style="width:90%">Tailwind CSS</div>
</div><br>
</div>
<!-- TODO: Create a gallery for my Projects -->
</div>
<div>
<img src="images/btn-LB.png" alt="o" height="30px" onclick="myFunction()">
</div>
</div>
<script src="script.js"></script>
</body>
</html>