Commit 25ac9c06 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

WebUI component:

- Polish copyright lines
parent c9d7737f
Loading
Loading
Loading
Loading
+2 −13
Original line number Diff line number Diff line
@@ -39,10 +39,7 @@
  
      <nav class="navbar navbar-expand-lg navbar-dark bg-primary" style="margin-bottom: 10px;">
          <div class="container-fluid">
            <a class="navbar-brand" href="{{ url_for('main.home') }}">
              <img src="https://teraflow-h2020.eu/sites/teraflow/files/public/favicon.png" alt="" width="30" height="24" class="d-inline-block align-text-top"/>
              TeraFlow
            </a>
            <a class="navbar-brand" href="{{ url_for('main.home') }}">TeraFlowSDN</a>
            <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
              <span class="navbar-toggler-icon"></span>
            </button>
@@ -192,15 +189,7 @@
          <div class="container">
            <div class="row">
              <div class="col-md-12">
                <p class="text-center" style="color: white;">&copy; 2022-2024 <a href="https://tfs.etsi.org/">ETSI SDG TeraFlowSDN (TFS)</a></p>
              </div>
            </div>
            <div class="row">
              <div class="col-md-6">
                <p>This project has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement No 101015857.</p>
              </div>
              <div class="col-md-6">
                <img src="https://teraflow-h2020.eu/sites/teraflow/files/public/content-images/media/2021/logo%205G-ppp%20eu.png" width="310" alt="5g ppp EU logo" loading="lazy" typeof="foaf:Image">
                <p class="text-center" style="color: black;">&copy; 2022-2025 <a href="https://tfs.etsi.org/">ETSI Software Development Group TeraFlowSDN (TFS)</a></p>
              </div>
            </div>
          </div>
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
{% block content %}
    <h1>ETSI TeraFlowSDN Controller</h1>

    <p>For more information, visit the <a href="https://tfs.etsi.org/" target="_newtf">ETSI Open Source Group for TeraFlowSDN</a>.</p>
    <p>For more information, visit the <a href="https://tfs.etsi.org/" target="_newtf">ETSI Software Development Group for TeraFlowSDN</a>.</p>

    <!--<img alt="Consortium" class="img-fluid" src="{{ url_for('static', filename='partners.png') }}"/>-->