]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/templates/base.html
Update jQuery to 3.6.0
[ipfire.org.git] / src / templates / base.html
index ea74ccb0efc6a57f23ce68796116deffcf08992b..1621a88570c7f912936c4508cc2dac7b701013e0 100644 (file)
@@ -6,7 +6,12 @@
                <meta name="author" content="IPFire.org - IPFire Development Team" />
 
                <meta name="keywords" content="Linux, Firewall, IPFire, Security, IPCop, Open Source, Free, ARM, VPN, Proxy, IDS, IPS" />
-               <meta name="description" content="{{ _("IPFire is a free firewall distribution based on Linux.") }}" />
+
+               <link rel="icon" sizes="192x192" href="{{ static_url("img/apple-touch-icon-192x192-precomposed.png") }}">
+               {% for res in ("72x72", "76x76", "120x120", "144x144", "152x152", "180x180") %}
+                       <link rel="apple-touch-icon-precomposed" sizes="{{ res }}" href="{{ static_url("img/apple-touch-icon-%s-precomposed.png" % res )}}">
+               {% end %}
+               <link rel="apple-touch-icon-precomposed" href="{{ static_url("img/apple-touch-icon-60x60-precomposed.png") }}">
 
                <!-- styling stuff -->
                <link rel="stylesheet" type="text/css" href="{{ static_url("main.css") }}" />
                {% block head %}{% end block %}
        </head>
 
-       <body id="page-top">
+       <body id="page-top" class="{{ hostname.replace(".", "-") }}">
                <nav class="navbar navbar-dark navbar-expand-lg mb-4">
                        <div class="container">
-                               <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar"
-                                               aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
-                                       <svg class="icon i_hamburger"><use xlink:href="#hamburger"/></svg>
-                               </button>
+                               <a class="navbar-brand" href="/">
+                                       <strong>IPFire</strong>
 
-                               <a class="navbar-brand mx-auto" href="/">
-                                       <strong>IPFire</strong> {% block subtitle %}{% end block %}
+                                       {% if hostname == "blog.ipfire.org" %}
+                                               {{ _("Blog") }}
+                                       {% elif hostname == "fireinfo.ipfire.org" %}
+                                               {{ _("Fireinfo") }}
+                                       {% elif hostname == "location.ipfire.org" %}
+                                               {{ _("Location") }}
+                                       {% elif hostname == "mirrors.ipfire.org" %}
+                                               {{ _("Mirrors") }}
+                                       {% elif hostname == "people.ipfire.org" %}
+                                               {{ _("People") }}
+                                       {% elif hostname == "wiki.ipfire.org" %}
+                                               {{ _("Wiki") }}
+                                       {% end %}
                                </a>
 
-                               <div class="collapse navbar-collapse" id="navbar">
-                                       {% block menu %}
-                                               {% module Menu() %}
-                                       {% end block %}
-                               </div>
+                               {% block menu %}
+                                       {% if hostname in ("www.ipfire.org", "dev.ipfire.org") %}
+                                               <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar"
+                                                               aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
+                                                       <span class="fas fa-bars"></span>
+                                               </button>
 
-                               <a class="btn btn-primary btn-donate ml-2 d-none d-sm-block" href="/donate">
-                                       <svg class="icon i_heart"><use xlink:href="#heart"/></svg>
-                                       {{ _("Donate") }}
-                               </a>
-                       </div>
-               </nav>
+                                               <div class="collapse navbar-collapse" id="navbar">
+                                                       <ul class="navbar-nav ml-auto">
+                                                               <li class="nav-item d-sm-block d-md-block d-lg-none">
+                                                                       <a class="nav-link {% if request.path == "/" %}active{% end %}" href="/">{{ _("Home") }}</a>
+                                                               </li>
 
-               {% block container %}
-                       <div class="container">
-                               {% block body %}{% end block %}
-                               {% block content %}{% end block %}
-                       </div>
-               {% end block %}
+                                                               <li class="nav-item">
+                                                                       <a class="nav-link {% if request.path == "/features" %}active{% end %}" href="/features">{{ _("Features") }}</a>
+                                                               </li>
 
