From 3d8a71e0e7d59a835adf0d6a4f3a4d0c01f64635 Mon Sep 17 00:00:00 2001 From: Rushikesh Padsala <rushikesh.padsala@hft-stuttgart.de> Date: Tue, 7 Sep 2021 07:24:47 +0000 Subject: [PATCH] Update index.html --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 8add8fa..fb665cb 100644 --- a/public/index.html +++ b/public/index.html @@ -26,10 +26,10 @@ <div id="cesiumContainer"></div> <!-- defining menu panel --> <div class="backdrop" id="menu"> - <h2>Net Zero Gowanus</h2> + <h2>Net Zero Gowanus <i class="fa fa-info-circle" style="font-size:15px;color:yellow" onclick="window.open('https://www.isprs-ann-photogramm-remote-sens-spatial-inf-sci.net/VIII-4-W1-2021/81/2021/')"> </i></h2> <span><strong>Scenario Selection</strong></span> <div class="nowrap"> - <select id="selectscenario"> + <select id="selectscenario"> <i class="fa fa-info-circle" style="font-size:15px;color:yellow" onclick="window.open('https://www.corp.at/archive/CORP2020_54.pdf')"> </i> <option value="current">Existing</option> <option value="bau">2050 BAU</option> <option value="bp">2050 Best Practice</option> -- GitLab