Skip to content

Instantly share code, notes, and snippets.

View pentago's full-sized avatar
🥷

pentago

🥷
  • Origo Iceland
  • Belgrade
View GitHub Profile
@pentago
pentago / pis-website-markup.json
Created December 2, 2021 14:28
PIS WebSite markup
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": "Pravno Informacioni Sistem",
"url": "https://www.pravno-informacioni-sistem.rs/",
"sameAs": [
"https://www.facebook.com/PISPravnoInformacioniSistemRS/",
"https://www.youtube.com/channel/UCrIiVzd9GhjrmHyTyd0YhZQ"
],
@pentago
pentago / humango-Organization-markup.json
Last active November 25, 2021 15:32
Humango Organization markup
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "Humango",
"description": "HumanGo is a social wellness platform that analyses fitness tracker data to generate individualised and adaptive fitness plans for athletes. Enhanced by AI, HumanGo's science-based system helps you do more of the sport you love, better.HumanGo is a social wellness platform that analyses fitness tracker data to generate individualised and adaptive fitness plans for athletes. Enhanced by AI, HumanGo's science-based system helps you do more of the sport you love, better.HumanGo is a social wellness platform that analyses fitness tracker data to generate individualised and adaptive fitness plans for athletes. Enhanced by AI, HumanGo's science-based system helps you do more of the sport you love, better.HumanGo is a social wellness platform that analyses fitness tracker data to generate individualised and adaptive fitness plans for athletes. Enhanced by AI, HumanGo's sc
@pentago
pentago / humango-WebApplication-markup.json
Last active November 25, 2021 15:25
Humango WebApplication markup
<script type="application/ld+json">
{
"@context":"http://schema.org",
"@type":"WebApplication",
"name": "Humango",
"browserRequirements":"Recent versions of Chrome, Firefox or IE/Edge",
"operatingSystem": "All",
"applicationCategory": "Sport & Fitness",
"featureList": "Plan and track sports training sessions",
"creator": {
@pentago
pentago / humango-MobileApplication-markup.json
Last active November 25, 2021 15:21
humango-MobileApplication-markup.json
<script type="application/ld+json"> {
"@context": "http://schema.org",
"@type": "MobileApplication",
"name": "HumanGo: AI Training Planner",
"description": "HumanGo is a social wellness platform that analyses fitness tracker data to generate individualised and adaptive fitness plans for athletes. Enhanced by AI, HumanGo's science-based system helps you do more of the sport you love, better.HumanGo is a social wellness platform that analyses fitness tracker data to generate individualised and adaptive fitness plans for athletes. Enhanced by AI, HumanGo's science-based system helps you do more of the sport you love, better.HumanGo is a social wellness platform that analyses fitness tracker data to generate individualised and adaptive fitness plans for athletes. Enhanced by AI, HumanGo's science-based system helps you do more of the sport you love, better.HumanGo is a social wellness platform that analyses fitness tracker data to generate individualised and adaptive fitness plans for athletes. En
@pentago
pentago / productive-webapp-markup.json
Last active November 10, 2021 16:02
productive-webapp-markup
<script type="application/ld+json">
{
"@context":"http://schema.org",
"@type":"WebApplication",
"name": "Productive",
"browserRequirements":"Recent versions of Chrome, Firefox or IE/Edge",
"operatingSystem": "All",
"applicationCategory": "Project Management Tools",
"featureList": "Create tasks, track time and manage projects.",
"creator": {
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "Executive Anvil",
"image": [
"https://example.com/photos/1x1/photo.jpg",
"https://example.com/photos/4x3/photo.jpg",
"https://example.com/photos/16x9/photo.jpg"
],
@pentago
pentago / gist:f60586cfba8f04cbce1f980676a645db
Created October 19, 2021 15:28
nordeus-organization-markup
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "Nordeus",
"description": "Nordeus is a Serbian mobile game developer headquartered in CBD New Belgrade in Belgrade. The studio's debut game is Top Eleven Football Manager, a free-to-play social football management simulation game",
"url": "https://nordeus.com",
"logo": "https://nordeus.com/wp-content/themes/nordeus/static/images/logo.svg",
"contactPoint": {
"@type": "ContactPoint",
@pentago
pentago / gist:dc8f286e0b5c02f7878311079c35283f
Last active October 19, 2021 13:27
topeleven-mobile-makrup
<script type="application/ld+json"> {
"@context": "http://schema.org",
"@type": "MobileApplication",
"name": "Top Eleven - Be a Soccer Manager",
"description": "The strongest soccer managers are waiting for your challenge! Top Eleven 2022, the award-winning mobile soccer manager game, puts you in charge of your very own soccer club. Install Top Eleven now!",
"image": "https://cdn.nordeus.com/topeleven/web_images/te2022-linkimage.png",
"applicationCategory": "Sports",
"datePublished": "Oct 14, 2021",
"installUrl": "https://apps.apple.com/US/app/id459035295?mt=8",
"operatingSystem": "iOS 9.0 or later",
<script type="application/ld+json"> {
"@context": "https://schema.org",
"@type": "Product",
"name": "$PRODUCT_NAME_AND_MODEL", // e.g. "Aplple iPhone 12 256GB"
"description": "$PRODUCT_DESCRIPTION_TEXT",
"image": "$PRODUCT_IMAGE_ABSOLUTE_URL",
"brand": {
"@type": "Brand",
"name": "$BRAND_NAME", // e.g. "Apple"
"logo": "$BRAND_IMAGE_LOGO_ABSOLUTE_URL"
kubectl get secret -n kube-system -l sealedsecrets.bitnami.com/sealed-secrets-key -o yaml > ../secrets/sealed-secrets-key.yaml