Skip to content

Commit a6dea74

Browse files
committed
hero img
1 parent 76141f2 commit a6dea74

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

assets/css/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,7 @@ section,
550550
display: flex;
551551
align-items: center;
552552
justify-content: center;
553+
background-size: cover;
553554
}
554555

555556
.hero img {

index.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ <h1 class="sitename">Ankit Verma</h1>
9696
<main class="main">
9797

9898
<!-- Hero Section -->
99-
<section id="hero" class="hero section dark-background">
99+
<section id="hero" class="hero section dark-background" style="background-image: url('assets/img/hero-bg-1.jpg');">
100100

101-
<img src="assets/img/hero-bg-1.jpg" alt="" data-aos="fade-in" class="">
101+
<!-- <img src="assets/img/hero-bg-1.jpg" alt="" data-aos="fade-in" class=""> -->
102102

103103
<div class="container" data-aos="fade-up" data-aos-delay="100">
104104
<h2>Ankit Verma</h2>
@@ -120,7 +120,7 @@ <h2>About</h2>
120120

121121
<div class="row gy-4 justify-content-center">
122122
<div class="col-lg-4">
123-
<img src="assets/img/my-profile-img.jpg" class="img-fluid" alt="">
123+
<img src="assets/img/hero-bg-4.jpg" class="img-fluid" alt="">
124124
</div>
125125
<div class="col-lg-8 content">
126126
<h2>Web Developer.</h2>
@@ -136,6 +136,7 @@ <h2>Web Developer.</h2>
136136
<li><i class="bi bi-chevron-right"></i> <strong>Phone:</strong> <a href="tel:+918887382475"> <span>+918887382475</span></a></li>
137137
<li><i class="bi bi-chevron-right"></i> <strong>City:</strong> <span>Lakhimpur Kheri</span></li>
138138
<li><i class="bi bi-chevron-right"></i> <strong>State:</strong> <span> Uttar Pradesh, 262701</span></li>
139+
<li><i class="bi bi-chevron-right"></i> <strong>State:</strong> <span> Uttar Pradesh, 262701</span></li>
139140
</ul>
140141
</div>
141142
<div class="col-lg-6">
@@ -285,6 +286,12 @@ <h5>2017</h5>
285286
<p><em>Chhatrapati Shahu Ji Maharaj University, Kanpur</em></p>
286287
</div><!-- Edn Resume Item -->
287288

289+
<div class="resume-item">
290+
<h4>CCC</h4>
291+
<h5>2016</h5>
292+
<p><em>National Institute of Electronics And Information Technology</em></p>
293+
</div><!-- Edn Resume Item -->
294+
288295
<div class="resume-item">
289296
<h4>Intermediate</h4>
290297
<h5>2013</h5>
@@ -297,7 +304,7 @@ <h5>2013</h5>
297304
<h3 class="resume-title">Professional Experience</h3>
298305
<div class="resume-item">
299306
<h4>Software Engineer</h4>
300-
<h5>Mar 2023 - Present <small><span class="text-muted">(1 yr 3 mos)</span></small></h5>
307+
<h5>Mar 2023 - Present <small><span class="text-muted">(1 yr 7 mos)</span></small></h5>
301308
<p class="mb-0"><em>Ommune IT Solutions Pvt. Ltd.</em></p>
302309
<p><em>Lucknow, Uttar Pradesh, India</em></p>
303310
<ul>

0 commit comments

Comments
 (0)