-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
38 lines (30 loc) · 1.4 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
<!doctype html>
<!-- this is a comment for human! -->
<html lang="en">
<header>
<title>Sonu kumar kushwaha's portal</title>
<link rel="stylesheet" href="css/master.css">
<link rel="FaviconIcon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut" href="favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name="name" content="Sonu kumar kushwaha's portal">
<! this was mine first work on web development >
</header>
<body>
<img src="images/IMG_20200122_085706.jpg" width="35%" alt="banner">
<h1>Sonu Kumar Kushwaha's portal</h1>
<h2>About me</h2>
<p> Open Source Enthusiastic (CNCF) this is my first work on webpage</p>
<p>I am currenty in Jabalpur Engineering College Studing B.TECH in Electronics and communication</p>
<p>I have persuade my +2 from Oxford Public School Namkum Ranchi(CBSE)2018.</p>
<p>I Have persuade my 10th from Bishop Westcott Boys' School Ranchi(ICSE) 2016</p>
<h2>Credentials and PortFolio</h2>
<p><a href="resume.html">My Resume </a>| <a href="https://github.com/sonukushwaha403">My GitHub</a></p>
<h2>contact</h2>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
<p>Resume: <a href="https://drive.google.com/file/d/1WoK4Y8MJWY4s1KX1pLGr13c4zZryITcn/view?usp=drive_link">resume/a></p>
</body>
<footer>
<hr>
<code>Copyright(c) 2020 Sonu kumar kushwaha</code>
</html>