-               {% block footer %}
-                       <footer class="footer">
-                               <div class="container pb-3">
-                                       <div class="row mb-6">
-                                               <div class="col-6 col-sm-5 offset-sm-2 col-md-3 offset-md-0 col-lg-2 mb-5">
-                                                       <h4>{{ _("About") }}</h4>
-
-                                                       <ul class="list-unstyled">
-                                                               <li>
-                                                                       <a href="https://www.ipfire.org/about">{{ _("About IPFire") }}</a>
+                                                               <li class="nav-item">
+                                                                       <a class="nav-link {% if request.path == "/support" %}active{% end %}" href="/support">{{ _("Support") }}</a>
                                                                </li>
-                                                               <li>
-                                                                       <a href="https://downloads.ipfire.org">{{ _("Download") }}</a>
+
+                                                               <li class="nav-item">
+                                                                       <a class="nav-link" href="https://blog.ipfire.org/">{{ _("Blog") }}</a>
                                                                </li>
-                                                               <li>
-                                                                       <a href="https://blog.ipfire.org">{{ _("Blog") }}</a>
+
+                                                               <li class="nav-item">
+                                                                       <a class="nav-link" href="https://community.ipfire.org/">{{ _("Community") }}</a>
                                                                </li>
-                                                               <li>
-                                                                       <a href="https://www.ipfire.org/legal">{{ _("Legal") }}</a>
+
+                                                               <li class="nav-item">
+                                                                       <a class="nav-link {% if request.path.startswith("/download") %}active{% end %}" href="/download">{{ _("Download") }}</a>
                                                                </li>
                                                        </ul>
+
+                                                       <a class="btn btn-primary mt-2 mt-lg-0 ml-lg-2" href="/donate">
+                                                               {{ _("Donate") }}
+                                                       </a>
+
+                                                       <a class="btn btn-lwl mt-2 mt-lg-0 ml-lg-2" href="https://store.lightningwirelabs.com/">
+                                                               {{ _("Buy") }}
+                                                       </a>
                                                </div>
+                                       {% elif hostname == "blog.ipfire.org" %}
+                                               <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar"
+                                                               aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
+                                                       <span class="fas fa-bars"></span>
+                                               </button>
+
+                                               <div class="collapse navbar-collapse" id="navbar">
+                                                       <ul class="navbar-nav ml-auto d-lg-none">
+                                                               <li class="nav-item">
+                                                                       <a class="nav-link {% if request.path == "/" %}active{% end %}" href="/">
+                                                                               {{ _("Newest") }}
+                                                                       </a>
+                                                               </li>
+
+                                                               {% if current_user %}
+                                                                       <li class="nav-item">
+                                                                               <a class="nav-link {% if request.path == "/drafts" %}active{% end %}" href="/drafts">
+                                                                                       {{ _("My Drafts") }}
+                                                                               </a>
+                                                                       </li>
+                                                               {% end %}
+
+                                                               <li class="nav-item">
+                                                                       <a class="nav-link {% if request.path == "/tags/featured" %}active{% end %}" href="/tags/featured">
+                                                                               {{ _("Featured") }}
+                                                                       </a>
+                                                               </li>
 
-                                               <div class="col-6 col-sm-5 col-md-3 col-lg-2 mb-5">
-                                                       <h4>{{ _("Support") }}</h4>
+                                                               <li class="nav-item">
+                                                                       <a class="nav-link {% if request.path == "/tags/lightningwirelabs.com" %}active{% end %} d-flex justify-content-between"
+                                                                                       href="/tags/lightningwirelabs.com">
+                                                                               <span>{{ _("Lightning Wire Labs") }}</span>
 
-                                                       <ul class="list-unstyled">
-                                                               <li>
-                                                                       <a href="https://www.ipfire.org/get-support#professional">{{ _("Professional Support") }}</a>
+                                                                               <img class="img-fluid" src="{{ static_url("img/lightningwirelabs-logo.svg") }}"
+                                                                                       alt="{{ _("Lightning Wire Labs") }}">
+                                                                       </a>
                                                                </li>
