Parcourir la source

HC - add: Banner

Mozahidur Rahman il y a 1 an
Parent
commit
ae1a627914
3 fichiers modifiés avec 592 ajouts et 510 suppressions
  1. 9 1
      css/theme-styles.css
  2. 73 0
      header.php
  3. 510 509
      page-template/page-home-hcoded.php

+ 9 - 1
css/theme-styles.css

@@ -1635,4 +1635,12 @@ button:focus {
     top: 20px;
     right: 45px;
     font-size: 60px;
-  }
+  }
+
+  /* custom by rousnay */
+
+  .banner-overlay h1,
+  .banner-overlay h3,
+  .banner-overlay h4 {
+    color: #edf0f3;
+}

+ 73 - 0
header.php

@@ -79,4 +79,77 @@
 				</nav>
 			</section>
 
+
+			<section id="banner" class="container-fluid">
+
+				<div class="carousel" data-carousel>
+					<button class="carousel-button prev" data-carousel-button="prev">
+						<span class="material-symbols-outlined">
+							arrow_back_ios
+						</span>
+					</button>
+					<button class="carousel-button next" data-carousel-button="next">
+						<span class="material-symbols-outlined">
+							arrow_forward_ios
+						</span>
+					</button>
+
+					<ul data-slides>
+
+						<li class="slide" data-active>
+							<div class="slider-single-div">
+								<img src="<?php echo (get_template_directory_uri()) ?>/img/campus_01.jpg" alt="">
+
+								<div class="banner-overlay">
+									<h4>Welcome to </h4>
+									<h1>United<br> International<br> University</h1>
+									<h3>
+										Department of <br>
+										Computer Science &amp; Engineering
+									</h3>
+								</div>
+							</div>
+						</li>
+
+
+						<li class="slide">
+							<div class="slider-single-div">
+								<img src="<?php echo (get_template_directory_uri()) ?>/img/Slider_Swan2.jpg" alt="">
+
+								<div class="banner-overlay">
+									<h4>Welcome to </h4>
+									<h1>United International University</h1>
+									<h3>
+										Department of <br>
+										Computer Science &amp; Engineering
+									</h3>
+								</div>
+							</div>
+						</li>
+
+
+						<li class="slide">
+							<div class="slider-single-div">
+								<img src="<?php echo (get_template_directory_uri()) ?>/img/campus_02.jpg" alt="">
+
+								<div class="banner-overlay">
+									<h4>Welcome to </h4>
+									<h1>Department of <br>
+										Computer Science &amp; Engineering</h1>
+									<h3>
+										United International University
+									</h3>
+								</div>
+							</div>
+						</li>
+
+					</ul>
+
+
+
+				</div>
+
+
+			</section>
+
 		</header><!-- #masthead -->

+ 510 - 509
page-template/page-home-hcoded.php

@@ -7,744 +7,745 @@
  */
 get_header(); ?>
 
-<div class="container full-width">
-    <div class="row">
-        <main id="main" class="site-main" role="main">
+<!-- <div class="container full-width">
+    <div class="row"> -->
+<main id="main" class="site-main" role="main">
 
+    <!-- section: Department -->
+    <section class="container-fluid white-bg">
+        <div class="container">
+            <h1>We evolve with technology</h1>
+            <p>
+                The CSE Department of UIU has been involved in several projects in last five years including projects under Thrust/Emerging Areas, Modernization and Removal of Obsolescence, Industry-Institution Interaction.
+            </p>
 
-            <!-- section: Department -->
-            <section class="container-fluid white-bg">
-                <div class="container">
-                    <h1>We evolve with technology</h1>
-                    <p>
-                        The CSE Department of UIU has been involved in several projects in last five years including projects under Thrust/Emerging Areas, Modernization and Removal of Obsolescence, Industry-Institution Interaction.
-                    </p>
+            <button class="primary-c">Learn more</button>
 
-                    <button class="primary-c">Learn more</button>
+            <div class="grid">
 
-                    <div class="grid">
-
-                        <div class="program">
-                            <div class="img-cont-2">
-                                <img src="<?php echo (get_template_directory_uri()) ?>/img/student_03.jpg" alt="">
-                            </div>
-                            <div class="program-details">
-                                <h2>Graduate Program</h2>
-                                <p>
-                                    <b>United International University (UIU)</b> has been running its M.Sc. in Computer Science and Engineering program since its inception and has attracted not only fresh undergraduates but also a handful number of ICT professionals from the industry.
-                                </p>
-
-                                <button class="primary-c"> View All Programs </button>
-
-
-                            </div>
-                        </div>
+                <div class="program">
+                    <div class="img-cont-2">
+                        <img src="<?php echo (get_template_directory_uri()) ?>/img/student_03.jpg" alt="">
+                    </div>
+                    <div class="program-details">
+                        <h2>Graduate Program</h2>
+                        <p>
+                            <b>United International University (UIU)</b> has been running its M.Sc. in Computer Science and Engineering program since its inception and has attracted not only fresh undergraduates but also a handful number of ICT professionals from the industry.
+                        </p>
 
-                        <div class="program">
-                            <div class="img-cont-2">
-                                <img src="<?php echo (get_template_directory_uri()) ?>/img/undergrad.jpg" alt="">
-                            </div>
+                        <button class="primary-c"> View All Programs </button>
 
 
-                            <div class="program-details">
-                                <h2>Undergraduate Program</h2>
-                                <p>
-                                    Bachelor of Science in Computer Science and Engineering primarily involves the study of a number of core courses, which every CSE graduate should know, and a significant number of courses from specialized areas.
-                                </p>
-                                <button class="primary-c"> View All Programs </button>
-                            </div>
+                    </div>
+                </div>
 
+                <div class="program">
+                    <div class="img-cont-2">
+                        <img src="<?php echo (get_template_directory_uri()) ?>/img/undergrad.jpg" alt="">
+                    </div>
 
-                        </div>
 
