-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
229 lines (214 loc) · 9.84 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
<!DOCTYPE html>
<!-- Website - www.codingnepalweb.com -->
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8" />
<title>Portfolio | ROHIT SHIVHARE</title>
<!-- Fontawesome CDN Link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Move to up button -->
<div class="scroll-button">
<a href="#home"><i class="fas fa-arrow-up"></i></a>
</div>
<!-- navgaition menu -->
<nav>
<div class="navbar">
<div class="logo"><a href="#"><strong>Portfolio</strong></a></div>
<ul class="menu">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#contact">Contact</a></li>
<div class="cancel-btn">
<i class="fas fa-times"></i>
</div>
</ul>
<div class="media-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="menu-btn">
<i class="fas fa-bars"></i>
</div>
</nav>
<!-- Home Section Start -->
<section class="home" id="home">
<div class="home-content">
<div class="text">
<div class="text-one">Hello,</div>
<div class="text-two">I'm Rohit Shivhare</div>
<div class="text-three">UI/UX Designer</div>
<div class="text-four">From Ahmedabad</div>
</div>
<div class="button">
<button>Hire Me</button>
</div>
</div>
</section>
<!-- About Section Start -->
<section class="about" id="about">
<div class="content">
<div class="title"><span>About Me</span></div>
<div class="about-details">
<div class="left">
<img src="rohit.png" alt="Rohit" />
</div>
<div class="right">
<div class="topic">Web Developer | HTML, CSS, JavaScript Enthusiast</div>
<p>
Hi, I'm Rohit Shivhare, currently pursuing my studies at Shreyarth University.
<br>I'm passionate about technology and web development, constantly seeking opportunities to
learn and grow.
With a keen interest in HTML, CSS, and JavaScript, I love bringing ideas to life through coding.
<br>
I believe in continuous improvement and enjoy collaborating on innovative projects. Feel free to
reach out if you'd like to connect or work together on something exciting!
</p>
<div class="button">
<button id="download-btn">See Resume</button>
</div>
</div>
</div>
</div>
</section>
<!-- My Skill Section Start -->
<!-- Section Tag and Other Div will same where we need to put same CSS -->
<section class="skills" id="skills">
<div class="content">
<div class="title"><span>My Skills</span></div>
<div class="skills-details">
<div class="text">
<div class="topic">Skills Reflects Our Knowledge</div>
<p>My skills reflect a diverse range of expertise, from web development and app creation to graphic
design and digital marketing. With a strong foundation in HTML, CSS, JavaScript, and a creative
flair for icon design and photography, I bring technical precision and artistic vision to every
project. My proficiency in these areas allows me to deliver solutions that are not only
functional but also visually impactful and user-centered.
</p>
<div class="experience">
<div class="num">1.5</div>
<div class="exp">
Years Of <br />
Experience
</div>
</div>
</div>
<div class="boxes">
<div class="box">
<div class="topic">HTML</div>
<div class="per">90%</div>
</div>
<div class="box">
<div class="topic">CSS</div>
<div class="per">80%</div>
</div>
<div class="box">
<div class="topic">JavScript</div>
<div class="per">30%</div>
</div>
<div class="box">
<div class="topic">PHP</div>
<div class="per">10%</div>
</div>
</div>
</div>
</div>
</section>
<!-- My Services Section Start -->
<section class="services" id="services">
<div class="content">
<div class="title"><span>My Services</span></div>
<div class="boxes">
<div class="box">
<div class="icon">
<i class="fas fa-desktop"></i>
</div>
<div class="topic">Web Devlopment</div>
<p>Skilled in creating responsive, user-friendly websites with modern designs using HTML, CSS,
JavaScript, and frameworks.</p>
</div>
<div class="box">
<div class="icon">
<i class="fas fa-paint-brush"></i>
</div>
<div class="topic">Graphic Design</div>
<p>Proficient in designing visually appealing graphics, logos, and layouts that enhance brand
identity and communication.</p>
</div>
<div class="box">
<div class="icon">
<i class="fas fa-chart-line"></i>
</div>
<div class="topic">Digital Marketing</div>
<p>Experienced in leveraging SEO, social media, and content strategies to boost online presence and
drive engagement.</p>
</div>
<div class="box">
<div class="icon">
<i class="fab fa-android"></i>
</div>
<div class="topic">Icon Design</div>
<p>Crafting unique, eye-catching icons tailored to complement any digital platform or project.</p>
</div>
<div class="box">
<div class="icon">
<i class="fas fa-camera-retro"></i>
</div>
<div class="topic">Photography</div>
<p>Capturing stunning visuals with a focus on creativity, composition, and storytelling through the
lens.</p>
</div>
<div class="box">
<div class="icon">
<i class="fas fa-tablet-alt"></i>
</div>
<div class="topic">Apps Devlopment</div>
<p> Developing innovative, user-focused mobile and web applications with intuitive interfaces and
robust functionality.</p>
</div>
</div>
</div>
</section>
<!-- Contact Me section Start -->
<section class="contact" id="contact">
<div class="content">
<div class="title"><span>Contact Me</span></div>
<div class="text">
<div class="topic">Have Any Project?</div>
<p>Are you looking for someone to bring your ideas to life? Whether it’s a website, app, design, or a
creative solution, <br>I’m here to help make it happen. With expertise in web development, graphic
design, app creation, <br>and digital marketing, I deliver innovative and impactful results tailored
to your needs.<br>
I’m excited to hear about your project and explore how we can work together to achieve your goals.
<br>Let’s create something amazing! 🚀
</p>
<div class="contact-info">
<div class="connect">
<h3>Let’s Connect:</h3>
<p>📧 <strong>Email:</strong><a href="mailto:rshivhare7405@google.com?subject=Connect with you&body=Hello"> Send Email</a></p>
<p>📞<strong>WhatsApp:</strong><a href="https://wa.me/917405665038?text=Hello%2C%20I%20want%20connect%20with%20you%21" target="_blank"> Continut to chat</a></p>
<p>🌐 <strong>Portfolio:</strong><a href="https://www.linkedin.com/in/rohit-shivhare/" target="_blank"> linkedin</a></p>
</div>
</div>
<div class="button">
<button>Let's Chat</button>
</div>
</div>
</div>
</section>
<!-- Footer Section Start -->
<footer>
<div class="text">
<span>Created By <a href="#">CodingHub</a> | © 2024 All Rights Reserved</span>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>