hr-design-system-handlebars 1.33.3 → 1.34.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/build/handlebars/helpers/handlebar-helpers.js +21 -2
- package/config.js +1 -0
- package/dist/assets/brand/hessenschau/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr-bigband/icons/logo/brandlogo--desk.min.svg +1 -1
- package/dist/assets/brand/hr-bigband/icons/logo/svgmap/brandlogo--desk.svg +1 -1
- package/dist/assets/brand/hr-bigband/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr-fernsehen/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr-inforadio/icons/logo/brandlogo--footer-desk.min.svg +1 -0
- package/dist/assets/brand/hr-inforadio/icons/logo/brandlogo--footer.min.svg +1 -0
- package/dist/assets/brand/hr-inforadio/icons/logo/svgmap/brandlogo--desk.svg +9 -9
- package/dist/assets/brand/hr-inforadio/icons/logo/svgmap/brandlogo--footer-desk.svg +25 -0
- package/dist/assets/brand/hr-inforadio/icons/logo/svgmap/brandlogo--footer.svg +25 -0
- package/dist/assets/brand/hr-inforadio/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr-rundfunkrat/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr-sinfonieorchester/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr-werbung/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr1/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr2/icons/logo/brandlogo--footer-desk.min.svg +1 -0
- package/dist/assets/brand/hr2/icons/logo/brandlogo--footer.min.svg +1 -0
- package/dist/assets/brand/hr2/icons/logo/svgmap/brandlogo--footer-desk.svg +32 -0
- package/dist/assets/brand/hr2/icons/logo/svgmap/brandlogo--footer.svg +32 -0
- package/dist/assets/brand/hr2/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr3/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/hr4/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/brand/you-fm/icons/logo/brandlogo--footer-desk.min.svg +1 -0
- package/dist/assets/brand/you-fm/icons/logo/brandlogo--footer.min.svg +1 -0
- package/dist/assets/brand/you-fm/icons/logo/svgmap/brandlogo--footer-desk.svg +29 -0
- package/dist/assets/brand/you-fm/icons/logo/svgmap/brandlogo--footer.svg +10 -0
- package/dist/assets/brand/you-fm/icons/logo/svgmap.min.svg +1 -1
- package/dist/assets/icons/icons/svgmap/Kreis-test-weiss.svg +11 -0
- package/dist/assets/icons/icons/svgmap/hr-calendar-ds.svg +35 -0
- package/dist/assets/icons/icons/svgmap/playlist-ds.svg +14 -2
- package/dist/assets/icons/icons/svgmap/push-ds.svg +1 -2
- package/dist/assets/icons/icons/svgmap/rss-ds.svg +17 -0
- package/dist/assets/icons/icons/svgmap/tvprogramm-ds.svg +15 -0
- package/dist/assets/icons/icons/svgmap/voice-ds.svg +16 -0
- package/dist/assets/icons/icons/svgmap.min.svg +1 -1
- package/dist/assets/index.css +340 -15
- package/dist/views/components/footer/page_footer.hbs +25 -0
- package/dist/views/components/footer/page_footer_column.hbs +24 -0
- package/dist/views/components/footer/page_footer_content.hbs +25 -0
- package/dist/views/components/footer/page_footer_item.hbs +15 -0
- package/dist/views/components/footer/page_footer_logo.hbs +9 -0
- package/dist/views/components/footer/page_footer_metadata.hbs +87 -0
- package/dist/views/components/footer/page_footer_nav_link.hbs +18 -0
- package/dist/views/components/footer/page_footer_search.hbs +6 -0
- package/dist/views/components/footer/page_footer_social_media.hbs +29 -0
- package/dist/views/components/page/page.hbs +1 -1
- package/dist/views/components/site_header/navigation_search/quick_search_form.hbs +3 -3
- package/dist/views_static/components/Button.hbs +10 -0
- package/dist/views_static/components/base/image/icon.hbs +72 -0
- package/dist/views_static/components/base/image/responsive_image.hbs +50 -0
- package/dist/views_static/components/base/link.hbs +8 -0
- package/dist/views_static/components/base/loadSSI.hbs +5 -0
- package/dist/views_static/components/base/load_dynamic.hbs +47 -0
- package/dist/views_static/components/button/button.hbs +16 -0
- package/dist/views_static/components/button/components/button_icon.hbs +2 -0
- package/dist/views_static/components/button/components/button_label.hbs +1 -0
- package/dist/views_static/components/button/link_button.hbs +6 -0
- package/dist/views_static/components/button/top_topics_button.hbs +10 -0
- package/dist/views_static/components/button/utilities/button_base_classes.hbs +1 -0
- package/dist/views_static/components/button/utilities/button_dimension_classes.hbs +5 -0
- package/dist/views_static/components/button/utilities/button_on_image_classes.hbs +45 -0
- package/dist/views_static/components/button/utilities/button_variation_classes.hbs +22 -0
- package/dist/views_static/components/content_nav/content_nav.hbs +26 -0
- package/dist/views_static/components/content_nav/content_nav_container.hbs +17 -0
- package/dist/views_static/components/content_nav/content_nav_dropdown.hbs +39 -0
- package/dist/views_static/components/content_nav/content_nav_item.hbs +26 -0
- package/dist/views_static/components/content_nav/content_nav_list.hbs +32 -0
- package/dist/views_static/components/event/artist.hbs +1 -0
- package/dist/views_static/components/event/calendar/event_calendar.hbs +3 -0
- package/dist/views_static/components/event/calendar/event_calendar_content.hbs +18 -0
- package/dist/views_static/components/event/calendar/event_calendar_event_teaser.hbs +58 -0
- package/dist/views_static/components/event/calendar/event_calendar_footer.hbs +7 -0
- package/dist/views_static/components/event/calendar/event_calendar_heading.hbs +3 -0
- package/dist/views_static/components/event/calendar/event_calendar_inline.hbs +3 -0
- package/dist/views_static/components/event/calendar/event_calendar_nav.hbs +27 -0
- package/dist/views_static/components/event/calendar/event_calendar_nav_item.hbs +7 -0
- package/dist/views_static/components/event/concert_info.hbs +66 -0
- package/dist/views_static/components/event/event_details.hbs +20 -0
- package/dist/views_static/components/event/event_status.hbs +1 -0
- package/dist/views_static/components/event/event_tag.hbs +3 -0
- package/dist/views_static/components/event/event_tags.hbs +11 -0
- package/dist/views_static/components/event/event_ticket_button.hbs +32 -0
- package/dist/views_static/components/event/instant_dates.hbs +21 -0
- package/dist/views_static/components/event/label_byline.ssi.hbs +9 -0
- package/dist/views_static/components/event/stage_location.ssi.hbs +9 -0
- package/dist/views_static/components/footer/page_footer.hbs +25 -0
- package/dist/views_static/components/footer/page_footer_column.hbs +24 -0
- package/dist/views_static/components/footer/page_footer_content.hbs +25 -0
- package/dist/views_static/components/footer/page_footer_item.hbs +15 -0
- package/dist/views_static/components/footer/page_footer_logo.hbs +9 -0
- package/dist/views_static/components/footer/page_footer_metadata.hbs +87 -0
- package/dist/views_static/components/footer/page_footer_nav_link.hbs +18 -0
- package/dist/views_static/components/footer/page_footer_search.hbs +6 -0
- package/dist/views_static/components/footer/page_footer_social_media.hbs +29 -0
- package/dist/views_static/components/geoTag/geoTag.hbs +6 -0
- package/dist/views_static/components/grid/grid.hbs +12 -0
- package/dist/views_static/components/grid/grid_group.hbs +11 -0
- package/dist/views_static/components/grid/grid_group_100_item_100.hbs +14 -0
- package/dist/views_static/components/grid/grid_group_100_item_100_with_background.hbs +17 -0
- package/dist/views_static/components/grid/grid_group_100_item_25.hbs +28 -0
- package/dist/views_static/components/grid/grid_group_100_item_33.hbs +18 -0
- package/dist/views_static/components/grid/grid_group_100_item_50.hbs +15 -0
- package/dist/views_static/components/grid/grid_group_100_tabbed_25.hbs +30 -0
- package/dist/views_static/components/grid/grid_group_100_tabbed_33.hbs +22 -0
- package/dist/views_static/components/grid/grid_group_100_tabbed_50.hbs +19 -0
- package/dist/views_static/components/grid/grid_group_33_item_100.hbs +17 -0
- package/dist/views_static/components/grid/grid_group_50_item_100.hbs +15 -0
- package/dist/views_static/components/grid/grid_group_66_item_100.hbs +15 -0
- package/dist/views_static/components/grid/grid_group_highlight.hbs +9 -0
- package/dist/views_static/components/grid/grid_group_standard.hbs +3 -0
- package/dist/views_static/components/grid/grid_group_tabbed.hbs +5 -0
- package/dist/views_static/components/grid/grid_group_wrapper_classes.hbs +1 -0
- package/dist/views_static/components/grid/grid_item.hbs +3 -0
- package/dist/views_static/components/horizontal_scroll_container/horizontal_scroll_container.hbs +22 -0
- package/dist/views_static/components/horizontal_scroll_container/horizontal_scroll_container_example.hbs +9 -0
- package/dist/views_static/components/label/label.hbs +11 -0
- package/dist/views_static/components/label/label_byline.hbs +17 -0
- package/dist/views_static/components/label/label_group.hbs +3 -0
- package/dist/views_static/components/label/label_old.hbs +20 -0
- package/dist/views_static/components/mediaplayer/media_player.hbs +20 -0
- package/dist/views_static/components/mediaplayer/mediaplayer_button.hbs +10 -0
- package/dist/views_static/components/modal/modal.hbs +7 -0
- package/dist/views_static/components/multimedia/livestream/label_byline.ssi.hbs +19 -0
- package/dist/views_static/components/navigation/breadcrumb/breadcrumb.hbs +14 -0
- package/dist/views_static/components/navigation/breadcrumb/breadcrumb_items.ssi.hbs +8 -0
- package/dist/views_static/components/navigation/breadcrumb/utils/breadcrumb_link_classes.hbs +1 -0
- package/dist/views_static/components/page/page.hbs +71 -0
- package/dist/views_static/components/page/page_pagination.hbs +61 -0
- package/dist/views_static/components/page/page_players.hbs +40 -0
- package/dist/views_static/components/pagination/pagination.hbs +19 -0
- package/dist/views_static/components/pagination/pagination_button_left.hbs +3 -0
- package/dist/views_static/components/pagination/pagination_button_left_linked.hbs +4 -0
- package/dist/views_static/components/pagination/pagination_button_right.hbs +4 -0
- package/dist/views_static/components/pagination/pagination_button_right_linked.hbs +4 -0
- package/dist/views_static/components/pagination/pagination_current_page_invalid.hbs +24 -0
- package/dist/views_static/components/pagination/pagination_current_page_valid.hbs +26 -0
- package/dist/views_static/components/pagination/pagination_more_than_three_pages.hbs +77 -0
- package/dist/views_static/components/pagination/pagination_only_three_pages.hbs +69 -0
- package/dist/views_static/components/pagination/pagination_only_two_pages.hbs +37 -0
- package/dist/views_static/components/program/label_byline.ssi.hbs +9 -0
- package/dist/views_static/components/site_header/anchor_navigation/anchor_navigation.hbs +10 -0
- package/dist/views_static/components/site_header/anchor_navigation/featurebox_anchor.hbs +3 -0
- package/dist/views_static/components/site_header/brand_navigation/brand_navigation.hbs +14 -0
- package/dist/views_static/components/site_header/brand_navigation/brand_navigation_item.hbs +3 -0
- package/dist/views_static/components/site_header/burger.hbs +43 -0
- package/dist/views_static/components/site_header/header.hbs +90 -0
- package/dist/views_static/components/site_header/navigation_flyout/navigation_flyout.hbs +55 -0
- package/dist/views_static/components/site_header/navigation_flyout/navigation_flyout_column.hbs +7 -0
- package/dist/views_static/components/site_header/navigation_flyout/navigation_flyout_item.hbs +12 -0
- package/dist/views_static/components/site_header/navigation_search/quick_search_button.hbs +31 -0
- package/dist/views_static/components/site_header/navigation_search/quick_search_form.hbs +134 -0
- package/dist/views_static/components/site_header/section_navigation/section_navigation.hbs +30 -0
- package/dist/views_static/components/site_header/section_navigation/section_navigation_item.hbs +127 -0
- package/dist/views_static/components/site_header/section_navigation/section_navigation_top_topics.hbs +12 -0
- package/dist/views_static/components/site_header/service_logo.hbs +29 -0
- package/dist/views_static/components/site_header/service_navigation/service_list.hbs +15 -0
- package/dist/views_static/components/site_header/service_navigation/service_navigation_item.hbs +59 -0
- package/dist/views_static/components/teaser/cluster/teaser_cluster.hbs +27 -0
- package/dist/views_static/components/teaser/cluster/teaser_cluster_byline.hbs +33 -0
- package/dist/views_static/components/teaser/cluster/teaser_cluster_item.hbs +12 -0
- package/dist/views_static/components/teaser/cluster/teaser_cluster_list.hbs +32 -0
- package/dist/views_static/components/teaser/components/teaser_av_consumption.hbs +43 -0
- package/dist/views_static/components/teaser/components/teaser_av_consumption_close_button.hbs +6 -0
- package/dist/views_static/components/teaser/components/teaser_body.hbs +40 -0
- package/dist/views_static/components/teaser/components/teaser_byline.hbs +46 -0
- package/dist/views_static/components/teaser/components/teaser_byline_airdate.hbs +34 -0
- package/dist/views_static/components/teaser/components/teaser_comments.hbs +15 -0
- package/dist/views_static/components/teaser/components/teaser_header.hbs +3 -0
- package/dist/views_static/components/teaser/components/teaser_heading.hbs +17 -0
- package/dist/views_static/components/teaser/components/teaser_headline.hbs +3 -0
- package/dist/views_static/components/teaser/components/teaser_image.hbs +28 -0
- package/dist/views_static/components/teaser/components/teaser_image_overlay.hbs +3 -0
- package/dist/views_static/components/teaser/components/teaser_lead.hbs +7 -0
- package/dist/views_static/components/teaser/components/teaser_subline.hbs +3 -0
- package/dist/views_static/components/teaser/components/teaser_text.hbs +12 -0
- package/dist/views_static/components/teaser/components/teaser_title.hbs +3 -0
- package/dist/views_static/components/teaser/components/teaser_title_classes.hbs +111 -0
- package/dist/views_static/components/teaser/components/teaser_title_old.hbs +3 -0
- package/dist/views_static/components/teaser/components/teaser_topline.hbs +1 -0
- package/dist/views_static/components/teaser/content_nav/teaser_content_nav.hbs +6 -0
- package/dist/views_static/components/teaser/group_teaser/group_teaser.hbs +14 -0
- package/dist/views_static/components/teaser/group_teaser/group_teaser_accented.hbs +14 -0
- package/dist/views_static/components/teaser/podcast/podcast-playlist.hbs +4 -0
- package/dist/views_static/components/teaser/podcast/podcast.hbs +3 -0
- package/dist/views_static/components/teaser/podcast/podcast_downloadbutton.hbs +9 -0
- package/dist/views_static/components/teaser/podcast/podcast_item_title.hbs +9 -0
- package/dist/views_static/components/teaser/podcast/podcast_playbutton.hbs +14 -0
- package/dist/views_static/components/teaser/podcast/podcast_player.hbs +95 -0
- package/dist/views_static/components/teaser/podcast/podcast_player_ui.hbs +97 -0
- package/dist/views_static/components/teaser/podcast/podcast_playlist_player.hbs +79 -0
- package/dist/views_static/components/teaser/podcast/podcast_playlist_shorttext.hbs +10 -0
- package/dist/views_static/components/teaser/podcast/podcast_subscribe_button.hbs +69 -0
- package/dist/views_static/components/teaser/podcast/podcast_timedisplay.hbs +5 -0
- package/dist/views_static/components/teaser/podcast/podcast_title.hbs +13 -0
- package/dist/views_static/components/teaser/stage/stage_text.hbs +42 -0
- package/dist/views_static/components/teaser/tabbox/group_tabbox.hbs +18 -0
- package/dist/views_static/components/teaser/tabbox/teaser_tabbox.hbs +22 -0
- package/dist/views_static/components/teaser/teaser_alternativ.hbs +19 -0
- package/dist/views_static/components/teaser/teaser_event_calendar.hbs +8 -0
- package/dist/views_static/components/teaser/teaser_indextext.hbs +23 -0
- package/dist/views_static/components/teaser/teaser_logic/teaser_logic.hbs +17 -0
- package/dist/views_static/components/teaser/teaser_logic/teaser_logic.ssi.hbs +12 -0
- package/dist/views_static/components/teaser/teaser_poster.hbs +31 -0
- package/dist/views_static/components/teaser/teaser_stage.hbs +24 -0
- package/dist/views_static/components/teaser/teaser_standard.hbs +29 -0
- package/dist/views_static/components/teaser/ticker/teaser_ticker_alternativ.hbs +14 -0
- package/dist/views_static/components/teaser/ticker/teaser_ticker_body.hbs +26 -0
- package/dist/views_static/components/teaser/ticker/teaser_ticker_footer.hbs +17 -0
- package/dist/views_static/components/teaser/ticker/teaser_ticker_standard.hbs +14 -0
- package/dist/views_static/components/teaser/ticker/teaser_ticker_timeline.hbs +27 -0
- package/dist/views_static/components/teaser/utilities/teaser_image_cypress_hook_classes.hbs +5 -0
- package/dist/views_static/components/text/byline.hbs +3 -0
- package/dist/views_static/components/tracking/download_tracking.hbs +1 -0
- package/dist/views_static/components/tracking/navigation_tracking.hbs +1 -0
- package/gulpfile.js +44 -34
- package/package.json +1 -1
- package/src/assets/brand/hessenschau/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr-bigband/icons/logo/brandlogo--desk.min.svg +1 -1
- package/src/assets/brand/hr-bigband/icons/logo/svgmap/brandlogo--desk.svg +1 -1
- package/src/assets/brand/hr-bigband/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr-fernsehen/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr-inforadio/icons/logo/brandlogo--footer-desk.min.svg +1 -0
- package/src/assets/brand/hr-inforadio/icons/logo/brandlogo--footer.min.svg +1 -0
- package/src/assets/brand/hr-inforadio/icons/logo/svgmap/brandlogo--desk.svg +9 -9
- package/src/assets/brand/hr-inforadio/icons/logo/svgmap/brandlogo--footer-desk.svg +25 -0
- package/src/assets/brand/hr-inforadio/icons/logo/svgmap/brandlogo--footer.svg +25 -0
- package/src/assets/brand/hr-inforadio/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr-rundfunkrat/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr-sinfonieorchester/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr-werbung/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr1/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr2/icons/logo/brandlogo--footer-desk.min.svg +1 -0
- package/src/assets/brand/hr2/icons/logo/brandlogo--footer.min.svg +1 -0
- package/src/assets/brand/hr2/icons/logo/svgmap/brandlogo--footer-desk.svg +32 -0
- package/src/assets/brand/hr2/icons/logo/svgmap/brandlogo--footer.svg +32 -0
- package/src/assets/brand/hr2/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr3/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/hr4/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/brand/you-fm/icons/logo/brandlogo--footer-desk.min.svg +1 -0
- package/src/assets/brand/you-fm/icons/logo/brandlogo--footer.min.svg +1 -0
- package/src/assets/brand/you-fm/icons/logo/svgmap/brandlogo--footer-desk.svg +29 -0
- package/src/assets/brand/you-fm/icons/logo/svgmap/brandlogo--footer.svg +10 -0
- package/src/assets/brand/you-fm/icons/logo/svgmap.min.svg +1 -1
- package/src/assets/fixtures/footer/footer_hessenschau.json +252 -0
- package/src/assets/fixtures/footer/footer_hr1.json +245 -0
- package/src/assets/fixtures/footer/footer_hr2.json +167 -0
- package/src/assets/fixtures/footer/footer_hr3.json +260 -0
- package/src/assets/fixtures/footer/footer_hr4.json +207 -0
- package/src/assets/fixtures/footer/footer_hrinfo.json +219 -0
- package/src/assets/fixtures/footer/footer_youfm.json +276 -0
- package/src/assets/icons/icons/svgmap/Kreis-test-weiss.svg +11 -0
- package/src/assets/icons/icons/svgmap/hr-calendar-ds.svg +35 -0
- package/src/assets/icons/icons/svgmap/playlist-ds.svg +14 -2
- package/src/assets/icons/icons/svgmap/push-ds.svg +1 -2
- package/src/assets/icons/icons/svgmap/rss-ds.svg +17 -0
- package/src/assets/icons/icons/svgmap/tvprogramm-ds.svg +15 -0
- package/src/assets/icons/icons/svgmap/voice-ds.svg +16 -0
- package/src/assets/icons/icons/svgmap.min.svg +1 -1
- package/src/assets/tailwind.css +131 -2
- package/src/stories/views/components/footer/fixtures/footer_hessenschau.json +1 -0
- package/src/stories/views/components/footer/fixtures/footer_hr1.json +1 -0
- package/src/stories/views/components/footer/fixtures/footer_hr2.json +1 -0
- package/src/stories/views/components/footer/fixtures/footer_hr3.json +1 -0
- package/src/stories/views/components/footer/fixtures/footer_hr4.json +1 -0
- package/src/stories/views/components/footer/fixtures/footer_hrinfo.json +1 -0
- package/src/stories/views/components/footer/fixtures/footer_youfm.json +1 -0
- package/src/stories/views/components/footer/page_footer.data.js +9 -0
- package/src/stories/views/components/footer/page_footer.hbs +25 -0
- package/src/stories/views/components/footer/page_footer.mdx +28 -0
- package/src/stories/views/components/footer/page_footer.stories.js +30 -0
- package/src/stories/views/components/footer/page_footer_column.hbs +24 -0
- package/src/stories/views/components/footer/page_footer_content.hbs +25 -0
- package/src/stories/views/components/footer/page_footer_item.hbs +15 -0
- package/src/stories/views/components/footer/page_footer_logo.hbs +9 -0
- package/src/stories/views/components/footer/page_footer_metadata.hbs +87 -0
- package/src/stories/views/components/footer/page_footer_nav_link.hbs +18 -0
- package/src/stories/views/components/footer/page_footer_search.hbs +6 -0
- package/src/stories/views/components/footer/page_footer_social_media.hbs +29 -0
- package/src/stories/views/components/page/page.hbs +1 -1
- package/src/stories/views/components/site_header/navigation_search/quick_search_form.hbs +3 -3
- package/tailwind.config.js +18 -1
|
@@ -0,0 +1,276 @@
|
|
|
1
|
+
{
|
|
2
|
+
"groups": [
|
|
3
|
+
{
|
|
4
|
+
"title": "you-fm.de",
|
|
5
|
+
"columnSize": 3,
|
|
6
|
+
"columns": [
|
|
7
|
+
{
|
|
8
|
+
"links": [
|
|
9
|
+
{
|
|
10
|
+
|
|
11
|
+
"hiddenText": "you-fm.de",
|
|
12
|
+
"labelText": "Startseite you-fm.de",
|
|
13
|
+
"link": {
|
|
14
|
+
"text": "Start",
|
|
15
|
+
"url": "index.html"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"link": {
|
|
20
|
+
"text": "Playlists",
|
|
21
|
+
"url": "playlists/index.html"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"link": {
|
|
26
|
+
"text": "Aktionen",
|
|
27
|
+
"url": "aktionen/index.html"
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
]
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"links": [
|
|
34
|
+
{
|
|
35
|
+
"link": {
|
|
36
|
+
"text": "Events",
|
|
37
|
+
"url": "events/index.html"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"link": {
|
|
42
|
+
"text": "Team & Shows",
|
|
43
|
+
"url": "team_shows/index.html"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"link": {
|
|
48
|
+
"text": "Kontakt",
|
|
49
|
+
"url": "kontakt/index.html"
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"links": [
|
|
56
|
+
{
|
|
57
|
+
"extern": true,
|
|
58
|
+
"link": {
|
|
59
|
+
"text": "WhatsApp",
|
|
60
|
+
"url": "https://wa.me/491716553040",
|
|
61
|
+
"isTargetBlank": true
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"extern": true,
|
|
66
|
+
"link": {
|
|
67
|
+
"text": "Facebook",
|
|
68
|
+
"url": "https://www.facebook.com/youfm",
|
|
69
|
+
"isTargetBlank": true
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"extern": true,
|
|
74
|
+
"link": {
|
|
75
|
+
"text": "Instagram",
|
|
76
|
+
"url": "https://www.instagram.com/youfm",
|
|
77
|
+
"isTargetBlank": true
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"link": {
|
|
82
|
+
"text": "Wetter",
|
|
83
|
+
"url": "wetter/index.html"
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"link": {
|
|
88
|
+
"text": "Verkehr",
|
|
89
|
+
"url": "verkehr/index.html"
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
]
|
|
93
|
+
}
|
|
94
|
+
]
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"title": "Service",
|
|
98
|
+
"columns": [
|
|
99
|
+
{
|
|
100
|
+
"links": [
|
|
101
|
+
{
|
|
102
|
+
"link": {
|
|
103
|
+
"text": "Service Übersicht",
|
|
104
|
+
"url": "service/index.html"
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"link": {
|
|
109
|
+
"text": "Mail ins Studio",
|
|
110
|
+
"url": "kontakt/index.html"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"link": {
|
|
115
|
+
"text": "YOU FM App",
|
|
116
|
+
"url": "kontakt/die-you-fm-app-music-to-go,you-fm-fuer-eure-hosentasche-100.html "
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"link": {
|
|
121
|
+
"text": "Frequenzen",
|
|
122
|
+
"url": "kontakt/you-fm-frequenzen,frequenzen-114.html"
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"link": {
|
|
127
|
+
"text": "Jobs",
|
|
128
|
+
"url": "service/jobs/index.html"
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"extern": true,
|
|
133
|
+
"link": {
|
|
134
|
+
"text": "YOU FM Ticketservice",
|
|
135
|
+
"url": "https://youfm.adticket.de/",
|
|
136
|
+
"isTargetBlank": true
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"site": "hr",
|
|
143
|
+
"extern": true,
|
|
144
|
+
"link": {
|
|
145
|
+
"text": "Presse YOU FM ",
|
|
146
|
+
"url": "presse/radio/youfm/index.html",
|
|
147
|
+
"isTargetBlank": true
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"site": "hr",
|
|
153
|
+
"extern": true,
|
|
154
|
+
"link": {
|
|
155
|
+
"text": "Korrekturen ",
|
|
156
|
+
"url": "unternehmen/korrekturen/index.html",
|
|
157
|
+
"isTargetBlank": true
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"site": "hr-werbung",
|
|
163
|
+
"extern": true,
|
|
164
|
+
"link": {
|
|
165
|
+
"text": "hr werbung",
|
|
166
|
+
"url": "index.html",
|
|
167
|
+
"isTargetBlank": true
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"link": {
|
|
173
|
+
"text": "Hilfe",
|
|
174
|
+
"url": "service/hilfe-zu-you-fmde,hilfe-you-fm100.html"
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
]
|
|
178
|
+
}
|
|
179
|
+
]
|
|
180
|
+
}
|
|
181
|
+
],
|
|
182
|
+
"socialMedia": {
|
|
183
|
+
"title": "Social Media",
|
|
184
|
+
"columns": [
|
|
185
|
+
{
|
|
186
|
+
"links": [
|
|
187
|
+
{
|
|
188
|
+
"extern": true,
|
|
189
|
+
"title": "you-fm.de Facebook",
|
|
190
|
+
"link": {
|
|
191
|
+
"text": "facebook",
|
|
192
|
+
"url": "https://www.facebook.com/youfm",
|
|
193
|
+
"isTargetBlank": true
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"extern": true,
|
|
198
|
+
"title": "you-fm.de Instagram",
|
|
199
|
+
"link": {
|
|
200
|
+
"text": "instagram",
|
|
201
|
+
"url": "https://www.instagram.com/youfm",
|
|
202
|
+
"isTargetBlank": true
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"extern": true,
|
|
207
|
+
"title": "you-fm.de YouTube",
|
|
208
|
+
"link": {
|
|
209
|
+
"text": "youtube",
|
|
210
|
+
"url": "https://www.youtube.com/user/YOUFMYOUNGFRESHMUSIC",
|
|
211
|
+
"isTargetBlank": true
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
]
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"links": [
|
|
218
|
+
{
|
|
219
|
+
"title": "you-fm.de Whatsapp",
|
|
220
|
+
"link": {
|
|
221
|
+
"text": "whatsapp",
|
|
222
|
+
"url": "whatsapp/index.html"
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"title": "you-fm.de RSS",
|
|
228
|
+
"link": {
|
|
229
|
+
"text": "rss",
|
|
230
|
+
"url": "rss/index.html"
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"title": "Zum Kontaktformular",
|
|
236
|
+
"link": {
|
|
237
|
+
"text": "mail",
|
|
238
|
+
"url": "kontakt/index.html"
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
}
|
|
242
|
+
]
|
|
243
|
+
}
|
|
244
|
+
]
|
|
245
|
+
},
|
|
246
|
+
"footerMetadata": {
|
|
247
|
+
"hrDeLink": {
|
|
248
|
+
"text": "Hessischer Rundfunk",
|
|
249
|
+
"url": "index.html",
|
|
250
|
+
"site": "hr",
|
|
251
|
+
"targetBlank": true,
|
|
252
|
+
"title": "Hessischer Rundfunk"
|
|
253
|
+
},
|
|
254
|
+
"ardDeLink": {
|
|
255
|
+
"text": "ARD.de",
|
|
256
|
+
"url": "https://www.ard.de/",
|
|
257
|
+
"extern": true,
|
|
258
|
+
"targetBlank": true,
|
|
259
|
+
"title": "ard.de"
|
|
260
|
+
},
|
|
261
|
+
"dataProtectionLink": {
|
|
262
|
+
"text": "Datenschutz",
|
|
263
|
+
"url": "https://www.hr.de/datenschutz/index.html",
|
|
264
|
+
"extern": true,
|
|
265
|
+
"targetBlank": true,
|
|
266
|
+
"title": "Datenschutz"
|
|
267
|
+
},
|
|
268
|
+
"imprintLink": {
|
|
269
|
+
"text": "Impressum",
|
|
270
|
+
"url": "impressum/index.html",
|
|
271
|
+
"site": "hr",
|
|
272
|
+
"targetBlank": true,
|
|
273
|
+
"title": "Impressum"
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="Ebene_2" data-name="Ebene 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 320">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: #fff;
|
|
7
|
+
}
|
|
8
|
+
</style>
|
|
9
|
+
</defs>
|
|
10
|
+
<circle class="cls-1" cx="161.1" cy="161.1" r="138.71"/>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="kalenderhr" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 320">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
stroke-miterlimit: 10;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.cls-1, .cls-2, .cls-3 {
|
|
10
|
+
fill: #fff;
|
|
11
|
+
fill-rule: evenodd;
|
|
12
|
+
stroke: #fff;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.cls-2 {
|
|
16
|
+
stroke-width: 6px;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.cls-3 {
|
|
20
|
+
stroke-width: 16px;
|
|
21
|
+
}
|
|
22
|
+
</style>
|
|
23
|
+
</defs>
|
|
24
|
+
<g id="Kalenderhr">
|
|
25
|
+
<g id="kalender">
|
|
26
|
+
<path id="Rectangle" class="cls-1" d="m83,32h0c6.08,0,11,4.92,11,11v22c0,6.08-4.92,11-11,11h0c-6.08,0-11-4.92-11-11v-22c0-6.08,4.92-11,11-11Z"/>
|
|
27
|
+
<path id="Rectangle-Copy" class="cls-1" d="m237,32h0c6.08,0,11,4.92,11,11v22c0,6.08-4.92,11-11,11h0c-6.08,0-11-4.92-11-11v-22c0-6.08,4.92-11,11-11Z"/>
|
|
28
|
+
<path id="Combined-Shape" class="cls-3" d="m207,62v3c0,16.57,13.43,30,30,30s30-13.43,30-30v-3h3c7.73,0,14,6.27,14,14v198c0,7.73-6.27,14-14,14H50c-7.73,0-14-6.27-14-14V76c0-7.73,6.27-14,14-14h3v3c0,16.57,13.43,30,30,30s30-13.43,30-30v-3h94ZM40,112h240v158c0,7.73-6.27,14-14,14H54c-7.73,0-14-6.27-14-14V112h0Z"/>
|
|
29
|
+
</g>
|
|
30
|
+
<g id="hr">
|
|
31
|
+
<path id="Fill-1-Copy" class="cls-2" d="m118.29,143v36.99s11.53-2.42,21.68-2.32c16.86.17,25.31,9.29,25.91,21.21.15,3.03.12,4.7.12,7.95v48.16h-17.79v-49.19c0-6.02.38-13.5-13.06-13.43-9.57.05-16.33,1.9-16.33,1.9v60.72h-17.36v-110.89l16.83-1.11Z"/>
|
|
32
|
+
<path id="Fill-3-Copy" class="cls-2" d="m230.53,177.17c-.22-.04-16.07.36-25.43,2.49-10.92,2.47-17.92,8.99-18.89,18.95-.18,1.92-.28,3.14-.28,7.5v47.94h17.98v-49.03c0-4.3.34-7.04,3.18-9.55,3.23-2.85,10.57-3.27,14.78-3.6,2.89-.23,8.66-.5,8.66-.5v-14.19Z"/>
|
|
33
|
+
</g>
|
|
34
|
+
</g>
|
|
35
|
+
</svg>
|
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg id="playlist" xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
|
3
|
-
<
|
|
2
|
+
<svg id="playlist" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 320">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1, .cls-2 {
|
|
6
|
+
fill: #fff;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.cls-2 {
|
|
10
|
+
fill-rule: evenodd;
|
|
11
|
+
}
|
|
12
|
+
</style>
|
|
13
|
+
</defs>
|
|
14
|
+
<path id="note" class="cls-2" d="m305.68,57.85c-.88-3.54-4.45-5.7-7.99-4.82l-60.99,15.09c-3.93.97-6.69,4.5-6.69,8.54v15.56l-2.07,109.44c-8.39-4.22-18.65-5.65-29.01-3.31-21.69,4.9-35.6,24.43-31.07,43.63,4.53,19.2,25.79,30.79,47.48,25.89,19.59-4.42,32.82-20.78,31.87-38.04l2.13-112.27,49.85-12.34c3.93-.97,6.69-4.5,6.69-8.54v-37.25c0-.53-.06-1.07-.19-1.59Z"/>
|
|
15
|
+
<path id="linien" class="cls-1" d="m134.5,239H25.5c-5.8,0-10.5,4.7-10.5,10.5s4.7,10.5,10.5,10.5h109c5.8,0,10.5-4.7,10.5-10.5s-4.7-10.5-10.5-10.5Zm0-60H25.5c-5.8,0-10.5,4.7-10.5,10.5s4.7,10.5,10.5,10.5h109c5.8,0,10.5-4.7,10.5-10.5s-4.7-10.5-10.5-10.5Zm64-60H25.5c-5.8,0-10.5,4.7-10.5,10.5s4.7,10.5,10.5,10.5h173c5.8,0,10.5-4.7,10.5-10.5s-4.7-10.5-10.5-10.5Zm0-60H25.5c-5.8,0-10.5,4.7-10.5,10.5s4.7,10.5,10.5,10.5h173c5.8,0,10.5-4.7,10.5-10.5s-4.7-10.5-10.5-10.5Z"/>
|
|
4
16
|
</svg>
|
|
@@ -7,6 +7,5 @@
|
|
|
7
7
|
}
|
|
8
8
|
</style>
|
|
9
9
|
</defs>
|
|
10
|
-
<path class="cls-1" d="
|
|
11
|
-
<path class="cls-1" d="m157.25,286c11.61,0,21.37-7.9,24.2-18.61h-48.4c2.83,10.71,12.59,18.61,24.2,18.61Z"/>
|
|
10
|
+
<path class="cls-1" d="m268.28,226.68c-1.6-7.58-5.42-14.98-12.01-23.27l-4.77-6.82c-.44-.7-.89-1.43-1.33-2.16l-1.17-2c-4.37-7.6-9.88-19.13-11.34-30.91-1.02-8.28-1.92-16.56-2.96-26.48l-.75-6.94c-.25-2.33-.51-4.67-.77-7.02l-.48-4.25-.15-1.14c-3.65-26.54-22.07-48.17-46.32-57.15-.79-12.84-10.48-26.04-25.76-26.04s-24.96,13.2-25.76,26.04c-24.59,9.08-43.07,31.15-46.39,58.3l-.49,4.26c-.34,3.01-.66,6.03-.99,9.04l-.54,4.94c-1.04,9.86-1.94,18.13-2.96,26.44-1.46,11.8-6.98,23.33-11.33,30.89l-1.18,2c-.53.89-1.06,1.73-1.55,2.5l-1.89,2.86-2.98,4.04c-6.41,8.15-10.13,15.42-11.71,22.88-1.9,9.01-.05,18.05,5.08,24.83,5.04,6.62,13.04,10.42,21.98,10.42l5.68-.02c7.48-.02,14.96-.02,22.4-.03h11.15s8.89,0,8.89,0c3.11,15.05,14.17,28.11,32.59,28.11s29.17-13.16,32.51-28.11h8.98s16.75,0,16.75,0c5.59,0,11.2,0,16.8.02l5.78.02h.36c8.86-.12,16.51-3.82,21.54-10.44,5.11-6.76,6.96-15.8,5.07-24.81Zm-107.78,45.32c-8.22,0-12.08-5.07-13.9-10h27.47c-2.17,5.17-6.38,10-13.57,10Zm86.78-32.61c-1.56,2.04-4.05,2.5-5.81,2.53h-.2s-5.69-.01-5.69-.01c-5.62-.01-11.24-.02-16.85-.02h-16.77s-41.23.04-41.23.04l-41.72-.04h-11.17c-7.46,0-14.95,0-22.45.03l-5.65.02c-1.88,0-4.45-.44-6.02-2.51-1.23-1.63-2.25-4.74-1.44-8.62.93-4.4,3.35-8.91,7.83-14.61l1.52-1.97,4.48-6.51c.6-.95,1.22-1.94,1.87-3.02l1.34-2.28c5.29-9.19,11.98-23.32,13.86-38.44,1.04-8.47,1.95-16.84,2.99-26.76l.53-4.92c.32-2.98.64-5.97.98-8.93l.47-4.17c3.13-25.65,25.23-45.04,51.38-45.12h1.86c25.79.07,47.85,19.14,51.3,44.28l.58,4.99c.26,2.31.51,4.62.76,6.92l.75,6.91c1.05,10,1.96,18.38,3,26.81,1.87,15.11,8.57,29.24,13.88,38.47l1.34,2.27c.54.9,1.07,1.76,1.61,2.61l2.51,3.81,3.45,4.69c4.67,5.87,7.17,10.49,8.11,14.97.82,3.88-.21,6.99-1.42,8.6Z"/>
|
|
12
11
|
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="rss" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 320">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1, .cls-2 {
|
|
6
|
+
fill: #fff;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.cls-2 {
|
|
10
|
+
fill-rule: evenodd;
|
|
11
|
+
}
|
|
12
|
+
</style>
|
|
13
|
+
</defs>
|
|
14
|
+
<path class="cls-2" d="m63,124.4v32.4c55.25,0,100.2,44.95,100.2,100.2h32.4c0-73.12-59.48-132.6-132.6-132.6Z"/>
|
|
15
|
+
<path class="cls-2" d="m63,46.8v32.4c98.04,0,177.8,79.76,177.8,177.8h32.4c0-115.9-94.3-210.2-210.2-210.2Z"/>
|
|
16
|
+
<circle class="cls-1" cx="92.1" cy="227.9" r="29.1" transform="translate(-49.9 27.26) rotate(-13.28)"/>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="320px" height="320px" viewBox="0 0 320 320" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>Kalendertv@1x</title>
|
|
4
|
+
<g id="Kalendertv" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="kalender" transform="translate(36, 32)" fill="#000000">
|
|
6
|
+
<rect id="Rectangle" x="36" y="0" width="22" height="44" rx="11"></rect>
|
|
7
|
+
<rect id="Rectangle-Copy" x="190" y="0" width="22" height="44" rx="11"></rect>
|
|
8
|
+
<path d="M171,30 L171,33 C171,49.5685425 184.431458,63 201,63 C217.568542,63 231,49.5685425 231,33 L231,30 L234,30 C241.731986,30 248,36.2680135 248,44 L248,242 C248,249.731986 241.731986,256 234,256 L14,256 C6.2680135,256 9.46895252e-16,249.731986 0,242 L0,44 C-9.46895252e-16,36.2680135 6.2680135,30 14,30 L17,30 L17,33 C17,49.5685425 30.4314575,63 47,63 C63.5685425,63 77,49.5685425 77,33 L77,30 L171,30 Z M4,80 L244,80 L244,238 C244,245.731986 237.731986,252 230,252 L18,252 C10.2680135,252 4,245.731986 4,238 L4,80 L4,80 Z" id="Combined-Shape" stroke="#000000" stroke-width="16"></path>
|
|
9
|
+
</g>
|
|
10
|
+
<g id="TV" transform="translate(78.4609, 156.4219)" fill="#000000" fill-rule="nonzero">
|
|
11
|
+
<polygon id="Path" points="72.9667969 14.9501953 45.5273438 14.9501953 45.5273438 89.578125 27.0703125 89.578125 27.0703125 14.9501953 0 14.9501953 0 0 72.9667969 0"></polygon>
|
|
12
|
+
<polygon id="Path" points="122.611289 67.3681641 142.914023 0 163.462852 0 132.270469 89.578125 113.013633 89.578125 81.9442969 0 102.431602 0"></polygon>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="hs100" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 320">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: #fff;
|
|
7
|
+
}
|
|
8
|
+
</style>
|
|
9
|
+
</defs>
|
|
10
|
+
<path class="cls-1" d="m197.35,161.45c-7.18,0-15.08-1.61-20.97-7.75l-9.62,9.8c8.62,8.63,18.67,10.68,30.59,10.68,17.38,0,30.3-8.05,30.3-23.55,0-13.17-8.04-19.75-21.68-20.92l-11.49-1.02c-7.76-.73-10.05-4.1-10.05-8.49,0-5.56,4.45-9.51,13.21-9.51,6.89,0,13.35,1.46,17.95,5.41l9.19-9.51c-6.75-6-16.08-8.34-27-8.34-15.22,0-27.43,8.19-27.43,22.67,0,13.02,7.9,19.31,21.54,20.48l11.63,1.02c7.04.58,9.76,3.8,9.76,8.77,0,7.02-7.03,10.24-15.94,10.24Z"/>
|
|
11
|
+
<path class="cls-1" d="m110.22,113.63s6.16-1.67,14.87-1.71c12.24-.06,11.89,6.7,11.89,12.15v49.23h16.2v-48.3c0-2.94.03-4.46-.11-7.2-.55-10.78-8.24-19.03-23.6-19.19-9.24-.1-19.76,2.09-19.76,2.09v-33.45s-15.31,1.01-15.31,1.01v105.04h15.81v-59.67Z"/>
|
|
12
|
+
<path class="cls-1" d="m208.05,187.85c-9.67,0-15.9,4.53-18.48,12.56-.86,2.64-1.34,5.67-1.34,20.59s.48,17.95,1.34,20.59c2.59,8.03,8.81,12.56,18.48,12.56s15.9-4.53,18.58-12.56c.86-2.64,1.34-5.67,1.34-20.59s-.48-17.95-1.34-20.59c-2.68-8.03-8.91-12.56-18.58-12.56Zm8.31,52.02c-1.22,3.45-3.95,5.17-7.89,5.17s-6.58-1.72-7.8-5.17c-.66-2.01-.85-4.21-.85-18.86s.19-16.85.85-18.86c1.22-3.45,3.85-5.17,7.8-5.17s6.67,1.72,7.89,5.17c.66,2.01.85,4.21.85,18.86s-.19,16.85-.85,18.86Z"/>
|
|
13
|
+
<path class="cls-1" d="m94.9,208.94l10.89-6.85h.19v41.48c0,.38-.19.56-.57.56h-10.51c-.57,0-.96.38-.96.94v7.32c0,.56.38.94.96.94h32.76c.57,0,.96-.38.96-.94v-7.32c0-.56-.38-.94-.96-.94h-10.51c-.38,0-.57-.19-.57-.56v-53.12c0-.56-.38-.94-.96-.94h-8.12c-.76,0-1.24.19-1.72.56l-11.27,7.41c-.48.38-.67.75-.67,1.31v9.57c0,.75.48.94,1.05.56Z"/>
|
|
14
|
+
<path class="cls-1" d="m137.41,200.41c-.86,2.64-1.34,5.67-1.34,20.59s.48,17.95,1.34,20.59c2.58,8.03,8.81,12.56,18.48,12.56s15.89-4.53,18.58-12.56c.86-2.64,1.34-5.67,1.34-20.59s-.48-17.95-1.34-20.59c-2.68-8.03-8.91-12.56-18.58-12.56s-15.89,4.53-18.48,12.56Zm11.09,1.73c1.22-3.45,3.85-5.17,7.8-5.17s6.67,1.72,7.89,5.17c.66,2.01.85,4.21.85,18.86s-.19,16.85-.85,18.86c-1.22,3.45-3.95,5.17-7.89,5.17s-6.58-1.72-7.8-5.17c-.66-2.01-.85-4.21-.85-18.86s.19-16.85.85-18.86Z"/>
|
|
15
|
+
<path class="cls-1" d="m93.63,29.95c-1.2.01-29.51.55-48.61,19.63-11.32,11.31-17.06,26.79-17.06,45.99v195.47h199.44c1.2-.02,29.54-.62,48.58-19.62,11.33-11.31,17.08-26.79,17.08-46V29.95H93.63Zm183.78,15.63v180.35c0,14.96-4.39,26.94-13.06,35.59-14.26,14.24-35.1,14.84-37.42,14.86H42.62V96.03c0-14.97,4.4-26.94,13.07-35.6,14.58-14.55,36.56-14.85,37.48-14.85h184.24Z"/>
|
|
16
|
+
</svg>
|