+                    <div class="program-details">
+                        <h2>Undergraduate Program</h2>
+                        <p>
+                            Bachelor of Science in Computer Science and Engineering primarily involves the study of a number of core courses, which every CSE graduate should know, and a significant number of courses from specialized areas.
+                        </p>
+                        <button class="primary-c"> View All Programs </button>
                     </div>
-                </div>
-            </section>
 
 
-            <!-- section: faculty -->
-            <section id="faculty-section" class="container-fluid white-bg">
-                <div class="container">
-                    <h1>World Class Faculty</h1>
-                    <p>
-                        The Department of Computer Science and Engineering at UIU boasts one of the biggest faculty bodies
-                        amongst all private universities in the country and is bolstered by a rich and diverse battery of published research work.
-                    </p>
                 </div>
 
-                <div class="container">
+            </div>
+        </div>
+    </section>
 
-                    <div id="faculty-img">
-                        <img src="<?php echo (get_template_directory_uri()) ?>/img/faculty-grp.jpg" alt="">
-                    </div>
 
-                    <p>
-                        The Department of Computer Science and Engineering faculty members are an impressive group, bearing the academic tradition of higher excellence. World renowned, they are engaged in ground-breaking research. Further, they are so attuned to what’s happening in business that they are shaping its future.
-                    </p>
+    <!-- section: faculty -->
+    <section id="faculty-section" class="container-fluid white-bg">
+        <div class="container">
+            <h1>World Class Faculty</h1>
+            <p>
+                The Department of Computer Science and Engineering at UIU boasts one of the biggest faculty bodies
+                amongst all private universities in the country and is bolstered by a rich and diverse battery of published research work.
+            </p>
+        </div>
 
-                    <button class="primary-c">
-                        View complete faculty list
-                    </button>
-
-                </div>
+        <div class="container">
 
-            </section>
+            <div id="faculty-img">
+                <img src="<?php echo (get_template_directory_uri()) ?>/img/faculty-grp.jpg" alt="">
+            </div>
 
+            <p>
+                The Department of Computer Science and Engineering faculty members are an impressive group, bearing the academic tradition of higher excellence. World renowned, they are engaged in ground-breaking research. Further, they are so attuned to what’s happening in business that they are shaping its future.
+            </p>
 
-            <!-- section: faculty-carousel -->
-            <section class="container-fluid car" id="faculty-carousel">
-                <div class="car-buttons">
-                    <button class="car-control primary-c" id="prev-car" onclick="scrollToPrev()">
-                        >
-                    </button>
+            <button class="primary-c">
+                View complete faculty list
+            </button>
 
-                    <button class="car-control primary-c" id="next-car" onclick="scrollToNext()">
-                        >
-                    </button>
-                </div>
+        </div>
 
+    </section>
 
-                <div class="profile-carousel">
 
-                    <div class="car-item">
-                        <div class="car-item-holder">
-                            <div class="car-img-holder">
-                                <img src="<?php echo (get_template_directory_uri()) ?>/img/saim.jpg" alt="">
-                            </div>
+    <!-- section: faculty-carousel -->
+    <section class="container-fluid car" id="faculty-carousel">
+        <div class="car-buttons">
+            <button class="car-control primary-c" id="prev-car" onclick="scrollToPrev()">
+                >
+            </button>
 
-                            <div class="faculty-details">
-                                <h2>Islam, Salekul<span class="degree">, Ph.D.</span></h2>
-                                <h3><span class="degree">Professor & Head of the Dept.</span></h3>
+            <button class="car-control primary-c" id="next-car" onclick="scrollToNext()">
+                >
+            </button>
+        </div>
 
 
-                            </div>
+        <div class="profile-carousel">
 
-                        </div>
+            <div class="car-item">
+                <div class="car-item-holder">
+                    <div class="car-img-holder">
+                        <img src="<?php echo (get_template_directory_uri()) ?>/img/saim.jpg" alt="">
                     </div>
 
-                    <div class="car-item">
-                        <div class="car-item-holder">
-                            <div class="car-img-holder">
-                                <img src="<?php echo (get_template_directory_uri()) ?>/img/mamun.jpg" alt="">
-                            </div>
+                    <div class="faculty-details">
+                        <h2>Islam, Salekul<span class="degree">, Ph.D.</span></h2>
+                        <h3><span class="degree">Professor & Head of the Dept.</span></h3>
 
-                            <div class="faculty-details">
-                                <h2>Mamun, Khondaker Abdullah Al<span class="degree">, Ph.D.</span></h2>
-                                <h3><span class="degree">Professor & Director - AIMS Lab</span></h3>
-                            </div>
 
-                        </div>
                     </div>
 
-                    <div class="car-item">
-                        <div class="car-item-holder">
-                            <div class="car-img-holder">
-                                <img src="<?php echo (get_template_directory_uri()) ?>/img/swakkhar.jpg" alt="">
-                            </div>
+                </div>
+            </div>
 
-                            <div class="faculty-details">
-                                <h2>Shatabda, Swakkhar<span class="degree">, Ph.D</span></h2>
-                                <h3><span class="degree">Professor & Director - IQAC</span></h3>
+            <div class="car-item">
+                <div class="car-item-holder">
+                    <div class="car-img-holder">
+                        <img src="<?php echo (get_template_directory_uri()) ?>/img/mamun.jpg" alt="">
+                    </div>
 
+                    <div class="faculty-details">
+                        <h2>Mamun, Khondaker Abdullah Al<span class="degree">, Ph.D.</span></h2>
+                        <h3><span class="degree">Professor & Director - AIMS Lab</span></h3>
+                    </div>
 
-                            </div>
+                </div>
+            </div>
 
-                        </div>
+            <div class="car-item">
+                <div class="car-item-holder">
+                    <div class="car-img-holder">
+                        <img src="<?php echo (get_template_directory_uri()) ?>/img/swakkhar.jpg" alt="">
                     </div>
 
