-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (57 loc) · 2.54 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="author" content="Rahul aauji">
<meta name="keywords" content="rahul aauji">
<meta name="keywords" content="rahul aauji30">
<meta name="keywords" content="webdevloper">
<title>Rahul Aauji</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img src="cloud.png" class="imgc1" alt="cloud">
<h1 class="r3">I'm Rahul</h1>
<h2 class="r3">a <span>pro</span>grammer</h2>
<img src="cloud.png" class="imgc" alt="c2">
<img src="mountain.png" alt="m1">
</div>
<div class="middle-container">
<div class="profile">
<img src="rahul.png" alt="rahul" height="150px">
<h2>Hello</h2>
<p class="intro">Yo! I am Rahul I live in india now currently in bengaluru.Learning coding completing studies.Yes I can code for you . </p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="imgcode" src="https://cdn-icons-png.flaticon.com/512/4997/4997543.png" alt="skill" >
<h3 >Coding & Editing</h3>
<p >I know little bit of html ,css, javascript it is awakward right the heading is of a web devloper but saying that know little bit 😂😂😂. I know video Editing as well .</p>
</div>
<div class="skill-row">
<img src="https://cdn-icons-png.flaticon.com/512/3145/3145866.png" alt="1" class="imgcd">
<h3>Books Reading</h3>
<p>Yes I like to read books a alot I read the boooks on finance . I get too much of intrest in reading finance books.I have read Rich Dad Poor Dad,Pyschology of money and many more like this. </p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you love reading finance book as much as I do.</h3>
<p>If you love reading finance book as much as I do you can surely get in touch with me and talk about it.</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://instagram.com/rahul_aauji_30?igshid=YmMyMTA2M2Y=">Instagram</a>
<a class="footer-link" href="https://twitter.com/rahulaauji_30?t=dVnqJ3WRjBwlVfNLmeXR4A&s=08Twitter</a>
<a class="footer-link" href="https://www.facebook.com/theking.ofkailali">Facebook</a>
<p>© Rahul Aauji</p>
</div>
</body>
</html>