-                                                               <li>
-                                                                       <a href="https://wiki.ipfire.org">{{ _("Documentation") }}</a>
+
+                                                               <li class="nav-item">
+                                                                       <a class="nav-link d-flex justify-content-between" href="/feed.xml">
+                                                                               <span>{{ _("RSS Feed") }}</span> <span class="fas fa-rss"></span>
+                                                                       </a>
                                                                </li>
                                                        </ul>
+
+                                                       <form class="form-inline ml-lg-auto my-2 my-lg-0" action="/search" method="GET">
+                                                               <input class="form-control form-control-sm" type="search" name="q"
+                                                                       placeholder="{{ _("Search...") }}" aria-label="{{ _("Search") }}" value="{% try %}{{ q }}{% except %}{% end %}">
+                                                       </form>
+
+                                                       <a class="btn btn-primary ml-lg-2" href="https://www.ipfire.org/donate">
+                                                               {{ _("Donate") }}
+                                                       </a>
+
+                                                       <a class="btn btn-lwl mt-2 mt-lg-0 ml-lg-2" href="https://store.lightningwirelabs.com/">
+                                                               {{ _("Buy") }}
+                                                       </a>
                                                </div>
+                                       {% elif hostname == "fireinfo.ipfire.org" %}
+                                               <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar"
+                                                               aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
+                                                       <span class="fas fa-bars"></span>
+                                               </button>
 
-                                               <div class="col-6 col-sm-5 offset-sm-2 col-md-3 offset-md-0 col-lg-2 mb-5">
-                                                       <h4>{{ _("Community") }}</h4>
+                                               <div class="collapse navbar-collapse" id="navbar">
+                                                       <ul class="navbar-nav ml-auto">
+                                                               {% if current_user and current_user.is_staff() %}
+                                                                       <li class="nav-item">
+                                                                               <a class="nav-link {% if request.path.startswith("/admin") %}active{% end %}" href="/admin">
+                                                                                       {{ _("Admin") }}
+                                                                               </a>
+                                                                       </li>
+                                                               {% end %}
 
-                                                       <ul class="list-unstyled">
-                                                               <li>
-                                                                       <a href="https://forum.ipfire.org">{{ _("Forum") }}</a>
+                                                               <li class="nav-item">
+                                                                       <a class="nav-link {% if request.path.startswith("/vendors") %}active{% end %}" href="/vendors">
+                                                                               {{ _("Vendors") }}
+                                                                       </a>
                                                                </li>
                                                        </ul>
                                                </div>
+                                       {% elif hostname == "location.ipfire.org" %}
+                                               <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar"
+                                                               aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
+                                                       <span class="fas fa-bars"></span>
+                                               </button>
 
-                                               <div class="col-6 col-sm-5 col-md-3 col-lg-2 mb-6">
-                                                       <h4>{{ _("Development") }}</h4>
+                                               <div class="collapse navbar-collapse" id="navbar">
+                                                       <ul class="navbar-nav ml-auto">
+                                                               <li class="nav-item">
+                                                                       <a class="nav-link {% if request.path == "/how-to-use" %}active{% end %}" href="/how-to-use">
+                                                                               {{ _("How To Use") }}
+                                                                       </a>
+                                                               </li>
 
-                                                       <ul class="list-unstyled">
-                                                               <li>
-                                                                       <a href="https://wiki.ipfire.org/devel/start">{{ _("Development") }}</a>
+                                                               <li class="nav-item">
+                                                                       <a class="nav-link {% if request.path == "/download" %}active{% end %}" href="/download">
+                                                                               {{ _("Download") }}
+                                                                       </a>
                                                                </li>
                                                        </ul>
+
+                                                       <a class="btn btn-primary ml-lg-2" href="https://www.ipfire.org/donate">
+                                                               {{ _("Donate") }}
+                                                       </a>
                                                </div>