-                    <div class="car-item">
-                        <div class="car-item-holder">
-                            <div class="car-img-holder">
-                                <img src="<?php echo (get_template_directory_uri()) ?>/img/ShahriarRahman.jpg" alt="">
-                            </div>
+                    <div class="faculty-details">
+                        <h2>Shatabda, Swakkhar<span class="degree">, Ph.D</span></h2>
+                        <h3><span class="degree">Professor & Director - IQAC</span></h3>
 
-                            <div class="faculty-details">
-                                <h2>Rahman, Mohammad Shahriar<span class="degree">, Ph.D</span></h2>
-                                <h3><span class="degree">Professor & Director - CITS</span></h3>
 
+                    </div>
 
-                            </div>
+                </div>
+            </div>
 
-                        </div>
+            <div class="car-item">
+                <div class="car-item-holder">
+                    <div class="car-img-holder">
+                        <img src="<?php echo (get_template_directory_uri()) ?>/img/ShahriarRahman.jpg" alt="">
                     </div>
 
-                    <div class="car-item">
+                    <div class="faculty-details">
+                        <h2>Rahman, Mohammad Shahriar<span class="degree">, Ph.D</span></h2>
+                        <h3><span class="degree">Professor & Director - CITS</span></h3>
 
-                        <div class="car-item-holder">
-                            <div class="car-img-holder">
-                                <img src="<?php echo (get_template_directory_uri()) ?>/img/mofizur.jpg" alt="">
-                            </div>
 
-                            <div class="faculty-details">
-                                <h2>Rahman, Chowdhury Mofizur<span class="degree">, Ph.D</span></h2>
-                                <h3><span class="degree">Professor & Advisor to Board of Trustees</span></h3>
+                    </div>
 
+                </div>
+            </div>
 
-                            </div>
+            <div class="car-item">
 
-                        </div>
+                <div class="car-item-holder">
+                    <div class="car-img-holder">
+                        <img src="<?php echo (get_template_directory_uri()) ?>/img/mofizur.jpg" alt="">
                     </div>
 
+                    <div class="faculty-details">
+                        <h2>Rahman, Chowdhury Mofizur<span class="degree">, Ph.D</span></h2>
+                        <h3><span class="degree">Professor & Advisor to Board of Trustees</span></h3>
 
-                    <div class="car-item">
 
-                        <div class="car-item-holder">
-                            <div class="car-img-holder">
-                                <img src="<?php echo (get_template_directory_uri()) ?>/img/nurul-huda.png" alt="">
-                            </div>
+                    </div>
 
-                            <div class="faculty-details">
-                                <h2>Huda, Mohammad Nurul<span class="degree">, Ph.D</span></h2>
-                                <h3><span class="degree">Professor & Director - MSCSE</span></h3>
+                </div>
+            </div>
 
-                            </div>
 
-                        </div>
+            <div class="car-item">
+
+                <div class="car-item-holder">
+                    <div class="car-img-holder">
+                        <img src="<?php echo (get_template_directory_uri()) ?>/img/nurul-huda.png" alt="">
                     </div>
-                </div>
 
-            </section>
+                    <div class="faculty-details">
+                        <h2>Huda, Mohammad Nurul<span class="degree">, Ph.D</span></h2>
+                        <h3><span class="degree">Professor & Director - MSCSE</span></h3>
 
+                    </div>
 
-            <!-- section: Success-section -->
-            <section id="Success-section" class="container-fluid white-bg">
-                <div class="container">
-                    <h1>Success Stories</h1>
-                    <p>
-                        Our students inspire us by their courage and perseverance, and are a reminder that obstacles can be overcome when you have just one person cheering you on to the finish line.
-                    </p>
                 </div>
+            </div>
+        </div>
 
-                <div class="container">
+    </section>
 
 
-                    <div id="us-imgs" class="grid student-stories">
+    <!-- section: Success-section -->
+    <section id="Success-section" class="container-fluid white-bg">
+        <div class="container">
+            <h1>Success Stories</h1>
+            <p>
+                Our students inspire us by their courage and perseverance, and are a reminder that obstacles can be overcome when you have just one person cheering you on to the finish line.
+            </p>
+        </div>
 
-                        <div>
-                            <div class="img-cont">
-                                <img src="<?php echo (get_template_directory_uri()) ?>/img/story_hasan_shaharear.jpg" alt="">
-                            </div>
-                            <div>
-                                <h2>Mohammad Hasan Shaharear</h2>
-                                <h5>Senior Database Engineer,Therap (BD) Ltd</h5>
-                                <p>
-                                    It was a complete unknown territory for me when I admitted to BSCSE of UIU in 2003. In fact, I had never operate a computer before. Initially I was a bit exited as well as scared. Though I had tough time in the beginning, gradually I became familiar with logic of computing and programming languages. With the course of time, I had start enjoying different courses.
-                                </p>
-
-                                <a href="#">Learn more</a>
-                            </div>
-                        </div>
+        <div class="container">
 
-                        <div>
-                            <div class="img-cont">
-                                <img src="<?php echo (get_template_directory_uri()) ?>/img/story_foysal-ahmed.jpg" alt="">
-                            </div>
-                            <div>
-                                <h2>Foysal Ahamed</h2>
-                                <h5>Software Engineer, TigerIT Bangladesh Limited</h5>
-                                <p>
-                                    I still remember the day I first stepped into the UIU campus. I really did not know what kind of career path I would choose. Two weeks into the SPL (Structured Programming Language) course, I discovered something that was driving me, something amazing happened and finally I found myself in a position where I knew what I was going to do. Dr.
-                                </p>
-                                <a href="#">Learn more</a>
-                            </div>
-                        </div>
 
