Compare commits
10 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
bd51567131 | |
|
|
2068ae5731 | |
|
|
22fadd33ef | |
|
|
18fd11bb29 | |
|
|
9a3b141542 | |
|
|
1ff68daf7c | |
|
|
cbf0f3a3da | |
|
|
576434f82d | |
|
|
92f14f6462 | |
|
|
e42248b3af |
|
|
@ -1,30 +1,25 @@
|
|||
name: Deploy to Development and Production
|
||||
|
||||
# 1. EN trigger, ki se sproži ob potisku na OBE veji
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- master
|
||||
|
||||
# 2. EN jobs blok
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
# Ta korak se vedno izvede
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# Ta korak se vedno izvede - priprava SSH ključa
|
||||
- name: Setup SSH
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
|
||||
# 3. KORAK ZA DEVELOP: Izvede se samo, če je veja 'develop'
|
||||
- name: Deploy to Development Server
|
||||
if: gitea.ref_name == 'develop'
|
||||
run: |
|
||||
|
|
@ -37,7 +32,6 @@ jobs:
|
|||
./ \
|
||||
${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:${{ secrets.TARGET_DIR }}
|
||||
|
||||
# 4. KORAK ZA MASTER: Izvede se samo, če je veja 'master'
|
||||
- name: Deploy to Production Server
|
||||
if: gitea.ref_name == 'master'
|
||||
run: |
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
328
cenik/index.html
328
cenik/index.html
|
|
@ -1,8 +1,35 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="sl">
|
||||
<head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z91QGB8ZH3"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-Z91QGB8ZH3');
|
||||
</script>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Cenik psihoterapevtskih storitev v Mariboru. Preglejte cene za individualno, partnersko in skupinsko psihoterapijo, supervizijo ter ostale programe.">
|
||||
<meta name="keywords" content="cenik, psihoterapija cena, cena posveta, klinični psiholog cenik, supervizija cena, maribor">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://herminamerc.si/cenik/">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://herminamerc.si/cenik/">
|
||||
<meta property="og:title" content="Cenik storitev | Mag. Hermina Merc">
|
||||
<meta property="og:description" content="Cenik psihoterapevtskih storitev v Mariboru. Preglejte cene za individualno, partnersko in skupinsko psihoterapijo, supervizijo ter ostale programe.">
|
||||
<meta property="og:image" content="https://herminamerc.si/assets/images/tempelj.webp">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://herminamerc.si/cenik/">
|
||||
<meta property="twitter:title" content="Cenik storitev | Mag. Hermina Merc">
|
||||
<meta property="twitter:description" content="Cenik psihoterapevtskih storitev v Mariboru. Preglejte cene za individualno, partnersko in skupinsko psihoterapijo, supervizijo ter ostale programe.">
|
||||
<meta property="twitter:image" content="https://herminamerc.si/assets/images/tempelj.webp">
|
||||
<title>Cenik storitev | Mag. Hermina Merc</title>
|
||||
|
||||
<!-- Google Fonts -->
|
||||
|
|
@ -12,6 +39,305 @@
|
|||
|
||||
<!-- CSS Stylesheet -->
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "OfferCatalog",
|
||||
"name": "Cenik storitev Mag. Hermina Merc",
|
||||
"description": "Pregleden in transparenten vpogled v cene psihoterapevtskih storitev, supervizije in ostalih programov Mag. Hermine Merc v Mariboru.",
|
||||
"url": "https://herminamerc.si/cenik/",
|
||||
"provider": {
|
||||
"@type": "Psychologist",
|
||||
"name": "Mag. Hermina Merc",
|
||||
"url": "https://herminamerc.si/"
|
||||
},
|
||||
"itemListElement": [
|
||||
{
|
||||
"@type": "OfferCatalog",
|
||||
"name": "Posvet",
|
||||
"itemListElement": [
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Posvet"
|
||||
},
|
||||
"priceSpecification": {
|
||||
"@type": "PriceSpecification",
|
||||
"price": "150",
|
||||
"priceCurrency": "EUR",
|
||||
"valueAddedTaxIncluded": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Posvet, nujni (do 7 dni)"
|
||||
},
|
||||
"priceSpecification": {
|
||||
"@type": "PriceSpecification",
|
||||
"price": "220",
|
||||
"priceCurrency": "EUR",
|
||||
"valueAddedTaxIncluded": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Posvet, 2 osebi"
|
||||
},
|
||||
"priceSpecification": {
|
||||
"@type": "PriceSpecification",
|
||||
"price": "250",
|
||||
"priceCurrency": "EUR",
|
||||
"valueAddedTaxIncluded": true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"@type": "OfferCatalog",
|
||||
"name": "Psihoterapija",
|
||||
"itemListElement": [
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Psihoterapija, integralna – individualna"
|
||||
},
|
||||
"priceSpecification": {
|
||||
"@type": "PriceSpecification",
|
||||
"price": "100",
|
||||
"priceCurrency": "EUR",
|
||||
"valueAddedTaxIncluded": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Psihoterapija, integralna – individualna/prednostna"
|
||||
},
|
||||
"priceSpecification": {
|
||||
"@type": "PriceSpecification",
|
||||
"price": "150",
|
||||
"priceCurrency": "EUR",
|
||||
"valueAddedTaxIncluded": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Psihoterapija integralna za ljudi profesionalnih poklicev (Managerji, poslovneži, vodilni kadri, medicina, psihologija, izobraževanje, sociala, ipd.)"
|
||||
},
|
||||
"priceSpecification": {
|
||||
"@type": "PriceSpecification",
|
||||
"price": "120",
|
||||
"priceCurrency": "EUR",
|
||||
"valueAddedTaxIncluded": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Psihoterapija, integralna/ 2 osebi (partnerska, družinska)"
|
||||
},
|
||||
"priceSpecification": {
|
||||
"@type": "PriceSpecification",
|
||||
"price": "220",
|
||||
"priceCurrency": "EUR",
|
||||
"valueAddedTaxIncluded": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Psihoterapija, integralna – skupinska/po osebi"
|
||||
},
|
||||
"priceSpecification": {
|
||||
"@type": "PriceSpecification",
|
||||
"price": "80",
|
||||
"priceCurrency": "EUR",
|
||||
"valueAddedTaxIncluded": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Učna izkustvena psihoterapevtska analiza /individualna (90 min.)"
|
||||
},
|
||||
"priceSpecification": {
|
||||
"@type": "PriceSpecification",
|
||||
"price": "180",
|
||||
"priceCurrency": "EUR",
|
||||
"valueAddedTaxIncluded": true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"@type": "OfferCatalog",
|
||||
"name": "Supervizija / Profesionalno svetovanje",
|
||||
"itemListElement": [
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Supervizija/psihoterapevtstvo profesionalno svetovanje/individualna"
|
||||
},
|
||||
"priceSpecification": {
|
||||
"@type": "PriceSpecification",
|
||||
"price": "150",
|
||||
"priceCurrency": "EUR",
|
||||
"valueAddedTaxIncluded": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Supervizija/psihoterapevtstvo profesionalno svetovanje/skupinska/po osebi"
|
||||
},
|
||||
"priceSpecification": {
|
||||
"@type": "PriceSpecification",
|
||||
"price": "100",
|
||||
"priceCurrency": "EUR",
|
||||
"valueAddedTaxIncluded": true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"@type": "OfferCatalog",
|
||||
"name": "Psihofizična / Psihoterapevtska sprostitev",
|
||||
"itemListElement": [
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Psihofizična psihološka protistresna sprostitev/individualna"
|
||||
},
|
||||
"priceSpecification": {
|
||||
"@type": "PriceSpecification",
|
||||
"price": "120",
|
||||
"priceCurrency": "EUR",
|
||||
"valueAddedTaxIncluded": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Psihofizična psihološka protistresna sprostitev/skupinska/po osebi"
|
||||
},
|
||||
"priceSpecification": {
|
||||
"@type": "PriceSpecification",
|
||||
"price": "50",
|
||||
"priceCurrency": "EUR",
|
||||
"valueAddedTaxIncluded": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Psihofizična psihoterapevtska bimodalna sprostitev kot program srečanj v ciklusu /individualna"
|
||||
},
|
||||
"priceSpecification": {
|
||||
"@type": "PriceSpecification",
|
||||
"price": "150",
|
||||
"priceCurrency": "EUR",
|
||||
"valueAddedTaxIncluded": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Psihofizična psihoterapevtska bimodalna sprostitev kot program srečanj v ciklusu/ skupinska/po osebi"
|
||||
},
|
||||
"priceSpecification": {
|
||||
"@type": "PriceSpecification",
|
||||
"price": "70",
|
||||
"priceCurrency": "EUR",
|
||||
"valueAddedTaxIncluded": true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"@type": "OfferCatalog",
|
||||
"name": "Zvočna terapevtska sprostitev z Gong glasbili",
|
||||
"itemListElement": [
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Individualna"
|
||||
},
|
||||
"priceSpecification": {
|
||||
"@type": "PriceSpecification",
|
||||
"price": "120",
|
||||
"priceCurrency": "EUR",
|
||||
"valueAddedTaxIncluded": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Skupinska/po osebi"
|
||||
},
|
||||
"priceSpecification": {
|
||||
"@type": "PriceSpecification",
|
||||
"price": "60",
|
||||
"priceCurrency": "EUR",
|
||||
"valueAddedTaxIncluded": true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"@type": "OfferCatalog",
|
||||
"name": "Klinično-psihološke specialistične storitve",
|
||||
"itemListElement": [
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Klin. psihološki specialistični pregled za procesne postopke (v šolskem izobraževanju, v poklicu, v zdravstvu, sociali, sodstvu, ipd.)"
|
||||
},
|
||||
"priceSpecification": {
|
||||
"@type": "PriceSpecification",
|
||||
"price": "420",
|
||||
"priceCurrency": "EUR",
|
||||
"valueAddedTaxIncluded": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Strokovno specialistično klinično psihološko pisno poročilo in mnenje za procesne postopke (v šolskem izobraževanju, v poklicu, v zdravstvu, sociali, sodstvu, ipd.)"
|
||||
},
|
||||
"priceSpecification": {
|
||||
"@type": "PriceSpecification",
|
||||
"price": "420",
|
||||
"priceCurrency": "EUR",
|
||||
"valueAddedTaxIncluded": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body class="subpage">
|
||||
|
||||
|
|
@ -48,7 +374,7 @@
|
|||
<div class="cenik-hero-image-wrapper animate-on-scroll">
|
||||
<!-- Notranji vsebnik, ki ustvari kvadratno razmerje -->
|
||||
<div class="cenik-hero-image-container">
|
||||
<img src="/assets/images/tempelj.webp" alt="Tempelj v naravi">
|
||||
<img src="/assets/images/tempelj.webp" alt="Cenik psihoterapevtskih storitev - tempelj v naravi" loading="lazy">
|
||||
</div>
|
||||
</div>
|
||||
<!-- Besedilo na desni strani -->
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 9.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 56 KiB |
149
index.html
149
index.html
|
|
@ -1,8 +1,35 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="sl">
|
||||
<head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z91QGB8ZH3"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-Z91QGB8ZH3');
|
||||
</script>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="Vrhunski psihoterapevt in klinični psiholog v Mariboru. Strokovna psihološka pomoč pri stresu, tesnobi, depresiji in duševni stiski. Nudim psihoterapijo za osebnostno rast in boljše počutje.">
|
||||
<meta name="keywords" content="psihoterapevt maribor, klinični psiholog maribor, psihoterapija maribor, psihološka pomoč, stres, tesnoba, depresija, duševna stiska, hermina merc, štajerska">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://herminamerc.si/">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://herminamerc.si/">
|
||||
<meta property="og:title" content="Psihoterapevt, vrhunski strokovnjak | Mag. Hermina Merc">
|
||||
<meta property="og:description" content="Vrhunski psihoterapevt in klinični psiholog v Mariboru. Strokovna psihološka pomoč pri stresu, tesnobi, depresiji in duševni stiski. Nudim psihoterapijo za osebnostno rast in boljše počutje.">
|
||||
<meta property="og:image" content="https://herminamerc.si/assets/images/hermina-merc-portret.webp">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://herminamerc.si/">
|
||||
<meta property="twitter:title" content="Psihoterapevt, vrhunski strokovnjak | Mag. Hermina Merc">
|
||||
<meta property="twitter:description" content="Vrhunski psihoterapevt in klinični psiholog v Mariboru. Strokovna psihološka pomoč pri stresu, tesnobi, depresiji in duševni stiski. Nudim psihoterapijo za osebnostno rast in boljše počutje.">
|
||||
<meta property="twitter:image" content="https://herminamerc.si/assets/images/hermina-merc-portret.webp">
|
||||
<title>Psihoterapevt, vrhunski strokovnjak | Mag. Hermina Merc</title>
|
||||
|
||||
<!-- Google Fonts -->
|
||||
|
|
@ -12,6 +39,119 @@
|
|||
|
||||
<!-- Povezava na novo, glavno CSS datoteko -->
|
||||
<link rel="stylesheet" href="assets/css/main.css" />
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "Psychologist",
|
||||
"name": "Mag. Hermina Merc",
|
||||
"image": "https://herminamerc.si/assets/images/hermina-merc-portret.webp",
|
||||
"url": "https://herminamerc.si/",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"streetAddress": "Krpanova ulica 19",
|
||||
"addressLocality": "Maribor",
|
||||
"postalCode": "2000",
|
||||
"addressCountry": "SI"
|
||||
},
|
||||
"email": "info@herminamerc.si",
|
||||
"description": "Vrhunski psihoterapevt in klinični psiholog v Mariboru. Strokovna psihološka pomoč pri stresu, tesnobi, depresiji in duševni stiski. Nudim psihoterapijo za osebnostno rast in boljše počutje.",
|
||||
"hasOfferCatalog": {
|
||||
"@type": "OfferCatalog",
|
||||
"name": "Storitve psihoterapije in psihološkega svetovanja",
|
||||
"itemListElement": [
|
||||
{
|
||||
"@type": "OfferCatalog",
|
||||
"name": "Psihoterapija",
|
||||
"itemListElement": [
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Integralna celostna psihoterapija"
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Psihoterapija za managerje in vodstveni kader"
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Terapija s plesom"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"@type": "OfferCatalog",
|
||||
"name": "Svetovanje in programi",
|
||||
"itemListElement": [
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Supervizija / Profesionalno svetovanje"
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Protistresni in proti psihofizičnemu izgorevanju programi"
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Poučevanje Kundalini joge"
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Zvočna terapija z gong glasbili"
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Predavanja"
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Izkustvene psihološke delavnice in seminarji"
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Psihološka priprava športnikov"
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Shakti Dance - Yoga plesa"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body class="homepage">
|
||||
|
|
@ -50,13 +190,13 @@
|
|||
<figure class="slide-image">
|
||||
<img
|
||||
src="/assets/images/home-slider-01-morje.webp"
|
||||
alt="Morje s skalo v ozadju"
|
||||
alt="Psihoterapija Maribor - Pogled na morje s skalo, simbol miru in trdnosti"
|
||||
/>
|
||||
</figure>
|
||||
<div class="slide-text">
|
||||
<!-- === PORTRET === -->
|
||||
<figure class="slide-portrait">
|
||||
<img src="/assets/images/portret.webp" alt="Portret mag. Hermine Merc">
|
||||
<img src="/assets/images/portret.webp" alt="Mag. Hermina Merc, psihoterapevt in klinični psiholog v Mariboru" loading="lazy">
|
||||
</figure>
|
||||
|
||||
<h2>PSIHOTERAPEVT, VRHUNSKI STROKOVNJAK</h2>
|
||||
|
|
@ -179,7 +319,7 @@
|
|||
<section class="slide">
|
||||
<div class="slide-content">
|
||||
<figure class="slide-image">
|
||||
<img src="/assets/images/home-slider-07-papiga.webp" alt="Barvita papiga na veji" />
|
||||
<img src="/assets/images/home-slider-07-papiga.webp" alt="Barvita papiga na veji" loading="lazy" />
|
||||
</figure>
|
||||
<div class="slide-text">
|
||||
<h2>Pristno začutiti sebe</h2>
|
||||
|
|
@ -195,7 +335,7 @@
|
|||
<section class="slide">
|
||||
<div class="slide-content">
|
||||
<figure class="slide-image">
|
||||
<img src="/assets/images/home-slider-08-sipine.webp" alt="Peščene sipine" />
|
||||
<img src="/assets/images/home-slider-08-sipine.webp" alt="Naredite prvi korak k psihoterapiji - peščene sipine" loading="lazy" />
|
||||
</figure>
|
||||
<div class="slide-text">
|
||||
<h2>Naredite prvi korak</h2>
|
||||
|
|
@ -243,4 +383,5 @@
|
|||
<!-- Povezava na obstoječo JavaScript datoteko -->
|
||||
<script src="/assets/js/main.js"></script>
|
||||
</body>
|
||||
</html>>
|
||||
</html>
|
||||
|
|
@ -1,8 +1,35 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="sl">
|
||||
<head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z91QGB8ZH3"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-Z91QGB8ZH3');
|
||||
</script>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Kaj je psihoterapija? Spoznajte, kako vam lahko psihoterapija v Mariboru pomaga pri soočanju s strahovi, stresom, tesnobo in pri osebnostni rasti. Celosten pristop k vašemu zdravju.">
|
||||
<meta name="keywords" content="kaj je psihoterapija, psihoterapija, osebnostna rast, psihološka pomoč, stres, tesnoba, strah, duševno zdravje, maribor">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://herminamerc.si/kaj-je-psihoterapija/">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://herminamerc.si/kaj-je-psihoterapija/">
|
||||
<meta property="og:title" content="Kaj je psihoterapija | Mag. Hermina Merc">
|
||||
<meta property="og:description" content="Kaj je psihoterapija? Spoznajte, kako vam lahko psihoterapija v Mariboru pomaga pri soočanju s strahovi, stresom, tesnobo in pri osebnostni rasti. Celosten pristop k vašemu zdravju.">
|
||||
<meta property="og:image" content="https://herminamerc.si/assets/images/home-slider-05-drevo-soteska.webp">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://herminamerc.si/kaj-je-psihoterapija/">
|
||||
<meta property="twitter:title" content="Kaj je psihoterapija | Mag. Hermina Merc">
|
||||
<meta property="twitter:description" content="Kaj je psihoterapija? Spoznajte, kako vam lahko psihoterapija v Mariboru pomaga pri soočanju s strahovi, stresom, tesnobo in pri osebnostni rasti. Celosten pristop k vašemu zdravju.">
|
||||
<meta property="twitter:image" content="https://herminamerc.si/assets/images/home-slider-05-drevo-soteska.webp">
|
||||
<title>Kaj je psihoterapija | Mag. Hermina Merc</title>
|
||||
|
||||
<!-- Google Fonts -->
|
||||
|
|
@ -12,6 +39,12 @@
|
|||
|
||||
<!-- CSS Stylesheet -->
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
</head>
|
||||
<body class="subpage">
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="sl">
|
||||
<head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z91QGB8ZH3"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-Z91QGB8ZH3');
|
||||
</script>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Kontaktirajte mag. Hermino Merc, psihoterapevtko in klinično psihologinjo v Mariboru. Naročite se na posvet, psihoterapijo ali supervizijo.">
|
||||
<meta name="keywords" content="kontakt, naročanje, psihoterapevt maribor, klinični psiholog maribor, naslov, email">
|
||||
<title>Kontakt in naročanje | Mag. Hermina Merc</title>
|
||||
|
||||
<!-- Google Fonts -->
|
||||
|
|
@ -25,6 +36,15 @@
|
|||
box-shadow: var(--shadow-medium);
|
||||
}
|
||||
</style>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "ContactPoint",
|
||||
"contactType": "customer service",
|
||||
"email": "info@herminamerc.si",
|
||||
"url": "https://herminamerc.si/kontakt/"
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body class="subpage">
|
||||
|
||||
|
|
@ -64,7 +84,7 @@
|
|||
<div class="contact-details animate-on-scroll">
|
||||
<h2 class="section-title">Informacije za naročanje</h2>
|
||||
|
||||
<img src="/assets/images/portret-2.webp" alt="Portret Hermina Merc" class="contact-portrait">
|
||||
<img src="/assets/images/portret-2.webp" alt="Kontakt - Mag. Hermina Merc, psihoterapevt Maribor" class="contact-portrait" loading="lazy">
|
||||
|
||||
<div class="contact-info-item">
|
||||
<p class="info-data"><strong>Mag. HERMINA MERC</strong><br>Psihoterapevt Specialist Klinični Psiholog</p>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,35 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="sl">
|
||||
<head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z91QGB8ZH3"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-Z91QGB8ZH3');
|
||||
</script>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Mag. Hermina Merc, psihoterapevt in specialist klinični psiholog z bogatimi izkušnjami. Nudim integralno psihoterapijo, supervizijo in pomoč pri osebnostni rasti v Mariboru.">
|
||||
<meta name="keywords" content="o meni, hermina merc, psihoterapevt, klinični psiholog, psihoterapija, supervizija, osebnostna rast, maribor">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://herminamerc.si/o-meni/">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://herminamerc.si/o-meni/">
|
||||
<meta property="og:title" content="O meni | Mag. Hermina Merc">
|
||||
<meta property="og:description" content="Mag. Hermina Merc, psihoterapevt in specialist klinični psiholog z bogatimi izkušnjami. Nudim integralno psihoterapijo, supervizijo in pomoč pri osebnostni rasti v Mariboru.">
|
||||
<meta property="og:image" content="https://herminamerc.si/assets/images/hermina-merc-portret.webp">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://herminamerc.si/o-meni/">
|
||||
<meta property="twitter:title" content="O meni | Mag. Hermina Merc">
|
||||
<meta property="twitter:description" content="Mag. Hermina Merc, psihoterapevt in specialist klinični psiholog z bogatimi izkušnjami. Nudim integralno psihoterapijo, supervizijo in pomoč pri osebnostni rasti v Mariboru.">
|
||||
<meta property="twitter:image" content="https://herminamerc.si/assets/images/hermina-merc-portret.webp">
|
||||
<title>O meni | Mag. Hermina Merc</title>
|
||||
|
||||
<!-- Google Fonts -->
|
||||
|
|
@ -12,6 +39,113 @@
|
|||
|
||||
<!-- CSS Stylesheet -->
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "Person",
|
||||
"name": "Mag. Hermina Merc",
|
||||
"jobTitle": "Psihoterapevt Specialist Klinični Psiholog",
|
||||
"url": "https://herminamerc.si/o-meni/",
|
||||
"image": "https://herminamerc.si/assets/images/hermina-merc-portret.webp",
|
||||
"description": "Mag. Hermina Merc, psihoterapevt in specialist klinični psiholog z bogatimi izkušnjami. Nudim integralno psihoterapijo, supervizijo in pomoč pri osebnostni rasti v Mariboru.",
|
||||
"alumniOf": "Univerza v Ljubljani",
|
||||
"hasOfferCatalog": {
|
||||
"@type": "OfferCatalog",
|
||||
"name": "Storitve psihoterapije in psihološkega svetovanja",
|
||||
"itemListElement": [
|
||||
{
|
||||
"@type": "OfferCatalog",
|
||||
"name": "Psihoterapija",
|
||||
"itemListElement": [
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Integralna celostna psihoterapija"
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Psihoterapija za managerje in vodstveni kader"
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Terapija s plesom"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"@type": "OfferCatalog",
|
||||
"name": "Svetovanje in programi",
|
||||
"itemListElement": [
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Supervizija / Profesionalno svetovanje"
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Protistresni in proti psihofizičnemu izgorevanju programi"
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Poučevanje Kundalini joge"
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Zvočna terapija z gong glasbili"
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Predavanja"
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Izkustvene psihološke delavnice in seminarji"
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Psihološka priprava športnikov"
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Service",
|
||||
"name": "Shakti Dance - Yoga plesa"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body class="subpage"> <!-- Dodan razred "subpage" za specifične stile -->
|
||||
|
||||
|
|
@ -46,7 +180,7 @@
|
|||
<h1 class="page-title animate-on-scroll">O meni</h1>
|
||||
<div class="about-grid">
|
||||
<div class="about-image animate-on-scroll">
|
||||
<img src="/assets/images/hermina-merc-portret.webp" alt="Fotografija Hermine Merc">
|
||||
<img src="/assets/images/hermina-merc-portret.webp" alt="Mag. Hermina Merc - specialistka klinične psihologije in psihoterapevtka v Mariboru" loading="lazy">
|
||||
</div>
|
||||
<div class="about-content">
|
||||
<p class="intro-text animate-on-scroll">Kot psihoterapevtka delujem k ozaveščanju, kultiviranju in osmišljanju tako osebnostnega kot duhovnega potenciala posameznika.</p>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,14 @@
|
|||
User-agent: *
|
||||
Disallow: /api/
|
||||
Disallow: /assets/original/
|
||||
Disallow: /.git/
|
||||
Disallow: /.gitea/
|
||||
Disallow: /code_export.txt
|
||||
Disallow: /export_code.sh
|
||||
Disallow: /navodila
|
||||
Disallow: /optimize_images.py
|
||||
Disallow: /prestrukturiraj.py
|
||||
Disallow: /update_footers.py
|
||||
Disallow: /update_headers.py
|
||||
|
||||
Sitemap: https://herminamerc.si/sitemap.xml
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "MyWebSite",
|
||||
"short_name": "MySite",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/web-app-manifest-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/web-app-manifest-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||
|
|
@ -0,0 +1,135 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://herminamerc.si/blog/psihofizicne-terapevtske-oblike/</loc>
|
||||
<lastmod>2025-09-10</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://herminamerc.si/blog/psihoterapevtske-intervencije/</loc>
|
||||
<lastmod>2025-09-10</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://herminamerc.si/blog/psihoterapija-in-svetovanje/</loc>
|
||||
<lastmod>2025-09-10</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://herminamerc.si/blog/strokovna-pomoc-za-celovito-zdravje/</loc>
|
||||
<lastmod>2025-09-10</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://herminamerc.si/blog/</loc>
|
||||
<lastmod>2025-09-10</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://herminamerc.si/cenik/</loc>
|
||||
<lastmod>2025-09-10</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://herminamerc.si/storitve/shakti-dance/</loc>
|
||||
<lastmod>2025-09-10</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://herminamerc.si/storitve/priprava-sportnikov/</loc>
|
||||
<lastmod>2025-09-10</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://herminamerc.si/storitve/izkustvene-delavnice/</loc>
|
||||
<lastmod>2025-09-10</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://herminamerc.si/storitve/predavanja/</loc>
|
||||
<lastmod>2025-09-10</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://herminamerc.si/storitve/zvocna-terapija/</loc>
|
||||
<lastmod>2025-09-10</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://herminamerc.si/storitve/kundalini-joga/</loc>
|
||||
<lastmod>2025-09-10</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://herminamerc.si/storitve/protistresni-programi/</loc>
|
||||
<lastmod>2025-09-10</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://herminamerc.si/storitve/supervizija/</loc>
|
||||
<lastmod>2025-09-10</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://herminamerc.si/storitve/psihoterapija-za-managerje/</loc>
|
||||
<lastmod>2025-09-10</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://herminamerc.si/storitve/terapija-s-plesom/</loc>
|
||||
<lastmod>2025-09-10</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://herminamerc.si/storitve/integralna-celostna-psihoterapija/</loc>
|
||||
<lastmod>2025-09-10</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://herminamerc.si/storitve/</loc>
|
||||
<lastmod>2025-09-10</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://herminamerc.si/kaj-je-psihoterapija/</loc>
|
||||
<lastmod>2025-09-10</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://herminamerc.si/o-meni/</loc>
|
||||
<lastmod>2025-09-10</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://herminamerc.si/</loc>
|
||||
<lastmod>2025-09-10</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://herminamerc.si/kontakt/</loc>
|
||||
<lastmod>2025-09-10</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
</urlset>
|
||||
|
|
@ -1,8 +1,35 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="sl">
|
||||
<head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z91QGB8ZH3"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-Z91QGB8ZH3');
|
||||
</script>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Celovita ponudba storitev: integralna psihoterapija, zvočna terapija z gongi, joga, ples, protistresni programi in psihološka priprava športnikov v Mariboru.">
|
||||
<meta name="keywords" content="storitve, psihoterapija, zvočna terapija, joga, ples, protistresni program, priprava športnikov, maribor">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://herminamerc.si/storitve/">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://herminamerc.si/storitve/">
|
||||
<meta property="og:title" content="Predstavitev ponudbe | Mag. Hermina Merc">
|
||||
<meta property="og:description" content="Celovita ponudba storitev: integralna psihoterapija, zvočna terapija z gongi, joga, ples, protistresni programi in psihološka priprava športnikov v Mariboru.">
|
||||
<meta property="og:image" content="https://herminamerc.si/assets/images/morje-z-napisom.webp">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://herminamerc.si/storitve/">
|
||||
<meta property="twitter:title" content="Predstavitev ponudbe | Mag. Hermina Merc">
|
||||
<meta property="twitter:description" content="Celovita ponudba storitev: integralna psihoterapija, zvočna terapija z gongi, joga, ples, protistresni programi in psihološka priprava športnikov v Mariboru.">
|
||||
<meta property="twitter:image" content="https://herminamerc.si/assets/images/morje-z-napisom.webp">
|
||||
<title>Predstavitev ponudbe | Mag. Hermina Merc</title>
|
||||
|
||||
<!-- Google Fonts -->
|
||||
|
|
@ -12,6 +39,12 @@
|
|||
|
||||
<!-- CSS Stylesheet -->
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
</head>
|
||||
<body class="subpage">
|
||||
|
||||
|
|
@ -48,7 +81,7 @@
|
|||
<div class="storitve-hero-image-wrapper animate-on-scroll">
|
||||
<!-- Notranji vsebnik, ki ustvari kvadratno razmerje -->
|
||||
<div class="storitve-hero-image-container">
|
||||
<img src="/assets/images/morje-z-napisom.webp" alt="Morje z napisom Energy of Eternal Life">
|
||||
<img src="/assets/images/morje-z-napisom.webp" alt="Morje z napisom Energy of Eternal Life" loading="lazy">
|
||||
</div>
|
||||
</div>
|
||||
<!-- Vsebnik za besedilo na desni strani -->
|
||||
|
|
@ -185,7 +218,7 @@
|
|||
<!-- 11. Shakti Dance -->
|
||||
<div class="service-card animate-on-scroll">
|
||||
<div class="service-card-image">
|
||||
<img src="https://placehold.jp/38/A87CAE/FFFFFF/600x400.png?text=Shakti+Dance+-+Yoga+plesa" alt="Shakti Dance - Yoga plesa">
|
||||
<img src="https://placehold.jp/38/A87CAE/FFFFFF/600x400.png?text=Shakti+Dance+-+Yoga+plesa" alt="Shakti Dance - Yoga plesa" loading="lazy">
|
||||
</div>
|
||||
<div class="service-card-content">
|
||||
<h3>Shakti Dance - Yoga plesa</h3>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,35 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="sl">
|
||||
<head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z91QGB8ZH3"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-Z91QGB8ZH3');
|
||||
</script>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Integralna celostna psihoterapija v Mariboru. Strokovna pomoč pri soočanju s strahovi, anksioznostjo in travmami za osebnostno rast in duševno zdravje.">
|
||||
<meta name="keywords" content="integralna celostna psihoterapija, psihoterapija maribor, psihološka pomoč, anksioznost, stres, travma, osebnostna rast, duševno zdravje">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://herminamerc.si/storitve/integralna-celostna-psihoterapija/">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://herminamerc.si/storitve/integralna-celostna-psihoterapija/">
|
||||
<meta property="og:title" content="Integralna celostna psihoterapija | Mag. Hermina Merc">
|
||||
<meta property="og:description" content="Integralna celostna psihoterapija v Mariboru. Strokovna pomoč pri soočanju s strahovi, anksioznostjo in travmami za osebnostno rast in duševno zdravje.">
|
||||
<meta property="og:image" content="https://herminamerc.si/assets/images/storitev-supervizija-slap.webp">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://herminamerc.si/storitve/integralna-celostna-psihoterapija/">
|
||||
<meta property="twitter:title" content="Integralna celostna psihoterapija | Mag. Hermina Merc">
|
||||
<meta property="twitter:description" content="Integralna celostna psihoterapija v Mariboru. Strokovna pomoč pri soočanju s strahovi, anksioznostjo in travmami za osebnostno rast in duševno zdravje.">
|
||||
<meta property="twitter:image" content="https://herminamerc.si/assets/images/storitev-supervizija-slap.webp">
|
||||
<title>Integralna celostna psihoterapija | Mag. Hermina Merc</title>
|
||||
<link rel="stylesheet" href="/assets/css/main.css"> <!-- Pot je relativna na mapo višje -->
|
||||
</head>
|
||||
|
|
@ -68,5 +95,20 @@
|
|||
</p>
|
||||
</footer>
|
||||
<script src="/assets/js/main.js"></script>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "Service",
|
||||
"serviceType": "Psihoterapija",
|
||||
"name": "Integralna celostna psihoterapija",
|
||||
"description": "Integralna celostna psihoterapija v Mariboru. Strokovna pomoč pri soočanju s strahovi, anksioznostjo in travmami za osebnostno rast in duševno zdravje.",
|
||||
"url": "https://herminamerc.si/storitve/integralna-celostna-psihoterapija/",
|
||||
"provider": {
|
||||
"@type": "Psychologist",
|
||||
"name": "Mag. Hermina Merc",
|
||||
"url": "https://herminamerc.si/"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,12 +1,54 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="sl">
|
||||
<head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z91QGB8ZH3"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-Z91QGB8ZH3');
|
||||
</script>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Izkustvene psihološke delavnice in seminarji v Mariboru. Osebnostna in profesionalna rast z uporabo kreativnih medijev, kot so psihodrama, gibalna terapija in drugo.">
|
||||
<meta name="keywords" content="izkustvene delavnice, seminarji, psihodrama, gibalna terapija, osebnostna rast, maribor">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://herminamerc.si/storitve/izkustvene-delavnice/">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://herminamerc.si/storitve/izkustvene-delavnice/">
|
||||
<meta property="og:title" content="Izkustvene strokovne psihološke delavnice in seminarji | Mag. Hermina Merc">
|
||||
<meta property="og:description" content="Izkustvene psihološke delavnice in seminarji v Mariboru. Osebnostna in profesionalna rast z uporabo kreativnih medijev, kot so psihodrama, gibalna terapija in drugo.">
|
||||
<meta property="og:image" content="https://herminamerc.si/assets/images/blog-sadje-ogledalo.webp">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://herminamerc.si/storitve/izkustvene-delavnice/">
|
||||
<meta property="twitter:title" content="Izkustvene strokovne psihološke delavnice in seminarji | Mag. Hermina Merc">
|
||||
<meta property="twitter:description" content="Izkustvene psihološke delavnice in seminarji v Mariboru. Osebnostna in profesionalna rast z uporabo kreativnih medijev, kot so psihodrama, gibalna terapija in drugo.">
|
||||
<meta property="twitter:image" content="https://herminamerc.si/assets/images/blog-sadje-ogledalo.webp">
|
||||
<!-- === POPRAVEK: Spremenjen naslov v zavihku === -->
|
||||
<title>Izkustvene strokovne psihološke delavnice in seminarji | Mag. Hermina Merc</title>
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
</head>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "Service",
|
||||
"serviceType": "Izkustvene delavnice in seminarji",
|
||||
"name": "Izkustvene strokovne psihološke delavnice in seminarji",
|
||||
"description": "Izkustvene psihološke delavnice in seminarji v Mariboru. Osebnostna in profesionalna rast z uporabo kreativnih medijev, kot so psihodrama, gibalna terapija in drugo.",
|
||||
"url": "https://herminamerc.si/storitve/izkustvene-delavnice/",
|
||||
"provider": {
|
||||
"@type": "Psychologist",
|
||||
"name": "Mag. Hermina Merc",
|
||||
"url": "https://herminamerc.si/"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body class="subpage">
|
||||
<header class="main-header">
|
||||
<div class="header-container">
|
||||
|
|
|
|||
|
|
@ -1,10 +1,52 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="sl">
|
||||
<head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z91QGB8ZH3"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-Z91QGB8ZH3');
|
||||
</script>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Kundalini joga v Mariboru. Prebudite svojo energijo, povečajte fleksibilnost in dosežite notranji mir z vadbo kundalini joge.">
|
||||
<meta name="keywords" content="kundalini joga, joga, pranayama, meditacija, sprostitev, energija, maribor">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://herminamerc.si/storitve/kundalini-joga/">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://herminamerc.si/storitve/kundalini-joga/">
|
||||
<meta property="og:title" content="Poučevanje Kundalini joge | Mag. Hermina Merc">
|
||||
<meta property="og:description" content="Kundalini joga v Mariboru. Prebudite svojo energijo, povečajte fleksibilnost in dosežite notranji mir z vadbo kundalini joge.">
|
||||
<meta property="og:image" content="https://herminamerc.si/assets/images/home-slider-07-papiga.webp">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://herminamerc.si/storitve/kundalini-joga/">
|
||||
<meta property="twitter:title" content="Poučevanje Kundalini joge | Mag. Hermina Merc">
|
||||
<meta property="twitter:description" content="Kundalini joga v Mariboru. Prebudite svojo energijo, povečajte fleksibilnost in dosežite notranji mir z vadbo kundalini joge.">
|
||||
<meta property="twitter:image" content="https://herminamerc.si/assets/images/home-slider-07-papiga.webp">
|
||||
<title>Poučevanje Kundalini joge | Mag. Hermina Merc</title>
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "Service",
|
||||
"serviceType": "Kundalini joga",
|
||||
"name": "Poučevanje Kundalini joge",
|
||||
"description": "Kundalini joga v Mariboru. Prebudite svojo energijo, povečajte fleksibilnost in dosežite notranji mir z vadbo kundalini joge.",
|
||||
"url": "https://herminamerc.si/storitve/kundalini-joga/",
|
||||
"provider": {
|
||||
"@type": "Psychologist",
|
||||
"name": "Mag. Hermina Merc",
|
||||
"url": "https://herminamerc.si/"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body class="subpage">
|
||||
<header class="main-header">
|
||||
|
|
|
|||
|
|
@ -1,10 +1,52 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="sl">
|
||||
<head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z91QGB8ZH3"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-Z91QGB8ZH3');
|
||||
</script>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Strokovna predavanja o psihoterapiji v Mariboru. Spoznajte kaj je psihoterapija, kdaj poiskati pomoč in kakšna je vloga psihoterapevta.">
|
||||
<meta name="keywords" content="predavanja, psihoterapija, psihologija, duševno zdravje, osebnostna rast, maribor">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://herminamerc.si/storitve/predavanja/">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://herminamerc.si/storitve/predavanja/">
|
||||
<meta property="og:title" content="Predavanja | Mag. Hermina Merc">
|
||||
<meta property="og:description" content="Strokovna predavanja o psihoterapiji v Mariboru. Spoznajte kaj je psihoterapija, kdaj poiskati pomoč in kakšna je vloga psihoterapevta.">
|
||||
<meta property="og:image" content="https://herminamerc.si/assets/images/morje-z-napisom.webp">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://herminamerc.si/storitve/predavanja/">
|
||||
<meta property="twitter:title" content="Predavanja | Mag. Hermina Merc">
|
||||
<meta property="twitter:description" content="Strokovna predavanja o psihoterapiji v Mariboru. Spoznajte kaj je psihoterapija, kdaj poiskati pomoč in kakšna je vloga psihoterapevta.">
|
||||
<meta property="twitter:image" content="https://herminamerc.si/assets/images/morje-z-napisom.webp">
|
||||
<title>Predavanja | Mag. Hermina Merc</title>
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "Service",
|
||||
"serviceType": "Predavanja",
|
||||
"name": "Predavanja",
|
||||
"description": "Strokovna predavanja o psihoterapiji v Mariboru. Spoznajte kaj je psihoterapija, kdaj poiskati pomoč in kakšna je vloga psihoterapevta.",
|
||||
"url": "https://herminamerc.si/storitve/predavanja/",
|
||||
"provider": {
|
||||
"@type": "Psychologist",
|
||||
"name": "Mag. Hermina Merc",
|
||||
"url": "https://herminamerc.si/"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body class="subpage">
|
||||
<header class="main-header">
|
||||
|
|
|
|||
|
|
@ -1,10 +1,52 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="sl">
|
||||
<head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z91QGB8ZH3"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-Z91QGB8ZH3');
|
||||
</script>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Psihološka priprava športnikov v Mariboru. Dosezite vrhunske rezultate z mentalno trdnostjo, obvladovanjem stresa in izboljšano koncentracijo.">
|
||||
<meta name="keywords" content="psihološka priprava športnikov, športna psihologija, mentalni trening, športni psiholog, maribor">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://herminamerc.si/storitve/priprava-sportnikov/">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://herminamerc.si/storitve/priprava-sportnikov/">
|
||||
<meta property="og:title" content="Psihološka priprava športnikov | Mag. Hermina Merc">
|
||||
<meta property="og:description" content="Psihološka priprava športnikov v Mariboru. Dosezite vrhunske rezultate z mentalno trdnostjo, obvladovanjem stresa in izboljšano koncentracijo.">
|
||||
<meta property="og:image" content="https://herminamerc.si/assets/images/home-slider-04-kanjon-svetloba.webp">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://herminamerc.si/storitve/priprava-sportnikov/">
|
||||
<meta property="twitter:title" content="Psihološka priprava športnikov | Mag. Hermina Merc">
|
||||
<meta property="twitter:description" content="Psihološka priprava športnikov v Mariboru. Dosezite vrhunske rezultate z mentalno trdnostjo, obvladovanjem stresa in izboljšano koncentracijo.">
|
||||
<meta property="twitter:image" content="https://herminamerc.si/assets/images/home-slider-04-kanjon-svetloba.webp">
|
||||
<title>Psihološka priprava športnikov | Mag. Hermina Merc</title>
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "Service",
|
||||
"serviceType": "Psihološka priprava športnikov",
|
||||
"name": "Psihološka priprava športnikov",
|
||||
"description": "Psihološka priprava športnikov v Mariboru. Dosezite vrhunske rezultate z mentalno trdnostjo, obvladovanjem stresa in izboljšano koncentracijo.",
|
||||
"url": "https://herminamerc.si/storitve/priprava-sportnikov/",
|
||||
"provider": {
|
||||
"@type": "Psychologist",
|
||||
"name": "Mag. Hermina Merc",
|
||||
"url": "https://herminamerc.si/"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body class="subpage">
|
||||
<header class="main-header">
|
||||
|
|
|
|||
|
|
@ -1,10 +1,52 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="sl">
|
||||
<head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z91QGB8ZH3"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-Z91QGB8ZH3');
|
||||
</script>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Učinkoviti protistresni programi v Mariboru. Naučite se obvladovati stres in preprečiti izgorelost s psihofizičnim sproščanjem in strokovno podporo.">
|
||||
<meta name="keywords" content="protistresni program, stres, izgorelost, sproščanje, psihofizična sprostitev, anksioznost, maribor">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://herminamerc.si/storitve/protistresni-programi/">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://herminamerc.si/storitve/protistresni-programi/">
|
||||
<meta property="og:title" content="Protistresni programi | Mag. Hermina Merc">
|
||||
<meta property="og:description" content="Učinkoviti protistresni programi v Mariboru. Naučite se obvladovati stres in preprečiti izgorelost s psihofizičnim sproščanjem in strokovno podporo.">
|
||||
<meta property="og:image" content="https://herminamerc.si/assets/images/home-slider-06-rastlina-pesek.webp">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://herminamerc.si/storitve/protistresni-programi/">
|
||||
<meta property="twitter:title" content="Protistresni programi | Mag. Hermina Merc">
|
||||
<meta property="twitter:description" content="Učinkoviti protistresni programi v Mariboru. Naučite se obvladovati stres in preprečiti izgorelost s psihofizičnim sproščanjem in strokovno podporo.">
|
||||
<meta property="twitter:image" content="https://herminamerc.si/assets/images/home-slider-06-rastlina-pesek.webp">
|
||||
<title>Protistresni programi | Mag. Hermina Merc</title>
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "Service",
|
||||
"serviceType": "Protistresni programi",
|
||||
"name": "Integralni psihološki protistresni in proti osebnostnemu izgorevanju psihološki programi psihofizičnega sproščanja",
|
||||
"description": "Učinkoviti protistresni programi v Mariboru. Naučite se obvladovati stres in preprečiti izgorelost s psihofizičnim sproščanjem in strokovno podporo.",
|
||||
"url": "https://herminamerc.si/storitve/protistresni-programi/",
|
||||
"provider": {
|
||||
"@type": "Psychologist",
|
||||
"name": "Mag. Hermina Merc",
|
||||
"url": "https://herminamerc.si/"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body class="subpage">
|
||||
<header class="main-header">
|
||||
|
|
|
|||
|
|
@ -1,10 +1,52 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="sl">
|
||||
<head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z91QGB8ZH3"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-Z91QGB8ZH3');
|
||||
</script>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Psihoterapija za managerje in vodstveni kader v Mariboru. Strokovna pomoč pri obvladovanju stresa, preprečevanju izgorelosti in izboljšanju poslovne učinkovitosti.">
|
||||
<meta name="keywords" content="psihoterapija za managerje, poslovno svetovanje, coaching, vodenje, stres, izgorelost, maribor">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://herminamerc.si/storitve/psihoterapija-za-managerje/">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://herminamerc.si/storitve/psihoterapija-za-managerje/">
|
||||
<meta property="og:title" content="Psihoterapija za Managerje | Mag. Hermina Merc">
|
||||
<meta property="og:description" content="Psihoterapija za managerje in vodstveni kader v Mariboru. Strokovna pomoč pri obvladovanju stresa, preprečevanju izgorelosti in izboljšanju poslovne učinkovitosti.">
|
||||
<meta property="og:image" content="https://herminamerc.si/assets/images/home-slider-08-sipine.webp">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://herminamerc.si/storitve/psihoterapija-za-managerje/">
|
||||
<meta property="twitter:title" content="Psihoterapija za Managerje | Mag. Hermina Merc">
|
||||
<meta property="twitter:description" content="Psihoterapija za managerje in vodstveni kader v Mariboru. Strokovna pomoč pri obvladovanju stresa, preprečevanju izgorelosti in izboljšanju poslovne učinkovitosti.">
|
||||
<meta property="twitter:image" content="https://herminamerc.si/assets/images/home-slider-08-sipine.webp">
|
||||
<title>Psihoterapija za Managerje | Mag. Hermina Merc</title>
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "Service",
|
||||
"serviceType": "Psihoterapija za managerje",
|
||||
"name": "Psihoterapija za managerje in vodstveni kader",
|
||||
"description": "Psihoterapija za managerje in vodstveni kader v Mariboru. Strokovna pomoč pri obvladovanju stresa, preprečevanju izgorelosti in izboljšanju poslovne učinkovitosti.",
|
||||
"url": "https://herminamerc.si/storitve/psihoterapija-za-managerje/",
|
||||
"provider": {
|
||||
"@type": "Psychologist",
|
||||
"name": "Mag. Hermina Merc",
|
||||
"url": "https://herminamerc.si/"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body class="subpage">
|
||||
<header class="main-header">
|
||||
|
|
|
|||
|
|
@ -1,11 +1,53 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="sl">
|
||||
<head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z91QGB8ZH3"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-Z91QGB8ZH3');
|
||||
</script>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Shakti Dance - Yoga plesa v Mariboru. Združite jogo in ples za zmanjšanje stresa, sprostitev in osvobajanje življenjske sile duše.">
|
||||
<meta name="keywords" content="shakti dance, joga ples, joga, ples, sprostitev, meditacija, maribor">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://herminamerc.si/storitve/shakti-dance/">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://herminamerc.si/storitve/shakti-dance/">
|
||||
<meta property="og:title" content="Shakti Dance - Yoga plesa | Mag. Hermina Merc">
|
||||
<meta property="og:description" content="Shakti Dance - Yoga plesa v Mariboru. Združite jogo in ples za zmanjšanje stresa, sprostitev in osvobajanje življenjske sile duše.">
|
||||
<meta property="og:image" content="https://herminamerc.si/assets/images/home-slider-02-palme.webp">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://herminamerc.si/storitve/shakti-dance/">
|
||||
<meta property="twitter:title" content="Shakti Dance - Yoga plesa | Mag. Hermina Merc">
|
||||
<meta property="twitter:description" content="Shakti Dance - Yoga plesa v Mariboru. Združite jogo in ples za zmanjšanje stresa, sprostitev in osvobajanje življenjske sile duše.">
|
||||
<meta property="twitter:image" content="https://herminamerc.si/assets/images/home-slider-02-palme.webp">
|
||||
<title>Shakti Dance - Yoga plesa | Mag. Hermina Merc</title>
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
</head>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "Service",
|
||||
"serviceType": "Shakti Dance - Yoga plesa",
|
||||
"name": "Shakti Dance - Yoga plesa",
|
||||
"description": "Shakti Dance - Yoga plesa v Mariboru. Združite jogo in ples za zmanjšanje stresa, sprostitev in osvobajanje življenjske sile duše.",
|
||||
"url": "https://herminamerc.si/storitve/shakti-dance/",
|
||||
"provider": {
|
||||
"@type": "Psychologist",
|
||||
"name": "Mag. Hermina Merc",
|
||||
"url": "https://herminamerc.si/"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body class="subpage">
|
||||
<header class="main-header">
|
||||
<div class="header-container">
|
||||
|
|
|
|||
|
|
@ -1,10 +1,52 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="sl">
|
||||
<head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z91QGB8ZH3"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-Z91QGB8ZH3');
|
||||
</script>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Razvojno-integrativna supervizija v Mariboru. Strokovna podpora za psihoterapevte, psihologe in druge strokovnjake za preprečevanje izgorelosti in osebno rast.">
|
||||
<meta name="keywords" content="supervizija, integrativna supervizija, psihoterapija, supervizor, izgorelost, profesionalni razvoj, maribor">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://herminamerc.si/storitve/supervizija/">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://herminamerc.si/storitve/supervizija/">
|
||||
<meta property="og:title" content="Razvojno – integrativna supervizija | Mag. Hermina Merc">
|
||||
<meta property="og:description" content="Razvojno-integrativna supervizija v Mariboru. Strokovna podpora za psihoterapevte, psihologe in druge strokovnjake za preprečevanje izgorelosti in osebno rast.">
|
||||
<meta property="og:image" content="https://herminamerc.si/assets/images/storitev-supervizija-slap.webp">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://herminamerc.si/storitve/supervizija/">
|
||||
<meta property="twitter:title" content="Razvojno – integrativna supervizija | Mag. Hermina Merc">
|
||||
<meta property="twitter:description" content="Razvojno-integrativna supervizija v Mariboru. Strokovna podpora za psihoterapevte, psihologe in druge strokovnjake za preprečevanje izgorelosti in osebno rast.">
|
||||
<meta property="twitter:image" content="https://herminamerc.si/assets/images/storitev-supervizija-slap.webp">
|
||||
<title>Razvojno – integrativna supervizija | Mag. Hermina Merc</title>
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "Service",
|
||||
"serviceType": "Supervizija",
|
||||
"name": "Razvojno – integrativna supervizija",
|
||||
"description": "Razvojno-integrativna supervizija v Mariboru. Strokovna podpora za psihoterapevte, psihologe in druge strokovnjake za preprečevanje izgorelosti in osebno rast.",
|
||||
"url": "https://herminamerc.si/storitve/supervizija/",
|
||||
"provider": {
|
||||
"@type": "Psychologist",
|
||||
"name": "Mag. Hermina Merc",
|
||||
"url": "https://herminamerc.si/"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body class="subpage">
|
||||
<header class="main-header">
|
||||
|
|
|
|||
|
|
@ -1,10 +1,52 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="sl">
|
||||
<head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z91QGB8ZH3"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-Z91QGB8ZH3');
|
||||
</script>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Terapija s plesom v Mariboru. Osvobodite se stresa in blokad skozi gibanje. Povežite se s telesom in dušo na edinstven način.">
|
||||
<meta name="keywords" content="terapija s plesom, plesna terapija, shakti dance, joga ples, psihoterapija, sprostitev, osebnostna rast, maribor">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://herminamerc.si/storitve/terapija-s-plesom/">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://herminamerc.si/storitve/terapija-s-plesom/">
|
||||
<meta property="og:title" content="Terapija s plesom | Mag. Hermina Merc">
|
||||
<meta property="og:description" content="Terapija s plesom v Mariboru. Osvobodite se stresa in blokad skozi gibanje. Povežite se s telesom in dušo na edinstven način.">
|
||||
<meta property="og:image" content="https://herminamerc.si/assets/images/home-slider-02-palme.webp">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://herminamerc.si/storitve/terapija-s-plesom/">
|
||||
<meta property="twitter:title" content="Terapija s plesom | Mag. Hermina Merc">
|
||||
<meta property="twitter:description" content="Terapija s plesom v Mariboru. Osvobodite se stresa in blokad skozi gibanje. Povežite se s telesom in dušo na edinstven način.">
|
||||
<meta property="twitter:image" content="https://herminamerc.si/assets/images/home-slider-02-palme.webp">
|
||||
<title>Terapija s plesom | Mag. Hermina Merc</title>
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "Service",
|
||||
"serviceType": "Terapija s plesom",
|
||||
"name": "Terapija s plesom v povezavi z integralno psihoterapijo",
|
||||
"description": "Terapija s plesom v Mariboru. Osvobodite se stresa in blokad skozi gibanje. Povežite se s telesom in dušo na edinstven način.",
|
||||
"url": "https://herminamerc.si/storitve/terapija-s-plesom/",
|
||||
"provider": {
|
||||
"@type": "Psychologist",
|
||||
"name": "Mag. Hermina Merc",
|
||||
"url": "https://herminamerc.si/"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body class="subpage">
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,36 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="sl">
|
||||
<head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z91QGB8ZH3"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-Z91QGB8ZH3');
|
||||
</script>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Zvočna terapija z gong glasbili | Mag. Hermina Merc</title>
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
<meta name="description" content="Zvočna terapija z gongi v Mariboru. Sprostite se ob zvokih gonga, odpravite blokade in aktivirajte notranjo moč za samoozdravitev.">
|
||||
<meta name="keywords" content="zvočna terapija, gong, zvočna kopel, sprostitev, meditacija, zdravje, maribor">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://herminamerc.si/storitve/zvocna-terapija/">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://herminamerc.si/storitve/zvocna-terapija/">
|
||||
<meta property="og:title" content="Zvočna terapija z gong glasbili | Mag. Hermina Merc">
|
||||
<meta property="og:description" content="Zvočna terapija z gongi v Mariboru. Sprostite se ob zvokih gonga, odpravite blokade in aktivirajte notranjo moč za samoozdravitev.">
|
||||
<img src="https://herminamerc.si/assets/images/tempelj.webp" alt="Zvočna terapija z gong glasbili" loading="lazy">
|
||||
"url": "https://herminamerc.si/storitve/zvocna-terapija/",
|
||||
"provider": {
|
||||
"@type": "Psychologist",
|
||||
"name": "Mag. Hermina Merc",
|
||||
"url": "https://herminamerc.si/"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body class="subpage">
|
||||
<header class="main-header">
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 113 KiB |
Loading…
Reference in New Issue