+                                       {% elif hostname == "nopaste.ipfire.org" %}
+                                               <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar"
+                                                               aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
+                                                       <span class="fas fa-bars"></span>
+                                               </button>
+
+                                               <div class="collapse navbar-collapse" id="navbar">
+                                                       <ul class="navbar-nav ml-auto">
+                                                               <li class="nav-item">
+                                                                       <a class="nav-link" href="/?mode=upload">{{ _("Upload File") }}</a>
+                                                               </li>
+                                                       </ul>
+                                               </div>
+                                       {% elif hostname == "people.ipfire.org" %}
+                                               {% if current_user %}
+                                                       <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar"
+                                                                       aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
+                                                               <span class="fas fa-bars"></span>
+                                                       </button>
+
+                                                       <div class="collapse navbar-collapse" id="navbar">
+                                                               <ul class="navbar-nav ml-auto mr-3">
+                                                                       <li class="nav-item">
+                                                                               <a class="nav-link {% if request.path == "/users/%s" % current_user.uid %}active{% end %}" href="/users/{{ current_user.uid }}">
+                                                                                       {{ _("My Profile") }}
+                                                                               </a>
+                                                                       </li>
+
+                                                                       {% if current_user.is_staff() %}
+                                                                               <li class="nav-item">
+                                                                                       <a class="nav-link {% if request.path == "/users" %}active{% end %}" href="/users">
+                                                                                               {{ _("Users") }}
+                                                                                       </a>
+                                                                               </li>
+
+                                                                               <li class="nav-item">
+                                                                                       <a class="nav-link {% if request.path.startswith("/groups") %}active{% end %}" href="/groups">
+                                                                                               {{ _("Groups") }}
+                                                                                       </a>
+                                                                               </li>
 
-                                               <div class="col-sm-8 offset-sm-2 col-md-12 offset-md-0 col-lg-4 pt-md-6 pt-lg-1 text-center">
-                                                       <a class="btn btn-primary btn-lg" href="//www.ipfire.org/donate">
-                                                               <svg class="icon i_heart"><use xlink:href="#heart"/></svg>
+                                                                               <li class="nav-item">
+                                                                                       <a class="nav-link {% if request.path == "/stats" %}active{% end %}" href="/stats">
+                                                                                               {{ _("Stats") }}
+                                                                                       </a>
+                                                                               </li>
+                                                                       {% end %}
+
+                                                                       {% if current_user.has_sip() %}
+                                                                               <li class="nav-item">
+                                                                                       <a class="nav-link {% if request.path.startswith("/conferences") %}active{% end %}" href="/conferences">
+                                                                                               {{ _("Conferences") }}
+                                                                                       </a>
+                                                                               </li>
+                                                                       {% end %}
+                                                               </ul>
+
+                                                               <form class="form-inline my-2 my-lg-0" action="/search" method="GET">
+                                                                       <input class="form-control form-control-sm mr-sm-2" type="search" name="q"
+                                                                               placeholder="{{ _("Search") }}" aria-label="{{ _("Search") }}" value="{% try %}{{ q }}{% except %}{% end %}">
+                                                               </form>
+                                                       </div>
+                                               {% end %}
+                                       {% elif hostname == "wiki.ipfire.org" %}
+                                               <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar"
+                                                               aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
+                                                       <span class="fas fa-bars"></span>
+                                               </button>
+
+                                               <div class="collapse navbar-collapse" id="navbar">
+                                                       <form class="form-inline ml-auto my-2 my-lg-0" action="/search" method="GET">
+                                                               <input class="form-control form-control-sm" type="search" name="q"
+                                                                       placeholder="{{ _("Search...") }}" aria-label="{{ _("Search") }}" value="{% try %}{{ q }}{% except %}{% end %}">
+                                                       </form>
+
+                                                       <a class="btn btn-primary ml-lg-2" href="https://www.ipfire.org/donate">
                                                                {{ _("Donate") }}
                                                        </a>
 