-                        <div>
-                            <div class="img-cont">
-                                <img src="<?php echo (get_template_directory_uri()) ?>/img/story_kamrul_islam.jpg" alt="">
-                            </div>
-                            <div>
-                                <h2>Kamrul Islam Shahin</h2>
-                                <h5>Programmer, Big Web Technologies Limited</h5>
-                                <p>
-                                    It’s still like a dream. The day I accomplished my goal by finishing my studies, all the struggles of the past years seemed nothing. My hard work showed its result finally. When I started my educational journey with United International University (UIU), the path seemed dark, confusing and quite uncertain.
-                                </p>
-                                <a href="#">Learn more </a>
-                            </div>
-                        </div>
+            <div id="us-imgs" class="grid student-stories">
 
+                <div>
+                    <div class="img-cont">
+                        <img src="<?php echo (get_template_directory_uri()) ?>/img/story_hasan_shaharear.jpg" alt="">
+                    </div>
+                    <div>
+                        <h2>Mohammad Hasan Shaharear</h2>
+                        <h5>Senior Database Engineer,Therap (BD) Ltd</h5>
+                        <p>
+                            It was a complete unknown territory for me when I admitted to BSCSE of UIU in 2003. In fact, I had never operate a computer before. Initially I was a bit exited as well as scared. Though I had tough time in the beginning, gradually I became familiar with logic of computing and programming languages. With the course of time, I had start enjoying different courses.
+                        </p>
 
+                        <a href="#">Learn more</a>
                     </div>
+                </div>
 
+                <div>
+                    <div class="img-cont">
+                        <img src="<?php echo (get_template_directory_uri()) ?>/img/story_foysal-ahmed.jpg" alt="">
+                    </div>
                     <div>
-                        <h1>Notable Alumni</h1>
+                        <h2>Foysal Ahamed</h2>
+                        <h5>Software Engineer, TigerIT Bangladesh Limited</h5>
                         <p>
-                            Pellentesque est est, luctus non iaculis sed, congue non diam. In efficitur gravida ipsum vitae finibus. Etiam sollicitudin placerat leo.
+                            I still remember the day I first stepped into the UIU campus. I really did not know what kind of career path I would choose. Two weeks into the SPL (Structured Programming Language) course, I discovered something that was driving me, something amazing happened and finally I found myself in a position where I knew what I was going to do. Dr.
                         </p>
+                        <a href="#">Learn more</a>
                     </div>
+                </div>
 
+                <div>
+                    <div class="img-cont">
+                        <img src="<?php echo (get_template_directory_uri()) ?>/img/story_kamrul_islam.jpg" alt="">
+                    </div>
+                    <div>
+                        <h2>Kamrul Islam Shahin</h2>
+                        <h5>Programmer, Big Web Technologies Limited</h5>
+                        <p>
+                            It’s still like a dream. The day I accomplished my goal by finishing my studies, all the struggles of the past years seemed nothing. My hard work showed its result finally. When I started my educational journey with United International University (UIU), the path seemed dark, confusing and quite uncertain.
+                        </p>
+                        <a href="#">Learn more </a>
+                    </div>
+                </div>
 
-                    <button class="primary-c">
-                        View complete Alumni list
-                    </button>
 
-                </div>
+            </div>
 
-            </section>
+            <div>
+                <h1>Notable Alumni</h1>
+                <p>
+                    Pellentesque est est, luctus non iaculis sed, congue non diam. In efficitur gravida ipsum vitae finibus. Etiam sollicitudin placerat leo.
+                </p>
+            </div>
 
 
-            <!-- section: alumni-carousel -->
-            <section class="container-fluid car" id="alumni-carousel">
-                <div class="car-buttons">
-                    <button class="car-control primary-c" onclick="scrollToPrevAl()">
-                        < </button>
+            <button class="primary-c">
+                View complete Alumni list
+            </button>
 
-                            <button class="car-control primary-c" onclick="scrollToNextAl()">
-                                >
-                            </button>
-                </div>
+        </div>
 
+    </section>
 
-                <div class="profile-carousel">
 
-                    <div class="car-item">
-                        <div class="car-item-holder">
-                            <div class="car-img-holder">
-                                <img src="<?php echo (get_template_directory_uri()) ?>/img/tazbir_ur_rahman.jpeg" alt="">
-                            </div>
+    <!-- section: alumni-carousel -->
+    <section class="container-fluid car" id="alumni-carousel">
+        <div class="car-buttons">
+            <button class="car-control primary-c" onclick="scrollToPrevAl()">
+                < </button>
 
-                            <div class="faculty-details">
-                                <h2>Md. Tazbir Ur Rahman Bhuiyan</h2>
-                                <h3><span class="degree">Lead Engineer at Brain Station 23 Limited</span></h3>
+                    <button class="car-control primary-c" onclick="scrollToNextAl()">
+                        >
+                    </button>
+        </div>
 
 
-                            </div>
+        <div class="profile-carousel">
 
-                        </div>
+            <div class="car-item">
+                <div class="car-item-holder">
+                    <div class="car-img-holder">
+                        <img src="<?php echo (get_template_directory_uri()) ?>/img/tazbir_ur_rahman.jpeg" alt="">
                     </div>
 
-                    <div class="car-item">
-                        <div class="car-item-holder">
-                            <div class="car-img-holder">
-                                <img src="<?php echo (get_template_directory_uri()) ?>/img/saifur_rahman_sazib.jpeg" alt="">
-                            </div>
+                    <div class="faculty-details">
+                        <h2>Md. Tazbir Ur Rahman Bhuiyan</h2>
+                        <h3><span class="degree">Lead Engineer at Brain Station 23 Limited</span></h3>
 
-                            <div class="faculty-details">
-                                <h2>Saifur Rahman Sazib</h2>
-                                <h3><span class="degree">Lead Engineer at Objectstream Inc, USA</span></h3>
 
+                    </div>
 
-                            </div>
+                </div>
+            </div>
 
-                        </div>
+            <div class="car-item">
+                <div class="car-item-holder">
+                    <div class="car-img-holder">
+                        <img src="<?php echo (get_template_directory_uri()) ?>/img/saifur_rahman_sazib.jpeg" alt="">
                     </div>
 
