forked from daattali/beautiful-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://gitlab.com/aisbergde/aisbergde.gitla…
- Loading branch information
Showing
18 changed files
with
217 additions
and
11 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,7 +72,7 @@ round-avatar: false | |
# Select the social network links that you want to show in the footer. | ||
# Uncomment the links you want to show and add your information to each one. | ||
social-network-links: | ||
email: "[email protected]" | ||
# email: "[email protected]" | ||
facebook: germo.goertz | ||
rss: true # remove this line if you don't want to show an RSS link at the bottom | ||
github: aisbergde | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
== Über mich | ||
|
||
Mein Name ist Germo Görtz und ich bin darauf spezialisiert, analytische Systeme und Berichts-Systeme zu konzipieren und zu implementieren, damit sie letztendlich auch funktionieren. | ||
|
||
Dabei nutze ich meine in Jahrzehnten erworbenen Kenntnisse und Erfahrungen mit der Microsoft BI Plattform: SQL Server, Power BI, Azure, relationale und analytische Datenbanken, maschinelles Lernen. Meine besondere Stärke ist die Erstellung von Datenmodellen. | ||
|
||
|
||
// // tag::message[] | ||
|
||
// * Mein Name ist *Germo Görtz*. + | ||
// Und ich bin darauf spezialisiert, *Baufinanzierungs-Wünsche* meiner Kunden *zu unschlagbaren Konditionen* an Banken zu vermitteln. | ||
// * Unser Team betreut seit über 30 Jahren mehrere Tausend zufriedene Kunden, + | ||
// unter anderem auch mich und *meine eigenen Immobilien-Investitionen*. | ||
// * Als begeisterter Kunde bin ich inzwischen selbst Teil dieses Teams geworden, um auch andere Immobilien-Investoren beim Vermögensaufbau zu unterstützen. | ||
// * Meine *Investitions-Erfahrung* und unsere *Baufinanzierungs-Expertise* + | ||
// => für *Ihre erfolgreiche Immobilien-Investition*! + | ||
// https://www.dvag.de/germo.goertz[Agentur Germo Görtz] | ||
|
||
|
||
// TIP: Mein kostenloser online-Kurs https://akademie.germo-goertz.de/customer-new/free-course/double?course_id=THURE752WAFH["Grundlagen der Baufinanzierung: Konzepte, Wissen, Expertentipps"] | ||
|
||
// {empty} + | ||
|
||
// image::kybernetik-baufi.svg[] | ||
|
||
// {empty} + | ||
|
||
// TIP: Kostenlose Immobilien-Investitions-Analysen für meine Baufinanzierungs-Kunden! | ||
|
||
// {empty} + | ||
|
||
// video::U1MpMj04bg0[youtube,960,540] | ||
|
||
// //https://youtu.be/U1MpMj04bg0 | ||
|
||
|
||
// // end::message[] | ||
|
||
=== Schreiben Sie mir eine Nachricht | ||
|
||
// Formular | ||
// https://www.staticforms.xyz/ | ||
++++ | ||
<div class="container"> | ||
<div class="columns"> | ||
<!-- Make sure you don't change the form action--> | ||
<form action="https://api.staticforms.xyz/submit" method="post"> | ||
<!-- Replace with accesKey sent to your email --> | ||
<input type="hidden" name="accessKey" value="fb830ca8-ccfe-47a9-8b08-dfe418125ad6"> <!-- Required --> | ||
<input type="hidden" name="subject" value="Web-Formular blog.germo-goertz"> <!-- Optional --> | ||
<div class="field"> | ||
<label class="label">Name:*</label> | ||
<div class="control"> | ||
<input class="input" type="text" name="name" placeholder="Ihr Name" required> | ||
</div> | ||
</div> | ||
<div class="field"> | ||
<label class="label">E-Mail:*</label> | ||
<div class="control"> | ||
<input class="input" type="email" name="email" placeholder="Ihre E-Mail" required> | ||
</div> | ||
</div> | ||
<div class="field"> | ||
<label class="label">Telefon:</label> | ||
<div class="control"> | ||
<input class="input" name="phone" placeholder="+49 123 4567890 (optional)"> | ||
</div> | ||
</div> | ||
<div class="field"> | ||
<label class="label">Nachricht:*</label> | ||
<div class="control"> | ||
<textarea class="textarea" name="message" placeholder="Ihre Nachricht (Zeilenumbrüche werden entfernt)" required></textarea> | ||
</div> | ||
</div> | ||
<!-- Specify @ as reply to value if you want it to be customers email --> | ||
<input type="hidden" name="replyTo" value="@"> <!-- Optional --> | ||
<input type="submit" value="Abschicken" /> | ||
<!-- If we receive data in this field submission will be ignored --> | ||
<input type="text" name="honeypot" style="display: none;"> <!-- Optional --> | ||
<!-- If you want form to redirect to a specific url after submission --> | ||
<input type="hidden" name="redirectTo" value="https://blog.germo-goertz.de/nachricht-verschickt/"> <!-- Optional --> | ||
</form> | ||
</div> | ||
</div> | ||
++++ | ||
|
||
.... | ||
* Diese Felder müssen ausgefüllt werden. | ||
.... |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
= Historisierung, Persistierung, AnalyticsCreator vs DataHandWerk | ||
|
||
Der AnalyticsCreator (AC) bietet zwei Technologien, um Daten in Tabellen hineinzuschreiben: AC-Historisierungen und AC-Persistierungen. AC-Persistierungen verwenden normalerweise AC-Transformationen (SQL Server Sichten) als Quelle, um die Daten aus diesen Sichten in eine Tabelle zu "persistieren". | ||
Der AnalyticsCreator (AC) bietet zwei Technologien, um Daten in Tabellen hineinzuschreiben: AC-Historisierungen und AC-Persistierungen. AC-Persistierungen verwenden normalerweise AC-Transformationen (SQL Server Sichten) als Quelle, um die Daten aus diesen Sichten in eine Tabelle zu "persistieren". | ||
|
||
include::_modul_ueber_mich.adoc[] | ||
|
||
//um die Fußnoten besser abzugrenzen: | ||
{empty} + |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
= Ihre Nachricht wurde verschickt | ||
:page-subtitle: Und kommt hoffentlich auch an. | ||
//für kompatibilität mit beworbenen Links: | ||
// :page-permalink: /goertz_profile_de/ | ||
:toc: auto | ||
:toclevels: 2 | ||
:sectnums: | ||
include::_posts/_footnotes.adoc[] | ||
|
||
:imagesdir: /assets/img | ||
|
||
ifndef::env-site[] | ||
|
||
//it's not executed on gitlab server in jekyll | ||
//locally (VCS, export to docx) we need a different :imagesdir: | ||
:imagesdir: ./assets/img | ||
|
||
// auf dem Server wird der :page-subtitle: unter dem Titel angezeigt | ||
// local nicht, also blenden wir ihn ein | ||
// docbook könnte mit spezieller Syntax auch einen subtitle anzeigen, das geht aber nicht mit html5 | ||
// https://docs.asciidoctor.org/asciidoc/latest/document/subtitle/ | ||
|
||
[discrete] | ||
=== {page-subtitle} | ||
|
||
endif::env-site[] | ||
|
||
Ich setze mit Ihnen in Verbindung. | ||
|
||
Für den Fall, dass ich mich nicht melde, hier meine Telefonnummer: + | ||
Germo Görtz + | ||
+49 179 5460319 |