{"id":13689657,"url":"https://github.com/smddzcy/cv","last_synced_at":"2026-03-05T23:14:37.425Z","repository":{"id":12124785,"uuid":"64061400","full_name":"smddzcy/cv","owner":"smddzcy","description":"A simple, modern CV / resume template.","archived":false,"fork":false,"pushed_at":"2022-11-01T18:23:44.000Z","size":2084,"stargazers_count":103,"open_issues_count":6,"forks_count":48,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-14T19:02:44.042Z","etag":null,"topics":["beginner-project","cv","grunt","html","javascript","pdf","resume","resume-creator","resume-template"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smddzcy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-24T11:01:42.000Z","updated_at":"2024-03-08T14:28:08.000Z","dependencies_parsed_at":"2022-08-28T00:21:23.704Z","dependency_job_id":null,"html_url":"https://github.com/smddzcy/cv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smddzcy%2Fcv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smddzcy%2Fcv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smddzcy%2Fcv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smddzcy%2Fcv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smddzcy","download_url":"https://codeload.github.com/smddzcy/cv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248705464,"owners_count":21148543,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["beginner-project","cv","grunt","html","javascript","pdf","resume","resume-creator","resume-template"],"created_at":"2024-08-02T15:01:59.728Z","updated_at":"2026-03-05T23:14:32.404Z","avatar_url":"https://github.com/smddzcy.png","language":"HTML","funding_links":[],"categories":["javascript"],"sub_categories":[],"readme":"# CV\n\n[![Build Status](https://travis-ci.org/smddzcy/cv.svg?branch=master)](https://travis-ci.org/smddzcy/cv)\n[![Build status](https://ci.appveyor.com/api/projects/status/nyqpn4ax25rkw1yf?svg=true)](https://ci.appveyor.com/project/Samed15956/cv)\n[![Built with Grunt](https://cdn.gruntjs.com/builtwith.svg)](http://gruntjs.com/)\n[![MIT License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://raw.githubusercontent.com/smddzcy/cv/master/LICENSE)\n\nA simple, modern CV / resume template. Click [here](https://smddzcy.com/cv/) to see an example.\n\n## Creating Your CV\n\n(You need `npm` in order to build the project. If it's not installed, install npm from [here](https://www.npmjs.com/get-npm))\n\n1. Install the dependencies:\n   ```\n   npm install\n   ```\n\n2. Fill in the `.json` files in `src/contents` with your information. [Click here to find out how to fill those files.](#filling-your-information)\n\n3. Run `grunt build` and get your fresh CV in the HTML format from `dist/index.html`.\n\nIf you want it in the PDF format, you can print the page as a PDF from your browser, just like I do all the time.\n\n**Note:** `src/contents/color_palette.json` contains the color settings of your CV. There is a fixed set of colors, and you can look at your options from that file (`colorOptions` field) or [here](https://raw.githubusercontent.com/smddzcy/cv/master/src/img/color-palette.jpg) or `src/img/color-palette.jpg` file.\n\n## Filling Your Information\n\n### personal_info.json\n```\n  {\n    \"name\": \"Samed Düzçay\",\n    \"profession\": \"Software Engineer\",\n    \"summary\": \"A confident, self-motivated and self-taught software engineer with 5 years of experience in back-end and front-end web development. A deep researcher and a passionate learner in every aspect of his life, with good analytical and verbal skills.\",\n    \"mail\": \"samedduzcay@gmail.com\",\n    \"address\": {\n      \"title\": \"Şişli, Istanbul, TURKEY\",\n      \"url\": \"https://www.google.com/maps/place/Şişli,+19+Mayıs,+34360+Şişli%2Fİstanbul,+Turkey/@41.0602771,28.9790232,15z/data=!3m1!4b1!4m5!3m4!1s0x14cab71b4b2a7585:0x8f4cb3b604ac157f!8m2!3d41.060278!4d28.987778\"\n    },\n    \"personal_site\": {\n      \"title\": \"smddzcy.com\",\n      \"url\": \"https://smddzcy.com/\"\n    },\n    \"github\": {\n      \"title\": \"github.com/smddzcy\",\n      \"url\": \"https://github.com/smddzcy\"\n    },\n    \"linkedin\": {\n      \"title\": \"linkedin.com/in/smddzcy\",\n      \"url\": \"https://www.linkedin.com/in/smddzcy\"\n    },\n    \"hackerrank\": {\n      \"title\": \"hackerrank.com/smddzcy\",\n      \"url\": \"https://www.hackerrank.com/smddzcy\"\n    },\n    \"google_analytics\": \"UA-11122333-4\"\n  }\n```\n\nEvery field is optional, except `name` and `profession`. Also, you can include a photo with a `photo` field like this:\n\n```\n  {\n    ... ,\n    \"photo\": \"src/photo.png OR A URL TO YOUR PHOTO\"\n  }\n```\n\n### experiences.json\n```\n[{\n  \"company\": \"Pisano\",\n  \"role\": \"Software Engineer\",\n  \"date\": \"06/2016 - Present\",\n  \"location\": \"Istanbul, Turkey\",\n  \"description_bullets\": [\n    \"Full-stack web development using modern technologies: HTML5, LESS, AngularJS, CoffeeScript, Ruby on Rails.\",\n    \"Working in a team-based development environment using agile methodologies like Kanban and Scrum.\"\n  ]\n}, {\n  ...\n}]\n```\n\nYou can also use `\"description\"` instead of `\"description_bullets\"` with a simple text value like:\n\n```\n[{\n  \"company\": \"Pisano\",\n  \"role\": \"Software Engineer\",\n  \"date\": \"06/2016 - Present\",\n  \"location\": \"Istanbul, Turkey\",\n  \"description\": \"Full-stack web development using modern technologies: HTML5, LESS, AngularJS, CoffeeScript, Ruby on Rails. Working in a team-based development environment using agile methodologies like Kanban and Scrum.\"\n}, {\n  ...\n}]\n```\n\nOr you can use both, it's up to you.\n\n`date`, `location`, `description` and `description_bullets` fields are optional.\n\n### education.json\n```\n  [{\n    \"name\": \"Boğaziçi University\",\n    \"degree\": \"B.S. Computer Engineering\",\n    \"date\": \"09/2015 - Present\",\n    \"description\": \"GPA: 3.67/4. Member of \u003ca href=\\\"http://compec.boun.edu.tr/\\\" target=\\\"_blank\\\"\u003eCOMPEC (Boğaziçi University IT Club)\u003c/a\u003e and \u003ca href=\\\"http://www.budak.boun.edu.tr\\\" target=\\\"_blank\\\"\u003eBÜDAK (Boğaziçi University Mountaineering Club)\u003c/a\u003e.\"\n  }, {\n    ...\n  }]\n```\n\nAs you can see, **HTML is allowed inside description values**.\n\n`date` and `description` fields are optional.\n\n### skills.json\n```\n  [\n    \"Full-Stack Web Development\",\n    \"Object-Oriented Analysis, Design, Programming (OOA/OOD/OOP)\",\n    \"Algorithm Design and Analysis\",\n    ...\n  ]\n```\n\n### projects.json\n```\n  [{\n    \"name\": \"BounCoursePlanner\",\n    \"description\": \"Course schedule planner for Boğaziçi University students. Finds the best schedule, which has the less conflicts and most free hours they want.\",\n    \"github\": \"https://github.com/smddzcy/BounCoursePlanner\",\n    \"link\": \"https://smddzcy.com/BounCoursePlanner/\"\n  }, {\n    ...\n  }]\n```\n\n`github` and `link` fields are optional.\n\n### certificates.json\n```\n  [{\n    \"title\": \"Adwords Certification\",\n    \"authority\": \"Google\",\n    \"date\": \"10/2015 - 10/2016\",\n    \"description\": \"License: \u003ca href=\\\"https://www.google.com/partners/?hl=tr#i_profile;idtf=108560574407568073059;\\\" target=\\\"_blank\\\"\u003e108560574407568073059\u003c/a\u003e\"\n  }, {\n    ...\n  }]\n```\n\n`date` and `description` fields are optional.\n\n### volunteering_experiences.json\n```\n  [{\n    \"organization\": \"Boğaziçi University, Entrepreneurship Center\",\n    \"role\": \"Full Stack Developer\",\n    \"date\": \"09/2016 - Present\",\n    \"location\": \"Istanbul, Turkey\",\n    \"description\": \"Volunteer member of the development team. Actively working on several projects as the key team member.\"\n  }, {\n    ...\n  }]\n```\n\nYou can use `description_bullets` instead of `description` just like in the `experiences.json`.\n\n`date`, `location`, `description` and `description_bullets` fields are optional.\n\n### honors.json\n```\n  [{\n    \"title\": \"Comodo Hackathon - 1st Place\",\n    \"date\": \"12/2016\",\n    \"description\": \"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"\n  }, {\n    ...\n  }]\n```\n\n`date` and `description` fields are optional.\n\n### languages.json\n```\n  [{\n    \"name\": \"Turkish\",\n    \"level\": \"Native\"\n  }, {\n    \"name\": \"English\",\n    \"level\": \"C2, Proficient\"\n  }, {\n    ...\n  }]\n```\n\n`level` field is optional.\n\n## Contributing\n\n1. Fork the repo (By clicking the `\"Fork\"` button on the upper-right side of the page)\n2. Clone the repo (`git clone https://github.com/-YOUR NAME-/cv.git`)\n3. Install the dependencies with `npm install`.\n4. Run `grunt` and keep it open while making your changes. Please keep the default JSON files while contributing, since I serve my CV to some places directly from this repo.\n6. When you're done, commit (`git commit -am \"YOUR COMMIT MESSAGE\"`) and push (`git push`) your changes.\n7. Make a pull request, from [here](https://github.com/smddzcy/cv/compare).\n\nYou can pick one of the TODO's below and start contributing right away. Thank you so much!\n\n## TODO\n\n- [ ] Element ordering - Places of the elements should be changed easily\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmddzcy%2Fcv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmddzcy%2Fcv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmddzcy%2Fcv/lists"}