-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (47 loc) · 2.27 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
<!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>My website </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<marquee><h1 class="greet"> My Page </h1> </marquee>
<h2>About Me!</h2>
<div class="div1">
<span>
Hello everyone,<br>
This is <strong>Khitish Kumar Pradhan</strong>,a freshman year Bachelor of Technology
student in <strong>Computer Science & Engineering</strong> at <strong>Veer Surendra Sai
Univesity of Technology, Burla</strong> .I am from <strong>Rourkela</strong>.I have
completed my matriculation from Chhend Public School, Rourkela .I have completed my
intermediate from Goverment Autonomous College, Rourkela .
</span>
<img src="khitish.jpg" alt="a picture of mine" class="img4" height="300px" width="300px">
</div>
<h3>My Interests!</h3>
<div class="div2">
<img src="Webdevelopment.jpg" height="300px" width="400px" alt="a picture of web development" class="img5">
<span>
I am a begineer in coding and development .Competant in <strong>C,C++ programming</strong>
languages . Having a little experiences with <strong>HTML/CSS</strong>.Looking forward for
learning and experiencing oppertunities in the field of software development. The aim of my
life is to become a <strong>Full stack web Developer</strong>.
</span>
</div>
<div class="div3" >
<h4>Gallery</h4>
<img src="Khitishimg.png" alt="" id="p1">
<img src="IMG_20230128_195645.jpg" alt="" id="p1">
<img src="4b38d157-3334-40ba-9065-02ecdf144d57.png" alt="" id="p1">
</div>
<div class="div4">
<h3>Contact Me!</h3>
<a href="https://www.instagram.com/__khitish__kumar_"><img src="instaimg.jpg" height="40px"width="40px" alt="Instagram" class="img1"></a>
<a href ="https://twitter.com/KhitishKum96138f"><img src="twitterlogo.png" height="40px"width="40px" alt="Twitter" class="img2"></a>
<a href="https://[email protected]"><img src="Gmail-logo.png" height="40px"width="50px" alt="Gmail" class="img3"></a>
</div>
</body>
</html>