This file contains hidden or 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
| query AppConfiguration($shortIdentifier:String!){ | |
| config: appConfiguration(shortIdentifier:$shortIdentifier) { | |
| appName | |
| colors{ | |
| primary | |
| background | |
| highlight | |
| } | |
| styles{ | |
| cornerRadius |
This file contains hidden or 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
| { | |
| "meta": { "theme": "elegant" }, | |
| "basics": { | |
| "name": "Özgür", | |
| "label": "Web Developer", | |
| "picture": "https://i.imgur.com/YXa21bd.jpg", | |
| "image": "https://lh4.googleusercontent.com/kVXQbhQvLjP0YUIQq_1V6XjCnhcbhvSlJxWkh3et2CsoSLNtOLvQbdvOSZk8tDiE2TWukosoH9I8pnBnrd-o=w400", | |
| "email": "oz@gur.space", | |
| "phone": "+46700222666", | |
| "summary": "I was born and raised in Turkey. At the age of 15 my father moved the whole family to The Netherlands where he had been working for 20+ years. I finished my studies in The Netherlands, moved around a bit in the world and ended up in Sweden. I am fascinated by technology and obsessed by learning. I believe a healthy mind is made stronger by a healthy body.", |
This file contains hidden or 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
| # i3 config file (v4) | |
| # Please see http://i3wm.org/docs/userguide.html for a complete reference! | |
| # Set mod key (Mod1=<Alt>, Mod4=<Super>) | |
| set $mod Mod4 | |
| # set default desktop layout (default is tiling) | |
| # workspace_layout tabbed <stacking|tabbed> | |
| # Configure border style <normal|1pixel|pixel xx|none|pixel> |
This file contains hidden or 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
| { | |
| "AddMessages": { | |
| "prefix": "addM", | |
| "body": [ | |
| "addMessages({", | |
| "\t'en-US':{$0", | |
| "\t},", | |
| "\t'sv-SE':{", | |
| "\t},", | |
| "});", |