-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
126 lines (125 loc) · 4.51 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!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>Rishabh Shukla - Developer and programmer</title>
<link rel="stylesheet" href="style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src='https://kit.fontawesome.com/a076d05399.js' crossorigin='anonymous'></script>
</head>
<body>
<div class="container1">
<div class="RNavbar">
<ul class="Rnav-items">
<li ><a href="/" ><i class="fa fa-home"></i> Home</a></li>
<li><a href="/intro.html"><i class="fa fa-user"></i> About</a></li>
<li><a href="/skills.html"><i class="fa fa-laptop"></i> Skills</a></li>
</ul>
</div>
<div class="main">
<div class="infocon">
<div class="devinfo1">
<main class="container2">
<div class="namefr">
<p>Hello <span class="wave">👋</span> I'm</p>
<p class="rish">Rishabh Shukla</p>
</div>
<div class="a1">
<p class="iam">I'm a</p>
<section class="animation">
<div class="first">
<div>Web Developer</div>
</div>
<div class="second">
<div>Programmer</div>
</div>
</section>
</div>
<div class="bd ">
I am a Frontend Developer . I love to build UI of the websites.
<br />
Looking forward to work in the industry and contributing to real-life projects as a Frontend Developer!
</div>
</main>
<div class="buttns">
<a href="/rscv.pdf" target="_blank">
<button>Download CV</button>
</a>
</div>
<div class="cntcts">
<a
href="http://www.linkedin.com/in/rishabh-shukla-30280a217"
target="_blank"
class="c1"
><i
class="fa fa-linkedin-square"
style="color: white; padding-right: 15px"
></i
></a>
<a
href="https://github.com/rishabh-i13"
target="_blank"
class="c2"
><i
class="fa fa-github"
style=" color: white; padding-right: 15px"
></i
></a>
<a
href="https://instagram.com/i.rishabh___?igshid=ZmZhODViOGI="
target="_blank"
class="c3"
><i
class="fa fa-instagram"
style="
color: white;
padding-top: px;
padding-bottom: 50px;
padding-right: 15px;
"
></i
></a>
<a
href="mailto:[email protected]"
target="_blank"
class="c4"
><i
class="fa fa-envelope"
style="
color: white;
padding-top: px;
padding-bottom: 50px;
padding-right: 15px;
"
></i
></a>
<a
href="https://twitter.com/Tweet2rishabh?t=N2nnyy9iaKIgEl1vtQ_clQ&s=09"
target="_blank"
class="c5"
><i
class="fa fa-twitter-square"
style="
color: white;
padding-top: px;
padding-bottom: 50px;
padding-right: 15px;
"
></i
></a>
</div>
</div>
<div class="devPics">
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<lottie-player src="https://assets3.lottiefiles.com/packages/lf20_sg18igu8.json" background="transparent" speed="1" style="width: 400px; height: 450px;" loop autoplay></lottie-player>
</div>
</div>
</div>
</div>
</body>
</html>