Posts

Header in Angular 13

Image
 header.html:- <nav>     <img src = "https://www.adsrole.com/wp-content/uploads/cropped-AdsRole-Logo-PNG-Image2-2.png" >     <ul>         <li><a href = "#" > Home </a></li>         <li><a href = "#" > About </a></li>         <li><a href = "#" > Services </a></li>         <li><a href = "#" > Blog </a></li>         <li><a href = "#" > Contact Us </a></li>     </ul> </nav> ---------------------- Header.css:- nav img {     width : 200px ; } nav {     background-color : skyblue ;     padding : 20px ; } ul {     float : right ;     display : inline-flex ;     list-style-type : none ;     } ul li {     display : inline-block ;     padding : 10px ; } li a {     color : white ;     text-decoration : none ;     cursor : pointer ; }

Shopify Dynamic Meta Description

Shopify Dynamic Meta Description -    <title>    {{'general.title.search' | t}} {{search.results_count}} {{'general.title.search_results' | t}} "{{search.terms}}"  &ndash; {{ shop.name }}    </title>   {% endunless %}   {% if template == 'product' %}   <meta name="description" content="Shop {{ product.title }} online at just {{ product.price | money }} from Bawdy Bear. It is an online store, that offers funny gay shirts, jersey tank top mens, swim shorts, modern floor lamps, ladies tote bags,  teddy bear t shirt, cartoon bear backpacks, polyester outdoor blankets, printed flip flops for men, printed slippers for men, mens leather canvas boots, and much more. ">         {% else if page_description %}   <meta name="description" content="{{ page_description | escape | split: '[/countdown]' | last | strip_html }}">   {% endif %}  

Bhavesh Photos May 2019

Image