-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (63 loc) · 2.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Ritesh site</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico" >
<link href="https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="bar">
<div class=" bar-img">
<img class="small-img " src="images/boy.png" alt="">
</div>
<div class="welcome-div"><h3 class="welcome"><strong>Welcome</strong></h3></div>
</div>
<div class="top">
<img class="cloud_one" src="images/cloud.png" alt="cloud">
<div class="heading">
<h1>I'm Ritesh</h1>
<h2 >A Web Developer</h2>
</div>
<img class="cloud_two" src="images/cloud.png" alt="cloud">
<img class="mountain" src="images/mountain.png" alt="mountain">
<hr>
</div>
<div class="middle">
<div class="profile">
<img class="pro-image" src="images/boy.png" alt="ritesh_image">
<h2>Hello</h2>
<p>I'm a student</p>
<hr>
</div>
<div class="skills">
<h2>My skills</h2>
<div class="skill-row">
<div class="skill-imge-continer">
<img class="skill-img" src="images/css-3.png" alt="css-3">
<img class="skill-img" src="images/html-5.png" alt="html-5">
</div>
<h3> Software Language:</h3>
<p> C, C++, Core Java, REACTJS (beginner),Nodejs,Python</p>
<hr>
</div>
</div>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you ❤️ watching Tv shows</h3>
<p>Thanks for your time 😁</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
<hr>
</div>
</div>
<div class="bottom">
<a class="footer-link" href="https://github.com/RiteshRanaGit">Github profile</a>
<a class="footer-link" href="https://riteshranagit.github.io/cv/">Resume link</a>
<a class="footer-link" href=""></a>
<p class="copy-right">Ⓒ 2020 Riesh</p>
</div>
</body>
</html>