+                    <div class="faculty-details">
+                        <h2>Saifur Rahman Sazib</h2>
+                        <h3><span class="degree">Lead Engineer at Objectstream Inc, USA</span></h3>
 
 
-                    <div class="car-item">
-                        <div class="car-item-holder">
-                            <div class="car-img-holder">
-                                <img src="<?php echo (get_template_directory_uri()) ?>/img/faisal_kabir.jpeg" alt="">
-                            </div>
+                    </div>
 
-                            <div class="faculty-details">
-                                <h2>Md Faisal Kabir</h2>
-                                <h3><span class="degree">PhD student at North Dakota State University (NDSU)</span></h3>
+                </div>
+            </div>
 
 
-                            </div>
 
-                        </div>
+            <div class="car-item">
+                <div class="car-item-holder">
+                    <div class="car-img-holder">
+                        <img src="<?php echo (get_template_directory_uri()) ?>/img/faisal_kabir.jpeg" alt="">
                     </div>
 
-                    <div class="car-item">
-                        <div class="car-item-holder">
-                            <div class="car-img-holder">
-                                <img src="<?php echo (get_template_directory_uri()) ?>/img/achia_nila.jpeg" alt="">
-                            </div>
+                    <div class="faculty-details">
+                        <h2>Md Faisal Kabir</h2>
+                        <h3><span class="degree">PhD student at North Dakota State University (NDSU)</span></h3>
 
-                            <div class="faculty-details">
-                                <h2>Achia Nila</h2>
-                                <h3><span class="degree"> Founder, Women In Digital - Empowerment through Technology</span></h3>
 
+                    </div>
 
-                            </div>
+                </div>
+            </div>
 
-                        </div>
+            <div class="car-item">
+                <div class="car-item-holder">
+                    <div class="car-img-holder">
+                        <img src="<?php echo (get_template_directory_uri()) ?>/img/achia_nila.jpeg" alt="">
                     </div>
 
-                    <div class="car-item">
-                        <div class="car-item-holder">
-                            <div class="car-img-holder">
-                                <img src="<?php echo (get_template_directory_uri()) ?>/img/hussain_kmr.jpeg" alt="">
-                            </div>
+                    <div class="faculty-details">
+                        <h2>Achia Nila</h2>
+                        <h3><span class="degree"> Founder, Women In Digital - Empowerment through Technology</span></h3>
 
-                            <div class="faculty-details">
-                                <h2>Hussain KMR Behestee</h2>
-                                <h3><span class="degree">Mobile Device Specialist, K.K. Innovative Solutions</span></h3>
 
+                    </div>
 
-                            </div>
+                </div>
+            </div>
 
-                        </div>
+            <div class="car-item">
+                <div class="car-item-holder">
+                    <div class="car-img-holder">
+                        <img src="<?php echo (get_template_directory_uri()) ?>/img/hussain_kmr.jpeg" alt="">
                     </div>
 
+                    <div class="faculty-details">
+                        <h2>Hussain KMR Behestee</h2>
+                        <h3><span class="degree">Mobile Device Specialist, K.K. Innovative Solutions</span></h3>
 
 
+                    </div>
+
                 </div>
+            </div>
 
-            </section>
 
 
-            <!-- section: faculty-midroll -->
-            <section id="faculty-midroll" class="container-fluid mid-roll">
+        </div>
 
+    </section>
 
 
-                <div class="bg-tint">
+    <!-- section: faculty-midroll -->
+    <section id="faculty-midroll" class="container-fluid mid-roll">
 
-                    <div class="container">
 
-                        <h1>Department Notices</h1>
 
-                        <div class="notice-main">
+        <div class="bg-tint">
 
-                            <a href="#">
+            <div class="container">
 
-                                <div class="notice-container">
+                <h1>Department Notices</h1>
 
-                                    <div class="event-date">
-                                        <h3>Dec</h3>
-                                        <h3>16</h3>
-                                    </div>
+                <div class="notice-main">
 
-                                    <div>
-                                        <h6><span class="subtitle">8 Dec, 2022</span></h6>
-                                        <h4>List of Candidates for Fall 2022 semester</h4>
-                                        <p>Maecenas sed enim ut sem viverra aliquet. Neque laoreet suspendisse interdum consectetur.</p>
-                                    </div>
+                    <a href="#">
 
-                                </div>
-                            </a>
+                        <div class="notice-container">
 
-                            <a href="#">
+                            <div class="event-date">
+                                <h3>Dec</h3>
+                                <h3>16</h3>
+                            </div>
 
-                                <div class="notice-container">
+                            <div>
+                                <h6><span class="subtitle">8 Dec, 2022</span></h6>
+                                <h4>List of Candidates for Fall 2022 semester</h4>
+                                <p>Maecenas sed enim ut sem viverra aliquet. Neque laoreet suspendisse interdum consectetur.</p>
+                            </div>
 
-                                    <div class="event-date">
-                                        <h3>Dec</h3>
-                                        <h3>12</h3>
-                                    </div>
+                        </div>
+                    </a>
 
-                                    <div>
-                                        <h6><span class="subtitle">8 Dec, 2022</span></h6>
-                                        <h4>List of Candidates for Fall 2022 semester</h4>
-                                        <p>Maecenas sed enim ut sem viverra aliquet. Neque laoreet suspendisse interdum consectetur.</p>
-                                    </div>
+                    <a href="#">
 
-                                </div>
-                            </a>
+                        <div class="notice-container">
 
+                            <div class="event-date">
+                                <h3>Dec</h3>
+                                <h3>12</h3>
+                            </div>
 
-                            <a href="#">
+                            <div>
+                                <h6><span class="subtitle">8 Dec, 2022</span></h6>
+                                <h4>List of Candidates for Fall 2022 semester</h4>
+                                <p>Maecenas sed enim ut sem viverra aliquet. Neque laoreet suspendisse interdum consectetur.</p>
+                            </div>
 
-                                <div class="notice-container">
+                        </div>
+                    </a>
 