-                                                       <div class="btn-toolbar justify-content-around col-md-6 offset-md-3">
-                                                               <a class="btn btn-sm" href="https://blog.ipfire.org/feed.xml">
-                                                                       <svg class="icon i_rss"><use xlink:href="#rss"/></svg>
-                                                               </a>
-                                                               <a class="btn btn-sm" href="https://twitter.com/ipfire">
-                                                                       <svg class="icon i_twitter"><use xlink:href="#twitter"/></svg>
-                                                               </a>
-                                                               <a class="btn btn-sm" href="https://www.facebook.com/IPFire.org">
-                                                                       <svg class="icon i_facebook"><use xlink:href="#facebook"/></svg>
-                                                               </a>
-                                                               <a class="btn btn-sm" href="https://youtube.com/user/ipfireproject">
-                                                                       <svg class="icon i_youtube"><use xlink:href="#youtube"/></svg>
-                                                               </a>
+                                                       <a class="btn btn-lwl mt-2 mt-lg-0 ml-lg-2" href="https://store.lightningwirelabs.com/">
+                                                               {{ _("Buy") }}
+                                                       </a>
+                                               </div>
+                                       {% end %}
+                               {% end block %}
+                       </div>
+               </nav>
+
+               {% block container %}
+                       <div class="container">
+                               {% block content %}{% end block %}
+                       </div>
+               {% end block %}
+
+               {% block footer %}
+                       <footer>
+                               <div class="footer">
+                                       {% if hostname in ("www.ipfire.org", "dev.ipfire.org") %}
+                                               <div class="footer-info">
+                                                       <div class="container pb-3">
+                                                               <div class="row mb-6 justify-content-between">
+                                                                       <div class="col-12 col-lg-4 mb-4">
+                                                                               <a class="btn btn-primary btn-block mb-3" href="https://people.ipfire.org/register">
+                                                                                       {{ _("Join Us To Stay Up To Date") }}
+                                                                               </a>
+
+                                                                               <p>
+                                                                                       {{ _("Sign up to our community to take part and get the latest news") }}
+                                                                               </p>
+                                                                       </div>
+
+                                                                       <div class="col-12 col-lg-3 mb-4 small">
+                                                                               <h6>{{ _("Looking For More?") }}</h6>
+
+                                                                               <div class="row">
+                                                                                       <div class="col">
+                                                                                               <ul class="list-unstyled">
+                                                                                                       <li>
+                                                                                                               <a href="/features">{{ _("Features") }}</a>
+                                                                                                       </li>
+
+                                                                                                       <li>
+                                                                                                               <a href="/support">{{ _("Support") }}</a>
+                                                                                                       </li>
+
+                                                                                                       <li>
+                                                                                                               <a href="https://wiki.ipfire.org/devel">{{ _("Development") }}</a>
+                                                                                                       </li>
+                                                                                               </ul>
+                                                                                       </div>
+
+                                                                                       <div class="col">
+                                                                                               <ul class="list-unstyled">
+                                                                                                       <li>
+                                                                                                               <a href="/download">{{ _("Download") }}</a>
+                                                                                                       </li>
+
+                                                                                                       <li>
+                                                                                                               <a href="https://blog.ipfire.org">{{ _("Blog") }}</a>
+                                                                                                       </li>
+
+                                                                                                       <li>
+                                                                                                               <a href="https://community.ipfire.org/">{{ _("Community") }}</a>
+                                                                                                       </li>
+                                                                                               </ul>
+                                                                                       </div>
+                                                                               </div>
+                                                                       </div>
+
+                                                                       <div class="col-12 col-lg-4 text-center mb-4">
+                                                                               <div class="btn-toolbar justify-content-center">
+                                                                                       <a class="btn btn-primary btn-lg px-4 my-3" href="/donate">
+                                                                                               {{ _("Donate") }}
+                                                                                       </a>
+
+                                                                                       <a class="btn btn-lwl btn-lg px-4 my-3 ml-2" href="https://store.lightningwirelabs.com/">
+                                                                                               {{ _("Buy") }}
+                                                                                       </a>
+                                                                               </div>
+
+                                                                               <div class="btn-toolbar justify-content-center">
+                                                                                       <a class="btn btn-link" href="https://twitter.com/ipfire">
+                                                                                               <span class="fab fa-twitter"></span>
+                                                                                       </a>
+
+                                                                                       <a class="btn btn-link" href="https://www.facebook.com/IPFire.org">
+                                                                                               <span class="fab fa-facebook"></span>
+                                                                                       </a>
+
+                                                                                       <a class="btn btn-link" href="https://youtube.com/user/ipfireproject">
+                                                                                               <span class="fab fa-youtube"></span>
+                                                                                       </a>
+                                                                               </div>
+                                                                       </div>
+                                                               </div>
+                                                       </div>
+                                               </div>
+                                       {% elif hostname == "wiki.ipfire.org" %}
+                                               <div class="footer-info">
+                                                       <div class="container pb-3">
+                                                               <ul class="list-inline">
+                                                                       <li class="list-inline-item">
+                                                                               <a href="/watchlist">{{ _("My Watchlist") }}
+                                                                       </li>
+
+                                                                       <li class="list-inline-item">
+                                                                               <a href="/recent-changes">{{ _("Recent Changes") }}
+                                                                       </li>
+
+                                                                       <li class="list-inline-item">
+                                                                               <a href="/tree">{{ _("Tree") }}
+                                                                       </li>
+                                                               </ul>
+                                                       </div>
+                                               </div>
+                                       {% end %}
+
+                                       <div class="copyright">
+                                               <div class="container">
+                                                       <div class="row flex-lg-row-reverse">
+                                                               <div class="col-12 col-lg-6 text-center text-lg-right">
+                                                                       {% if not current_user and hostname in ("blog.ipfire.org", "fireinfo.ipfire.org", "nopaste.ipfire.org", "wiki.ipfire.org") %}
+                                                                               <a href="/login">{{ _("Login") }}</a>
+                                                                       {% elif current_user %}
+                                                                               <p class="mb-0">
+                                                                                       <span class="mr-2">
+                                                                                               {{ _("You are currently logged in as %s") % current_user }}
+                                                                                       </span>
+
+                                                                                       <a href="/logout">{{ _("Logout") }}</a>
+                                                                               </p>
+                                                                       {% end %}
+                                                               </div>
+
+                                                               <div class="col-12 col-lg-6 text-center text-lg-left">
+                                                                       &copy; {{ year }} - IPFire - {{ _("The Open Source Firewall") }}
+                                                                       - <a href="https://www.ipfire.org/legal">{{ _("Legal") }}</a>
+                                                               </div>
                                                        </div>
                                                </div>
