{"id":16790437,"url":"https://github.com/sebasg22/slidev-prft-theme","last_synced_at":"2026-03-18T22:16:19.491Z","repository":{"id":112863452,"uuid":"512235342","full_name":"SebasG22/slidev-prft-theme","owner":"SebasG22","description":null,"archived":false,"fork":false,"pushed_at":"2022-08-16T12:42:50.000Z","size":61,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-08T04:29:32.309Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SebasG22.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-09T16:37:19.000Z","updated_at":"2024-05-23T11:52:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"c2f3441e-5dfb-467b-b159-c832fb9e2072","html_url":"https://github.com/SebasG22/slidev-prft-theme","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/SebasG22%2Fslidev-prft-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebasG22%2Fslidev-prft-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebasG22%2Fslidev-prft-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebasG22%2Fslidev-prft-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SebasG22","download_url":"https://codeload.github.com/SebasG22/slidev-prft-theme/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955725,"owners_count":20374374,"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":[],"created_at":"2024-10-13T08:29:45.287Z","updated_at":"2026-01-03T07:43:01.615Z","avatar_url":"https://github.com/SebasG22.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @slidev/theme-prft-theme\n\nA Perficient like theme for [Slidev](https://github.com/slidevjs/slidev).\n\nThis theme match the perficient look and feel.\n\nInspired by the [Apple Theme](https://github.com/slidevjs/themes/tree/main/packages/theme-apple-basic) for Slidev.\n\n## Install\nAdd the dependency into your package.json from github.\n\n\u003cpre\u003e\u003ccode\u003e\"slidev-theme-prft-theme\": \"github:SebasG22/slidev-prft-theme#6f4b16e8c0e659632dd5c1c46d64c0cc63bc727a\"\n\u003c/code\u003e\u003c/pre\u003e\n\nThen use it on your slides:\n\n\u003cpre\u003e\u003ccode\u003e---\ntheme: \u003cb\u003eprft-theme\u003c/b\u003e\n---\u003c/code\u003e\u003c/pre\u003e\n\nLearn more about [how to use a theme](https://sli.dev/themes/use).\n\n## Layouts\n\nThis theme provides the following layouts:\n\n### Title\nUsage: \n```\n\n---\nlayout: intro\nheader: 'Presentation Title'\ntext: 'Presentation Subtitle'\n---\n\nAuthor and Date.\n\n```\n- Light:\n\u003cimg width=\"1613\" alt=\"intro-light\" src=\"https://user-images.githubusercontent.com/17608169/184878901-63fd023e-6278-48e2-941d-88a5f3a0cad5.png\"\u003e\n\n- Dark:\n\u003cimg width=\"1613\" alt=\"intro-dark\" src=\"https://user-images.githubusercontent.com/17608169/184878652-d3465fa0-dad8-420d-8e3a-bf838cc6a7b6.png\"\u003e\n\n---\n\n### Title \u0026 Photo right\nUsage:\n```\n---\nlayout: image-right\nimage: 'image-url'\n---\n\n# Slide Title\n## Slide Subtitle\n\n* Slide bullet text\n```\n\n- Light:\n\u003cimg width=\"1614\" alt=\"image-right-light\" src=\"https://user-images.githubusercontent.com/17608169/184879700-e5550715-18e9-423b-a788-2eb050b3c7e1.png\"\u003e\n\n- Dark: \n\u003cimg width=\"1613\" alt=\"image-right-dark\" src=\"https://user-images.githubusercontent.com/17608169/184879731-83dc33cc-026b-499e-81d8-f162865037c0.png\"\u003e\n\n---\n\n### Bullets\nUsage: \n```\n---\nlayout: bullets\n---\n\n* Slide bullet text\n\n```\n\n- Light: \n\n\u003cimg width=\"1612\" alt=\"bullets-light\" src=\"https://user-images.githubusercontent.com/17608169/184880317-5bdff875-5f7d-420f-82de-2f2cef0d094e.png\"\u003e\n\n- Dark:\n\n\u003cimg width=\"1615\" alt=\"bullets-dark\" src=\"https://user-images.githubusercontent.com/17608169/184880341-6f648d06-cae3-46f6-8964-3da7fbd071fa.png\"\u003e\n\n---\n\n### Section\nUsage: \n```\n---\nlayout: section\n---\n\n# Section Title\n\n```\n\n- Light: \n\u003cimg width=\"1617\" alt=\"section-light\" src=\"https://user-images.githubusercontent.com/17608169/184880479-26cb7643-3ab8-42aa-b3b6-fd86c6770cb6.png\"\u003e\n\n- Dark:\n\u003cimg width=\"1615\" alt=\"section-dark\" src=\"https://user-images.githubusercontent.com/17608169/184880575-8d4e0450-0a92-4ec9-9c5e-ea16de806f70.png\"\u003e\n\n---\n\n### Statement\nUsage: \n```\n---\nlayout: statement\n---\n\n# Statement\n\n```\n- Light:\n\u003cimg width=\"1615\" alt=\"statement-light\" src=\"https://user-images.githubusercontent.com/17608169/184880748-d15162cb-7e75-41ac-bd30-536864d4ec48.png\"\u003e\n\n- Dark:\n\u003cimg width=\"1611\" alt=\"statement-dark\" src=\"https://user-images.githubusercontent.com/17608169/184880794-52c3e99b-31a1-484a-be8f-324d88d992ea.png\"\u003e\n\n---\n\n### Big fact\nUsage: \n```\n---\nlayout: fact\n---\n\n# 100%\nFact information\n\n\n```\n\n- Light: \n\u003cimg width=\"1614\" alt=\"fact-light\" src=\"https://user-images.githubusercontent.com/17608169/184880877-2e75ebdb-3841-426b-871e-4fd2c37001d5.png\"\u003e\n\n- Dark:\n\u003cimg width=\"1614\" alt=\"fact-dark\" src=\"https://user-images.githubusercontent.com/17608169/184880914-9c539c40-3423-4088-b271-3af4a10cc1ee.png\"\u003e\n\n---\n\n### Quote\nUsage: \n```\n---\nlayout: quote\n---\n\n# \"Notable quote\"\nAttribution\n\n```\n- Light: \n\u003cimg width=\"1615\" alt=\"quote-light\" src=\"https://user-images.githubusercontent.com/17608169/184881009-f5f3829e-d5a1-437d-ac6b-d6517a3a79ca.png\"\u003e\n\n- Dark:\n\u003cimg width=\"1604\" alt=\"quote-dark\" src=\"https://user-images.githubusercontent.com/17608169/184881046-872b2719-836f-43e9-ae00-93f3c2c2240b.png\"\u003e\n\n---\n\n### Photo - 3\nUsage: \n```\n---\nlayout: 3-images\nimageLeft: 'image-url'\nimageTopRight: 'image-url'\nimageBottomRight: 'image-url'\n---\n```   \n- Light:\n\u003cimg width=\"1613\" alt=\"3-images-light\" src=\"https://user-images.githubusercontent.com/17608169/184881372-7f63fbed-d06f-4188-91cd-4746556f292d.png\"\u003e\n\n- Dark:\n\u003cimg width=\"1610\" alt=\"3-images-dark\" src=\"https://user-images.githubusercontent.com/17608169/184881408-8484913d-6f44-491f-8a40-fe52d7900d41.png\"\u003e\n\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebasg22%2Fslidev-prft-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsebasg22%2Fslidev-prft-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebasg22%2Fslidev-prft-theme/lists"}