refs #16031 [fid_adlr] add basic content for home page
* add basic structure for home page * add de / en translations for home page texts * import rss feed => todo: mv to myresearch controller * fix some css bugs: remove transitions * fix basic styling for xl screens ** keep home text centered * fix display menu toggle for edge ** problem with transitions still exists - need to disable collaps-timing * set z-index for header-links * fix menu z-index for xs * disable transitions to speed up main menu ecetera * supplement to home page: xs and sm text sizes * refactor texts on home page ** transform menu 1 and 2 uppercase ** lower line-height of Blog headline ** databases and new releases in ubuntu mono ** services sub headlines in ubuntu mono / separate div * fix font color and offsets in headlines * refactor blog import ** extract url data strings to main config ** rough catching of exceptions in rss helper ** set fallback = direct link to blog * fix line-height of services headlines for md screen - use same as lg
Showing
- fid_adlr/config/vufind/config.ini 6 additions, 4 deletionsfid_adlr/config/vufind/config.ini
- module/fid_adlr/config/module.config.php 10 additions, 0 deletionsmodule/fid_adlr/config/module.config.php
- module/fid_adlr/src/Helper/Rss.php 70 additions, 0 deletionsmodule/fid_adlr/src/Helper/Rss.php
- themes/fid_adlr/languages/de.ini 17 additions, 0 deletionsthemes/fid_adlr/languages/de.ini
- themes/fid_adlr/languages/en.ini 16 additions, 1 deletionthemes/fid_adlr/languages/en.ini
- themes/fid_adlr/scss/_customMixins.scss 4 additions, 4 deletionsthemes/fid_adlr/scss/_customMixins.scss
- themes/fid_adlr/scss/_customVariables.scss 11 additions, 7 deletionsthemes/fid_adlr/scss/_customVariables.scss
- themes/fid_adlr/scss/compiled.scss 195 additions, 16 deletionsthemes/fid_adlr/scss/compiled.scss
- themes/fid_adlr/templates/header.phtml 3 additions, 0 deletionsthemes/fid_adlr/templates/header.phtml
- themes/fid_adlr/templates/search/home.phtml 168 additions, 71 deletionsthemes/fid_adlr/templates/search/home.phtml
Please register or sign in to comment