It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://anlm.org

  1.  
  2. <!DOCTYPE html>
  3. <html lang="en">
  4.  
  5. <head>
  6.    <title>ANLM - Explore the Life in Rwanda-Africa</title>
  7.        <link rel="stylesheet" href="style.css">
  8.        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  9.        <link rel="shortcut icon" href="favicon.png" type="image/png">
  10.        <link rel="apple-touch-icon" href="favicon.ico">
  11.        <meta name="description" content="Discover the world of Rwandan Life, Culture, Cities, Music, Literature, Cuisine, and more">
  12.        <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
  13.        <meta property="og:url" content="anlm.org">
  14.        <meta property="og:image" content="http://www.anlm.org/anlm-logo.jpg">
  15.        <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
  16.        <meta name="theme-color" content="#ffffff">
  17.        <meta name="msapplication-navbutton-color" content="#ffffff">
  18.        <meta name="apple-mobile-web-app-status-bar-style" content="#ffffff">
  19.         <!-- Bootstrap core CSS -->
  20.   <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  21.  
  22.  
  23. <!-- Add schema.org markup -->
  24.    <script type="application/ld+json">
  25.    {
  26.      "@context": "http://schema.org",
  27.      "@type": "Organization",
  28.      "name": "anlm",
  29.      "url": "https://www.anlm.org",
  30.      "logo": "https://www.anlm.org/anlm-logo.png",
  31.      "description": "Rwandan Genocide and Remembrance, Gorilla Trekking and Wildlife in Rwanda, Rwandan Culture and Traditions, Kigali City, Akagera National Park and Safari",
  32.      "address": {
  33.        "@type": "PostalAddress",
  34.        "streetAddress": "123 Main St",
  35.        "addressLocality": "Anytown",
  36.        "addressRegion": "CA",
  37.        "postalCode": "12345",
  38.        "addressCountry": "USA"
  39.      },
  40.      "contactPoint": {
  41.        "@type": "ContactPoint",
  42.        "contactType": "customer support"
  43.      }
  44.    }
  45. </script>
  46. <style>
  47.  span[itemprop="text"] {
  48.    color: white;
  49.  }
  50.  span[itemprop="description"] {
  51.    color: white;
  52.  }
  53.  span[itemprop="articleBody"] {
  54.    color: white;
  55.  }
  56.  span[itemprop="name"] {
  57.    color: white;
  58.  }  
  59.  h1{
  60.  color: white;
  61.  }
  62.    h2{
  63.  color: white;
  64.  }
  65. </style>
  66.  
  67. <br><br><br><br><br>
  68.  
  69. <html itemscope itemtype="https://schema.org/WebPage">
  70. <head>
  71. <title style="color: white;">anlm Landing Page</title>
  72. <!-- Add any other necessary meta data -->
  73. </head>
  74. </html>
  75. <div itemscope itemtype="https://schema.org/Article">
  76. <h1 itemprop="headline">ANLM - Rwanda Guide</h1>
  77. <span itemprop="description">Explore a wide range Rwanda activities and Life and more</span>
  78. <span itemprop="articleBody">Choosing the Right Blog for you</span>
  79. </div>
  80. <!-- Review schema -->
  81. <div itemscope itemtype="https://schema.org/Review">
  82. <span itemprop="itemReviewed" itemscope itemtype="https://schema.org/Product">
  83. <span itemprop="name">anlm Service</span>
  84. </span>
  85. <span itemprop="reviewBody"></span>
  86. <span itemprop="reviewRating" itemscope itemtype="https://schema.org/Rating">
  87. <span itemprop="ratingValue"></span>
  88. </span>
  89. </div>
  90.  
  91.        <style>
  92.           * {
  93.    box-sizing: border-box;
  94.    margin: 0px;
  95.  }
  96.  
  97.  body {
  98.    font-family: Arial, Helvetica, sans-serif;
  99.    margin: 0;
  100.    background-image: url("anlm-logo.jpg");
  101. background-size: cover;
  102. background-repeat: no-repeat;
  103.  }  
  104.  /*header*/
  105.  .brand{
  106.    text-align: center;
  107.     float: end;
  108.     margin-top: 0px;
  109.  
  110.  }
  111.  .brand a{
  112.      text-decoration: none;
  113.      color: #fff;
  114.      font-family: Berlin Sans FB;
  115.      -webkit-animation-name: example; /* Chrome, Safari, Opera */
  116.      -webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
  117.      animation-name: branddesign;
  118.      animation-duration: 4s;
  119.      animation-iteration-count: 2;
  120.  
  121.  }
  122.  @keyframes branddesign {
  123.      0%   {color: #282e3b;}
  124.      25%  { color: white;}
  125.      50%  { color: #282e3b;}
  126.      100% { color: white;}
  127.  }
  128.  /*sidenavigation*/
  129.  .sidenav {
  130.      height: 100%;
  131.      width: 0;
  132.      position: fixed;
  133.      z-index: 1;
  134.      top: 0;
  135.      left: 0;
  136.      background-color: white;
  137.      overflow-x: hidden;
  138.      transition: 0.5s;
  139.      padding-top: 60px;
  140.  }
  141.  
  142.  .sidenav a {
  143.      padding: 8px 8px 8px 32px;
  144.      text-decoration: none;
  145.      font-size: 25px;
  146.      display: block;
  147.      transition: 0.3s
  148.  }
  149.  
  150.  .sidenav a:hover{
  151.      color: #ff5a1c;
  152.      text-decoration-thickness: 3px;
  153.  }
  154.  .closebtn {
  155.      font-size: 36px !important;
  156.  }
  157.  .main-side-container{
  158.    display: -webkit-flex;
  159.      display: flex;
  160.      -webkit-flex-wrap: nowrap;
  161.      flex-wrap: nowrap;
  162.  }
  163.  .main-side-container div a{
  164.    font-size: 15pt;
  165.  }
  166.  .main-side-container div hr{
  167.  height: 2px;
  168.  width: 80%;
  169.  border: none;
  170.  border-radius: 7px;
  171.  background-color:#fff;
  172.  }
  173.  .w-f-u{
  174.    background-color: #00b600;
  175.    border-radius: 5px;
  176.  }
  177.  .w-f-u:hover{
  178.    color: white !important;
  179.    box-shadow: 0px 0px 10px red;
  180.  }
  181.  
  182.  .sub-side-container:first-child{
  183.    color: red;
  184.  }
  185.  /* Responsive layout*/
  186.  @media screen and (max-width: 1080px) {
  187.    .main-side-container{
  188.      display: -webkit-flex;
  189.        display: flex;
  190.        -webkit-flex-wrap: wrap;
  191.        flex-wrap: wrap;
  192.    }
  193.    .main-side-container div a{
  194.      font-size: 14pt;
  195.    }
  196.  }@media screen and (max-width: 863px) {
  197.  .main-side-container div a{
  198.      font-size: 13pt;}
  199.    }
  200.    @media screen and (max-width: 820px) {
  201.      .main-side-container div a{
  202.          font-size: 12pt;
  203.      }
  204.      .w-f-u{
  205.       margin-bottom: 10px;
  206.        margin-left: 10px;
  207.      }
  208.  }
  209.  h4 {
  210.      text-align: center;
  211.      font-size: 60px;
  212.      margin-top: 0px;
  213.  color: black;
  214.    }
  215.    .svg-clock{
  216.      width: 11px;
  217.      fill:grey;
  218.    }
  219.    /* Increase the font size of the h1 element */
  220.    .header h1 {
  221.      font-size: 40px;
  222.  color: black;
  223.    }
  224.    
  225.    /* Column container */
  226.    .row {  
  227.      display: flex;
  228.      flex-wrap: wrap;
  229.    }
  230.    
  231. /* Create three equal columns that sits next to each other */
  232. /* Left column */
  233. .side {
  234.  flex: 40%;
  235.  background-image: url("anlm-logo.jpg");
  236.  background-size: cover;
  237.  background-repeat: no-repeat;
  238.  color: white;
  239.  padding: 5px;
  240.  margin-top: 50px;
  241. }
  242.  
  243. /* Middle column */
  244. .main {
  245.  flex: 30%;
  246.    background-image: url("anlm-logo.jpg");
  247. background-size: cover;
  248. background-repeat: no-repeat;
  249.  color: white;
  250.  padding: 5px;
  251.  margin-top: 50px;
  252. }
  253.  
  254. /* Right column */
  255. .side {
  256.  flex: 30%;
  257.    background-image: url("anlm-logo.jpg");
  258. background-size: cover;
  259. background-repeat: no-repeat;
  260.  color: white;
  261.  padding: 5px;
  262.  margin-top: 50px;
  263. }
  264.  
  265.    
  266.    /*  image */
  267.    .imgprops {
  268.      width: 100%;
  269.    }
  270.    @media screen and (max-width: 800px) {
  271.      .side{
  272.  flex: 50%;
  273.      }
  274.      .main{
  275.        flex: 50%;
  276.      }
  277.      
  278.    }
  279.    /* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
  280.    @media screen and (max-width: 500px) {
  281.      .row {  
  282.        flex-direction: column;
  283.      }
  284.    }
  285.    
  286.    /* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
  287.    @media screen and (max-width: 400px) {
  288.      .navbar a {
  289.        float: none;
  290.        width:100%;
  291. justify-content: center;
  292. font-size: 50px;
  293. display: flex;
  294.      }
  295.    }
  296.    .sidenav {
  297.        height: 100%;
  298.        width: 0;
  299.        position: fixed;
  300.        z-index: 1;
  301.        top: 0;
  302.        right:  0;
  303.        background-color:#282e3b ;
  304.        overflow-x: hidden;
  305.        transition: 0.5s;
  306.        padding:0px;
  307.    opacity: .90;
  308.    }
  309.    
  310.    .sidenav a {
  311.        padding: 8px 8px 8px 32px;
  312.        text-decoration: none;
  313.        font-size: 25px;
  314.        color: #fff;
  315.        display: block;
  316.        transition: 0.3s;
  317.    
  318.    }
  319.    
  320.    .sidenav a:hover, .offcanvas a:focus{
  321.        color:red;
  322.        text-decoration: none;
  323.    }
  324.    
  325.    .closebtn {
  326.        position: relative;
  327.        top: 0;
  328.        right: 25px;
  329.        font-size: 36px !important;
  330.        
  331.    }
  332.    
  333.    #main {
  334.        transition: margin-left .5s;
  335.      
  336.      color: white;
  337.    }
  338.    
  339.    @media screen and (max-height: 450px) {
  340.      .sidenav {padding-top: 15px;}
  341.      .sidenav a {font-size: 18px;}
  342.    }
  343.  @media screen and (max-width: 700px){
  344.  .top-nav{
  345.      display: none;
  346.  justify-content: center;
  347.  font-size: 12px;
  348.  margin-left: 6px;
  349.  }
  350.  }
  351.  @media screen and (max-width: 1000px){
  352.    .top-nav{
  353.      margin-left: 70px !important;
  354.  justify-content: center;
  355.  font-size: 12px;
  356.  margin-left: 6px;
  357.    }
  358.    }
  359.  .top-nav{
  360.    margin-bottom: 70px;
  361.    margin-left: 6%;
  362. justify-content: center;
  363. font-size: 12px;
  364. margin-left: 4px;
  365.    
  366.  }
  367.  .nav{
  368.    width: auto;
  369.    height: 40px;
  370.    border: none;
  371.    line-height: 25px;
  372. font-size: 12px;
  373.  }
  374.  .top-nav a{
  375.  text-decoration: none;
  376.  color: #fff;
  377.  font-family: Berlin Sans FB;
  378.  justify-content: center;
  379.  font-size: 12px;
  380.  margin-left: 4px;
  381.  
  382.  }
  383.  .top-nav a:hover{
  384.    color: red;
  385. justify-content: center;
  386. font-size: 12px;
  387. margin-left: 4px;
  388.  }
  389.  .top-nav a li{
  390.    list-style: none;
  391.  float: left;
  392.    font-size: 12px;
  393.  
  394. justify-content: center;
  395. font-size: 17px;
  396. margin-left: 5px;
  397.  }
  398.  .fa-circle{
  399.  color: red;
  400.  margin-left: 3px;
  401.  }
  402.  #c-color{
  403.        text-transform: uppercase;
  404.    }
  405.   .header-box{
  406.     background-color: #1d2330;
  407.     height:120px;
  408.   }
  409.   .News-heading{
  410.     text-decoration: navy;    
  411.     font-size:12pt;
  412.     display:flex;
  413.     flex-direction:row;
  414.   }
  415.   .News-heading:before, .News-heading:after{
  416.  content: "";
  417.  flex: 1 1;
  418.  border-bottom: 1px solid;
  419.  margin:auto;
  420.   }
  421.   .News-heading:before{
  422.     margin-right: 10px;
  423.   }
  424.   .News-heading:after{
  425.     margin-left: 10px;
  426.   }
  427.   footer{
  428.     background-color: #282e3b;
  429.     margin: 0px;
  430.   }
  431.  
  432.  .footer-main-container{
  433.    display: -webkit-flex;
  434.        display: flex;
  435.        -webkit-flex-wrap: wrap;
  436.        flex-wrap: wrap;
  437.  }
  438.  .footer-main-container div{
  439.    margin-left: 5px;
  440.    width: 300px;
  441.  }
  442.  .footer-main-container div hr{
  443.    width: 80%;
  444.    margin-left: 0px;
  445.  }
  446.  .facb:hover{
  447.    color: rgb(62, 62, 214) !important;
  448.  }
  449.  .insg:hover{
  450.    color: rgba(255, 0, 21, 0.493) !important;
  451.  }
  452.  .twit:hover{
  453.    color: skyblue !important;
  454.  }
  455.  .teleg:hover{
  456.    color: rgb(33, 135, 175) !important;
  457.  }
  458.  .footer-main-container div p{
  459.    color: #828da670;
  460.  }
  461.  .footer-main-container div a{
  462.    text-decoration: none;
  463.    font-size: 15pt;
  464.   color: #828da6;
  465.   font-size: 13pt;
  466.   line-height: 35px;
  467.  }
  468.  .footer-main-container div a:hover{
  469.    color: #fff;
  470.  }
  471.  .sub-container:first-child{
  472.    color: #fff;
  473.  }
  474.  .footer-terms{
  475.    text-align: center;
  476.    color:#828da6 ;
  477.    font-size: 10pt;
  478.  }
  479.  .footer-terms a{
  480.    color: #f1f1f1;
  481.    text-decoration: none;
  482.    font-size: 10pt;
  483.  }
  484.   .card-title-font{
  485.     color:#113277;
  486.     font-size: 15pt
  487.   }
  488. .postimgtop{
  489.  width:100%;
  490.   height:320px;
  491.   border-radius:5px 5px 0 0;
  492. }
  493. .postimgtop-con{
  494.   height: auto;
  495. }
  496. .postimgtopt{
  497.  width:100%;
  498.   height:150px;
  499.   border-radius:5px 5px 0 0;
  500. }
  501. .fixed-bar{
  502.  position: fixed;
  503.  top:0;
  504.  width: 100%;
  505.  z-index: 1;
  506. }
  507. /*scroll to top*/
  508. @keyframes rotate {
  509.   to {
  510.     transform: rotate(2520deg);
  511.   }
  512. }
  513. #myBtn {
  514.  display: none;
  515.  position: fixed;
  516.  bottom: 20px;
  517.  right: 30px;
  518.  z-index: 99;
  519.  font-size: 18px;
  520.  border: none;
  521.  outline: none;
  522.  background-color: red;
  523.  color: white;
  524.  cursor: pointer;
  525.  padding: 15px;
  526.  border-radius: 4px;
  527. }
  528.  
  529. #myBtn:hover {
  530.  background-color: #555;
  531.  animation-name: rotate;
  532.     animation-duration: 3s;
  533.     animation-timing-function: linear;
  534.     animation-iteration-count: infinite;
  535. }
  536.  
  537. #cookies-banner {
  538.  position: fixed;
  539.  bottom: 0;
  540.  left: 0;
  541.  right: 0;
  542.  background-color: rgba(0, 0, 0, 0.8);
  543.  color: white;
  544.  text-align: center;
  545.  padding: 10px;
  546. }
  547.  
  548. #cookies-banner button {
  549.  background-color: #4CAF50;
  550.  color: white;
  551.  padding: 8px 16px;
  552.  border: none;
  553.  border-radius: 4px;
  554.  margin: 0 10px;
  555.  cursor: pointer;
  556. }
  557.  
  558. #cookies-banner button:hover {
  559.  background-color: yellow;
  560.  color: black;
  561. }
  562.        </style>
  563.  
  564. <script>
  565. function acceptCookies() {
  566.  setCookie('cookie_consent', 'true', 365);
  567.  hideCookiesBanner();
  568. }
  569.  
  570. function hideCookiesBanner() {
  571.  document.getElementById('cookies-banner').style.display = 'none';
  572. }
  573.  
  574. function setCookie(name, value, days) {
  575.  var expires = "";
  576.  if (days) {
  577.    var date = new Date();
  578.    date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
  579.    expires = "; expires=" + date.toUTCString();
  580.  }
  581.  document.cookie = name + "=" + (value || "")  + expires + "; path=/";
  582. }
  583.  
  584. // Check if the cookie consent has been given before
  585. if (document.cookie.indexOf('cookie_consent=true') > -1) {
  586.  // Hide the cookies banner if the consent has been given
  587.  document.getElementById('cookies-banner').style.display = 'none';
  588. }
  589.  
  590. // Function to set the cookie consent
  591. function setCookieConsent(consent) {
  592.  // Set the cookie with an expiration date of 365 days
  593.  var d = new Date();
  594.  d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000));
  595.  var expires = "expires="+ d.toUTCString();
  596.  document.cookie = "cookie_consent=" + consent + ";" + expires + ";path=/";
  597.  
  598.  // Hide the cookies banner if the consent has been given
  599.  document.getElementById('cookies-banner').style.display = 'none';
  600. }
  601.  
  602.  
  603. </script>
  604.  
  605.  
  606.  
  607.  
  608.  
  609. </head>
  610.  
  611. <body>
  612.  <section class="header-box fixed-bar "itemscope itemtype="http://schema.org/WebPage">>
  613.  
  614.    <span style="font-size:30px;cursor:pointer; color: rgb(255, 255, 255); float: left;" onclick="openNav()">☰ </span>
  615.    <h2 class="brand"><a href="/">Rwanda<span style="color: red"> Blogs</span> Platform</a></h2>
  616.  
  617.  <ul class="top-nav">
  618.    <a href="/" ><li class="nav" id="c-color"> Home <i class="fa fa-circle" style="font-size: 8pt;  "></i></li></a>
  619. <a href="/rwandan-genocide-and-remembrance" itemprop="breadcrumb"><li>Genocide</li></a>
  620. <a href="/gorilla-trekking-and-wildlife-in-rwanda" itemprop="breadcrumb"><li>Wildlife</li></a>
  621. <a href="/kigali-city-guide" itemprop="breadcrumb"><li>Kigali</li></a>
  622. <a href="/rwandan-culture-and-traditions" itemprop="breadcrumb"><li>Culture</li></a>
  623. <a href="/akagera-national-park-and-safaris" itemprop="breadcrumb"><li>Akagera</li></a>
  624. <a href="/lake-kivu-and-water-activities-in-rwanda" itemprop="breadcrumb"><li>Kivu</li></a>
  625. <a href="/rwandan-cuisine-and-recipes" itemprop="breadcrumb"><li>Cuisine</li></a>
  626. <a href="/rwandan-art-and-craftsmanship" itemprop="breadcrumb"><li>Art</li></a>
  627. <a href="/rwandan-economic-growth-and-investment" itemprop="breadcrumb"><li>Investment</li></a>
  628. <a href="/learning-kinyarwanda" itemprop="breadcrumb"><li>Kinyarwanda</li></a>
  629. <a href="/rwandan-music-and-dance" itemprop="breadcrumb"><li>Music</li></a>
  630. <a href="/rwandan-literature-and-writers" itemprop="breadcrumb"><li>Literature</li></a>
  631. <a href="/education-and-universities-in-rwanda" itemprop="breadcrumb"><li>Education</li></a>
  632. <a href="/rwandan-fashion-and-clothing" itemprop="breadcrumb"><li>Fashion</li></a>
  633. <a href="/rwandas-green-initiatives" itemprop="breadcrumb"><li>Green</li></a>
  634. <a href="/rwandan-diaspora-communities" itemprop="breadcrumb"><li>Diaspora</li></a>
  635. <a href="/rwandan-sports-and-athletics" itemprop="breadcrumb"><li>Sports</li></a>
  636. <a href="/rwandan-healthcare-and-medical-services" itemprop="breadcrumb"><li>Healthcare</li></a>
  637. <a href="/tourism-and-adventure-in-rwanda" itemprop="breadcrumb"><li>Tourism</li></a>
  638. <a href="/rwandan-tech-and-innovation" itemprop="breadcrumb"><li>Tech</li></a>
  639.  
  640.     </ul>
  641. <meta itemprop="datePublished" content="2023-05-15">
  642. </section>
  643. <div id="cookies-banner">
  644.  <p>This website uses cookies to ensure you get the best experience on our website. By clicking "Accept", you agree to our use of cookies. <a href="cookies_policy">Learn more</a></p>
  645.  <button onclick="acceptCookies()">Accept</button>
  646.  <button onclick="hideCookiesBanner()">Cancel</button>
  647. </div>
  648.  
  649.  
  650.  
  651.  
  652.    
  653. <!--top navigation -->
  654.  
  655.         <div id="mySidenav" class="sidenav">
  656.            <a href="javascript:void(0)" class="closebtn" onclick="closeNav()"><i style="color: red; float: right; font-size: 50pt;" >&times;</i></a>
  657.            <div class="main-side-container">
  658.              <div>
  659.              <a href="javascript:void(0)" class="sub-side-container">Useful links</a>
  660.              <hr>
  661.              <a href="/"> Home</a>
  662.              <a href="/rwandan-fashion-and-clothing">Rwandan Fashion and Clothing</a>  
  663.                        
  664.              <a href="/rwandas-green-initiatives">Rwandas Green Initiatives</a>
  665.              <a href="/rwandan-diaspora-communities">Rwandan Diaspora Communities</a>
  666.            </div>
  667.            <div>
  668.              <a href="javascript:void(0)"></a>
  669.              <a href="javascript:void(0)"></a>
  670.              <a href="javascript:void(0)"></a>
  671.              <a href="#">Rwanda-Africa</a>
  672.              <a href="#">Rwanda Life</a>
  673.              <a href="/rwandan-sports-and-athletics">Rwandan Sports and Athletics</a>
  674.              <a href="/rwandan-healthcare-and-medical-services">Rwandan Healthcare and Medical Services</a>
  675.              <a href="/tourism-and-adventure-in-rwanda">Tourism and Adventure in Rwanda</a>
  676.          
  677.            </div>
  678.            <div>
  679.              <a href="javascript:void(0)" class="sub-side-container"> Socials</a>
  680.              <hr>
  681.              <a href="https//www.anlm.org" class="facb"><i class="fa fa-facebook"></i> Facebook</a>
  682.              <a href="#" class="insg"><i class="fa fa-instagram"></i> Instagram</a>
  683.              <a href="#" class="twit"><i class="fa fa-twitter"></i> Twitter</a>
  684.              <a href="https//www.anlm.org" class="teleg"><i class="fa fa-telegram"></i> Telegram</a>
  685.            </div>
  686.            <div>
  687.              <a href="javascript:void(0)" class="sub-side-container"> Help & Support</a>
  688.              <hr>
  689.              <a href="/contact-us"> Contact</a>
  690.              <a href="/about-us"> About Us</a>
  691.              <a href="/write-for-us" class="w-f-u"> <i class="fa fa-book"></i> Write for Us</a>
  692.            </div>
  693.            </div>
  694.          </div>
  695.      
  696.        <script>
  697.            function openNav() {
  698.                document.getElementById("mySidenav").style.width = "100%";
  699.            }
  700.            
  701.            function closeNav() {
  702.                document.getElementById("mySidenav").style.width = "0";
  703.            }
  704.            </script>  
  705.                
  706.            <br><br><br>  <div class="row">
  707.                <div class="side">
  708.                  
  709.                  <div class="imgprops" style="height:auto;">
  710.          
  711.  
  712.                      <!-- Blog Post -->  
  713.   <h6 style="border-top: 2px solid white; color: grey;  font-family: Berlin Sans FB;">
  714. <svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 9 months ago      
  715.  
  716. </h6>        
  717. <div class="card mb-4">
  718. <img class="postimgtopt" src="uploads/akagera-national-park-and-safaris-conservation-efforts-in-akagera_1.jpg" alt="Akagera National Park and Safari Adventures: Preserving Wildlife through Conservation Efforts">
  719.          <div class="card-body" >
  720.            <h2 class="card-title-font">Akagera National Park and Safari Adventures: Preserving Wildlife through Conservation Efforts</h2>
  721.              
  722.    
  723.            <a href="akagera-national-park-and-safaris-conservation-efforts-in-akagera" class="btn btn-primary">Read More &rarr;</a>
  724.  
  725.  
  726.  
  727.          </div>
  728.        
  729.        </div>
  730. <h6 style="border-top: 2px solid white; color: grey;  font-family: Berlin Sans FB;">
  731. <svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 9 months ago      
  732.  
  733. </h6>        
  734. <div class="card mb-4">
  735. <img class="postimgtopt" src="uploads/akagera-national-park-and-safaris-boat-safaris-on-lake-ihema_1.jpg" alt="Exploring the Wonders of Akagera National Park: Unveiling the Thrills of Boat Safaris on Lake Ihema">
  736.          <div class="card-body" >
  737.            <h2 class="card-title-font">Exploring the Wonders of Akagera National Park: Unveiling the Thrills of Boat Safaris on Lake Ihema</h2>
  738.              
  739.    
  740.            <a href="akagera-national-park-and-safaris-boat-safaris-on-lake-ihema" class="btn btn-primary">Read More &rarr;</a>
  741.  
  742.  
  743.  
  744.          </div>
  745.        
  746.        </div>
  747. <h6 style="border-top: 2px solid white; color: grey;  font-family: Berlin Sans FB;">
  748. <svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 9 months ago      
  749.  
  750. </h6>        
  751. <div class="card mb-4">
  752. <img class="postimgtopt" src="uploads/akagera-national-park-and-safaris-night-safaris-in-akagera_1.jpg" alt="Discover the Thrilling Adventures of Night Safaris in Akagera National Park">
  753.          <div class="card-body" >
  754.            <h2 class="card-title-font">Discover the Thrilling Adventures of Night Safaris in Akagera National Park</h2>
  755.              
  756.    
  757.            <a href="akagera-national-park-and-safaris-night-safaris-in-akagera" class="btn btn-primary">Read More &rarr;</a>
  758.  
  759.  
  760.  
  761.          </div>
  762.        
  763.        </div>
  764. <h6 style="border-top: 2px solid white; color: grey;  font-family: Berlin Sans FB;">
  765. <svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 9 months ago      
  766.  
  767. </h6>        
  768. <div class="card mb-4">
  769. <img class="postimgtopt" src="uploads/akagera-national-park-and-safaris-akagera-wildlife-species_1.jpg" alt="Discover the Breathtaking Wildlife Species of Akagera National Park and Safaris">
  770.          <div class="card-body" >
  771.            <h2 class="card-title-font">Discover the Breathtaking Wildlife Species of Akagera National Park and Safaris</h2>
  772.              
  773.    
  774.            <a href="akagera-national-park-and-safaris-akagera-wildlife-species" class="btn btn-primary">Read More &rarr;</a>
  775.  
  776.  
  777.  
  778.          </div>
  779.        
  780.        </div>
  781.  
  782.  
  783.                </div>
  784.                 <h3><a href="/rwandan-tech-and-innovation" class="News-heading">Rwandan Tech and Innovation</a></h3>
  785.                  <div class="imgprops" style="height:auto;">
  786.                
  787.                    <!-- Blog Post -->  
  788.   <h6 style="border-top: 2px solid white; color: grey;  font-family: Berlin Sans FB;">
  789. <svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 9 months ago      
  790.  
  791. </h6>        
  792. <div class="card mb-4">
  793. <img class="postimgtopt" src="uploads/gorilla-trekking-and-wildlife-in-rwanda-wildlife-conservation-efforts_1.jpg" alt="Gorilla Trekking and Wildlife in Rwanda: A Testament to Conservation Efforts">
  794.          <div class="card-body" >
  795.            <h2 class="card-title-font">Gorilla Trekking and Wildlife in Rwanda: A Testament to Conservation Efforts</h2>
  796.              
  797.    
  798.            <a href="gorilla-trekking-and-wildlife-in-rwanda-wildlife-conservation-efforts" class="btn btn-primary">Read More &rarr;</a>
  799.          </div>
  800.        
  801.        </div>
  802. <h6 style="border-top: 2px solid white; color: grey;  font-family: Berlin Sans FB;">
  803. <svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 9 months ago      
  804.  
  805. </h6>        
  806. <div class="card mb-4">
  807. <img class="postimgtopt" src="uploads/gorilla-trekking-and-wildlife-in-rwanda-golden-monkey-tracking_1.jpg" alt="Exploring the Enchanting Wildlife of Rwanda: Gorilla Trekking and Golden Monkey Tracking">
  808.          <div class="card-body" >
  809.            <h2 class="card-title-font">Exploring the Enchanting Wildlife of Rwanda: Gorilla Trekking and Golden Monkey Tracking</h2>
  810.              
  811.    
  812.            <a href="gorilla-trekking-and-wildlife-in-rwanda-golden-monkey-tracking" class="btn btn-primary">Read More &rarr;</a>
  813.          </div>
  814.        
  815.        </div>
  816. <h6 style="border-top: 2px solid white; color: grey;  font-family: Berlin Sans FB;">
  817. <svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 9 months ago      
  818.  
  819. </h6>        
  820. <div class="card mb-4">
  821. <img class="postimgtopt" src="uploads/gorilla-trekking-and-wildlife-in-rwanda-gorilla-trekking-permits_1.jpg" alt="An Insider&#039;s Guide to Gorilla Trekking Permits in Rwanda - Unlocking the Magic of Wildlife Encounters">
  822.          <div class="card-body" >
  823.            <h2 class="card-title-font">An Insider&#039;s Guide to Gorilla Trekking Permits in Rwanda - Unlocking the Magic of Wildlife Encounters</h2>
  824.              
  825.    
  826.            <a href="gorilla-trekking-and-wildlife-in-rwanda-gorilla-trekking-permits" class="btn btn-primary">Read More &rarr;</a>
  827.          </div>
  828.        
  829.        </div>
  830. <h6 style="border-top: 2px solid white; color: grey;  font-family: Berlin Sans FB;">
  831. <svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 9 months ago      
  832.  
  833. </h6>        
  834. <div class="card mb-4">
  835. <img class="postimgtopt" src="uploads/gorilla-trekking-and-wildlife-in-rwanda-mountain-gorilla-habitat_1.jpg" alt="Gorilla Trekking and Wildlife in Rwanda: Exploring the Mountain Gorilla Habitat">
  836.          <div class="card-body" >
  837.            <h2 class="card-title-font">Gorilla Trekking and Wildlife in Rwanda: Exploring the Mountain Gorilla Habitat</h2>
  838.              
  839.    
  840.            <a href="gorilla-trekking-and-wildlife-in-rwanda-mountain-gorilla-habitat" class="btn btn-primary">Read More &rarr;</a>
  841.          </div>
  842.        
  843.        </div>
  844.  
  845.                </div>
  846. <h3><a href="/rwandan-genocide-and-remembrance" class="News-heading">Rwandan Genocide and Remembrance</a></h3>
  847.                  <div class="imgprops" style="height:auto;">
  848.                 <!-- Blog Post -->  
  849.   <h6 style="border-top: 2px solid white; color: grey;  font-family: Berlin Sans FB;">
  850. <svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 9 months ago      
  851.  
  852. </h6>        
  853. <div class="card mb-4">
  854. <img class="postimgtopt" src="uploads/rwandan-culture-and-traditions-cultural-etiquette-in-rwanda_1.jpg" alt="Unveiling Rwandan Culture and Traditions: A Guide to Cultural Etiquette in Rwanda">
  855.          <div class="card-body" >
  856.            <h2 class="card-title-font">Unveiling Rwandan Culture and Traditions: A Guide to Cultural Etiquette in Rwanda</h2>
  857.              
  858.    
  859.            <a href="rwandan-culture-and-traditions-cultural-etiquette-in-rwanda" class="btn btn-primary">Read More &rarr;</a>
  860.          </div>
  861.        
  862.        </div>
  863. <h6 style="border-top: 2px solid white; color: grey;  font-family: Berlin Sans FB;">
  864. <svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 9 months ago      
  865.  
  866. </h6>        
  867. <div class="card mb-4">
  868. <img class="postimgtopt" src="uploads/rwandan-culture-and-traditions-rwandan-naming-ceremonies_1.jpg" alt="The Essence of Rwandan Naming Ceremonies: Celebrating Tradition and Identity">
  869.          <div class="card-body" >
  870.            <h2 class="card-title-font">The Essence of Rwandan Naming Ceremonies: Celebrating Tradition and Identity</h2>
  871.              
  872.    
  873.            <a href="rwandan-culture-and-traditions-rwandan-naming-ceremonies" class="btn btn-primary">Read More &rarr;</a>
  874.          </div>
  875.        
  876.        </div>
  877. <h6 style="border-top: 2px solid white; color: grey;  font-family: Berlin Sans FB;">
  878. <svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 9 months ago      
  879.  
  880. </h6>        
  881. <div class="card mb-4">
  882. <img class="postimgtopt" src="uploads/rwandan-culture-and-traditions-umuganda-and-community-participation_1.jpg" alt="Umuganda: A Glimpse into Rwandan Culture and the Power of Community Participation">
  883.          <div class="card-body" >
  884.            <h2 class="card-title-font">Umuganda: A Glimpse into Rwandan Culture and the Power of Community Participation</h2>
  885.              
  886.    
  887.            <a href="rwandan-culture-and-traditions-umuganda-and-community-participation" class="btn btn-primary">Read More &rarr;</a>
  888.          </div>
  889.        
  890.        </div>
  891. <h6 style="border-top: 2px solid white; color: grey;  font-family: Berlin Sans FB;">
  892. <svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 9 months ago      
  893.  
  894. </h6>        
  895. <div class="card mb-4">
  896. <img class="postimgtopt" src="uploads/rwandan-culture-and-traditions-rwandan-traditional-dance-styles_1.jpg" alt="Exploring the Vibrant Rwandan Traditional Dance Styles">
  897.          <div class="card-body" >
  898.            <h2 class="card-title-font">Exploring the Vibrant Rwandan Traditional Dance Styles</h2>
  899.              
  900.    
  901.            <a href="rwandan-culture-and-traditions-rwandan-traditional-dance-styles" class="btn btn-primary">Read More &rarr;</a>
  902.          </div>
  903.        
  904.        </div>
  905.                </div><br>          
  906.                  
  907.                </div>
  908.                <div class="main">
  909.              
  910.                  <div class="imgprops" style="height:auto;">
  911.                
  912.      <!-- Blog Post -->
  913.  
  914.  
  915.  
  916.                </div>
  917.                
  918.                 </div>
  919.                <div class="side">
  920.                
  921.                  <div class="imgprops" style="height:auto;">
  922.                 <!-- Sidebar Widgets Column -->
  923. <div class="col-md-14">
  924.  
  925.    <!-- Search Widget -->
  926.    <div class="card mb-4">
  927.        <h5 class="card-header sidebar-title" style="color: black;">SEARCH</h5>
  928.        <div class="card-body">
  929.            <form name="search" action="/search" method="post">
  930.                <div class="input-group">
  931.                    <input type="text" name="searchtitle" class="form-control" placeholder="Search for..." required>
  932.                    <span class="input-group-btn">
  933.                        <button class="btn btn-secondary" type="submit">Go!</button>
  934.                    </span>
  935.                </div>
  936.            </form>
  937.        </div>
  938.    </div>
  939.  
  940.  
  941.  
  942.    <!-- Side Widget -->
  943.    <div class="card my-4">
  944.        <h5 class="card-header sidebar-title"style="color: black;">Recent News</h5>
  945.        <div class="card-body">
  946.            <ul class="mb-0">
  947.                                <li>
  948.                    <a href="anlm-rwanda-zurich-business-directory-links">Navigating Rwanda&#039;s Zurich Business Directory: Connecting Businesses Across Borders</a>
  949.  
  950.  
  951.                </li>
  952.                                <li>
  953.                    <a href="anlm-rwanda-wireless-microphones-links">Revolutionizing Sound: The Power of Wireless Microphones in Rwanda</a>
  954.  
  955.  
  956.                </li>
  957.                                <li>
  958.                    <a href="anlm-rwanda-weight-management-in-pets-links">Managing Weight in Pets: A Guide for Pet Owners in Rwanda</a>
  959.  
  960.  
  961.                </li>
  962.                                <li>
  963.                    <a href="anlm-rwanda-weight-management-in-humans-links">The Path to Healthy Weight Management in Rwanda</a>
  964.  
  965.  
  966.                </li>
  967.                                <li>
  968.                    <a href="anlm-rwanda-vietnamese-manufacturing-industries-links">The Rise of Rwanda&#039;s Vietnamese Manufacturing Industries</a>
  969.  
  970.  
  971.                </li>
  972.                                <li>
  973.                    <a href="anlm-rwanda-vietnamese-export-import-companies-links">Exploring the Growing Trade Relationship between Rwanda and Vietnamese Export-Import Companies</a>
  974.  
  975.  
  976.                </li>
  977.                                <li>
  978.                    <a href="anlm-rwanda-travel-to-geneva-links">From Rwanda to Geneva: A Travel Guide for Your Next Adventure</a>
  979.  
  980.  
  981.                </li>
  982.                                <li>
  983.                    <a href="anlm-rwanda-travel-to-frankfurt-links">Are you interested in traveling from Rwanda to Frankfurt? In this blog post, we will explore the journey from the beautiful landscapes of Rwanda to the bustling city of Frankfurt, Germany.</a>
  984.  
  985.  
  986.                </li>
  987.                            </ul>
  988.        </div>
  989.    </div>
  990.  
  991. </div>
  992.                </div>
  993.                
  994.                  <h3><a href="/gorilla-trekking-and-wildlife-in-rwanda" class="news-heading">Gorilla Trekking and Wildlife in Rwanda</a></h3>
  995.                  <div class="imgprops" style="height:auto;">
  996.                 <!-- Blog Post -->  
  997.   <h6 style="border-top: 2px solid white; color: grey;  font-family: Berlin Sans FB;">
  998. <svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 9 months ago      
  999.  
  1000. </h6>        
  1001. <div class="card mb-4"style="width: 18rem;">
  1002.        <img class="postimgtopt" src="uploads/rwandan-genocide-and-remembrance-international-response-to-genocide_1.jpg" alt="Remembering the Rwandan Genocide: The International Response to Genocide">
  1003.    </a>
  1004.    <div class="card-body">
  1005.        <h2 class="card-title-font">Remembering the Rwandan Genocide: The International Response to Genocide</h2>
  1006. <a href="rwandan-genocide-and-remembrance-international-response-to-genocide" class="btn btn-primary">Read More &rarr;</a>
  1007.    </div>
  1008. </div>
  1009.  
  1010. <h6 style="border-top: 2px solid white; color: grey;  font-family: Berlin Sans FB;">
  1011. <svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 9 months ago      
  1012.  
  1013. </h6>        
  1014. <div class="card mb-4"style="width: 18rem;">
  1015.        <img class="postimgtopt" src="uploads/rwandan-genocide-and-remembrance-survivor-testimonies_1.jpg" alt="Honoring the Rwandan Genocide: The Power of Survivor Testimonies">
  1016.    </a>
  1017.    <div class="card-body">
  1018.        <h2 class="card-title-font">Honoring the Rwandan Genocide: The Power of Survivor Testimonies</h2>
  1019. <a href="rwandan-genocide-and-remembrance-survivor-testimonies" class="btn btn-primary">Read More &rarr;</a>
  1020.    </div>
  1021. </div>
  1022.  
  1023. <h6 style="border-top: 2px solid white; color: grey;  font-family: Berlin Sans FB;">
  1024. <svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 9 months ago      
  1025.  
  1026. </h6>        
  1027. <div class="card mb-4"style="width: 18rem;">
  1028.        <img class="postimgtopt" src="uploads/rwandan-genocide-and-remembrance-kigali-genocide-memorial_1.jpg" alt="Honoring the Lives Lost: Exploring the Kigali Genocide Memorial in Remembrance of the Rwandan Genocide">
  1029.    </a>
  1030.    <div class="card-body">
  1031.        <h2 class="card-title-font">Honoring the Lives Lost: Exploring the Kigali Genocide Memorial in Remembrance of the Rwandan Genocide</h2>
  1032. <a href="rwandan-genocide-and-remembrance-kigali-genocide-memorial" class="btn btn-primary">Read More &rarr;</a>
  1033.    </div>
  1034. </div>
  1035.  
  1036. <h6 style="border-top: 2px solid white; color: grey;  font-family: Berlin Sans FB;">
  1037. <svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 9 months ago      
  1038.  
  1039. </h6>        
  1040. <div class="card mb-4"style="width: 18rem;">
  1041.        <img class="postimgtopt" src="uploads/rwandan-genocide-and-remembrance-causes-of-rwandan-genocide_1.jpg" alt="The Rwandan Genocide and Its Causes: A Painful Chapter in History">
  1042.    </a>
  1043.    <div class="card-body">
  1044.        <h2 class="card-title-font">The Rwandan Genocide and Its Causes: A Painful Chapter in History</h2>
  1045. <a href="rwandan-genocide-and-remembrance-causes-of-rwandan-genocide" class="btn btn-primary">Read More &rarr;</a>
  1046.    </div>
  1047. </div>
  1048.  
  1049.                </div>
  1050.                  
  1051.                  
  1052.                  <h3><a href="/kigali-city-guide" class="news-heading">Kigali City Guide</a></h3>
  1053.                  <div class="imgprops" style="height:auto;">
  1054.                 <!-- Blog Post -->  
  1055.   <h6 style="border-top: 2px solid white; color: grey;  font-family: Berlin Sans FB;">
  1056. <svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 9 months ago      
  1057.  
  1058. </h6>        
  1059. <div class="card mb-4"style="width: 18rem;">
  1060.        <img class="postimgtopt" src="uploads/gorilla-trekking-and-wildlife-in-rwanda-wildlife-conservation-efforts_1.jpg" alt="Gorilla Trekking and Wildlife in Rwanda: A Testament to Conservation Efforts">
  1061.    </a>
  1062.    <div class="card-body">
  1063.        <h2 class="card-title-font">Gorilla Trekking and Wildlife in Rwanda: A Testament to Conservation Efforts</h2>
  1064. <a href="gorilla-trekking-and-wildlife-in-rwanda-wildlife-conservation-efforts" class="btn btn-primary">Read More &rarr;</a>
  1065.    </div>
  1066. </div>
  1067.  
  1068. <h6 style="border-top: 2px solid white; color: grey;  font-family: Berlin Sans FB;">
  1069. <svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 9 months ago      
  1070.  
  1071. </h6>        
  1072. <div class="card mb-4"style="width: 18rem;">
  1073.        <img class="postimgtopt" src="uploads/gorilla-trekking-and-wildlife-in-rwanda-golden-monkey-tracking_1.jpg" alt="Exploring the Enchanting Wildlife of Rwanda: Gorilla Trekking and Golden Monkey Tracking">
  1074.    </a>
  1075.    <div class="card-body">
  1076.        <h2 class="card-title-font">Exploring the Enchanting Wildlife of Rwanda: Gorilla Trekking and Golden Monkey Tracking</h2>
  1077. <a href="gorilla-trekking-and-wildlife-in-rwanda-golden-monkey-tracking" class="btn btn-primary">Read More &rarr;</a>
  1078.    </div>
  1079. </div>
  1080.  
  1081. <h6 style="border-top: 2px solid white; color: grey;  font-family: Berlin Sans FB;">
  1082. <svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 9 months ago      
  1083.  
  1084. </h6>        
  1085. <div class="card mb-4"style="width: 18rem;">
  1086.        <img class="postimgtopt" src="uploads/gorilla-trekking-and-wildlife-in-rwanda-gorilla-trekking-permits_1.jpg" alt="An Insider&#039;s Guide to Gorilla Trekking Permits in Rwanda - Unlocking the Magic of Wildlife Encounters">
  1087.    </a>
  1088.    <div class="card-body">
  1089.        <h2 class="card-title-font">An Insider&#039;s Guide to Gorilla Trekking Permits in Rwanda - Unlocking the Magic of Wildlife Encounters</h2>
  1090. <a href="gorilla-trekking-and-wildlife-in-rwanda-gorilla-trekking-permits" class="btn btn-primary">Read More &rarr;</a>
  1091.    </div>
  1092. </div>
  1093.  
  1094. <h6 style="border-top: 2px solid white; color: grey;  font-family: Berlin Sans FB;">
  1095. <svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 9 months ago      
  1096.  
  1097. </h6>        
  1098. <div class="card mb-4"style="width: 18rem;">
  1099.        <img class="postimgtopt" src="uploads/gorilla-trekking-and-wildlife-in-rwanda-mountain-gorilla-habitat_1.jpg" alt="Gorilla Trekking and Wildlife in Rwanda: Exploring the Mountain Gorilla Habitat">
  1100.    </a>
  1101.    <div class="card-body">
  1102.        <h2 class="card-title-font">Gorilla Trekking and Wildlife in Rwanda: Exploring the Mountain Gorilla Habitat</h2>
  1103. <a href="gorilla-trekking-and-wildlife-in-rwanda-mountain-gorilla-habitat" class="btn btn-primary">Read More &rarr;</a>
  1104.    </div>
  1105. </div>
  1106.  
  1107.                </div>                
  1108.  
  1109.  
  1110.                  <h3><a href="/rwandan-culture-and-traditions" class="news-heading">Rwandan Culture and Traditions</a></h3>
  1111.                  <div class="imgprops" style="height:auto;">
  1112.                 <!-- Blog Post -->  
  1113.   <h6 style="border-top: 2px solid white; color: grey;  font-family: Berlin Sans FB;">
  1114. <svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 9 months ago      
  1115.  
  1116. </h6>        
  1117. <div class="card mb-4"style="width: 18rem;">
  1118.        <img class="postimgtopt" src="uploads/education-and-universities-in-rwanda-rwandan-education-reforms_1.jpg" alt="Transforming Education: The Remarkable Reforms in Rwanda&#039;s Universities">
  1119.    </a>
  1120.    <div class="card-body">
  1121.        <h2 class="card-title-font">Transforming Education: The Remarkable Reforms in Rwanda&#039;s Universities</h2>
  1122. <a href="education-and-universities-in-rwanda-rwandan-education-reforms" class="btn btn-primary">Read More &rarr;</a>
  1123.    </div>
  1124. </div>
  1125.  
  1126. <h6 style="border-top: 2px solid white; color: grey;  font-family: Berlin Sans FB;">
  1127. <svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 9 months ago      
  1128.  
  1129. </h6>        
  1130. <div class="card mb-4"style="width: 18rem;">
  1131.        <img class="postimgtopt" src="uploads/education-and-universities-in-rwanda-scholarships-for-international-students-in-rwanda_1.jpg" alt="Exploring Scholarship Opportunities for International Students in Rwanda: Unlocking Education Potential">
  1132.    </a>
  1133.    <div class="card-body">
  1134.        <h2 class="card-title-font">Exploring Scholarship Opportunities for International Students in Rwanda: Unlocking Education Potential</h2>
  1135. <a href="education-and-universities-in-rwanda-scholarships-for-international-students-in-rwanda" class="btn btn-primary">Read More &rarr;</a>
  1136.    </div>
  1137. </div>
  1138.  
  1139. <h6 style="border-top: 2px solid white; color: grey;  font-family: Berlin Sans FB;">
  1140. <svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 9 months ago      
  1141.  
  1142. </h6>        
  1143. <div class="card mb-4"style="width: 18rem;">
  1144.        <img class="postimgtopt" src="uploads/education-and-universities-in-rwanda-higher-education-opportunities-in-rwanda_1.jpg" alt="Education and Universities in Rwanda: Exploring Higher Education Opportunities in the Land of a Thousand Hills">
  1145.    </a>
  1146.    <div class="card-body">
  1147.        <h2 class="card-title-font">Education and Universities in Rwanda: Exploring Higher Education Opportunities in the Land of a Thousand Hills</h2>
  1148. <a href="education-and-universities-in-rwanda-higher-education-opportunities-in-rwanda" class="btn btn-primary">Read More &rarr;</a>
  1149.    </div>
  1150. </div>
  1151.  
  1152. <h6 style="border-top: 2px solid white; color: grey;  font-family: Berlin Sans FB;">
  1153. <svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 9 months ago      
  1154.  
  1155. </h6>        
  1156. <div class="card mb-4"style="width: 18rem;">
  1157.        <img class="postimgtopt" src="uploads/education-and-universities-in-rwanda-top-universities-in-rwanda_1.jpg" alt="The Top Universities in Rwanda: A Glimpse into Rwanda&#039;s Education System">
  1158.    </a>
  1159.    <div class="card-body">
  1160.        <h2 class="card-title-font">The Top Universities in Rwanda: A Glimpse into Rwanda&#039;s Education System</h2>
  1161. <a href="education-and-universities-in-rwanda-top-universities-in-rwanda" class="btn btn-primary">Read More &rarr;</a>
  1162.    </div>
  1163. </div>
  1164.  
  1165.                </div>  
  1166.                  
  1167.            
  1168. </div>  
  1169. </div>
  1170.  
  1171.  
  1172.  
  1173. <!-- Pagination -->
  1174. <ul class="pagination justify-content-center mb-4"style="width: 18rem;">
  1175.        <li class="page-item"><a href="?pageno=1"  class="page-link">First</a></li>
  1176.        <li class="disabled page-item">
  1177.            <a href="#" class="page-link">Prev</a>
  1178.        </li>
  1179.        <li class=" page-item">
  1180.            <a href="?pageno=2 " class="page-link">Next</a>
  1181.        </li>
  1182.        <li class="page-item"><a href="?pageno=364" class="page-link">Last</a></li>
  1183.    </ul>
  1184.  
  1185.  
  1186.    <button onclick="topFunction()" id="myBtn" title="Go to top">Top</button>
  1187. <script>
  1188. //Get the button
  1189. var mybutton = document.getElementById("myBtn");
  1190.  
  1191. // When the user scrolls down 20px from the top of the document, show the button
  1192. window.onscroll = function() {scrollFunction()};
  1193.  
  1194. function scrollFunction() {
  1195.  if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
  1196.    mybutton.style.display = "block";
  1197.  } else {
  1198.    mybutton.style.display = "none";
  1199.  }
  1200. }
  1201.  
  1202. // When the user clicks on the button, scroll to the top of the document
  1203. function topFunction() {
  1204.  document.body.scrollTop = 0;
  1205.  document.documentElement.scrollTop = 0;
  1206. }
  1207. </script>
  1208.  
  1209.  
  1210.  
  1211.  
  1212.              <footer>
  1213.                <!-- Footer -->
  1214.      
  1215.    <footer>
  1216.  
  1217.      
  1218.                <h2 class="brand"><a href="/">ANLM<span style="color: #ff591cbb"> Rwanda</span> Africa</a></h2>
  1219. <div class="footer-content">
  1220. <div class="footer-section">
  1221. <h3 class="footer-title">anlm</h3>
  1222. <p class="footer-description">The ultimate online resource for rwandan news enthusiasts.</p>
  1223.                <div id="clockbox" style="color:#aaa;text-align:center;"></div>
  1224.                <script type="text/javascript">
  1225. var tday=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];
  1226. var tmonth=["January","February","March","April","May","June","July","August","September","October","November","December"];
  1227.  
  1228. function GetClock(){
  1229. var d=new Date();
  1230. var nday=d.getDay(),nmonth=d.getMonth(),ndate=d.getDate(),nyear=d.getFullYear();
  1231. var nhour=d.getHours(),nmin=d.getMinutes(),nsec=d.getSeconds(),ap;
  1232.  
  1233. if(nhour==0){ap=" AM";nhour=12;}
  1234. else if(nhour<12){ap=" AM";}
  1235. else if(nhour==12){ap=" PM";}
  1236. else if(nhour>12){ap=" PM";nhour-=12;}
  1237.  
  1238. if(nmin<=9) nmin="0"+nmin;
  1239. if(nsec<=9) nsec="0"+nsec;
  1240.  
  1241. var clocktext=""+tday[nday]+", "+tmonth[nmonth]+" "+ndate+", "+nyear+" "+nhour+":"+nmin+":"+nsec+ap+"";
  1242. document.getElementById('clockbox').innerHTML=clocktext;
  1243. }
  1244.  
  1245. GetClock();
  1246. setInterval(GetClock,1000);
  1247. </script>
  1248.                <div class="footer-main-container">
  1249.                  <div>
  1250.                    <a href="javascript:void(0)" class="sub-container">Information</a>
  1251.                    <hr>
  1252.                    <p>Privacy Policy, Cookies Policy, Terms and Conditions. </a> <br>      
  1253.                    <i class="fa fa-info-circle"></i> Donations accepted <br>
  1254.                    
  1255.                   <a href="/terms-and-conditions"> Terms & Conditions </a>|<a href="/privacy-policy"> Privacy policy</a>|<a href="/cookies_policy">Cookies policy</a> |<a href="/faq">FAQ</a> <br>
  1256.  
  1257.                    Contact us: Feedback is very much appreciated! <br>
  1258.                   <a href="mailto:anlm.org@proton.me">Email: anlm.org@proton.me</a>  </p>
  1259.                  </div>
  1260.                  <div>
  1261.                  <a href="javascript:void(0)" class="sub-container">Useful links</a>
  1262.                  <hr>
  1263.                  <a href="/">Home</a><br>
  1264.  <a href="/submit_post">Submit Post</a> <br>
  1265.                  <a href="/kigali-city-guide">Kigali City Guide</a>  <br>        
  1266.                  <a href="/rwandan-culture-and-traditions">Rwandan Culture and Traditions</a><br>
  1267.                  <a href="/akagera-national-park-and-safaris">Akagera National Park and Safaris</a><br>
  1268.                  <a href="/lake-kivu-and-water-activities-in-rwanda">Lake Kivu and Water Activities in Rwanda</a><br>
  1269.                  <a href="/rwandan-cuisine-and-recipes">Rwandan Cuisine and Recipes</a> <br>
  1270.                  <a href="/rwandan-biographies">Biographies</a><br>
  1271.                  <a href="/blogs">Blogs</a><br>
  1272.                </div>
  1273.                
  1274.  
  1275.                <div>
  1276.                  <a href="javascript:void(0)" class="sub-container">Socials</a><br>
  1277.                  <hr>
  1278.                  <a href="https//www.anlm.org" class="facb"><i class="fa fa-facebook"></i>Facebook</a><br>
  1279.                  <a href="https//www.anlm.org" class="insg"><i class="fa fa-instagram"></i>Instagram</a><br>
  1280.                  <a href="https//www.anlm.org" class="twit"><i class="fa fa-twitter"></i>Twitter</a><br>
  1281.                  <a href="https//www.anlm.org" class="teleg"><i class="fa fa-telegram"></i>Telegram</a><br>
  1282.                </div>
  1283.                <div>
  1284.                  <a href="javascript:void(0)" class="sub-container"> Help & Support</a><br>
  1285.                  <hr>
  1286.                  <a href="/contact-us">Contact Us</a><br>
  1287.                  <a href="/about-us">About Us</a><br>
  1288.                  <a href="/advertise-with-us">Advertise With Us</a><br>
  1289.                  <a href="/write-for-us">Write for Us</a>
  1290.                </div>
  1291.                <div>
  1292.                  <a href="javascript:void(0)" class="sub-container"> Our Apps</a><br>
  1293.                  <hr>
  1294.                  <img src="/android-app.jpg" alt="android app">
  1295.                  <img src="/ios-app.jpg" alt="Ios app">
  1296.                </div>
  1297.                <div>
  1298.                  <a href="javascript:void(0)" class="sub-container"> Translate</a><br>
  1299.                  <hr>
  1300.                  <div id="ytWidget"></div><script src="https://translate.yandex.net/website-widget/v1/widget.js?widgetId=ytWidget&pageLang=en&widgetTheme=dark&autoMode=false" type="text/javascript"></script>
  1301.                  
  1302.                </div>
  1303.  
  1304. <div class="newsletter-content">
  1305.  <h2 class="section-title">Subscribe to Our Newsletter</h2>
  1306.  <p class="newsletter-description">Stay up to date with the latest Rwandan and African news, reviews, and more!</p>
  1307.  <form class="newsletter-form" method="post">
  1308.    <input type="email" name="email" placeholder="Enter your email">
  1309.    <button type="submit" name="subscribe">Subscribe</button>
  1310.  </form>
  1311. </div>
  1312.  
  1313.  
  1314.  
  1315.  
  1316.  
  1317. <style>
  1318. .newsletter-content {
  1319.  color: white;
  1320. }
  1321.  
  1322. .footer-description {
  1323.  color: white;
  1324. }
  1325.  
  1326. h3 {
  1327.  color: white;
  1328. }
  1329.  
  1330. </style>
  1331.  
  1332.                  <hr>
  1333.                   </div>
  1334.                
  1335.                </div>
  1336.                <p class="footer-terms">Copyright &copy; <script>document.write(new Date().getFullYear())</script> anlm. All right reserved</p>
  1337.              </footer>
  1338.               </footer>
  1339.               <!-- Bootstrap core JavaScript -->
  1340.    <script src="https://anlm.org/vendor/jquery/jquery.min.js"></script>
  1341.    <script src="https://anlm.org/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
  1342.  
  1343. </body>
  1344.  
  1345. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda