diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..f166060 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,17 @@ +# Editor configuration, see https://editorconfig.org +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +insert_final_newline = true +trim_trailing_whitespace = true + +[*.ts] +quote_type = single +ij_typescript_use_double_quotes = false + +[*.md] +max_line_length = off +trim_trailing_whitespace = false diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cc7b141 --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +# See https://docs.github.com/get-started/getting-started-with-git/ignoring-files for more about ignoring files. + +# Compiled output +/dist +/tmp +/out-tsc +/bazel-out + +# Node +/node_modules +npm-debug.log +yarn-error.log + +# IDEs and editors +.idea/ +.project +.classpath +.c9/ +*.launch +.settings/ +*.sublime-workspace + +# Visual Studio Code +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +.history/* + +# Miscellaneous +/.angular/cache +.sass-cache/ +/connect.lock +/coverage +/libpeerconnection.log +testem.log +/typings + +# System files +.DS_Store +Thumbs.db diff --git a/IMPRINT/index.html b/IMPRINT/index.html deleted file mode 100644 index eef0dc3..0000000 --- a/IMPRINT/index.html +++ /dev/null @@ -1,122 +0,0 @@ - - - -
- - -
- Julian Lechner
- Ulmenstraße 9
- 3380 Pöchlarn
- Lower Austria
-
-
-
-
${_customProjects[i].Description}
-${currentProject.description}
-
-
+ My name is {{ globalFields.firstname }}, many people also call me Julie. I'm {{ age }} years old and come from
+ beautiful Austria.
+ I spend most of my time in trains.
+
+
+ My biggest hobby apart from software development is diving. Floating in deep water and only thinking
+ about the here and now always brings me back to the depths. I try to practice this hobby as often as
+ possible for fun and my health.
+
+
+ I currently work mainly for the Viennese company SobIT Gmbh. This company develops software for most
+ care companies in Austria, both for staff scheduling and for patient registration.
+
+
+ I also work for a company called GERLACH SYSTEMS, which is the owner of the SynRadio and SynHost
+ projects. Their main business is the rental of servers, domains, web servers, game servers, etc. at
+ various locations.
+
+
+
+ Just contact me!
+
+
{{ project.Description }}
+