-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
257 lines (209 loc) · 9.42 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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
<!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>Rohit Sharma</title>
<script src="https://unpkg.com/[email protected]/dist/boxicons.js"></script>
<!-- box icons -->
<link href="https://unpkg.com/[email protected]/css/boxicons.min.css" rel="stylesheet" />
<!-- custom css -->
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<!-- header design -->
<header class="header">
<a href="#home" class="logo">Portfolio</a>
<i class='bx bx-menu' id="menu-icon"></i>
<nav class="navbar">
<a href="#home">About</a>
<a href="#about">Experience</a>
<a href="#services">Services</a>
<a href="#portfolio">Projects</a>
<a href="#contact">Contact</a>
</nav>
</header>
<section class="home" id="home">
<div class="home-content">
<h3>Hello, It's Me</h3>
<h1>Rohit Sharma</h1>
<h3>And I'm a <span class="multiple-text"></span></h3>
<p>I am a React Js Developer with a passion for learning and can work with estimation of future tasks and client
feedback.I have a firm knowledge of JavaScript and React Js, Parcel js, Node js, Redux, HTML5, CSS3, Git, SASS,
Tailwind CSS, Bootstrap, REST API, JSON and possess a good knowledge of computer software packages (frameworks
and tools) that are used in today’s technology.</p>
<div class="social-media">
<a href="https://github.com/RohitSharma50" target="_blank"><i class='bx bxl-github bx-tada'></i></i></a>
<a href="https://www.linkedin.com/in/rohit-sharma50/" target="_blank"><i
class='bx bxl-linkedin-square bx-tada'></i></i></a>
<a href="https://www.instagram.com/rohitsharma_0827/" target="_blank"><i
class='bx bxl-instagram bx-spin'></i></i></a>
<a href="https://linktr.ee/rohitshar0801" target="_blank"><i class='bx bx-link-external bx-tada'></i> </a>
</div>
<a href="https://drive.google.com/file/d/12QhbgCKLYXU-l3q_OVjWp7--c0EPQ7-p/view?usp=sharing" class="btn"
target="_blank">Download
CV </a>
</div>
<div class="home-image">
<img src="images/home1.jpg" alt="myImage" />
</div>
</section>
<section class="about" id="about">
<div class="about-img">
<img src="images/about.jpeg" />
</div>
<div class="about-content">
<h2 class="heading"> About <span>Me</span> </h2>
<h3>FrontEnd Developer!</h3>
<p>I have prior experience of internship at PdqSoftech, there i have worked on some individual projects as well as
on group projects. there i have build scalable projects with teams.
</p>
<a href="#" class="btn">Read More</a>
</div>
</section>
<section class="services" id="services">
<h2 class="headings">our<span>Services</span></h2>
<div class="services-container">
<div class="services-box">
<i class="bx bx-code-alt"></i>
<h3>FrontEnd</h3>
<p>I have prior experience in Frontend Developer. I have developed many projects like Food Ordering website,
youtube-clone, online code-Editor, Tic-Tac-Toe and ToDo list, in those i have used ReactJs, Tailwind Css,
Parcel Bundler, Html, Css, Javascript </p>
<i class='bx bxl-react bx-flip-horizontal bx-spin'></i>
</div>
<div class="services-box">
<i class="bx bx-code-alt"></i>
<h3>BackEnd</h3>
<p>I am a Aspiring full Stack Developer. iam working on my BackEnd Skills that will make me a full stack
Developer. i am currently learning technologies like MongoDb, Express.js and NodeJs.I am currently working on
Fullstack Projects. </p>
<i class='bx bxs-data bx-spin bx-rotate-90'></i>
</div>
<div class="services-box">
<i class="bx bx-code-alt"></i>
<h3>UI/UX Design</h3>
<p>I am working on my designing skills. I am always love to make beautiful web pages, in all of my projects i
have worked hard to make than look beautiful and try to give goof User Interfaceand always give my best to
make a good UX.</p>
<i class='bx bxl-mongodb bx-flashing'></i>
</div>
</div>
</section>
<section class="portfolio" id="portfolio">
<h2 class="heading">Latest<span>Projects</span></h2>
<div class="portfolio-container">
<div class="portfolio-box">
<img src="images/portfolio0.png" alt="url-shortener">
<div class="portfolio-layer">
<h4 class="name"> Fullstack Url shortener</h4><a href="https://sort-url.netlify.app/" target="_blank"><i
class='bx bx-link-external bx-tada'></i>
</a>
</div>
</div>
<div class="portfolio-box">
<img src="images/portfolio1.png" alt="Foodie-website">
<div class="portfolio-layer">
<h4 class="name"> Foodie website </h4><a href="https://foodie-apps.netlify.app/" target="_blank"><i
class='bx bx-link-external bx-tada'></i>
</a>
</div>
</div>
<div class="portfolio-box">
<img src="images/portfolio7.png" alt="Jobs-portal">
<div class="portfolio-layer">
<h4 class="name"> Jobs-portal</i></h4><a href="https://jobs-for-all.netlify.app/" target="_blank"><i
class='bx bx-link-external bx-tada'></i>
</a>
</div>
</div>
<div class="portfolio-box">
<img src="images/portfolio8.png" alt="Machine machine-coding-interview-questions">
<div class="portfolio-layer">
<h4 class="name"> Machine Coding Interview</i></h4><a
href="https://machine-coding-interview-questions.netlify.app/" target="_blank"><i
class='bx bx-link-external bx-tada'></i>
</a>
</div>
</div>
<div class="portfolio-box">
<img src="images/portfolio2.png" alt="Code-Editor">
<div class="portfolio-layer">
<h4 class="name"> Code Editor</i></h4><a href="https://codes-editor.netlify.app/" target="_blank"><i
class='bx bx-link-external bx-tada'></i>
</a>
</div>
</div>
<div class="portfolio-box">
<img src="images/portfolio3.png" alt="tic-tac-toe">
<div class="portfolio-layer">
<h4 class="name">Tic-Tac-Toe </i></h4>
<a href="https://tik-tak-toe-web.netlify.app/" target="_blank"> <i
class='bx bx-link-external bx-tada'></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/portfolio4.png" alt="Youtube-clone">
<div class="portfolio-layer">
<h4 class="name"> Youtube clone </h4> <a href="https://github.com/RohitSharma50" target="_blank"><i
class='bx bx-link-external bx-tada'></i></a>
</div>
</div>
</div>
</section>
<section class="contact" id="contact">
<h2 class="heading">Contact<span>Me!</span></h2>
<div class="contact-item">
<p class="call">
<span><i class='bx bxs-phone-outgoing bx-tada'></i></span> +91-8930040813 <br>
<Span><i class='bx bxs-envelope bx-flip-horizontal bx-tada'></i></Span> [email protected] <br>
<Span> <i class='bx bxs-home-heart bx-tada'></i></Span> Palwal, Haryana.
</p>
<form action="#" onsubmit="return validateForm()">
<div class="input-box">
<input type="text" placeholder="Your Name" id="txt" required>
<input type="email" placeholder="Your Email" id="eml" required>
</div>
<div class="input-box">
<input type="number" placeholder="Mobile Number" id="num" required>
<input type="text" placeholder="Email Subject" id="emlsub" required>
</div>
<textarea name="number" id="Text" cols="30" rows="10" placeholder="Your Message" required></textarea>
<input type="submit" class="btn" value="Submit">
</form>
</div>
</section>
<script>
function validateForm() {
var name = document.getElementById("txt").value;
var email = document.getElementById("eml").value;
var mobileNumber = document.getElementById("num").value;
var emailSubject = document.getElementById("emlsub").value;
if (name === "" || email === "" || mobileNumber === "" || emailSubject === "") {
alert("Please fill in all the details");
return false; // Prevent form submission before filling all details
}
// display message on submission
alert("Your Message Sent successfully!");
// If all validations pass, allow the form to submit
return true;
}
</script>
<footer class="footer">
<div class="footer-text">
<p> copyright © 2023 by <a href="https://www.linkedin.com/in/rohit-sharma50/" target="_blank"> <span>Rohit
Sharma</span> </a> | All Rights Reserved.</p>
</div>
<div class="footer-iconTop">
<a href="#home"><i class='bx bx-up-arrow-alt'></i></a>
</div>
</footer>
<!-- scroll reveal -->
<script src="https://unpkg.com/scrollreveal"> </script>
<!-- typed js -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<!-- custom js -->
<script src="js/script.js"></script>
</body>
</html>