Viewing File: /home/webrbaew/felishamccaskill.com/reels.php

<!DOCTYPE html><html class="no-js" lang="en">
<head>
	
   <!-- Site Title -->
   <title>Products | Felisha D. McCaskill </title>
  <?php include "theme/head.php"; ?>
  <style>
	.project-wrapper {
		padding:0px !important;
	}
  </style>
</head>

<body class="absolute_header">
  
   <!-- HEADER START -->
     <?php include "theme/header.php"; ?>

   <!-- HEADER END -->

   <main class="site-content" id="content">
      <!-- START: Breadcrumb Area -->
      <section class="breadcrumb_area" data-bg-image="images/breadcrumb-bg.jpg" data-bg-color="#140C1C">
         <div class="container">
            <div class="row">
               <div class="col">
                  <div class="breadcrumb_content d-flex flex-column align-items-center">
                     <h2 class="title wow fadeInUp" data-wow-delay=".3s">Reels</h2>
                     <div class="breadcrumb_navigation wow fadeInUp" data-wow-delay=".5s">
                        <span><a href="home">Home</a></span>
                        <i class="far fa-long-arrow-right"></i>
                        <span class="current-item">Reels</span>
                     </div>
                  </div>
               </div>
            </div>
         </div>
      </section>
      <!-- END: Breadcrumb Area -->

      <!-- start: Service Area -->
      <section class="service-section">
         <div class="container">
            <div class="row">
               <div class="col-md-12">
                  <div class="section-header text-center">
                     <h2 class="section-title wow fadeInUp" data-wow-delay=".3s">Felisha D. McCaskill</h2>
                     <p class="wow fadeInUp text-uppercase" data-wow-delay=".4s">Reels</p>
                  </div>
               </div>
            </div>
            <div class="row">
               <div class="col-lg-4">
					<a href="#" style="text-decoration:none;text-align:center" > 
					<div class="project-content-area wow fadeInUp" data-wow-delay=".7s" style="visibility: visible; animation-delay: 0.7s; animation-name: fadeInUp;">
					 <div class="project-wrapper">
						<iframe src="https://drive.google.com/file/d/1w_UgOjjKqoVDbBwhGuH2wXkKDVHmbeoe/preview" width="640" height="360" allow="autoplay"></iframe>
					 </div>
				  </div>
				  </a>
               </div>
               <div class="col-lg-4">
					<a href="#" style="text-decoration:none;text-align:center" > 
					<div class="project-content-area wow fadeInUp" data-wow-delay=".7s" style="visibility: visible; animation-delay: 0.7s; animation-name: fadeInUp;">
					 <div class="project-wrapper">
						<iframe src="https://drive.google.com/file/d/1ZOhxhrBq4ZUigxeUT2gKP2GVN7wreqOY/preview" width="640" height="360" allow="autoplay"></iframe>
					 </div>
				  </div>
				  </a>
               </div>
               <div class="col-lg-4">
					<a href="#" style="text-decoration:none;text-align:center" > 
					<div class="project-content-area wow fadeInUp" data-wow-delay=".7s" style="visibility: visible; animation-delay: 0.7s; animation-name: fadeInUp;">
					 <div class="project-wrapper">
						<iframe src="https://drive.google.com/file/d/1zNDV-5c5-hJAHdgYZnAaE7nYKUhk5wjc/preview" width="640" height="360" allow="autoplay"></iframe>
					 </div>
				  </div>
				  </a>
               </div>
               <div class="col-lg-4">
					<a href="#" style="text-decoration:none;text-align:center" > 
					<div class="project-content-area wow fadeInUp" data-wow-delay=".7s" style="visibility: visible; animation-delay: 0.7s; animation-name: fadeInUp;">
					 <div class="project-wrapper">
						<iframe src="https://drive.google.com/file/d/1AO_K00ahS2_gzGJaCYIGrQQHUzxHT9Iu/preview" width="640" height="360" allow="autoplay"></iframe>
					 </div>
				  </div>
				  </a>
               </div>
               
            </div>
         </div>
      </section>
      <!-- end: Service Area -->
   </main>

   <!-- FOOTER AREA START -->
     <?php include "theme/footer.php"; ?>

</body></html>
Back to Directory File Manager