Open sdash-github opened 4 years ago
45 <a class="navbar-brand hidden-xs" href="{{ url_for('main.screen') }}"><img src="{{ url_for('static', filename='img/legumeinfo_logo_48x48.png') }}" style="max-width:100px;margin-left:-7px;margin-top: -13px;float:left;margin-right:5px;" width="48px"/></a> <!-- original image: icon-48x48.png -->
46 <a class="navbar-brand visible-xs" href="{{ url_for('main.screen') }}"><img src="{{ url_for('static', filename='img/legumeinfo_logo_48x48.png') }}" style="max-width:100px; margin-top: -7px;" width="32px"/></a> <!-- original image: icon-32x32.png -->
conekt/templates/static_pages/main.html:
18: <img src="{{ url_for('static', filename='img/legumeinfo_logo.png') }}" style="float:left;margin-right:25px;margin-top:-20px;margin-bottom:20px" />
"also note that "static content" like images may work a little differently in the production environment. I'm not sure about flask, but I know with Django there are usually some changes that need to be made in order to get these files served from the "real" webserver (ie apache) rather than via the development server. if you run into seeming peculiarities let me know and I can try to help out... adf
Revisit the display of Logos after it has been iframed within drupal page. Too many LIS logos, big and small. Rationalize with aesthetics in mind.
Revisit issue and check logo situation when site is functional after mysql db rebuilt. Then decide.
Get LIS logos displayed in this production version. This was already done in dev-conekt VM: trace what was done; document in this issue and get it displayed.