-                                       </div>
-                               </div>
-                               
-                               <div class="copyright">
-                                       <div class="container d-flex justify-content-between">
-                                               &copy; {{ year }} - {{ _("IPFire is free software written by the IPFire Project") }}
-
-                                               {% if not current_user and hostname in ("blog.ipfire.org") %}
-                                                       <a href="/login">{{ _("Login") }}</a>
-                                               {% elif current_user %}
-                                                       <span>
-                                                               {{ _("You are currently logged in as %s") % current_user.name }}
-                                                               <a href="/logout">{{ _("Logout") }}</a>
-                                                       </span>
-                                               {% end %}
                                        </div>
                                </div>
                        </footer>
-                       <div id="mask"></div>
                {% end block %}
-               
-               <!-- Hidden icon data -->
-               <svg aria-hidden="true" style="display:none">
-                       <symbol id="heart" viewBox="0 0 24 24">
-                            <path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/>
-                         </symbol>
-                         
-                       <symbol id="arrow_down" viewBox="0 0 24 24">
-                               <path d="M7.41 9.02L12 13.694l4.59-4.674L18 10.46l-6 6.122-6-6.123z"/>
-                       </symbol>
-                         
-                       <symbol id="download" viewBox="0 0 24 24">
-                               <path d="M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"/>
-                       </symbol>
-                       
-                       <symbol id="facebook" viewBox="0 0 24 24">
-                               <path d="M17 3.207V6h-1.777c-.667 0-1.112.103-1.334.414-.222.207-.333.62-.333 1.138v2.07h3.333l-.444 3.206h-2.89V21H10v-8.172H7V9.62h3v-2.38c0-1.344.444-2.379 1.222-3.103C12 3.414 13.112 3 14.444 3c1.112 0 2 .104 2.556.207" />
-                       </symbol>
-                       
-                       <symbol id="hamburger" viewBox="0 0 24 24">
-                               <path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
-                       </symbol>
-                       
-                       <symbol id="rss" viewBox="0 0 24 24">
-                               <path d="M6.18 15.2a2.18 2.18 0 0 1 2.18 2.18c0 1.18-.98 2.18-2.18 2.18-1.18 0-2.18-1-2.18-2.18a2.18 2.18 0 0 1 2.18-2.18zM4 4c8.594 0 15.56 6.966 15.56 15.56h-2.83c0-7.03-5.7-12.73-12.73-12.73V4zm0 5.66c5.468 0 9.9 4.432 9.9 9.9h-2.83A7.07 7.07 0 0 0 4 12.49V9.66z"/>
-                       </symbol>
-                       
-                       <symbol id="security" viewBox="0 0 24 24">
-                               <path d="M13 18h1a1 1 0 0 1 1 1h7v2h-7a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1H2v-2h7a1 1 0 0 1 1-1h1v-1.66C8.07 15.13 6 12 6 8.67v-4L12 2l6 2.67v4c0 3.33-2.07 6.46-5 7.67V18zM12 4L8 5.69V9h4V4zm0 5v6c1.91-.47 4-2.94 4-5V9h-4z"/>
-                       </symbol>
-                       
-                       <symbol id="shield" viewBox="0 0 24 24">
-                                 <path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z"/>
-                       </symbol>       
-                       
-                       <symbol id="github" viewBox="0 0 24 24">
-                               <path d="M12 2C6.477 2 2 6.477 2 12c0 4.42 2.87 8.17 6.84 9.5.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34-.46-1.16-1.11-1.47-1.11-1.47-.91-.62.07-.6.07-.6 1 .07 1.53 1.03 1.53 1.03.87 1.52 2.34 1.07 2.91.83.09-.65.35-1.09.63-1.34-2.22-.25-4.55-1.11-4.55-4.92 0-1.11.38-2 1.03-2.71-.1-.25-.45-1.29.1-2.64 0 0 .84-.27 2.75 1.02.79-.22 1.65-.33 2.5-.33.85 0 1.71.11 2.5.33 1.91-1.29 2.75-1.02 2.75-1.02.55 1.35.2 2.39.1 2.64.65.71 1.03 1.6 1.03 2.71 0 3.82-2.34 4.66-4.57 4.91.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2z"/>
-                       </symbol>
-
-                       <symbol id="speed" viewBox="0 0 24 24">
-                               <path d="M12 16a3 3 0 0 1-3-3c0-1.12.61-2.1 1.5-2.61l9.71-5.62-5.53 9.58c-.5.98-1.51 1.65-2.68 1.65zm0-13c1.81 0 3.5.5 4.97 1.32l-2.1 1.21C14 5.19 13 5 12 5a8 8 0 0 0-8 8c0 2.21.89 4.21 2.34 5.65h.01c.39.39.39 1.02 0 1.41-.39.39-1.03.39-1.42.01A9.969 9.969 0 0 1 2 13C2 7.477 6.477 3 12 3zm10 10c0 2.76-1.12 5.26-2.93 7.07-.39.38-1.02.38-1.41-.01a.996.996 0 0 1 0-1.41A7.95 7.95 0 0 0 20 13c0-1-.19-2-.54-2.9L20.67 8C21.5 9.5 22 11.18 22 13z"/>
-                       </symbol>
-                       
-                       <symbol id="twitter" viewBox="0 0 24 24">
-                               <path d="M22 6.792c-.58.835-1.159 1.552-1.97 2.15v.476c0 1.194-.116 2.27-.464 3.344a8.244 8.244 0 0 1-1.39 3.104 11.87 11.87 0 0 1-2.2 2.627c-.812.716-1.854 1.313-3.128 1.79-1.16.479-2.55.717-3.94.717-2.085 0-4.17-.596-5.908-1.79h.927c1.737 0 3.36-.478 4.866-1.672-.927 0-1.622-.24-2.318-.836-.695-.478-1.158-1.194-1.39-1.91h.811c.348 0 .696 0 .927-.12-.811-.24-1.622-.716-2.201-1.433-.58-.716-.927-1.552-.927-2.507.58.238 1.159.478 1.854.478-.58-.359-1.043-.836-1.275-1.433a4.331 4.331 0 0 1-.463-2.03c0-.717.116-1.433.463-2.03 1.043 1.194 2.201 2.15 3.592 2.985 1.39.716 2.896 1.194 4.518 1.313-.116-.358-.116-.716-.116-1.074 0-1.075.348-2.03 1.159-2.866C14.122 5.359 15.049 5 16.09 5c1.159 0 2.085.359 2.896 1.194.927-.119 1.738-.477 2.433-.955-.231.955-.81 1.672-1.621 2.27A7.918 7.918 0 0 0 22 6.791"/>
-                       </symbol>
-                       
-                       <symbol id="youtube" viewBox="0 0 26 26">
-                               <path d="M16.412 12.716c.235-.238.353-.358.353-.716s-.118-.597-.353-.716l-6.353-3.94c-.236-.12-.47-.24-.823 0-.236.12-.354.358-.354.716v7.88c0 .358.118.597.354.717.235.119.352.119.47.119.117 0 .235 0 .353-.12l6.353-3.94zM23 10.09v3.82c0 .358 0 .955-.118 1.672 0 .716-.118 1.313-.235 1.79-.118.597-.47 1.075-.824 1.553-.47.358-.94.597-1.53.716-1.881.24-4.587.359-8.234.359-3.647 0-6.47-.12-8.235-.359-.588-.119-1.059-.358-1.53-.716-.47-.358-.705-.956-.823-1.552a23.942 23.942 0 0 1-.353-1.791c0-.717 0-1.314-.118-1.672v-3.82c.118-.358.118-.955.118-1.672.117-.716.235-1.314.353-1.79.118-.597.353-1.195.823-1.553.471-.478.942-.716 1.53-.716C5.588 4.12 8.412 4 12.06 4c3.647 0 6.353.12 8.235.359.588 0 1.059.238 1.529.716.353.358.706.956.824 1.552a7.38 7.38 0 0 1 .235 1.791C23 9.135 23 9.732 23 10.09z"/>
-                       </symbol>
-                       
-                       <symbol id="couch" viewBox="0 0 24 24">
-                               <defs><path id="a" d="M0 0h24v24H0z"/></defs><g><mask id="b"><use xlink:href="#a"/></mask><path d="M21 10c-1.1 0-2 .9-2 2v3H5v-3c0-1.1-.9-2-2-2s-2 .9-2 2v5c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2v-5c0-1.1-.9-2-2-2zm-3-5H6c-1.1 0-2 .9-2 2v2.15c1.16.41 2 1.51 2 2.82V14h12v-2.03c0-1.3.84-2.4 2-2.82V7c0-1.1-.9-2-2-2z" mask="url(#b)"/></g>
-                       </symbol>       
-               </svg>
-
-               <script src="{{ static_url("js/jquery-3.3.1.min.js") }}"></script>
+
+               <script src="{{ static_url("js/jquery-3.6.0.min.js") }}"></script>
                <script src="{{ static_url("js/popper.min.js") }}"></script>
                <script src="{{ static_url("js/bootstrap.min.js") }}"></script>
-               <script src="{{ static_url("js/site.js") }}"></script>
                {% block javascript %}{% end block %}
        </body>
 </html>