diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9f11b75 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9e08ebd --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "assets/js/patek-logo-custom-element"] + path = assets/js/patek-logo-custom-element + url = https://gitlab.com/patek-devs/patek-logo-custom-element.git diff --git a/assets/gifs/glič.gif b/assets/gifs/glič.gif new file mode 100644 index 0000000..b413cde Binary files /dev/null and b/assets/gifs/glič.gif differ diff --git a/assets/gifs/glič1.gif b/assets/gifs/glič1.gif new file mode 100644 index 0000000..94ab8f7 Binary files /dev/null and b/assets/gifs/glič1.gif differ diff --git a/assets/.gitkeep b/assets/images/.gitkeep similarity index 100% rename from assets/.gitkeep rename to assets/images/.gitkeep diff --git a/assets/images/facebook-login.png b/assets/images/facebook-login.png new file mode 100644 index 0000000..0016ae6 Binary files /dev/null and b/assets/images/facebook-login.png differ diff --git a/assets/images/google-login.png b/assets/images/google-login.png new file mode 100644 index 0000000..985924f Binary files /dev/null and b/assets/images/google-login.png differ diff --git a/assets/js/patek-logo-custom-element b/assets/js/patek-logo-custom-element new file mode 160000 index 0000000..a9d73d1 --- /dev/null +++ b/assets/js/patek-logo-custom-element @@ -0,0 +1 @@ +Subproject commit a9d73d164a0fc6b4753360ea2ff2c72332bf99ba diff --git a/gifs/.gitkeep b/gifs/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/images/.gitkeep b/images/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/index.html b/index.html index a26e768..9f8af6d 100644 --- a/index.html +++ b/index.html @@ -19,18 +19,150 @@ filter: blur(3px) saturate(.7) brightness(.6); } + .glič { + vertical-align: middle; + height: 64px; + } + + section > section { + margin-top: 2rem; + } + + +