This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="application/ld+json"> { | |
| "@context": "https://schema.org", | |
| "@type": "Product", | |
| "name": "Apple iPhone 13 128GB", | |
| "description": "\"6.1\" / 2532x1170 ekran\", | |
| \"12 + 12 MP / 12 MP kamere\", | |
| \"Hexa-core / 4 GB platforma\", | |
| \"do 128 GB memorije\"", | |
| "image": "https://cdn.a1.rs/a1website/upload/devices_thumbs/APPA2633/APPA2633_image001_300_450.png", | |
| "brand": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type='application/ld+json'> | |
| { | |
| "@context": "http://www.schema.org", | |
| "@type": "Organization", | |
| "name": "One Subsea", | |
| "description": "Schlumberger offers industry-leading technology for subsea producers worldwide. Production, processing & control systems for maximum safety & reliability.", | |
| "url": "https://www.onesubsea.slb.com", | |
| "logo": "https://www.onesubsea.slb.com/-/media/onesubsea/images/logo/oss-logo-white.ashx", | |
| "parentOrganization": { | |
| "@type": "Organization", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type='application/ld+json'> | |
| { | |
| "@context": "http://www.schema.org", | |
| "@type": "Organization", | |
| "name": "Schlumberger", | |
| "description": "Schlumberger is a technology company that partners with customers to access energy. Our people, representing over 160 nationalities, are providing leading digital solutions and deploying innovative technologies to enable performance and sustainability for the global energy industry.", | |
| "url": "https://www.slb.com/", | |
| "logo": "https://i.imgur.com/2u9TOKN.png", | |
| "contactPoint": { | |
| "@type": "ContactPoint", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type='application/ld+json'> | |
| { | |
| "@context": "http://www.schema.org", | |
| "@type": "LocalBusiness", | |
| "name": "$COMPANY OR WEBSITE NAME HERE", | |
| "description": "$META_DESCRIPTION", | |
| "url": "$WEBSITE_URL", | |
| "logo": "$WEBSITE_LOGO_IMAGE_URL", | |
| "contactPoint": { | |
| "@type": "ContactPoint", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="application/ld+json"> | |
| { | |
| "@context": "http://schema.org", | |
| "@type": "Organization", | |
| "name": "Bit Digital", | |
| "description": "[INSERT BUSINESS DESCRIPTION HERE]", | |
| "url": "https://bit-digital.com/", | |
| "logo": "https://bit-digital.com/wp-content/uploads/2021/05/bd_share_image.jpg", | |
| "address": { | |
| "@type": "PostalAddress", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SHELL := /bin/sh | |
| help: ## Usage: 'make <target>' where target is: new, up, down, all, tf, destroy, clean. | |
| @egrep '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}' | |
| new: clean ## Provisions k3s cluster | |
| @k3d cluster create --config config.yaml | |
| up: ## Starts k3s cluster | |
| @k3d cluster start k3d --all |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: skaffold/v2beta26 | |
| kind: Config | |
| profiles: | |
| - name: dev | |
| activation: | |
| - env: ARCH=amd64 | |
| command: dev | |
| build: | |
| local: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: skaffold/v2beta26 | |
| kind: Config | |
| profiles: | |
| - name: dev | |
| activation: | |
| - env: ARCH=amd64 | |
| command: dev | |
| build: | |
| local: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="application/ld+json"> | |
| { | |
| "@context": "https://schema.org", | |
| "@type": "Product", | |
| "name": "$PLAN_NAME", | |
| "description": "$PLAN_DESCRIPTION_TEXT", | |
| "image": "$PLAN_IMAGE_ABSOLUTE_URL", | |
| "category": "Mobile Plans", | |
| "offers": { | |
| "@type": "Offer", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="application/ld+json"> | |
| { | |
| "@context": "http://schema.org", | |
| "@type": "WebSite", | |
| "name": "Orange Jordan", | |
| "url": "https://www.orange.jo", | |
| "sameAs":[ | |
| "https://www.facebook.com/OrangeJordan", | |
| "https://twitter.com/orangejo", | |
| "https://linkedin.com/company/orange-jordan", |