-                                    <div class="event-date">
-                                        <h3>Dec</h3>
-                                        <h3>03</h3>
-                                    </div>
 
-                                    <div>
-                                        <h6><span class="subtitle">8 Dec, 2022</span></h6>
-                                        <h4>List of Candidates for Fall 2022 semester</h4>
-                                        <p>Maecenas sed enim ut sem viverra aliquet. Neque laoreet suspendisse interdum consectetur.</p>
-                                    </div>
+                    <a href="#">
 
-                                </div>
-                            </a>
+                        <div class="notice-container">
 
+                            <div class="event-date">
+                                <h3>Dec</h3>
+                                <h3>03</h3>
+                            </div>
 
-                            <a href="#">
+                            <div>
+                                <h6><span class="subtitle">8 Dec, 2022</span></h6>
+                                <h4>List of Candidates for Fall 2022 semester</h4>
+                                <p>Maecenas sed enim ut sem viverra aliquet. Neque laoreet suspendisse interdum consectetur.</p>
+                            </div>
 
-                                <div class="notice-container">
+                        </div>
+                    </a>
 
-                                    <div class="event-date">
-                                        <h3>Nov</h3>
-                                        <h3>25</h3>
-                                    </div>
 
-                                    <div>
-                                        <h6><span class="subtitle">8 Dec, 2022</span></h6>
-                                        <h4>List of Candidates for Fall 2022 semester</h4>
-                                        <p>Maecenas sed enim ut sem viverra aliquet. Neque laoreet suspendisse interdum consectetur.</p>
-                                    </div>
+                    <a href="#">
 
-                                </div>
-                            </a>
+                        <div class="notice-container">
 
-                            <a href="#">
+                            <div class="event-date">
+                                <h3>Nov</h3>
+                                <h3>25</h3>
+                            </div>
 
-                                <div class="notice-container">
+                            <div>
+                                <h6><span class="subtitle">8 Dec, 2022</span></h6>
+                                <h4>List of Candidates for Fall 2022 semester</h4>
+                                <p>Maecenas sed enim ut sem viverra aliquet. Neque laoreet suspendisse interdum consectetur.</p>
+                            </div>
 
-                                    <div class="event-date">
-                                        <h3>Nov</h3>
-                                        <h3>12</h3>
-                                    </div>
+                        </div>
+                    </a>
 
-                                    <div>
-                                        <h6><span class="subtitle">8 Dec, 2022</span></h6>
-                                        <h4>List of Candidates for Fall 2022 semester</h4>
-                                        <p>Maecenas sed enim ut sem viverra aliquet. Neque laoreet suspendisse interdum consectetur.</p>
-                                    </div>
+                    <a href="#">
 
-                                </div>
-                            </a>
+                        <div class="notice-container">
 
+                            <div class="event-date">
+                                <h3>Nov</h3>
+                                <h3>12</h3>
+                            </div>
 
+                            <div>
+                                <h6><span class="subtitle">8 Dec, 2022</span></h6>
+                                <h4>List of Candidates for Fall 2022 semester</h4>
+                                <p>Maecenas sed enim ut sem viverra aliquet. Neque laoreet suspendisse interdum consectetur.</p>
+                            </div>
 
-                            <button>View All Notices</button>
+                        </div>
+                    </a>
 
 
-                        </div>
+
+                    <button>View All Notices</button>
 
 
-                    </div>
                 </div>
-            </section>
 
 
-            <!-- section: news -->
-            <section id="news" class="container-fluid white-bg">
+            </div>
+        </div>
+    </section>
 
-                <div class="container">
 
+    <!-- section: news -->
+    <section id="news" class="container-fluid white-bg">
 
+        <div class="container">
 
-                    <h1>Department News</h1>
 
-                    <p>
-                        Catch up with what's happening at the Department of CSE
-                    </p>
 
-                    <div class="grid news-row">
+            <h1>Department News</h1>
 
-                        <div class="news-big-img">
-                            <div class="news-big-img-holder">
-                                <img src="<?php echo (get_template_directory_uri()) ?>/img/campus_05.jpg" alt="">
-                            </div>
+            <p>
+                Catch up with what's happening at the Department of CSE
+            </p>
 
-                            <div class="news-big-img-text">
-                                <h5>28th March, 2016</h5>
-                                <h4> <a href=""> Seminar</a></h4>
-                                <a href="">
-                                    <p>Development and Mining of a Volatile Organic Compound Database</p>
-                                </a>
-                            </div>
-                        </div>
+            <div class="grid news-row">
 
+                <div class="news-big-img">
+                    <div class="news-big-img-holder">
+                        <img src="<?php echo (get_template_directory_uri()) ?>/img/campus_05.jpg" alt="">
+                    </div>
 
-                        <div class="grid">
-                            <div class="news-small-img">
-                                <div class="news-sm-img-holder">
-                                    <img src="<?php echo (get_template_directory_uri()) ?>/img/campus_05.jpg" alt="">
-                                </div>
-                                <div class="news-sm-img-text">
-                                    <h5>28th March, 2016</h5>
-                                    <h4> <a href=""> Seminar</a></h4>
-                                    <a href="">
-                                        <p>Development and Mining of a Volatile Compounds</p>
-                                    </a>
-                                </div>
-                            </div>
+                    <div class="news-big-img-text">
+                        <h5>28th March, 2016</h5>
+                        <h4> <a href=""> Seminar</a></h4>
+                        <a href="">
+                            <p>Development and Mining of a Volatile Organic Compound Database</p>
+                        </a>
+                    </div>
+                </div>
 
-                            <div class="news-small-img">
-                                <div class="news-sm-img-holder">
-                                    <img src="<?php echo (get_template_directory_uri()) ?>/img/campus_01.jpg" alt="">
-                                </div>
-                                <div class="news-sm-img-text">
-                                    <h5>28th March, 2016</h5>
-                                    <h4> <a href=""> Seminar</a></h4>
-                                    <a href="">
-                                        <p>Development and Mining of a Volatile Compounds</p>
-                                    </a>
-                                </div>
-                            </div>
 
