Sha256: 08d83ed886c50dbaab5559a3f81099b333f8c80c720ccbc235affa3e8c148dc4

Contents?: true

Size: 1.94 KB

Versions: 10

Compression:

Stored size: 1.94 KB

Contents

<head>

    <meta charset="utf-8" />
    <title>{{site.title}}</title>
    {% if site.favicon %}
    <link rel="shortcut icon" type="image/x-icon" href="{{site.favicon}}">
    {% endif %}

    <base href="/">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
    <link rel="stylesheet" href="assets/css/fonts.css" type="text/css" />
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap.css" type="text/css" />
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.css" type="text/css" />
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap-theme.css" type="text/css" />
    <link rel="stylesheet" href="assets/css/style.css" type="text/css" />
    <link rel="stylesheet" href="assets/css/responsive.css" type="text/css" />
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.5.4/bootstrap-select.min.css" type="text/css" />
    <link rel="stylesheet" href="assets/css/draganddrop.css" type="text/css" />
    <style>
      ul,	li{ list-style:none; }
    </style>


    <!-- JS (load angular, ui-router, and our custom js file) -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
    
    <!-- DIRECTIVES -->

    <script type="text/javascript">
      $(document).ready(function () {

        $("#nav a.menu_res").click(function (e) {
            e.preventDefault();

            if($("#nav").find('.activemenu').length > 0){
                $(".nav_inner").css("left","-200px");
                $(this).removeClass("activemenu");
            } else {
                $(".nav_inner").css("left","0");
                $(this).addClass("activemenu");
            }
            $(".nav_inner").addClass("done");
            $("body").addClass("bigsize");

        });
    });
    </script>
</head>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
aacinfo-theme-0.2.0 _includes/theme-head.html
aacinfo-theme-0.1.8 _includes/theme-head.html
aacinfo-theme-0.1.7 _includes/theme-head.html
aacinfo-theme-0.1.6 _includes/theme-head.html
aacinfo-theme-0.1.5 _includes/theme-head.html
aacinfo-theme-0.1.4 _includes/theme-head.html
aacinfo-theme-0.1.3 _includes/theme-head.html
aacinfo-theme-0.1.2 _includes/theme-head.html
aacinfo-theme-0.1.1 _includes/theme-head.html
aacinfo-theme-0.1.0 _includes/theme-head.html