{"id":6820,"date":"2018-05-29T17:42:41","date_gmt":"2018-05-29T17:42:41","guid":{"rendered":"http:\/\/themeforest.unitedthemes.com\/wpversions\/brooklyn\/xml\/demo23\/works-3\/"},"modified":"2018-05-29T17:42:41","modified_gmt":"2018-05-29T17:42:41","slug":"works-3","status":"publish","type":"page","link":"https:\/\/histemia.com\/association\/works-3\/","title":{"rendered":"Works 3"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_section css=\u00a0\u00bb.vc_custom_1496760252989{padding-bottom: 0px !important;}\u00a0\u00bb][vc_row][vc_column]<div class=\"wpb_content_element \"><style type=\"text\/css\">@media (min-width: 1025px) { #ut_header_6a668b162266b .lead { width:50%;margin: 0 auto;} }<\/style><header id=\"ut_header_6a668b162266b\" class=\"section-header  ut-no-title-linebreak-mobile ut-no-lead-linebreak-mobile pt-style-2 header-center header-tablet-center header-mobile-center\"><h2 data-title=\"Selected Works.\"  data-responsive-font=\"section_title\" class=\"section-title  \"><span>Selected Works.<\/span><\/h2><div data-delay=\"0\" class=\"lead \"><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam.<\/p>\n<\/div><\/header><\/div>[\/vc_column][\/vc_row][vc_row full_width=\u00a0\u00bbstretch_row_content_no_spaces\u00a0\u00bb css=\u00a0\u00bb.vc_custom_1527615707869{margin-bottom: -1px !important;}\u00a0\u00bb el_name=\u00a0\u00bbMargin bottom 0&Prime;][vc_column]<div class=\"wpb_content_element  vc_custom_1527615769442\">\r\n        <script type=\"text\/javascript\">\r\n        (function($) {\r\n\r\n            \"use strict\";\r\n\r\n            \/* check if is in vc front end\r\n            ================================================== *\/\r\n            function inIframe() {\r\n\r\n                var field = 'vc_editable';\r\n                var url = window.location.href ;\r\n\r\n                if( url.indexOf('?' + field + '=') !== -1 ) {\r\n\r\n                    return true;\r\n\r\n                } else if( url.indexOf('&' + field + '=') !== -1 ) {\r\n\r\n                    return true;\r\n\r\n                } else {\r\n\r\n                    return false;\r\n\r\n                }\r\n\r\n            }\r\n\r\n            if( inIframe() ) {\r\n\r\n                $(window).trigger(\"load\");\r\n\r\n            }\r\n\r\n            $(window).on(\"load\", function(){\r\n\r\n                $(document).ready( function(){\r\n\r\n                var $container = $(\"#ut-portfolio-items-4272\");\r\n\r\n                $container.on( \"layoutComplete\", function( event, filteredItems ){\r\n\r\n                    $(filteredItems).each(function( index, element ){\r\n\r\n                        if( $(window).width() <= 1024 ) {\r\n\r\n                            $(element.element).addClass(\"sorted\").css({\r\n                                \"opacity\" : \"1\"\r\n                            });\r\n\r\n                        } else {\r\n\r\n                            $(element.element).addClass(\"sorted\").css({\r\n                                                                \"opacity\" : \"1\"                             });\r\n\r\n                        }\r\n\r\n                    });\r\n\r\n                    $container.addClass(\"layoutComplete\");\r\n\r\n                    setTimeout(function() {\r\n\r\n                        $(window).trigger('scroll');\r\n                        $.waypoints(\"refresh\");\r\n\r\n                    }, 100 );\r\n\r\n                });\r\n\r\n                let hide_timout, sort_timeout;\r\n\r\n                function hide_portfolio_articles( selector ) {\r\n\r\n                    clearTimeout( hide_timout );\r\n                    clearTimeout( sort_timeout );\r\n                    $(\"> .ut-portfolio-article\", \"#ut-portfolio-items-4272\").each(function( index ){\r\n\r\n                        if( $(window).width() <= 1024 ) {\r\n\r\n                            $(this).addClass(\"ut-portfolio-article-animation\").removeClass(\"sorted\").css({\r\n                                \"opacity\" : \"0\"\r\n                            });\r\n\r\n                        } else {\r\n\r\n                            $(this).addClass(\"ut-portfolio-article-animation\").removeClass(\"sorted\").css({\r\n                                                                \"opacity\" : \"0\"                             });\r\n\r\n                        }\r\n\r\n                    });\r\n\r\n                    hide_timout = setTimeout(function() {\r\n\r\n                        $(\"> .ut-portfolio-article .ut-portfolio-article-animation-box\", \"#ut-portfolio-items-4272\").each(function( index ){\r\n\r\n                            var $this = $(this);\r\n\r\n                            $this.clearQueue().css({\r\n                                \"visibility\" : \"hidden\",\r\n                                \"opacity\" : \"0\"\r\n                            }).removeClass( $this.children(\".ut-portfolio-item\").data(\"effect\") );\r\n\r\n                        });\r\n\r\n                        $container.isotope({ filter: selector });\r\n\r\n                    }, 400 );\r\n                    sort_timeout = setTimeout( function() {\r\n                        $container.find('.sorted').each( function() {\r\n                            let box = $(this).find('.ut-portfolio-article-animation-box');\r\n                            if( box.data('effect') === 'noneAnimation' ) {\r\n                                box.css({\r\n                                    \"visibility\": \"visible\",\r\n                                    \"opacity\": \"1\"\r\n                                })\r\n                            }\r\n                        } )\r\n                    }, 500 )\r\n                }\r\n\r\n                \/* IsoTope\r\n                ================================================== *\/\r\n                $container.ut_require_js({\r\n                    plugin: 'isotope',\r\n                    source: 'isotope',\r\n                    callback: function (element) {\r\n\r\n                        element.addClass(\"animated\").isotope({\r\n\r\n                            itemSelector : '.ut-masonry',\r\n                            layoutMode: 'packery',\r\n                            transitionDuration: 0\r\n\r\n                        });\r\n\r\n                    }\r\n\r\n                });\r\n\r\n\r\n\r\n                    \/* IsoTope Filtering\r\n                    ================================================== *\/\r\n                    $(\"#ut-portfolio-menu-4272 a\").each(function( index ) {\r\n\r\n                        var searchforclass = $(this).attr(\"data-filter\");\r\n\r\n                        if( !$(searchforclass).length  ) {\r\n\r\n                            $(this).hide(); \/\/ hide filter if we do not have any children to filter\r\n\r\n                        }\r\n\r\n                    });\r\n\r\n                    $(\"#ut-portfolio-menu-4272 a\").click( function( event ) {\r\n\r\n                        var $this = $(this);\r\n\r\n                        if ( $this.hasClass(\"selected\") ) {\r\n\r\n                            event.preventDefault();\r\n                            return;\r\n\r\n                        }\r\n\r\n                        var selector = $this.attr(\"data-filter\");\r\n\r\n                        if ( !$this.hasClass(\"selected\") ) {\r\n\r\n                            $this.parents(\"#ut-portfolio-menu-4272\").find(\".selected\").removeClass(\"selected\");\r\n                            $this.addClass(\"selected\");\r\n\r\n                            hide_portfolio_articles( selector );\r\n\r\n                        }\r\n\r\n                        return false;\r\n\r\n                    });\r\n\r\n\r\n                });\r\n\r\n            });\r\n\r\n        }(jQuery));\r\n\r\n        <\/script>\r\n\r\n        <style id=\"ut-portfolio-custom-css-4272\" type=\"text\/css\">.ut-portfolio-4272 .ut-portfolio-item-container { background: rgba(20, 22, 24, 1) ; }.ut-portfolio-4272.ut-carousel { background: rgba(20, 22, 24, 1) !important; }.ut-portfolio-4272 .ut-portfolio-item-packery-container { background: rgba(20, 22, 24, 1) ; }#ut-masonry-4272 { background: rgba(20, 22, 24, 1) ; }#ut-react-carousel-container-4272 { background: rgba(20, 22, 24, 1) ; }.ut-portfolio-4272 .ut-portfolio-info-c h3 {font-family:\"Raleway\" ; font-weight: 600 ; font-size: 20px ; letter-spacing: -0.01em ; text-transform: none ;}.ut-portfolio-4272 .portfolio-title {font-family:\"Raleway\" ; font-weight: 600 ; font-size: 18px ; letter-spacing: -0.01em ; text-transform: none ;}.ut-portfolio-4272 .ut-portfolio-info-c span {font-family:\"Poppins\" ; font-weight: 600 ; font-size: 12px ; letter-spacing: 0.05em ; text-transform: uppercase ;}.ut-portfolio-4272 .ut-portfolio-info-c h3 { color: rgba(255, 255, 255, 1) ; }.ut-portfolio-4272 .portfolio-title { color: rgba(49, 49, 49, 1); }.ut-portfolio-4272 .ut-portfolio-info-c, .ut-portfolio-4272 .ut-portfolio-info-c span { color: rgba(255, 191, 0, 1) ; }.ut-portfolio-4272 .ut-hover-layer .ut-portfolio-info { -webkit-justify-content: center !important; justify-content: center !important; }.ut-portfolio-4272 .ut-hover-layer .ut-portfolio-info-c { align-self: center !important; text-align: center; }.ut-portfolio-4272 .portfolio-style-two .ut-portfolio-info i { text-align: center ;}.ut-portfolio-4272 .ut-portfolio-menu li a { font-weight: 600 !important; }.ut-portfolio-4272 .ut-portfolio-menu li a { text-transform: uppercase !important; }.ut-portfolio-4272 .ut-portfolio-menu li a { letter-spacing: 0.05em !important; }.ut-portfolio-4272 .ut-portfolio-menu li a { color: rgba(51, 51, 51, 0.5) !important; }.ut-portfolio-4272 .ut-portfolio-menu li a { background: #ffffff !important; }.ut-portfolio-4272 .ut-portfolio-menu li a { border-color: #ffffff !important; }.ut-portfolio-4272 .ut-portfolio-menu li a:hover { color: rgba(51, 51, 51, 1) !important; }.ut-portfolio-4272 .ut-portfolio-menu li a:hover { background: #ffffff !important; }.ut-portfolio-4272 .ut-portfolio-menu li a:hover { border-color: #ffffff !important; }.ut-portfolio-4272 .ut-portfolio-menu li a.selected { color: rgba(51, 51, 51, 1) !important; }.ut-portfolio-4272 .ut-portfolio-menu li a.selected { background: #ffffff !important; }.ut-portfolio-4272 .ut-portfolio-menu li a.selected { border-color: #ffffff !important; }.ut-portfolio-4272 .ut-hover-layer{background:-webkit-linear-gradient(to bottom, rgba(57, 106, 252, 0.9) 0%, rgba(41, 72, 255, 0.9) 100%)!important;;background:-moz-linear-gradient(to bottom, rgba(57, 106, 252, 0.9) 0%, rgba(41, 72, 255, 0.9) 100%)!important;;background:-o-linear-gradient(to bottom, rgba(57, 106, 252, 0.9) 0%, rgba(41, 72, 255, 0.9) 100%)!important;;background:linear-gradient(to bottom, rgba(57, 106, 252, 0.9) 0%, rgba(41, 72, 255, 0.9) 100%)!important;;}<\/style><style id=\"ut-portfolio-single-custom-css\" type=\"text\/css\"><\/style><style type=\"text\/css\">@media screen and (min-width: 1921px) {.ut-portfolio-4272 .ut-masonry-default { height:600px;}.ut-portfolio-4272 .ut-masonry-portrait {height:1200px;}.ut-portfolio-4272 .ut-masonry-xxl {height:1200px;}.ut-portfolio-4272 .ut-masonry-panorama {height:600px;}}@media screen and (min-width: 1537px) and (max-width: 1920px) {.ut-portfolio-4272 .ut-masonry-default { height:450px;}.ut-portfolio-4272 .ut-masonry-portrait {height:900px;}.ut-portfolio-4272 .ut-masonry-xxl {height:900px;}.ut-portfolio-4272 .ut-masonry-panorama {height:450px;}}@media screen and (min-width: 1025px) and (max-width: 1536px) {.ut-portfolio-4272 .ut-masonry-default { height:350px;}.ut-portfolio-4272 .ut-masonry-portrait {height:700px;}.ut-portfolio-4272 .ut-masonry-xxl {height:700px;}.ut-portfolio-4272 .ut-masonry-panorama {height:350px;}}@media screen and (max-width: 767px) {.ut-portfolio-4272 .ut-masonry-default { height:400px;}.ut-portfolio-4272 .ut-masonry-portrait {height:400px;}.ut-portfolio-4272 .ut-masonry-xxl {height:400px;}.ut-portfolio-4272 .ut-masonry-panorama {height:400px;}}@media screen and (min-width: 768px) and (max-width: 1024px) {.ut-portfolio-4272 .ut-masonry-default { height:450px;}.ut-portfolio-4272 .ut-masonry-portrait {height:450px;}.ut-portfolio-4272 .ut-masonry-xxl {height:450px;}.ut-portfolio-4272 .ut-masonry-panorama {height:450px;}}<\/style><div id=\"ut-loader-4272\" class=\"ut-portfolio-detail-loader\"><i class=\"Bklyn-Core-Rotate-2\"><\/i><\/div><a id=\"ut-portfolio-details-anchor-4272\" href=\"#\" class=\"ut-portfolio-offset-anchor-top\"><\/a><div id=\"ut-portfolio-details-navigation-4272\" class=\"ut-portfolio-details-navigation grid-container\" data-slideup-width=\"centered\"><a class=\"prev-portfolio-details\" data-wrap=\"4272\" href=\"#\"><\/a><a class=\"close-portfolio-details\" data-wrap=\"4272\" href=\"#\"><\/a><a class=\"next-portfolio-details\" data-wrap=\"4272\" href=\"#\"><\/a><\/div><div id=\"ut-portfolio-details-wrap-4272\" class=\"ut-portfolio-details-wrap clearfix\"><div id=\"ut-portfolio-details-4272\" class=\"inner ut-portfolio-details\"><\/div><\/div><div class=\"clear\"><\/div><div id=\"ut-portfolio-wrap\" class=\"ut-portfolio-wrap ut-portfolio-packery-wrap ut-portfolio-4272\" data-slideup-title=\"on\" data-slideup-width=\"centered\" data-textcolor=\"rgba(255, 255, 255, 1)\" data-opacity=\"1\" data-hovercolor=\"\"><a class=\"ut-portfolio-offset-anchor\" style=\"top:-120px;\" id=\"ut-portfolio-items-4272-anchor\"><\/a><div class=\"ut-portfolio-menu-wrap\" style=\"text-align:center;\"><ul id=\"ut-portfolio-menu-4272\" class=\"ut-portfolio-menu style_one ut-portfolio-menu-20\"><li><a href=\"#\" data-filter=\"*\" class=\"selected\">SHOW ALL<\/a><\/li><li><a href=\"#\" data-filter=\".logo-design-filt\">LOGO DESIGN<\/a><\/li><li><a href=\"#\" data-filter=\".marketing-filt\">MARKETING<\/a><\/li><li><a href=\"#\" data-filter=\".mockups-filt\">MOCKUPS<\/a><\/li><\/ul><\/div><div id=\"ut-portfolio-items-4272\" class=\"ut-portfolio-item-packery-container ut-portfolio-item-container-4-columns\"><article id=\"ut-portfolio-article-4289\" data-size=\"default\" class=\"ut-portfolio-article ut-masonry show portfolio-style-one ut-square logo-design-filt  ut-masonry-default\"><div data-effect=\"portfolioFadeInUp\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeInUp\" data-background-image=\"https:\/\/histemia.com\/association\/wp-content\/uploads\/2016\/10\/p5-2-2.jpg\" class=\"ut-portfolio-item ut-hover lozad skip-lazy\"><a rel=\"bookmark\" title=\"Cap Mock-Up\" href=\"https:\/\/histemia.com\/association\/portfolio\/cap-mock-up\/\" target=\"_self\" ><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Cap Mock-Up<\/h3><span>LOGO DESIGN<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-4286\" data-size=\"portrait\" class=\"ut-portfolio-article ut-masonry show portfolio-style-one ut-square mockups-filt  ut-masonry-portrait\"><div data-effect=\"portfolioFadeInUp\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeInUp\" data-background-image=\"https:\/\/histemia.com\/association\/wp-content\/uploads\/2016\/10\/ipad1-1.jpg\" class=\"ut-portfolio-item ut-hover lozad skip-lazy\"><a rel=\"bookmark\" title=\"iPad Air 2 Smart Cover\" href=\"https:\/\/histemia.com\/association\/portfolio\/ipad-air-2-smart-cover\/\" target=\"_self\" ><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">iPad Air 2 Smart Cover<\/h3><span>MOCKUPS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-4285\" data-size=\"default\" class=\"ut-portfolio-article ut-masonry show portfolio-style-one ut-square marketing-filt  ut-masonry-default\"><div data-effect=\"portfolioFadeInUp\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeInUp\" data-background-image=\"https:\/\/histemia.com\/association\/wp-content\/uploads\/2016\/10\/bottle1-1536x1024.jpg\" class=\"ut-portfolio-item ut-hover lozad skip-lazy\"><a rel=\"bookmark\" title=\"Juice Smoothie Mockup\" href=\"https:\/\/histemia.com\/association\/portfolio\/psd-juice-smoothie-bottle-mockup\/\" target=\"_self\" ><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Juice Smoothie Mockup<\/h3><span>MARKETING<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-4282\" data-size=\"portrait\" class=\"ut-portfolio-article ut-masonry show portfolio-style-one ut-square mockups-filt  ut-masonry-portrait\"><div data-effect=\"portfolioFadeInUp\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeInUp\" data-background-image=\"https:\/\/histemia.com\/association\/wp-content\/uploads\/2016\/10\/xdock1.jpg\" class=\"ut-portfolio-item ut-hover lozad skip-lazy\"><a rel=\"bookmark\" title=\"iPhoneX Dock Mockup\" href=\"https:\/\/histemia.com\/association\/portfolio\/iphonex-dock-mockup\/\" target=\"_self\" ><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">iPhoneX Dock Mockup<\/h3><span>MOCKUPS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-4277\" data-size=\"default\" class=\"ut-portfolio-article ut-masonry show portfolio-style-one ut-square marketing-filt  ut-masonry-default\"><div data-effect=\"portfolioFadeInUp\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeInUp\" data-background-image=\"https:\/\/histemia.com\/association\/wp-content\/uploads\/2016\/10\/iphone1-1356x1024.jpg\" class=\"ut-portfolio-item ut-hover lozad skip-lazy\"><a rel=\"bookmark\" title=\"iPhone X Mockups\" href=\"https:\/\/histemia.com\/association\/portfolio\/iphone-x-mockups\/\" target=\"_self\" ><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">iPhone X Mockups<\/h3><span>MARKETING<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-4271\" data-size=\"default\" class=\"ut-portfolio-article ut-masonry show portfolio-style-one ut-square logo-design-filt  ut-masonry-default\"><div data-effect=\"portfolioFadeInUp\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeInUp\" data-background-image=\"https:\/\/histemia.com\/association\/wp-content\/uploads\/2016\/10\/retro-logo0-1536x1024.jpg\" class=\"ut-portfolio-item ut-hover lozad skip-lazy\"><a rel=\"bookmark\" title=\"Logos &#038; Badges\" href=\"https:\/\/histemia.com\/association\/portfolio\/trendy-vintage-logos-badges\/\" target=\"_self\" ><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Logos &#038; Badges<\/h3><span>LOGO DESIGN<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><\/div><\/div><\/div>[\/vc_column][\/vc_row][\/vc_section][vc_section css=\u00a0\u00bb.vc_custom_1537482254033{border-top-width: 2px !important;border-bottom-width: 2px !important;background-color: #131416 !important;border-top-color: rgba(255,255,255,0.1) !important;border-top-style: solid !important;border-bottom-color: rgba(255,255,255,0.1) !important;border-bottom-style: solid !important;}\u00a0\u00bb][vc_row][vc_column]<div class=\"wpb_content_element \"><style type=\"text\/css\">#ut_header_6a668b1630b28 h2.section-title, #ut_header_6a668b1630b28 h2.section-title span { color:#ffffff; }@media (min-width: 1025px) { #ut_header_6a668b1630b28 .lead { width:50%;margin: 0 auto;} }#ut_header_6a668b1630b28 .lead { color:#eeeeee; }#ut_header_6a668b1630b28 .lead p { color:#eeeeee; }#ut_header_6a668b1630b28.pt-style-2 .page-title span:after, #ut_header_6a668b1630b28.pt-style-2 .parallax-title span:after, #ut_header_6a668b1630b28.pt-style-2 .section-title span:after { background-color:#ffffff !important;}<\/style><header id=\"ut_header_6a668b1630b28\" class=\"section-header  ut-no-title-linebreak-mobile ut-no-lead-linebreak-mobile pt-style-2 header-center header-tablet-center header-mobile-center\"><h2 data-title=\"Get Started.\"  data-responsive-font=\"section_title\" class=\"section-title  \"><span>Get Started.<\/span><\/h2><div data-delay=\"0\" class=\"lead \"><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam.<\/p>\n<\/div><\/header><\/div><style type=\"text\/css\">#bklyn_btn_6a668b1630eb1 .bklyn-btn { border-radius:50px !important; }#bklyn_btn_6a668b1630eb1 .bklyn-btn:hover{ color:#ffffff !important; background-color:#333333 !important; }#bklyn_btn_6a668b1630eb1 .bklyn-btn:focus{ color:#ffffff !important; background-color:#333333 !important; }#bklyn_btn_6a668b1630eb1 .bklyn-btn:active { color:#ffffff !important; background-color:#333333 !important; }#bklyn_btn_6a668b1630eb1 a.bklyn-btn { font-weight:600 !important; }#bklyn_btn_6a668b1630eb1.bklyn-btn-header a.bklyn-btn { font-weight:600 !important; }#bklyn_btn_6a668b1630eb1.bklyn-btn-header a.bklyn-btn span { font-weight:600 !important; }#bklyn_btn_6a668b1630eb1 a.bklyn-btn { font-family:inherit !important; }#bklyn_btn_6a668b1630eb1 a.bklyn-btn { letter-spacing:0.05em !important; }#bklyn_btn_6a668b1630eb1.bklyn-btn-holder a { padding-top:0.8em;padding-right:2.5em;padding-bottom:0.8em;padding-left:2.5em }<\/style><div id=\"bklyn_btn_6a668b1630eb1\" class=\"bklyn-btn-holder  bklyn-btn-center bklyn-btn-tablet-center bklyn-btn-mobile-center\"><a title=\"\"   href=\"#\" target=\"_self\" class=\"bklyn-btn  bklyn-btn-normal\" ><span class=\"ut-btn-text\">Work with us<\/span><\/a><\/div>[\/vc_column][\/vc_row][\/vc_section]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_section css=\u00a0\u00bb.vc_custom_1496760252989{padding-bottom: 0px !important;}\u00a0\u00bb][vc_row][vc_column][\/vc_column][\/vc_row][vc_row full_width=\u00a0\u00bbstretch_row_content_no_spaces\u00a0\u00bb css=\u00a0\u00bb.vc_custom_1527615707869{margin-bottom: -1px !important;}\u00a0\u00bb el_name=\u00a0\u00bbMargin bottom 0&Prime;][vc_column][\/vc_column][\/vc_row][\/vc_section][vc_section css=\u00a0\u00bb.vc_custom_1537482254033{border-top-width: 2px !important;border-bottom-width: 2px !important;background-color: #131416 !important;border-top-color: rgba(255,255,255,0.1) !important;border-top-style: solid !important;border-bottom-color: rgba(255,255,255,0.1) !important;border-bottom-style: solid !important;}\u00a0\u00bb][vc_row][vc_column][\/vc_column][\/vc_row][\/vc_section]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_vp_format_video_url":"","_vp_image_focal_point":[],"footnotes":""},"class_list":["post-6820","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Trendy Vintage Logos &amp; Badges16 Logos, badges and insignias ready to use, fully editable. Beer ClubBeer ClubHero ClothingHero ClothingOur CoffeeOur CoffeeThe StoreThe StoreXV CollectionXV CollectionBeat Sound 2020Beat Sound 2020CLIENT:Clients NameYEAR:2018WEBSITE:Visit ProjectSHARE:\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/histemia.com\/association\/portfolio\/trendy-vintage-logos-badges\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"fr_FR\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Histemia -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Logos &amp; Badges - Histemia\" \/>\n\t\t<meta property=\"og:description\" content=\"Trendy Vintage Logos &amp; Badges16 Logos, badges and insignias ready to use, fully editable. Beer ClubBeer ClubHero ClothingHero ClothingOur CoffeeOur CoffeeThe StoreThe StoreXV CollectionXV CollectionBeat Sound 2020Beat Sound 2020CLIENT:Clients NameYEAR:2018WEBSITE:Visit ProjectSHARE:\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/histemia.com\/association\/portfolio\/trendy-vintage-logos-badges\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2016-10-25T16:57:24+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2016-10-25T16:57:24+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Logos &amp; Badges - Histemia\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Trendy Vintage Logos &amp; Badges16 Logos, badges and insignias ready to use, fully editable. Beer ClubBeer ClubHero ClothingHero ClothingOur CoffeeOur CoffeeThe StoreThe StoreXV CollectionXV CollectionBeat Sound 2020Beat Sound 2020CLIENT:Clients NameYEAR:2018WEBSITE:Visit ProjectSHARE:\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/histemia.com\\\/association\\\/portfolio\\\/trendy-vintage-logos-badges\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/histemia.com\\\/association#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/histemia.com\\\/association\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/histemia.com\\\/association\\\/works-3\\\/#listItem\",\"name\":\"Works 3\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/histemia.com\\\/association\\\/works-3\\\/#listItem\",\"position\":2,\"name\":\"Works 3\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/histemia.com\\\/association#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/histemia.com\\\/association\\\/#organization\",\"name\":\"Histemia\",\"url\":\"https:\\\/\\\/histemia.com\\\/association\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/histemia.com\\\/association\\\/author\\\/xidipix\\\/#author\",\"url\":\"https:\\\/\\\/histemia.com\\\/association\\\/author\\\/xidipix\\\/\",\"name\":\"xidipix\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/histemia.com\\\/association\\\/portfolio\\\/trendy-vintage-logos-badges\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/127ead89bbb11a7605e41e06fc5538547caf2622a23648b7efa764a43d9b17ec?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"xidipix\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/histemia.com\\\/association\\\/portfolio\\\/trendy-vintage-logos-badges\\\/#webpage\",\"url\":\"https:\\\/\\\/histemia.com\\\/association\\\/portfolio\\\/trendy-vintage-logos-badges\\\/#webpage\",\"name\":\"Logos & Badges - Histemia\",\"description\":\"Trendy Vintage Logos & Badges16 Logos, badges and insignias ready to use, fully editable. Beer ClubBeer ClubHero ClothingHero ClothingOur CoffeeOur CoffeeThe StoreThe StoreXV CollectionXV CollectionBeat Sound 2020Beat Sound 2020CLIENT:Clients NameYEAR:2018WEBSITE:Visit ProjectSHARE:\",\"inLanguage\":\"fr-FR\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/histemia.com\\\/association\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/histemia.com\\\/association\\\/portfolio\\\/trendy-vintage-logos-badges\\\/#webpage\"},\"author\":{\"@id\":\"https:\\\/\\\/histemia.com\\\/association\\\/author\\\/xidipix\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/histemia.com\\\/association\\\/author\\\/xidipix\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/histemia.com\\\/association\\\/wp-content\\\/uploads\\\/2016\\\/10\\\/retro-logo0.jpg\",\"@id\":\"https:\\\/\\\/histemia.com\\\/association\\\/portfolio\\\/trendy-vintage-logos-badges\\\/#mainImage\",\"width\":2160,\"height\":1440},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/histemia.com\\\/association\\\/portfolio\\\/trendy-vintage-logos-badges\\\/#mainImage\"},\"datePublished\":\"2016-10-25T16:57:24+02:00\",\"dateModified\":\"2016-10-25T16:57:24+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/histemia.com\\\/association\\\/#website\",\"url\":\"https:\\\/\\\/histemia.com\\\/association\\\/\",\"name\":\"Histemia\",\"inLanguage\":\"fr-FR\",\"publisher\":{\"@id\":\"https:\\\/\\\/histemia.com\\\/association\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Logos & Badges - Histemia","description":"Trendy Vintage Logos & Badges16 Logos, badges and insignias ready to use, fully editable. Beer ClubBeer ClubHero ClothingHero ClothingOur CoffeeOur CoffeeThe StoreThe StoreXV CollectionXV CollectionBeat Sound 2020Beat Sound 2020CLIENT:Clients NameYEAR:2018WEBSITE:Visit ProjectSHARE:","canonical_url":"https:\/\/histemia.com\/association\/portfolio\/trendy-vintage-logos-badges\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/histemia.com\/association\/portfolio\/trendy-vintage-logos-badges\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/histemia.com\/association#listItem","position":1,"name":"Home","item":"https:\/\/histemia.com\/association","nextItem":{"@type":"ListItem","@id":"https:\/\/histemia.com\/association\/works-3\/#listItem","name":"Works 3"}},{"@type":"ListItem","@id":"https:\/\/histemia.com\/association\/works-3\/#listItem","position":2,"name":"Works 3","previousItem":{"@type":"ListItem","@id":"https:\/\/histemia.com\/association#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/histemia.com\/association\/#organization","name":"Histemia","url":"https:\/\/histemia.com\/association\/"},{"@type":"Person","@id":"https:\/\/histemia.com\/association\/author\/xidipix\/#author","url":"https:\/\/histemia.com\/association\/author\/xidipix\/","name":"xidipix","image":{"@type":"ImageObject","@id":"https:\/\/histemia.com\/association\/portfolio\/trendy-vintage-logos-badges\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/127ead89bbb11a7605e41e06fc5538547caf2622a23648b7efa764a43d9b17ec?s=96&d=mm&r=g","width":96,"height":96,"caption":"xidipix"}},{"@type":"WebPage","@id":"https:\/\/histemia.com\/association\/portfolio\/trendy-vintage-logos-badges\/#webpage","url":"https:\/\/histemia.com\/association\/portfolio\/trendy-vintage-logos-badges\/#webpage","name":"Logos & Badges - Histemia","description":"Trendy Vintage Logos & Badges16 Logos, badges and insignias ready to use, fully editable. Beer ClubBeer ClubHero ClothingHero ClothingOur CoffeeOur CoffeeThe StoreThe StoreXV CollectionXV CollectionBeat Sound 2020Beat Sound 2020CLIENT:Clients NameYEAR:2018WEBSITE:Visit ProjectSHARE:","inLanguage":"fr-FR","isPartOf":{"@id":"https:\/\/histemia.com\/association\/#website"},"breadcrumb":{"@id":"https:\/\/histemia.com\/association\/portfolio\/trendy-vintage-logos-badges\/#webpage"},"author":{"@id":"https:\/\/histemia.com\/association\/author\/xidipix\/#author"},"creator":{"@id":"https:\/\/histemia.com\/association\/author\/xidipix\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/histemia.com\/association\/wp-content\/uploads\/2016\/10\/retro-logo0.jpg","@id":"https:\/\/histemia.com\/association\/portfolio\/trendy-vintage-logos-badges\/#mainImage","width":2160,"height":1440},"primaryImageOfPage":{"@id":"https:\/\/histemia.com\/association\/portfolio\/trendy-vintage-logos-badges\/#mainImage"},"datePublished":"2016-10-25T16:57:24+02:00","dateModified":"2016-10-25T16:57:24+02:00"},{"@type":"WebSite","@id":"https:\/\/histemia.com\/association\/#website","url":"https:\/\/histemia.com\/association\/","name":"Histemia","inLanguage":"fr-FR","publisher":{"@id":"https:\/\/histemia.com\/association\/#organization"}}]},"og:locale":"fr_FR","og:site_name":"Histemia -","og:type":"article","og:title":"Logos &amp; Badges - Histemia","og:description":"Trendy Vintage Logos &amp; Badges16 Logos, badges and insignias ready to use, fully editable. Beer ClubBeer ClubHero ClothingHero ClothingOur CoffeeOur CoffeeThe StoreThe StoreXV CollectionXV CollectionBeat Sound 2020Beat Sound 2020CLIENT:Clients NameYEAR:2018WEBSITE:Visit ProjectSHARE:","og:url":"https:\/\/histemia.com\/association\/portfolio\/trendy-vintage-logos-badges\/","article:published_time":"2016-10-25T16:57:24+00:00","article:modified_time":"2016-10-25T16:57:24+00:00","twitter:card":"summary_large_image","twitter:title":"Logos &amp; Badges - Histemia","twitter:description":"Trendy Vintage Logos &amp; Badges16 Logos, badges and insignias ready to use, fully editable. Beer ClubBeer ClubHero ClothingHero ClothingOur CoffeeOur CoffeeThe StoreThe StoreXV CollectionXV CollectionBeat Sound 2020Beat Sound 2020CLIENT:Clients NameYEAR:2018WEBSITE:Visit ProjectSHARE:"},"aioseo_meta_data":{"post_id":"6820","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2025-07-22 13:51:14","updated":"2025-07-22 13:51:14","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/histemia.com\/association\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tWorks 3\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/histemia.com\/association"},{"label":"Works 3","link":"https:\/\/histemia.com\/association\/works-3\/"}],"_links":{"self":[{"href":"https:\/\/histemia.com\/association\/wp-json\/wp\/v2\/pages\/6820","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/histemia.com\/association\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/histemia.com\/association\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/histemia.com\/association\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/histemia.com\/association\/wp-json\/wp\/v2\/comments?post=6820"}],"version-history":[{"count":0,"href":"https:\/\/histemia.com\/association\/wp-json\/wp\/v2\/pages\/6820\/revisions"}],"wp:attachment":[{"href":"https:\/\/histemia.com\/association\/wp-json\/wp\/v2\/media?parent=6820"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}