-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
202 lines (186 loc) · 9.25 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio_webiste</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- nav bar -->
<div class="hero">
<nav>
<img src="th-removebg-preview (1).png" alt="logo" class="logo">
<ul>
<li><a href="#">HOME</a></li>
<li><a href="#about">ABOUT</a></li>
<li><a href="#services">SERVICES</a></li>
<li><a href="#works">WORK</a></li>
<li><a href="#contact">CONTACT ME</a></li>
</ul>
</nav>
<div class="detail">
<h1>I,m <span>Ravi Kumar</span></h1>
<p>This is my official portfolio website
to shows all <br>Details and work exiprins web development,
</p>
<div class="icon">
<a href="https://www.linkedin.com/in/ready-to-join-your-company/"><i class="fa-brands fa-linkedin" style="color: #fca300;"></i></a>
<a href="https://github.com/Ravipal123"><i class="fa-brands fa-github" style="color: #fda400;"></i></a>
</div>
</div>
<div class="image">
<img src="back.png" alt="" class="shape">
<img src="boy.png" alt="" class="girl">
</div>
</div>
</div>
<!-- About section -->
<div id="about">
<div class="container">
<div class="row">
<!-- <div class="about-col-1">
<img src="assets/images/user.png" alt="">
</div> -->
<div class="about-col-2">
<h1 class="sub-title">About Me</h1>
<p style="color: rgb(0, 0, 0);">Hi, I'm Ravi Kumar , a Frontend Developer. I love to create beautiful and performant products with delightful user experiences and always ready to learn new technologies, methods , and principle as per the project requirements. </p>
<div class="tab-titles">
<p class="tab-links active-link" onclick="opentab('skills')">Skills</p>
<p class="tab-links" onclick="opentab('experience')">Experience</p>
<p class="tab-links" onclick="opentab('education')">Education</p>
</div>
<div class="tab-contents active-tab" id="skills">
<ul>
<li><span>Frontend Development</span><br>Build Websites using HTML, CSS , Javascript and React js</li>
<li><span>Backend Development</span><br>MYSQL</li>
</ul>
</div>
<div class="tab-contents" id="experience">
<ul>
<li><span>2023 - Current</span><br>Web Developer at Teachnook<li>
</ul>
</div>
<div class="tab-contents" id="education">
<ul>
<li><span>B.Tech</span><br> from Netaji Subhash University Of Technology (Delhi)
<br> Current CGPA: 7.93</li>
<li><span>Intermediate</span><br> from St.Anthonys Senior Secondary School<br>
Percentage: 75.2</li>
<li><span>High School</span><br> from St.Anthonys Senior Secondary School<br>
CGPA: 8.4 </li>
</ul>
</div>
</div>
</div>
</div>
<!-- Services section -->
<div id="services">
<div class="container">
<h1 class="sub-title">My Services</h1>
<div class="services-list">
<div>
<i class="fa-solid fa-code"></i>
<h2>Frontend Developer</h2>
<p>As a Frontend Developer , I am responsible for developing new user-facing features , determining the structure and design of web pages, building reusable codes, optimizing page loading times and using a variety of markup languages to create the web pages. </p>
</div>
</div>
</div>
</div>
<!-- work section -->
<div id="works">
<div class="container">
<div class="bg-image"></div>
<h1 class="sub-title">My Works</h1>
<div class="works-list">
<div class="work">
<img src=" https://teal-pavlova-8200c8.netlify.app/assets/images/work-1.png" alt="work-1">
<div class="layer">
<h3>Amazon Clone</h3>
<p>Skills used : HTML5, Css3, Javascript and Bootsrap
Features : Proper clone of Amazon landing page which
includes search bar.</p>
<a href="http://127.0.0.1:3000/index.html"><i class="fa fa-external-link" aria-hidden="true"></i></a>
</div>
</div>
<div class="work">
<img src="https://teal-pavlova-8200c8.netlify.app/assets/images/work-2.png" alt="work-2">
<div class="layer">
<h3>Responsive Landing Page</h3>
<p>Skills used : HTML5, Css3, Javascript and Bootsrap
Features: 1-Having Nav bar.
2-Using Of Animation and Tranformation properties Of Css.
</p>
<a href="https://github.com/Ravipal123/Animated_website"><i class="fa fa-external-link" aria-hidden="true"></i></a>
</div>
</div>
<div class="work">
<img src=" https://teal-pavlova-8200c8.netlify.app/assets/images/work-3.png
" alt="work-3">
<div class="layer">
<h3>Weather-Forecast</h3>
<p>Skills used: Javascript and REST-API
Features: 1-Search bar to search for the Cityand get information in your language.
2-Contains weather details all over world.
</p>
<a href="https://github.com/Ravipal123/Weather_app"><i class="fa fa-external-link" aria-hidden="true"></i></a>
</div>
</div>
</div>
<a href="https://github.com/Ravipal123" class="btn">See more</a>
</div>
</div>
</div>
<!-- Contact section -->
<div id="contact">
<div class="container">
<div class="row">
<div class="contact-left">
<h1 class="sub-title">Contact Me</h1>
<p><i class="fa-solid fa-paper-plane"></i>[email protected]</p>
<p><i class="fa-solid fa-square-phone-flip"></i>+91 6397173845</p>
<div class="social-icons">
<a href="https://www.linkedin.com/in/ready-to-join-your-company/"><i class="fa-brands fa-linkedin"></i></a>
</div>
<a href="RaviKumarr.pdf" class="btn btn2" download>Download CV</a>
</div>
<div class="contact-right">
<form action="">
<input type="text" name="Name" placeholder="Your Name" required>
<input type="email" name="Email" placeholder="Your Email" required>
<textarea name="Message" rows="6" placeholder="Your Message"></textarea>
<button type="submit" class="btn btn2">Submit</button>
</form>
</div>
</div>
</div>
</div>
<div class="copyright">
<p>Copyright ©️ Made by <a href="#">Ravi Kumar</a></p>
</div>
<script>
var tablinks = document.getElementsByClassName("tab-links");
var tabcontents = document.getElementsByClassName("tab-contents");
function opentab(tabname) {
for (tablink of tablinks) {
tablink.classList.remove("active-link");
}
for (tabcontent of tabcontents) {
tabcontent.classList.remove("active-tab");
}
event.currentTarget.classList.add("active-link");
document.getElementById(tabname).classList.add("active-tab");
}
</script>
<script>
var sidemeu = document.getElementById("sidemenu");
function openmenu(){
sidemeu.style.right = "0";
}
function closemenu(){
sidemeu.style.right = "-200px";
}
</script>
</body>
</html>