Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MurageKabui committed Jun 1, 2024
1 parent cbcf895 commit decf5ce
Showing 1 changed file with 59 additions and 2 deletions.
61 changes: 59 additions & 2 deletions docs/index.html → docs/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link rel="stylesheet" type="text/css" href="C:\Users\User\OneDrive\Projects\KaribuNairobi\style.css">
<link href="assets/css/main.css" rel="stylesheet">
</head>

Expand Down Expand Up @@ -73,15 +74,71 @@ <h1>DontBlink</h1>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6 text-center">
<h2>I'm <span>Lucky John</span> a Professional Photographer from Nairobi, Kenya</h2>
<p>Join me on a journey to capture the true essence of life. From the vibrant streets of Nairobi to the tranquil landscapes of my homeland, each click of the shutter tells a story of authenticity and emotion. Join me as I celebrate the rich culture and breathtaking beauty of Kenya through my lens.</p>
<h2>I'm <span>Wango Alfred</span> a Professional Photographer from Nairobi, Kenya</h2>
<p>Join me on a journey to capture the true essence of Kanairo. From the vibrant streets of Nairobi to the tranquil landscapes of my homeland, each click of the shutter tells a story of authenticity and emotion. Join me as I celebrate the rich culture and breathtaking beauty of Kenya through my lens.</p>
<a href="contact.html" class="btn-get-started">Available for hire</a>
</div>
</div>
</div>
</section><!-- End Hero Section -->
<main id="main" data-aos="fade" data-aos-delay="1500">
<!-- ======= Gallery Section ======= -->
<ul class="container">
<li class="eventcard">
<div class="img--container">
<img src="https://images.unsplash.com/photo-1480498073050-4c6abeee90c1?dpr=1&auto=format&fit=crop&w=1500&h=999&q=80&cs=tinysrgb&crop=" alt="" />
</div>
<div class="eventcard--text">
<div class="text--container">
<div class="text--header">
<h2 class="text--title">Los Angeles</h2>
<p class="text--subtitle">August 15-18, 2017</p>
</div>
<div class="text--details">
<p class="text--description">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ea nulla cum impedit et nemo molestiae, suscipit animi officiis soluta natus, provident ab laudantium, amet dolorum.
</p>
<a href="" class="text--link">Event Details</a>
</div>
</div>
</div>
</li>
<li class="eventcard">
<div class="img--container">
<img src="https://images.unsplash.com/photo-1480498073050-4c6abeee90c1?dpr=1&auto=format&fit=crop&w=1500&h=999&q=80&cs=tinysrgb&crop=" alt="" />
</div>
<div class="eventcard--text">
<div class="text--container">
<div class="text--header">
<h2 class="text--title">Los Angeles</h2>
<p class="text--subtitle">August 15-18, 2017</p>
</div>
<div class="text--details">
<p class="text--description">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ea nulla cum impedit et nemo molestiae, suscipit animi officiis soluta natus, provident ab laudantium, amet dolorum.
</p>
<a href="" class="text--link">Event Details</a>
</div>
</div>
</div>
</li>
<li class="eventcard">
<div class="img--container">
<img src="https://images.unsplash.com/photo-1480498073050-4c6abeee90c1?dpr=1&auto=format&fit=crop&w=1500&h=999&q=80&cs=tinysrgb&crop=" alt="" />
</div>
<div class="eventcard--text">
<div class="text--container">
<div class="text--header">
<h2 class="text--title">Los Angeles</h2>
<p class="text--subtitle">August 15-18, 2017</p>
</div>
<div class="text--details">
<p class="text--description">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ea nulla cum impedit et nemo molestiae, suscipit animi officiis soluta natus, provident ab laudantium, amet dolorum.
</p>
<a href="" class="text--link">Event Details</a>
</div>
</div>
</div>
</li>
</ul>
<section id="gallery" class="gallery">
<div class="container-fluid">
<div class="row gy-4 justify-content-center">
Expand Down

0 comments on commit decf5ce

Please sign in to comment.