Skip to content

Instantly share code, notes, and snippets.

View pentago's full-sized avatar
🥷

pentago

🥷
  • Origo Iceland
  • Belgrade
View GitHub Profile
<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": {
<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",
@pentago
pentago / organization.json
Last active May 6, 2022 14:25
Schlumberger
<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",
@pentago
pentago / LocalBusiness.json
Last active August 5, 2022 10:53
Tehnomanija
<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",
@pentago
pentago / bitdigital-organization-schema.json
Created April 12, 2022 10:08
BitDigital Organization Schema
<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",
@pentago
pentago / k3d-multi.makefile
Last active March 16, 2022 21:13
k3d-multi
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
@pentago
pentago / skaffold.yaml
Created January 26, 2022 10:00
skaffold.yaml
apiVersion: skaffold/v2beta26
kind: Config
profiles:
- name: dev
activation:
- env: ARCH=amd64
command: dev
build:
local:
@pentago
pentago / skaffold.yaml
Last active January 6, 2022 15:49
skaffold.yaml
apiVersion: skaffold/v2beta26
kind: Config
profiles:
- name: dev
activation:
- env: ARCH=amd64
command: dev
build:
local:
@pentago
pentago / orange-yo-plans-product-markup.json
Created December 31, 2021 10:49
oorange-yo-product-markup
<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",
@pentago
pentago / orange-website-markup.json
Last active December 29, 2021 13:49
orange-website-markup
<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",