diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bfa6a22 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +# Created by .ignore support plugin (hsz.mobi) diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 237571a..12103d1 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,18 @@ - + + + + + + + + + + + + + + + + + + + + @@ -50,11 +70,29 @@ 1575800131097 - + + + + + + + + \ No newline at end of file diff --git a/content-en.json b/content-en.json index b98522c..bf30b2a 100644 --- a/content-en.json +++ b/content-en.json @@ -25,7 +25,7 @@ { "date": "2019 November", "title": "My Notes", - "picture": "/static/my-notes.png", + "picture": "/static/my-notes.jpg", "description": "A minimalist note organizer and editor powered by Markwon.", "more": [ { "type": "a", "href": "https://github.com/schmelczerandras/my-notes", "text": "MyNotes on GitHub" }, @@ -61,7 +61,7 @@ "description": "Simulating a city where car crashes are more frequent than usual.", "more": [ "Through a REST API the state of the traffic lights can be changed. The drivers follow the instructions of the traffic lights, so if a mistake is made, there will be collisions. There is also support for displaying tweets on a HUD.", - "This was created for a Cybersecurity challenge. With the help of this program tha contestants could instantly see the effect of their work.", + "This was created for a Cybersecurity challenge. With the help of this program the contestants could instantly see the effect of their work.", "The most interesting aspect of this project was building it in a server-client architecture. The decisions of the agents is calculated server-side. The real challenge was broadcasting these decisions in a fault-tolerant way using minimal bandwidth.", "The program is made with Unity using C# as the scripting language. The models and animations were also made by me using Blender." ] diff --git a/css/elements.css b/css/elements.css index 6bccd5a..0d73b0a 100644 --- a/css/elements.css +++ b/css/elements.css @@ -59,7 +59,7 @@ a:hover:after { .line:before { content: ""; position: absolute; - left: calc(-1 / 2 * var(--dot-size) - 4px); + left: calc(-1 / 2 * var(--dot-size) - 1.5 * var(--line-width)); background: var(--bg-color); top: 33%; width: var(--dot-size); diff --git a/css/page.css b/css/page.css index 2e24e41..07c5d4f 100644 --- a/css/page.css +++ b/css/page.css @@ -11,7 +11,6 @@ html { body { width: var(--width); - font-size: 0.9em; margin: auto; visibility: hidden; } @@ -38,7 +37,7 @@ h1 { p, a { - font: 400 1.25em "Open sans", sans-serif; + font: 400 1.125em "Open sans", sans-serif; } #about > p { diff --git a/index.html b/index.html index 488ede8..5beaf06 100644 --- a/index.html +++ b/index.html @@ -3,18 +3,12 @@ - - - - - - + + + + + + diff --git a/og-image.jpg b/og-image.jpg new file mode 100644 index 0000000..d28e982 Binary files /dev/null and b/og-image.jpg differ diff --git a/static/my-notes.jpg b/static/my-notes.jpg new file mode 100644 index 0000000..8e61856 Binary files /dev/null and b/static/my-notes.jpg differ diff --git a/static/my-notes.png b/static/my-notes.png deleted file mode 100755 index 0fa9898..0000000 Binary files a/static/my-notes.png and /dev/null differ diff --git a/static/og.jpg b/static/og.jpg new file mode 100644 index 0000000..a89966d Binary files /dev/null and b/static/og.jpg differ