Skip to main content

CMS Guide - Hero Banner (Section 18a)

Suggested Use:Do not use (See "Section 18a instead")

Notes:USED FOR CMS GUIDE DISPLAY ONLY.

Available Code Snippets:

CMS Guide

Table of Contents

Style Management

Headings:

Heading 1

Heading 2

Heading 3

Heading 4

Body Copy:

Body Copy 1

Body Copy 1 - Bold

Body Copy 2

Links and Buttons:

Link with Arrow

Primary Button - Blue

Spacing:

(NOTE: the amount of space is indicated below each title in Peach)

Spacing: 0px (Margin Bottom)

Spacing: 10px (Margin Bottom)

Spacing: 20px (Margin Bottom)

Spacing: 30px (Margin Bottom)

Text Color:

(NOTE: In this demo area and in the wysiwyg editor, white text will appear with a dark background for readability.

Text Color - White

Page Templates

What page templates are available to create new pages with?

The following page templates are available in the "CMS Primary Theme" theme:

In which theme should I create my page? / Which theme should my page be assigned to?

To use one of the page templates, you must create your page inside the theme where the desired page template resides. You may later assign the page to another theme if needed.

See General Advice & FAQs for more details.

What if I don't need all the sections used in a template?

Before using a CMS page template to create a page, determine if you’re going to need all the sections used in that template. Then, after using the template to create a new page, remove the sections from the page which aren’t needed BEFORE SAVING THE NEW PAGE. This prevents those sections from ever being created and we avoid cluttering the system with unused sections and modules.

Can I create a CMS page without using one of the CMS Page Templates?

See General Advice & FAQs.

Custom HTML Modules: Content Editor (WYSIWYG) FAQs

How do I replace placeholder ("lorem ipsum") or unwanted text content?

The content editor can be finicky. To replace placeholder or unwanted text, we recommend that you first click the “BLOCKS” button in the toolbar to reveal outlines surrounding block-level elements. Then, select the text you wish to replace and type in your desired text. Or, you can place your cursor at the end of the text you want to replace, add your desired text, and then select and delete the placeholder text preceding it. We do NOT recommend selecting all placeholder text in the editor and deleting it before you add your desired content. As a result you may accidentally erase necessary markup that the content depends on. It is always best to edit text elements one at a time rather than deleting everything you don’t want from the start.

Can I copy/paste from other sources?

Be very careful when copy/pasting text content from other sources into a Custom HTML module's content editor. When copying from an external document, take steps to ensure the text you are copying is plain text (as opposed to rich text.) When copying from a web page, make sure you are ONLY including text and not actual HTML tags (<p>, <br>, etc.) as this could result in unintended styling/format inconsistencies.

How do I change the appearance of text content (color, font size, etc)?

The "STYLE" dropdown in the toolbar can be used to edit the styling/appearance of content. Keep in mind that when you add a style from the dropdown, it does not overwrite other styles previously applied to the element. This allows greater flexibility in cases where you may need more than one style applied, but you will need to remember to uncheck undesired styles after applying them.

Please refer to Style Management for examples of classes/styles you may apply.

Keep in mind that changing the appearance or styles of text should be done SPARINGLY - for the sake of consistency across pages, it is best to stick with the module's default styling whenever possible.

How do I add/edit a link?

The "insert/edit link" button in the toolbar is used to create and modify links:

To create a new link, type your desired link text within the content editor, select it, and then click the "insert/edit link" button. This may be tricky if you're creating a new link next to an already-existing link. To do this, place your cursor at the end of the existing link's text and then press the right arrow key, so your cursor is outside the existing link. Then, type the new link's text, select it and click the "insert/edit link" button.

To modify an existing link, click into the middle of the link text within the content editor, then click the "insert/edit link" button.

Note: Using proper link text is very important. For more details, see "Does it matter what I use for [clickable] link text?" in General Advice & FAQs.

How do I add/edit an image?

The "asset picker" button in the toolbar allows you to add images into the content editor. To modify an existing asset, click the asset and then click the "asset picker" button. Not all custom HTML modules were made with the intent to have an image placed in them. (Tip: If your default placeholder content did not contain an image, you should probably avoid adding one with this tool.)

Note: If you're including an image in a Custom HTML module, remember to consider the image alt text (which is editable through the "asset picker" button), and include a value when necessary. For more details, see "Do I need to update/include alt text for every image?" in General Advice & FAQs.

How do I add a code snippet?

The "insert code snippet" button in the toolbar adds pre-made snippets of code into the content editor. Note that code snippets are often (but not always) used as a way to revert either the entire content of a Custom HTML Module to its default state, or to revert a part of its content to its original state. In many cases you will not need to use code snippets unless you're attempting to "fix" a module (i.e. bring back original content which was since removed.)

Additionally, code snippets are used as a way to add specific html into your content editor that is either difficult or impossible to achieve without editing the actual source code.

IMPORTANT: Be very careful to only use code snippets that are intended for use in the specific module you’re editing. In most cases the name of the code snippet should partially or exactly match the name of the module you’re editing. A list of all code snippets that are intended for use within a module will appear in that module's parent section's documentation in the Section Guide. Do not use a code snippet when the section name in the title of the code snippet does not match the section you are currently editing. For example, if you're editing a section created from a section template labeled as "Section 1" you should only be using code snippets whose titles include "Section 1."

I've messed up my edits and would like to revert to the original "lorem ipsum" placeholder content. Is there a way to do that?

Check to see if the module you're editing has a default code snippet available. The name of the snippet should match the name of your module (minus the given section name prefix.) If so, you may delete the entire content and then insert the appropriate code snippet. Some modules don't have default code snippets available, but they may have other snippets which could replace specific portions of your content.

Does it matter which levels of headings (H1, H2, etc) I use in my content?

Yes. For SEO and accessibility purposes, it is important that your page’s heading structure is hierarchical. This means that your page’s top heading needs to be an h1 heading.

You should also be careful to avoid skipping heading levels (i.e. using an h3 heading before an h2 has been used, etc.) If you need to change the appearance of a heading without changing the level, apply one of the heading classes from the content editor's "STYLE" dropdown (see Style Management for a list of these heading style classes.)

General Advice & FAQs

How can I ensure that my content will be accessible to all users?

Be sure to follow all recommendations and instructions given in this guide, particularly the recommendations involving link text, image alt text, and heading levels. To learn more about accessibility, please see Accessibility for Radancy CMS Publishers.

Can I change the layout assignment of a page/section/module?

You should never change a layout assignment unless specifically instructed to do so in the relevant section's documentation found in the Section Guide. This will almost always lead to unintended results.

Can I add a module to a section?

You should never add a module to a section unless specifically instructed to do so in the relevant section's documentation found in the Section Guide. This will almost always lead to unintended results.

When I'm adding a section from the "Add New" section menu to a page, what should I name my new section?

To avoid future confusion, especially for other CMS users who may need to edit/update the content you're creating, naming conventions should be consistent throughout the site. When creating a section that you anticipate will only be used on the page you're adding it to, we recommend the following naming convention: [Page Name OR Abbreviated Page Name] - [Section Template Name] [Number (only include if you anticipate other sections of the same template will be added to the same page.)] For example, "Benefits - Full Width Copy" or "DEI - Full Width Copy 1." If you anticipate that the section you're creating may be used on other pages as well, we suggest giving it a name that summarizes its purpose/intent rather than its content or context (which may change or be updated later.) For example, "Human Resources Job List" or "Annual Job Fair CTA."

Note: While you CAN change a section's name after creating it, you will NOT be able to change the names of the modules included in the section (which will, by default, include the ORIGINAL section name.) So we recommend that you carefully choose a good name for each section you create.

Can I create a CMS page without using one of the CMS Page Templates?

Yes, but this is not recommended as creating a page without using a CMS Page Template will require you to select a page layout. To avoid selecting the incorrect layout, we recommend using one of the available CMS Page Templates, in all cases.

If you are looking to create a "blank" page, see the next question.

How do I create a "blank" page?

To create a blank page, click the "Add Page" button in the "CMS Primary Theme" theme and select the [TEMPLATE NAME] page template.

Which theme should my page be assigned to?

All CMS pages should be assigned to the "CMS Primary Theme" theme.

DO NOT assign any CMS pages to the "Default Theme (GST)" theme. This theme is enabled for CMS due to system requirements, but it is NOT intended to be used as a theme for CMS Pages.

Do I need to update/include alt text for every image?

Every time you add or replace an image file, you should consider whether to include alt text for the image. In some cases, such as when the image is considered descriptive and not essential to the page content, alt text may be left blank. For more details, please see this alt text decision tree. Not only are these considerations essential in making the site accessible to non-visual users, it will also improve SEO.

Does it matter what I use for [clickable] link text?

It matters a lot. To make links accessible to all users, use link text that would make sense to users if taken out of the surrounding context. For example, "learn more about our benefits" is acceptable, whereas "click here" or "learn more" are not. This is important in all situations but be particularly careful when adding/editing links inside Custom HTML modules, as you'll have full control over what text is included in a link.

How do I update/add a hero banner to my page?

[INCLUDE HERO BANNER INSTRUCTIONS HERE]

Section Guide

Important! Before using a section from this guide, please read the corresponding documentation for that section. Documentation is found above each section in this guide.

Note that section titles are color coded based on which menu they can be found in after clicking the "add section" button on any page:

Red - find this section in the "Use Existing" Menu.
Green - find this section in the "Add New" Menu.

Keep in mind that when you edit a section from the "Use Existing" Menu, you are editing every instance of that section. Sections added via the "Add New" Menu are safe to be edited freely, as a new instance of the section is created every time it's added to a page.

Intro - (Section 1a)

Suggested Use:General copy with heading

Notes: N/A

Available Code Snippets:

  • v2 - Section 1 - Copy Use this for Headline and 2 bodys of copy

The BD Buzz

The BD Buzz phone rings, travelling through BD Benelux to hear from our associates as they share what fuels their passion for working at BD. Meet our associates

Copy and Media (Section 2a)

Suggested Use:shorter copy with optional button link(s), next to a supporting image

Notes: The template comes with Heading 3 Style Management class automatically applied. Change the heading style using Style Management if desired.

Available Code Snippets: v2 - Section 2 - Copy

Headline

Integer feugiat scelerisque varius morbi enim. Pellentesque habitant morbi tristique senectus et netus et malesuada. Elit ullamcorper dignissim cras tincidunt. Nisi lacus sed viverra tellus in.

Copy and Media (Section 2b)

Suggested Use: See Section 2A

Notes: See Section 2A

Available Code Snippets: v2 - Section 2 - Copy

Headline

Integer feugiat scelerisque varius morbi enim. Pellentesque habitant morbi tristique senectus et netus et malesuada. Elit ullamcorper dignissim cras tincidunt. Nisi lacus sed viverra tellus in.

Multi Item - (Section 3a)

Suggested Use:Use this section to showcase 3 images.

Notes:N/A

Available Code Snippets:N/A

Testimonial - (Section 4a)

Suggested Use:Employee Quote

Notes: In WYSIWYG editor the quote will not be white, you are going to see a dark background but this will not show in preview.

Available Code Snippets:

  • v2 - Section 4 - Quote

Integer feugiat scelerisque varius morbi enim. Pellentesque habitant morbi tristique senectus et netus et malesuada. Elit ullamcorper dignissim cras tincidunt. Nisi lacus sed viverra tellus in. Sem nulla pharetra diam sit. Mattis nunc sed blandit libero. Egestas sed tempus urna et.

Employee Name

Employee title

Testimonial - (Section 4b)

Suggested Use:See Section 4a

Notes: See Section 4a

Available Code Snippets:

  • v2 - Section 4 - Quote

Integer feugiat scelerisque varius morbi enim. Pellentesque habitant morbi tristique senectus et netus et malesuada. Elit ullamcorper dignissim cras tincidunt. Nisi lacus sed viverra tellus in. Sem nulla pharetra diam sit. Mattis nunc sed blandit libero. Egestas sed tempus urna et.

Employee Name

Employee title

Testimonial - (Section 4c)

Suggested Use:See Section 4a

Notes: See Section 4a

Available Code Snippets:

  • v2 - Section 4 - Quote

Integer feugiat scelerisque varius morbi enim. Pellentesque habitant morbi tristique senectus et netus et malesuada. Elit ullamcorper dignissim cras tincidunt. Nisi lacus sed viverra tellus in. Sem nulla pharetra diam sit. Mattis nunc sed blandit libero. Egestas sed tempus urna et.

Employee Name

Employee title

Testimonial - (Section 5a)

Suggested Use: Employee Testimonial with an image below

Notes:In WYSIWYG editor the quote will not be white, you are going to see a dark background but this will not show in preview.

Available Code Snippets:

  • v2 - Section 5 - Quote

"Integer feugiat scelerisque varius morbi enim. Pellentesque habitant morbi tristique senectus et netus et malesuada. Elit ullamcorper dignissim cras tincidunt. Nisi lacus sed viverra tellus in. Sem nulla pharetra diam sit."

Employee Name

Employee Title

Testimonial - (Section 6a)

Suggested Use: 2 cards with employee quotes with images below

Notes: n/a

Available Code Snippets:

  • v2 - Section 6 - Quote

"Integer feugiat scelerisque varius morbi enim. Pellentesque habitant morbi tristique senectus et netus et malesuada. Elit ullamcorper dignissim cras tincidunt. Nisi lacus sed viverra tellus in. Sem nulla pharetra diam sit."

Employee Name

Employee Title

"Integer feugiat scelerisque varius morbi enim. Pellentesque habitant morbi tristique senectus et netus et malesuada. Elit ullamcorper dignissim cras tincidunt. Nisi lacus sed viverra tellus in. Sem nulla pharetra diam sit."

Employee Name

Employee Title

Video - (Section 7a)

Suggested Use:Stand-alone video

Notes:Types of videos: Facebook, HTML, Vimeo or YouTube.

Available Code Snippets:N/A

Image and Copy - (Section 8a)

Suggested Use:An image with a small headline.

Notes:N/A

Available Code Snippets:

  • v2 - Section 8 - Copye

Nemo enim ipsam voluptatem quia voluptas

Image and Copy - (Section 8b)

Suggested Use: See Section 8a

Notes: See Section 8a

Available Code Snippets:

  • v2 - Section 8 - Copy

Nemo enim ipsam voluptatem quia voluptas

Image and Copy - (Section 8c)

Suggested Use: See Section 8a

Notes: See Section 8a

Available Code Snippets:

  • v2 - Section 8 - Copy

Nemo enim ipsam voluptatem quia voluptas

Logo and Copy - (Section 9a)

Suggested Use:Company logo with a small amount of text.

Notes:User can change the text styles in WYSIWYG editor.

Available Code Snippets: v2 - Section 9 - Copy

BD

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Icon Grid (Section 10a)

Suggested Use:Group of icons with description

Notes:N/A

Available Code Snippets:

  • v2 - Section 10 - Icon with Copy: Use this for icon with a short description

English / Magyar

RÓLUNK

A Becton Dickinson 2010-ben kezdte meg gyártási tevékenységét Magyarországon. A Tatabányai Ipari Parkban található telephelyünkön két üzletág működik: a Pharmaceutical Systems a BD Medical egységeként azoknak a gyógyszergyártó cégeknek az igényeit szolgálja ki, amelyek a BD előtölthető fecskendőit mint elsődleges csomagolóanyagot használják gyógyszertermékeik bevitelére; míg a BD Biosciences a BD Life Sciences egységeként a kutatási és orvosi célú áramlási citometriához használt berendezések és reagensek gyártásában világszerte élen jár.

Telephelyeink

Tatabánya

Tatabányai telephelyünkön működik egy a hét gyártóüzem közül a Pharmaceutical Systems üzletágon belül. Hypak (előretölthető üvegfecskendő), Ultrasafe (utólagos tűszúrás elleni védelem) és Vystra (önadagoló toll) termékek gyártásával és összeszerelésével az egészségügyi ellátás minőségének javításán dolgozunk.

A betegek és az egészségügyi dolgozók biztonságáért azzal tesszük a legtöbbet, hogy termékeink a legmagasabb minőséget képviselik. A kutatásireagens-gyártó üzem (BD Biosciences) 10 000-félét meghaladó késztermék és számos félkész termék gyártását teszi lehetővé. A gyártóüzem teljes kapacitásában évi 500 000-750 000 egység késztermék előállítására képes.

Vállalatunk alappilléreit munkatársaink képezik, így személyes és munkahelyi támogatásuk számunkra egyaránt elengedhetetlen. Nagy hangsúlyt fektetünk dolgozóink további képzésére és fejlesztésére, amelyhez többféle képzési lehetőséget, karrierfejlesztési terveket kínálunk. Társadalmi Felelősségvállalási Programunk keretében munkatársainknak lehetősége nyílik önkéntes programokban való részvételre.

Lehetőségeink

Nyitott kapukkal állunk azon leendő jelöltek előtt, akik fantáziájukkal és lelkesedésükkel segítenek nekünk újragondolni az egészségügy jövőjét. Folyamatosan keresünk új munkatársakat termelés és gyártás, mérnökség és projektmenedzsment, valamint biokémia területére. Számos olyan lehetőséget kínálunk, amelyek nagy hatással lehetnek a jövődre, szakmai és jólléti tréningekkel támogatjuk fejlődésedet. Biztosak vagyunk benne, hogy nálunk megtalálod karriercélodat és azokat a lehetőségeket, amelyek további előrelépést biztosítanak számodra!

globe icon

Icon descriptive text

globe icon

Icon descriptive text

globe icon

Icon descriptive text

globe icon

Icon descriptive text

globe icon

Icon descriptive text

Flexible work arrangements

Icon with Copy (Section 11a)

Suggested Use:Icon with bullet point and copy

Notes:User can use any color bullet point they prefer, just use the classes in style managment.

Available Code Snippets:

  • v2 - Section 11 - Copy

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur. Learn more here

Icon with Copy (Section 11b)

Suggested Use:see section 11a

Notes:see section 11a

Available Code Snippets:

  • v2 - Section 11 - Copy

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur. Learn more here

Job List (Section 12a)

Suggested Use: list of job links filtered by category, location, and/or facet

Notes: The "Section 12 - Job List" Job List module is set up so that the editable "Link Text" entered in the module's settings is used only in cases where there ARE jobs that match the module's filters. In cases where there are NO jobs, a hardcoded link to the Search Results page is included instead (Note that in these cases, the link text is not editable.)

Available Code Snippets: N/A

Testimonial - (Section 13a)

Suggested Use:Job list and an employee call out card with image and quote.

Notes:Refer to section 12 about Job List and section 5 for the employee testimonial

Available Code Snippets:

  • v2 - Section 13 - Quote

Image and Copy (Section 14a)

Suggested Use:Short copy next to a supporting image

Notes:N/A

Available Code Snippets: v2 - Section 14 - Copy

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Sed elementum tempus egestas sed sed risus pretium quam vulputate. Egestas egestas fringilla phasellus faucibus scelerisque eleifend donec pretium vulputate.

Hero Banner (Section 18a)

Suggested Use:Hero banner

Notes:Use this section template to create a new hero banner section. Please upload images closest to the dimenstions( Mobile 320x138, Desktop 1400x375).

Available Code Snippets: v2 - Section 18a - Copy

Loreum Ipsum

short description text

Hero Banner (Section 18b)

Suggested Use:Hero banner

Notes:Use this section template to create a new hero banner section with NO side decoration. Please upload images closest to the dimenstions( Mobile 320x138, Desktop 1400x375).

Available Code Snippets: v2 - Section 18b - Copy

Loreum Ipsum

short description text

Content Page Display - (Section 26a)

Suggested Use:Display 3 callouts to content pages

Notes:This is a static section.

Available Code Snippets:N/A

Image and Copy Grid (Section 30a)

Suggested Use: Group of images with descriptions

Notes: N/A

Available Code Snippets:

  • v2 - Section 30 - Images with Copy: Use this for images and varying lengths of descriptions

Intro Heading

Description heading

Description text

Description heading

Description text

Description heading

Description text

Description heading

Description text

Description heading

Description text

Description heading

Description text

Description heading

Description text

Description heading

Description text

Don’t Miss Out

Receive customized job alerts based on your function and/or location search criteria.

Interested InSelect a job category from the list of options. Search for a location and select one from the list of suggestions. Finally, click “Add” to create your job alert.

You acknowledge that you have read our Privacy Policy and consent to receive email communication from BD.

BD Fraud Notice

Please be aware of potentially fraudulent job postings on other websites or suspicious recruiting email or text messages that attempt to collect your confidential information. If you are concerned that an offer of employment with BD, CareFusion or C.R. Bard might be a scam, please verify by searching for the posting on the careers page or contact us at ASC.Americas@bd.com. For more information click here.