-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (69 loc) · 2.62 KB
/
index.html
File metadata and controls
76 lines (69 loc) · 2.62 KB
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
72
73
74
75
76
<!DOCTYPE html>
<HTML>
<HEAD>
<meta charset="utf-8">
<title>*Rahul Bansal-A web Developer*</title>
<link rel="stylesheet" href="Cstyle.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Kaushan+Script&family=Playfair+Display&display=swap" rel="stylesheet">
</HEAD>
<BODY>
<div class="top-container">
<img class="Birds" src="Birds.png" alt="Birds" height="300" width="300">
<H1>I'm Rahul Bansal</H1>
<H3>
Web Developer |Student| Indian Institute of Information Technology Vadodara
</H3>
</div>
<div class="middle">
<img class="Profile"src="R_g.png" alt="Profile">
<h2>
Hello!!!
</h2>
<br />
<p class="me">
Hi!I am Rahul Bansal,web developer,student,Indian Institute of Information Technology Vadodara.I am currently working in the field of Web Development.
</p>
<hr>
</div>
<div class="skills">
<H2>My Skills</H2>
<div class="skill">
<img class="Web-Img" src="Web_Img.jpg" alt="WEB-IMG">
<h3>Design and Development</h3>
<p>
I am so much interested in development.I am currently working in the field of web development. I wanted to become a Front-end Developer.
</p>
</div>
<div class="skill">
<img class="P-Img" src="programming.jpg" alt="Programming">
<h3>Competitive Programming</h3>
<p>
I am a student of B.Tech(comuter Science and Engineering) I year in Indian Institute of Information Technology Vadodara.I am CP enthusiast. I am using various online platforms for coding like Hackerrank,Codechef,etc.
</p>
</div>
</div>
<div class="Contact-me">
<hr />
<h2>Get in touch</h2>
<p>
If you want to talk to me for any query!!!
<br>
<br />
<br>
<a href="Contact_me.html" class="Button">CONTACT ME</a>
</p>
</div>
<hr class="last">
<div class="bottom">
<a class="footer-link" href="https://www.linkedin.com/" color="#120136"><img src="004-linkedin.png" alt="in"> </a>
<a class="footer-link" href="https://www.facebook.com/"><img src="001-facebook.png" alt="fb"></a>
<a class="footer-link" href="https://www.twitter.com/"><img src="003-twitter.png" alt="tw"></a>
<a class="footer-link" href="https://www.instagram.com/"><img src="002-instagram.png" alt="tw"></a>
<p>
©2020 Rahul Bansal
All Rights Reserved
</p>
</div>
</BODY>
</HTML>