-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (67 loc) · 2.93 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
<!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="css/style.css" />
<link rel="icon" href="favicon.ico?v=2" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Merriweather&family=Montserrat&family=Sacramento&display=swap"
rel="stylesheet"
/>
<title>Iswar Chandra Rana</title>
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="image/cloud.png" alt="cloud-img" />
<h1>I'm Iswar Ch. Rana</h1>
<h2>I am a web developer & Software Engineer</h2>
<img class="bottom-cloud" src="image/cloud.png" alt="cloud-img" />
<img src="image/mountain.png" alt="mountain-png" />
</div>
<div class="middle-container">
<div class="profile">
<img src="image/myPhoto.jpg" alt="My Photo" />
<h2>Hello.</h2>
<p class="intro">
I am a web developer.I am pursuing my <span>MCA</span> Degree From <span>Veer Surendra Sai University Of Technology,Burla. </span>Love to learn New Technology
</p>
</div>
<hr />
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="cpp" src="https://servreality.com/wp-content/uploads/2020/07/C.gif" alt="C++" />
<h3>C & C++</h3>
<p>
This is my 1<sup>st</sup> Programming language.And I have completed my Data structure and algorithms Using C++.
</p>
</div>
<div class="skill-row">
<img class="html" src="https://cdn-icons-png.flaticon.com/512/2867/2867342.png" alt="Html CSS Js" />
<h3>HTML , CSS , JavaScript</h3>
<p>
At this moment, I am pursuing a deeper understanding of HTML, CSS, and JavaScript, the building blocks of modern web development. I am fascinated by the endless possibilities that these technologies offer, and I am eager to put my newfound knowledge into practice.
</p>
</div>
</div>
<hr />
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>I am Looking for Internships and Jobs.</h3>
<p class="contact-para">
</p>
<a class="btn" href="tel:+919040529121">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/iswar-chandra-rana-48629b201/">LinkedIn</a>
<a class="footer-link" href="mailto:[email protected]">Hire Me</a>
<a class="footer-link" href="https://github.com/Iswar-Ch-Rana">GitHub</a>
<p class="copyright">2023© Iswar Chandra Rana.</p>
</div>
</body>
</html>