Address box
An address box can be used to visually highlight to the user where they can find our building or a venue.
Variations
Institution or venue name
The Institution/venue is located here:
- Lorem-ipsumstraße 123, 12345 Musterstad, Germany
- 567 Main st, Anytowm, PA 17123, USA
- 78 Rue de Exemple, 75007 Paris, France
Further details and link go here.
Lorem ipsum dolor sit ametLorem ipsum
Lorem ipsum dolor sit amet
- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Details
Usage
The address box component is used to display a Google map on your page.
Guidelines
- Should be place only in contact pages
- Apart from the
src
attribute, theiframe
tag should always include:frameborder="0"
scrolling="no"
marginheight="0"
marginwidth="0"
- On the other hand, the
src
attribute should include the parameters:z=13
output=embed
HTML structure
Overall HTML view of an address box component:
div.address-box
iframe
div.headline
(optional)h2
div.wrapper
div.content-box
h3
ul
li
(one or more)div.content-box
(optional)
p
a
Presets
Address box presets:
Preset | Description |
---|---|
Default | Default preset. |
Basic | Preset with the minimum requirements of the component. |
Presets are ready to use HTML structures.
Variations
Address box variations:
Variation | Description |
---|---|
Default | This snippet feature 3 major areas. The first one is composed of an iframe, headline and title. The second area is composed of a title and an unordered list to display information regarding the address. And a third area which work as an additional call to action. |
Basic | This snippet gets rid of additional elements which might not be present, reducing it to the minimum requirements. |
Embedding
The address box component cannot be embedded inside other component.
main
(HTML file)
div.address-box
Nesting
The address box component cannot be used as a container of other components and/or elements.
main
(HTML file)
div.address-box