From 699bd6bbdb261f7eae604553a51de35af16f88f3 Mon Sep 17 00:00:00 2001 From: Rushikesh Padsala <rushikesh.padsala@hft-stuttgart.de> Date: Tue, 7 Sep 2021 09:54:03 +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 ef12dca..229f7fd 100644 --- a/public/index.html +++ b/public/index.html @@ -28,9 +28,9 @@ <!-- defining menu panel --> <div class="backdrop" id="menu"> <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> + <span><strong>Scenario Selection <i class="fa fa-info-circle" style="font-size:15px;color:yellow" onclick="window.open('https://www.corp.at/archive/CORP2020_54.pdf')"> </i></strong></span> <div class="nowrap"> - <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> + <select id="selectscenario"> <option value="current">Existing</option> <option value="bau">2050 BAU</option> <option value="bp">2050 Best Practice</option> -- GitLab