Current File : /home/igihango/public_html/squelettes/header.html
<!DOCTYPE html>
<html>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
    <title>Igihango Media - Amakuru Ukeneye Akugereho</title>
    <!--meta-->
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.2" />
    <meta name="format-detection" content="telephone=no" />
    <meta name="keywords" content="Igihango, Media, Rwanda, Amakuru" />
    <meta name="description" content="Igihango Media Group" />
    <!--style-->
    <link href='http://fonts.googleapis.com/css?family=Roboto:300,400,700' rel='stylesheet' type='text/css'>
    <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700' rel='stylesheet' type='text/css'>
    <link rel="stylesheet" type="text/css" href="style/reset.css">
    <link rel="stylesheet" type="text/css" href="style/superfish.css">
    <link rel="stylesheet" type="text/css" href="style/prettyPhoto.css">
    <link rel="stylesheet" type="text/css" href="style/jquery.qtip.css">
    <link rel="stylesheet" type="text/css" href="style/style.css">
    <link rel="stylesheet" type="text/css" href="style/menu_styles.css">
    <link rel="stylesheet" type="text/css" href="style/animations.css">
    <link rel="stylesheet" type="text/css" href="style/responsive.css">
    <link rel="stylesheet" type="text/css" href="style/odometer-theme-default.css">
    <link rel="shortcut icon" href="images/32.ico">
</head>

<body class="">
    <div class="site_container">

        <div class="header_top_bar_container border clearfix">
            <div class="header_top_bar">
                <form class="search">
                    <input type="text" name="s" placeholder="Search..." value="Search..." class="search_input hint">
                    <input type="submit" class="search_submit" value="">
                    <input type="hidden" name="page" value="search">
                </form>
                <!--<ul class="social_icons dark clearfix">
					<ul class="social_icons colors clearfix">-->
                <ul class="social_icons clearfix dark">
                    <li>
                        <a target="_blank" href="https://facebook.com/IgihangoMedia" class="social_icon facebook"
                            title="facebook">
                            &nbsp;
                        </a>
                    </li>
                    <li>
                        <a target="_blank" href="https://twitter.com/IgihangoMedia" class="social_icon twitter"
                            title="twitter">
                            &nbsp;
                        </a>
                    </li>
                    <li>
                        <a href=""
                            class="social_icon instagram" title="Instagram">
                            &nbsp;
                        </a>
                    </li>
                    <li>
                        <a href="https://www.youtube.com/@IGIHANGOMedia" class="social_icon youtube"
                            title="youtube">
                            &nbsp;
                        </a>
                    </li>
                    
                </ul>
                <div class="latest_news_scrolling_list_container">
                    <ul>
                        <li class="category">TRENDING</li>
                        <li class="left"><a href="#"></a></li>
                        <li class="right"><a href="#"></a></li>
                        <li class="posts">
                            <ul class="latest_news_scrolling_list">
                                <BOUCLE_trending(ARTICLES){titre_mot=Breaking_News}>
                                    <li><a href="#URL_ARTICLE" title="">#TITRE</a></li>
                                </BOUCLE_trending>
                            </ul>
                        </li>
                        <li class="date">
                            <abbr title="04 Apr 2014" class="timeago current">04 Jan 2025</abbr>
                            <abbr title="04 May 2019" class="timeago">04 May 2024</abbr>
                            <abbr title="04 June 2014" class="timeago">04 June 2024</abbr>
                        </li>
                    </ul>
                </div>
            </div>
        </div>
        
        <div class="header_container small" style="">
            <div class="header clearfix">
                <div class="logo">
                    <a href="#URL_SITE_SPIP"><img src="images/logonew.jpg" width="150px"></a>
                    
                </div>
                <BOUCLE_header(ARTICLES){id_rubrique=13}{0,1}{par date}{inverse}>
                <div class="placeholder" style="background-image: url('[(#LOGO_ARTICLE|extraire_attribut{src})]');background-size:cover;"></div>
                </BOUCLE_header>
            </div>
        </div>

        <div class="menu_container sticky style_7 clearfix">
            <nav>
                <ul class="sf-menu">
                    <li class="">
                        <a href="#URL_SITE_SPIP" title="#TITRE">Irembo</a>
                    </li>
                    <BOUCLE_rubrique(RUBRIQUES){tout}{id_rubrique!=10}{id_rubrique!=11}{id_rubrique!=12}{id_rubrique!=1}{id_rubrique!=13}{id_rubrique!=14}{id_rubrique!=15}{id_rubrique!=16}>
                    <li class="">
                        <a href="#URL_RUBRIQUE" title="#TITRE">#TITRE</a>
                    </li>
                    </BOUCLE_rubrique>
                </ul>
            </nav>
            <div class="mobile_menu_container">
                <a href="#" class="mobile-menu-switch">
                    <span class="line"></span>
                    <span class="line"></span>
                    <span class="line"></span>
                </a>
                <div class="mobile-menu-divider"></div>
                <nav>
                    <ul class="mobile-menu">
                        <BOUCLE_rubriquemob(RUBRIQUES){tout}{id_rubrique!=10}{id_rubrique!=11}{id_rubrique!=12}>
                    <li class="">
                        <a href="#URL_RUBRIQUE" title="#TITRE">#TITRE</a>
                    </li>
                    </BOUCLE_rubriquemob>
                    </ul>
                </nav>
            </div>
        </div>