+                <div class="grid">
+                    <div class="news-small-img">
+                        <div class="news-sm-img-holder">
+                            <img src="<?php echo (get_template_directory_uri()) ?>/img/campus_05.jpg" alt="">
+                        </div>
+                        <div class="news-sm-img-text">
+                            <h5>28th March, 2016</h5>
+                            <h4> <a href=""> Seminar</a></h4>
+                            <a href="">
+                                <p>Development and Mining of a Volatile Compounds</p>
+                            </a>
                         </div>
                     </div>
 
-                    <div class="grid news-row">
-
-                        <div class="grid">
-                            <div class="news-small-img">
-                                <div class="news-sm-img-holder">
-                                    <img src="<?php echo (get_template_directory_uri()) ?>/img/campus_05.jpg" alt="">
-                                </div>
-                                <div class="news-sm-img-text">
-                                    <h5>28th March, 2016</h5>
-                                    <h4> <a href=""> Seminar</a></h4>
-                                    <a href="">
-                                        <p>Development and Mining of a Volatile Compounds</p>
-                                    </a>
-                                </div>
-                            </div>
+                    <div class="news-small-img">
+                        <div class="news-sm-img-holder">
+                            <img src="<?php echo (get_template_directory_uri()) ?>/img/campus_01.jpg" alt="">
+                        </div>
+                        <div class="news-sm-img-text">
+                            <h5>28th March, 2016</h5>
+                            <h4> <a href=""> Seminar</a></h4>
+                            <a href="">
+                                <p>Development and Mining of a Volatile Compounds</p>
+                            </a>
+                        </div>
+                    </div>
 
-                            <div class="news-small-img">
-                                <div class="news-sm-img-holder">
-                                    <img src="<?php echo (get_template_directory_uri()) ?>/img/campus_01.jpg" alt="">
-                                </div>
-                                <div class="news-sm-img-text">
-                                    <h5>28th March, 2016</h5>
-                                    <h4> <a href=""> Seminar</a></h4>
-                                    <a href="">
-                                        <p>Development and Mining of a Volatile Compounds</p>
-                                    </a>
-                                </div>
-                            </div>
+                </div>
+            </div>
 
-                        </div>
+            <div class="grid news-row">
 
-                        <div class="news-big-img">
-                            <div class="news-big-img-holder">
-                                <img src="<?php echo (get_template_directory_uri()) ?>/img/campus_05.jpg" alt="">
-                            </div>
+                <div class="grid">
+                    <div class="news-small-img">
+                        <div class="news-sm-img-holder">
+                            <img src="<?php echo (get_template_directory_uri()) ?>/img/campus_05.jpg" alt="">
+                        </div>
+                        <div class="news-sm-img-text">
+                            <h5>28th March, 2016</h5>
+                            <h4> <a href=""> Seminar</a></h4>
+                            <a href="">
+                                <p>Development and Mining of a Volatile Compounds</p>
+                            </a>
+                        </div>
+                    </div>
 
-                            <div class="news-big-img-text">
-                                <h5>28th March, 2016</h5>
-                                <h4> <a href=""> Seminar</a></h4>
-                                <a href="">
-                                    <p>Development and Mining of a Volatile Organic Compound Database</p>
-                                </a>
-                            </div>
+                    <div class="news-small-img">
+                        <div class="news-sm-img-holder">
+                            <img src="<?php echo (get_template_directory_uri()) ?>/img/campus_01.jpg" alt="">
                         </div>
+                        <div class="news-sm-img-text">
+                            <h5>28th March, 2016</h5>
+                            <h4> <a href=""> Seminar</a></h4>
+                            <a href="">
+                                <p>Development and Mining of a Volatile Compounds</p>
+                            </a>
+                        </div>
+                    </div>
 
+                </div>
 
+                <div class="news-big-img">
+                    <div class="news-big-img-holder">
+                        <img src="<?php echo (get_template_directory_uri()) ?>/img/campus_05.jpg" alt="">
                     </div>
 
-                    <button class="primary-c">View All News</button>
+                    <div class="news-big-img-text">
+                        <h5>28th March, 2016</h5>
+                        <h4> <a href=""> Seminar</a></h4>
+                        <a href="">
+                            <p>Development and Mining of a Volatile Organic Compound Database</p>
+                        </a>
+                    </div>
                 </div>
 
-            </section>
 
-            <!-- section: events -->
-            <section id="events" class="container-fluid mid-roll">
-                <div class="bg-tint">
+            </div>
 
-                    <div class="container">
+            <button class="primary-c">View All News</button>
+        </div>
 
-                        <h1>Upcoming Events</h1>
+    </section>
 
-                        <div class="grid">
-                            <div class="event-holder">
-                                <div class="event-img-holder">
-                                    <img src="<?php echo (get_template_directory_uri()) ?>/img/0555.jpg" alt="">
-                                </div>
+    <!-- section: events -->
+    <section id="events" class="container-fluid mid-roll">
+        <div class="bg-tint">
 
-                                <div class="event-date primary-c">
-                                    <h3>Dec</h3>
-                                    <h3>17</h3>
-                                </div>
+            <div class="container">
 
-                                <div class="event-details">
-                                    <a href="">
-                                        <h3>Seminar</h3>
-                                        <h2>Blockchain: The Coming Revolution</h2>
-                                    </a>
-                                </div>
-                            </div>
+                <h1>Upcoming Events</h1>
 
-                            <div class="event-holder">
-                                <div class="event-img-holder">
-                                    <img src="<?php echo (get_template_directory_uri()) ?>/img/2.jpg" alt="">
-                                </div>
-
-                                <div class="event-date primary-c">
-                                    <h3>Nov</h3>
-                                    <h3>27</h3>
-                                </div>
-
-                                <div class="event-details">
-                                    <a href="">
-                                        <h3>Pre-Advising</h3>
-                                        <h2>Blockchain: The Coming Revolution</h2>
-                                    </a>
-                                </div>
-                            </div>
+                <div class="grid">
+                    <div class="event-holder">
+                        <div class="event-img-holder">
+                            <img src="<?php echo (get_template_directory_uri()) ?>/img/0555.jpg" alt="">
+                        </div>
 
