Minor modifications

This commit is contained in:
Schmelczer András 2019-12-14 20:43:06 +01:00
parent 5de596c38a
commit fb3ef7475c
11 changed files with 57 additions and 19 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
# Created by .ignore support plugin (hsz.mobi)

6
.idea/vcs.xml generated Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

42
.idea/workspace.xml generated
View file

@ -1,7 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="8edc47ab-1265-4111-9771-536b24cc9310" name="Default Changelist" comment="" />
<list default="true" id="8edc47ab-1265-4111-9771-536b24cc9310" name="Default Changelist" comment="">
<change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/og-image.jpg" afterDir="false" />
<change afterPath="$PROJECT_DIR$/static/og.jpg" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/content-en.json" beforeDir="false" afterPath="$PROJECT_DIR$/content-en.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/css/elements.css" beforeDir="false" afterPath="$PROJECT_DIR$/css/elements.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/css/page.css" beforeDir="false" afterPath="$PROJECT_DIR$/css/page.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/index.html" afterDir="false" />
<change beforePath="$PROJECT_DIR$/static/my-notes.png" beforeDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -15,9 +26,18 @@
</list>
</option>
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="ProjectId" id="1UhDrRKewMzhTrQJ4npWjp729uJ" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
<ConfirmationsSetting value="2" id="Add" />
</component>
<component name="PropertiesComponent">
<property name="ASKED_ADD_EXTERNAL_FILES" value="true" />
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="ignore_missing_gitignore" value="true" />
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
<property name="prettierjs.PrettierConfiguration.Package" value="/usr/local/lib/node_modules/prettier" />
</component>
@ -50,11 +70,29 @@
<updated>1575800131097</updated>
<workItem from="1575800132288" duration="1444000" />
<workItem from="1576164066512" duration="3000" />
<workItem from="1576250286627" duration="21557000" />
<workItem from="1576250286627" duration="24922000" />
<workItem from="1576342852221" duration="24000" />
<workItem from="1576352253939" duration="106000" />
</task>
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="1" />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State>
<option name="COLUMN_ORDER" />
</State>
</value>
</entry>
</map>
</option>
</component>
<component name="VcsManagerConfiguration">
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
</component>
</project>

View file

@ -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."
]

View file

@ -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);

View file

@ -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 {

View file

@ -3,18 +3,12 @@
<head>
<meta charset="UTF-8" />
<meta property="og:image:width" content="1744" />
<meta property="og:image:height" content="913" />
<meta
property="og:description"
content="This is my portfolio where you can see my previous projects on a timeline."
/>
<meta property="og:title" content="Andr&aacute;s Schmelczer" />
<meta property="og:url" content="https://schmelczer.dev/" />
<meta
property="og:image"
content="https://schmelczer.dev/static/og-image.jpg"
/>
<meta property="og:image:width" content="1500">
<meta property="og:image:height" content="785">
<meta property="og:title" content="Portfolio - Andr&aacute;s Schmelczer">
<meta property="og:description" content="You can view my projects on a timeline.">
<meta property="og:url" content="https://schmelczer.dev">
<meta property="og:image" content="https://schmelczer.dev/og-image.jpg">
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="theme-color" content="#31343F" />

BIN
og-image.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 KiB

BIN
static/my-notes.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 MiB

BIN
static/og.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB