-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
211 lines (189 loc) · 10.2 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
<!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>Portfolio</title>
<link rel="stylesheet" href="portfolio.css">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
</head>
<body>
<!-- Navbar -->
<nav class="navbar">
<div class="max-width">
<div class="logo">
<a href="#">Portfolio.</a>
</div>
<ul class="menu">
<li><a href="#home" class="menu-btn">Home</a></li>
<li><a href="#about" class="menu-btn">About</a></li>
<li><a href="#skill" class="menu-btn">Skills</a></li>
<li><a href="#contact" class="menu-btn">Contact</a></li>
</ul>
<div class="menu-btn">
<i class="fa fa-bars"></i>
</div>
</div>
</nav>
<!-- home -->
<section class="home" id="home">
<img src="portfolio home.png">
<div class="max-width">
<div class="home-content">
<div class="text1">Hey, I am</div>
<div class="text2">Meenal Saini</div>
<div class="text3">And I am a <span class="change_text"></span></div>
<a href="#">Hire Me</a>
</div>
</div>
</section>
<!-- About -->
<section class="about" id="about">
<div class="max-width">
<h2 class="title">About Me</h2>
<div class="about-content">
<div class="column left">
<img src="about.png" alt="">
</div>
<div class="column right">
<div class="text">I am Meenal Saini and I am a <span>Web Developer</span></div>
<p>Welcome to my portfolio! I am thrilled to have this opportunity to showcase my skills, experience, and accomplishments. This portfolio serves as a reflection of my journey, highlighting the projects I have undertaken, the challenges I have overcome, and the growth I have achieved along the way.
I am a passionate and dedicated individual with a strong background in [mention your field or industry]. Throughout my career, I have consistently sought out opportunities to expand my knowledge and expertise, pushing myself to explore new horizons and stay at the forefront of emerging trends.
In this portfolio, you will find a diverse collection of my work, spanning various domains and disciplines. I have had the privilege of working on projects that have allowed me to demonstrate my creativity, problem-solving skills, and ability to collaborate effectively with multidisciplinary teams.
I firmly believe in the power of continuous learning, and I am always eager to take on new challenges that enable me to enhance my skills further. I thrive in dynamic and fast-paced environments that demand adaptability, innovation, and a results-driven mindset.</p>
<a href="#">Download CV</a>
</div>
</div>
</div>
</section>
<!-- Services -->
<section class="services" id="services">
<div class="max-width">
<h2 class="title">My Services</h2>
<div class="services-content">
<div class="card">
<div class="box">
<i class="fas fa-code"></i>
<div class="text">Website Designer</div>
<p>Are you in need of a professional and skilled web developer to bring your online presence to life? Look no further! I offer comprehensive web development services tailored to meet your specific needs. With my expertise in web technologies and a commitment to delivering exceptional results, I can help you create a dynamic and engaging website that aligns with your goals.</p>
</div>
</div>
<div class="card">
<div class="box">
<i class="fas fa-video"></i>
<div class="text">Video Editor</div>
<p>Are you looking for a skilled and professional video editor to bring your vision to life? Look no further! I offer comprehensive video editing services tailored to meet your specific needs. With my expertise in video editing software and a keen eye for detail, I can transform your raw footage into a captivating and polished final product.</p>
</div>
</div>
<div class="card">
<div class="box">
<i class="fas fa-pen-nib"></i>
<div class="text">Content Writer</div>
<p>Are you searching for high-quality and engaging content that captivates your readers and drives results? Look no further! I offer professional content writing services tailored to meet your specific needs. With my expertise in crafting compelling and informative content, I can help you effectively communicate your message and connect with your target audience.</p>
</div>
</div>
</div>
</div>
</section>
<!-- skills -->
<section class="skill" id="skill">
<div class="max-width">
<h2 class="title"> My Skills</h2>
<div class="skill-content">
<div class="column left">
<div class="text">My creative skills and experience</div>
<p>I have gain valuable experience. one of the most knowledgavle experience include research internship in IIT BHU. i worked as an Project Manager in WRITO PVT LTD. Freelancer in PW.</p>
<a href="#">Read More</a>
</div>
<div class="column right">
<div class="bars">
<div class="info">
<span>HTML</span>
<span>90%</span>
</div>
<div class="line html"></div>
</div>
<div class="bars">
<div class="info">
<span>CSS</span>
<span>80%</span>
</div>
<div class="line css"></div>
</div>
<div class="bars">
<div class="info">
<span>JavaScript</span>
<span>70%</span>
</div>
<div class="line js"></div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section class="contact" id="contact">
<div class="max-width">
<h2 class="title">Contact Me</h2>
<div class="contact-content">
<div class="column left">
<div class="text">Get In Touch</div>
<p>I hope that my portfolio provides you with a comprehensive understanding of my capabilities and serves as a testament to my passion for what I do. I am excited to share my work with you and engage in conversations about how I can contribute my skills and expertise to your organization or project.
Thank you for taking the time to explore my portfolio. I look forward to connecting with you and discussing potential opportunities to collaborate in the future.</p>
<div class="icons">
<div class="row">
<i class="fas fa-user"></i>
<div class="info">
<div class="head">Name</div>
<div class="sub-title">Your Name</div>
</div>
</div>
<div class="row">
<i class="fas fa-map-marker-alt"></i>
<div class="info">
<div class="head">Address</div>
<div class="sub-title">b-48 Ram Ganga Vihar MBD</div>
</div>
</div>
<div class="row">
<i class="fas fa-envelope"></i>
<div class="info">
<div class="head">Email</div>
<div class="sub-title">[email protected]</div>
</div>
</div>
</div>
</div>
<div class="column right">
<div class="text">Message Me</div>
<form action="#">
<div class="fields">
<div class="field name">
<input type="text" placeholder="Name" required>
</div>
<div class="field email">
<input type="email" placeholder="Email" required>
</div>
</div>
<div class="field">
<input type="text" placeholder="Subject" required>
</div>
<div class="field textarea">
<textarea cols="30" rows="10" placeholder="Describe Project" required></textarea>
</div>
<div class="button">
<button type="submit">Send Message</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer>
<span>Created by <a href="#">Meenal Saini</a> | <span class="far fa-copyright"></span>2022 All rights reserved</span>
</footer>
<script src="Index.js"></script>
</body>
</html>