-                            <div class="event-holder">
-                                <div class="event-img-holder">
-                                    <img src="<?php echo (get_template_directory_uri()) ?>/img/research_01.jpg" alt="">
-                                </div>
+                        <div class="event-date primary-c">
+                            <h3>Dec</h3>
+                            <h3>17</h3>
+                        </div>
 
-                                <div class="event-date primary-c">
-                                    <h3>Nov</h3>
-                                    <h3>22</h3>
-                                </div>
+                        <div class="event-details">
+                            <a href="">
+                                <h3>Seminar</h3>
+                                <h2>Blockchain: The Coming Revolution</h2>
+                            </a>
+                        </div>
+                    </div>
 
-                                <div class="event-details">
-                                    <a href="">
-                                        <h3>Cultural Event</h3>
-                                        <h2>Blockchain: The Coming Revolution</h2>
-                                    </a>
+                    <div class="event-holder">
+                        <div class="event-img-holder">
+                            <img src="<?php echo (get_template_directory_uri()) ?>/img/2.jpg" alt="">
+                        </div>
 
-                                </div>
-                            </div>
+                        <div class="event-date primary-c">
+                            <h3>Nov</h3>
+                            <h3>27</h3>
+                        </div>
 
-                            <div class="event-holder">
-                                <div class="event-img-holder">
-                                    <img src="<?php echo (get_template_directory_uri()) ?>/img/research_03.jpg" alt="">
-                                </div>
+                        <div class="event-details">
+                            <a href="">
+                                <h3>Pre-Advising</h3>
+                                <h2>Blockchain: The Coming Revolution</h2>
+                            </a>
+                        </div>
+                    </div>
 
-                                <div class="event-date primary-c">
-                                    <h3>Nov</h3>
-                                    <h3>12</h3>
-                                </div>
+                    <div class="event-holder">
+                        <div class="event-img-holder">
+                            <img src="<?php echo (get_template_directory_uri()) ?>/img/research_01.jpg" alt="">
+                        </div>
 
-                                <div class="event-details">
-                                    <a href="">
-                                        <h3>Seminar</h3>
-                                        <h2>Blockchain: The Coming Revolution</h2>
-                                    </a>
+                        <div class="event-date primary-c">
+                            <h3>Nov</h3>
+                            <h3>22</h3>
+                        </div>
+
+                        <div class="event-details">
+                            <a href="">
+                                <h3>Cultural Event</h3>
+                                <h2>Blockchain: The Coming Revolution</h2>
+                            </a>
 
-                                </div>
-                            </div>
                         </div>
+                    </div>
 
-                        <button class="primary-c">View all events</button>
+                    <div class="event-holder">
+                        <div class="event-img-holder">
+                            <img src="<?php echo (get_template_directory_uri()) ?>/img/research_03.jpg" alt="">
+                        </div>
 
+                        <div class="event-date primary-c">
+                            <h3>Nov</h3>
+                            <h3>12</h3>
+                        </div>
 
+                        <div class="event-details">
+                            <a href="">
+                                <h3>Seminar</h3>
+                                <h2>Blockchain: The Coming Revolution</h2>
+                            </a>
+
+                        </div>
                     </div>
                 </div>
-            </section>
 
+                <button class="primary-c">View all events</button>
 
 
-            <!-- section: white-bg -->
-            <section class="white-bg">
-                <div class="container">
-                    <h1>Research &amp; Grants</h1>
-                    <p>Maecenas sed enim ut sem viverra aliquet. Neque laoreet suspendisse interdum consectetur.
-                        Mus mauris vitae ultricies leo integer malesuada nunc vel. Mus mauris vitae ultricies leo integer malesuada nunc vel.
-                    </p>
+            </div>
+        </div>
+    </section>
 
-                    <div id="research-pointers" class="grid">
 
-                        <div>
-                            <h3>32 Research Projects</h3>
-                            <p>Spread across Undergraduate and Graduate Programs</p>
-                        </div>
 
-                        <div>
-                            <h3>Tk 5 Crores in grants</h3>
-                            <p>Spread across Undergraduate and Graduate Programs</p>
-                        </div>
+    <!-- section: Research -->
+    <section class="white-bg">
+        <div class="container">
+            <h1>Research &amp; Grants</h1>
+            <p>Maecenas sed enim ut sem viverra aliquet. Neque laoreet suspendisse interdum consectetur.
+                Mus mauris vitae ultricies leo integer malesuada nunc vel. Mus mauris vitae ultricies leo integer malesuada nunc vel.
+            </p>
 
+            <div id="research-pointers" class="grid">
 
-                        <div>
-                            <h3>32 Research Projects</h3>
-                            <p>Spread across Undergraduate and Graduate Programs</p>
-                        </div>
-                    </div>
+                <div>
+                    <h3>32 Research Projects</h3>
+                    <p>Spread across Undergraduate and Graduate Programs</p>
+                </div>
+
+                <div>
+                    <h3>Tk 5 Crores in grants</h3>
+                    <p>Spread across Undergraduate and Graduate Programs</p>
+                </div>
+
+
+                <div>
+                    <h3>32 Research Projects</h3>
+                    <p>Spread across Undergraduate and Graduate Programs</p>
                 </div>
-            </section>
+            </div>
+        </div>
+    </section>
 
 
 
 
 
-        </main><!-- #main -->
-    </div><!-- .row -->
-</div><!-- .container -->
+</main><!-- #main -->
+<!-- </div> -->
+<!-- .row -->
+<!-- </div> -->
+<!-- .container -->
 
 <?php get_footer(); ?>