diff --git a/ansico-cv-themes/index.html b/ansico-cv-themes/index.html new file mode 100644 index 0000000..3bb1e27 --- /dev/null +++ b/ansico-cv-themes/index.html @@ -0,0 +1,59 @@ + +

Andreas Peter Høgfeldt Andersen

+ + + +
+
+
+
+
+ +
+ + + + + + +
+ + + + + +
+ + + + +
+ + + + +
+ + + + + +
+
+
+
+ + + +
+
Andreas Peter Høgfeldt Andersen
Uddannelsesansvarlig Speciallæge (UAS)
+ + + +

Gå til sektion

+
+
+
+ + + \ No newline at end of file diff --git a/ansico-cv-themes/readme.txt b/ansico-cv-themes/readme.txt new file mode 100644 index 0000000..bc8b9ec --- /dev/null +++ b/ansico-cv-themes/readme.txt @@ -0,0 +1,36 @@ +== Ansico CV Theme == + +Contributors: Andreas Andersen (Ansico) +Requires at least: 6.9 +Tested up to: 6.9 +Requires PHP: 5.7 +License: GPLv2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html + + +== Description == + +Theme for creating a website for your curriculum vitae (CV). Can be used with Ansico CV Blocks. + + +== Changelog == + += 1.0.0 = +* Initial release + + +== Copyright == + +Ansico CV Theme WordPress Theme, (C) 2026 Andreas Andersen (Ansico) +Ansico CV Theme is distributed under the terms of the GNU GPL. + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + diff --git a/ansico-cv-themes/screenshot.png b/ansico-cv-themes/screenshot.png new file mode 100644 index 0000000..0cef428 Binary files /dev/null and b/ansico-cv-themes/screenshot.png differ diff --git a/ansico-cv-themes/style.css b/ansico-cv-themes/style.css new file mode 100644 index 0000000..555c51c --- /dev/null +++ b/ansico-cv-themes/style.css @@ -0,0 +1,16 @@ +/* +Theme Name: Ansico CV Theme +Theme URI: +Author: Andreas Andersen (Ansico) +Author URI: +Description: Theme for creating a website for your curriculum vitae (CV). Can be used with Ansico CV Blocks. +Requires at least: 6.9 +Tested up to: 6.9 +Requires PHP: 5.7 +Version: +License: GNU General Public License v2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html +Text Domain: ansico-cv-theme +Tags: +*/ + diff --git a/ansico-cv-themes/theme.json b/ansico-cv-themes/theme.json new file mode 100644 index 0000000..15de991 --- /dev/null +++ b/ansico-cv-themes/theme.json @@ -0,0 +1,302 @@ +{ + "$schema": "https://schemas.wp.org/wp/6.9/theme.json", + "version": 3, + "settings": { + "appearanceTools": true, + "color": { + "palette": [ + { + "color": "#0a66c2", + "name": "Standardblå", + "slug": "custom-standardbl" + } + ] + }, + "layout": { + "contentSize": "620px", + "wideSize": "1000px" + }, + "spacing": { + "units": [ + "%", + "px", + "em", + "rem", + "vh", + "vw" + ] + }, + "typography": { + "fontFamilies": [ + { + "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif", + "name": "System Font", + "slug": "system-font" + }, + { + "name": "Open Sans", + "slug": "open-sans", + "fontFamily": "\"Open Sans\", sans-serif", + "fontFace": [ + { + "src": [ + "file:./assets/fonts/open-sans/open-sans-300-normal.woff2" + ], + "fontWeight": "300", + "fontStyle": "normal", + "fontFamily": "\"Open Sans\"" + }, + { + "src": [ + "file:./assets/fonts/open-sans/open-sans-400-normal.woff2" + ], + "fontWeight": "400", + "fontStyle": "normal", + "fontFamily": "\"Open Sans\"" + }, + { + "src": [ + "file:./assets/fonts/open-sans/open-sans-500-normal.woff2" + ], + "fontWeight": "500", + "fontStyle": "normal", + "fontFamily": "\"Open Sans\"" + }, + { + "src": [ + "file:./assets/fonts/open-sans/open-sans-600-normal.woff2" + ], + "fontWeight": "600", + "fontStyle": "normal", + "fontFamily": "\"Open Sans\"" + }, + { + "src": [ + "file:./assets/fonts/open-sans/open-sans-700-normal.woff2" + ], + "fontWeight": "700", + "fontStyle": "normal", + "fontFamily": "\"Open Sans\"" + }, + { + "src": [ + "file:./assets/fonts/open-sans/open-sans-800-normal.woff2" + ], + "fontWeight": "800", + "fontStyle": "normal", + "fontFamily": "\"Open Sans\"" + }, + { + "src": [ + "file:./assets/fonts/open-sans/open-sans-300-italic.woff2" + ], + "fontWeight": "300", + "fontStyle": "italic", + "fontFamily": "\"Open Sans\"" + }, + { + "src": [ + "file:./assets/fonts/open-sans/open-sans-400-italic.woff2" + ], + "fontWeight": "400", + "fontStyle": "italic", + "fontFamily": "\"Open Sans\"" + }, + { + "src": [ + "file:./assets/fonts/open-sans/open-sans-500-italic.woff2" + ], + "fontWeight": "500", + "fontStyle": "italic", + "fontFamily": "\"Open Sans\"" + }, + { + "src": [ + "file:./assets/fonts/open-sans/open-sans-600-italic.woff2" + ], + "fontWeight": "600", + "fontStyle": "italic", + "fontFamily": "\"Open Sans\"" + }, + { + "src": [ + "file:./assets/fonts/open-sans/open-sans-700-italic.woff2" + ], + "fontWeight": "700", + "fontStyle": "italic", + "fontFamily": "\"Open Sans\"" + }, + { + "src": [ + "file:./assets/fonts/open-sans/open-sans-800-italic.woff2" + ], + "fontWeight": "800", + "fontStyle": "italic", + "fontFamily": "\"Open Sans\"" + } + ] + }, + { + "name": "Source Sans 3", + "slug": "source-sans-3", + "fontFamily": "\"Source Sans 3\", sans-serif", + "fontFace": [ + { + "src": [ + "file:./assets/fonts/source-sans-3/source-sans-3-200-normal.woff2" + ], + "fontWeight": "200", + "fontStyle": "normal", + "fontFamily": "\"Source Sans 3\"" + }, + { + "src": [ + "file:./assets/fonts/source-sans-3/source-sans-3-300-normal.woff2" + ], + "fontWeight": "300", + "fontStyle": "normal", + "fontFamily": "\"Source Sans 3\"" + }, + { + "src": [ + "file:./assets/fonts/source-sans-3/source-sans-3-400-normal.woff2" + ], + "fontWeight": "400", + "fontStyle": "normal", + "fontFamily": "\"Source Sans 3\"" + }, + { + "src": [ + "file:./assets/fonts/source-sans-3/source-sans-3-500-normal.woff2" + ], + "fontWeight": "500", + "fontStyle": "normal", + "fontFamily": "\"Source Sans 3\"" + }, + { + "src": [ + "file:./assets/fonts/source-sans-3/source-sans-3-600-normal.woff2" + ], + "fontWeight": "600", + "fontStyle": "normal", + "fontFamily": "\"Source Sans 3\"" + }, + { + "src": [ + "file:./assets/fonts/source-sans-3/source-sans-3-700-normal.woff2" + ], + "fontWeight": "700", + "fontStyle": "normal", + "fontFamily": "\"Source Sans 3\"" + }, + { + "src": [ + "file:./assets/fonts/source-sans-3/source-sans-3-800-normal.woff2" + ], + "fontWeight": "800", + "fontStyle": "normal", + "fontFamily": "\"Source Sans 3\"" + }, + { + "src": [ + "file:./assets/fonts/source-sans-3/source-sans-3-900-normal.woff2" + ], + "fontWeight": "900", + "fontStyle": "normal", + "fontFamily": "\"Source Sans 3\"" + }, + { + "src": [ + "file:./assets/fonts/source-sans-3/source-sans-3-200-italic.woff2" + ], + "fontWeight": "200", + "fontStyle": "italic", + "fontFamily": "\"Source Sans 3\"" + }, + { + "src": [ + "file:./assets/fonts/source-sans-3/source-sans-3-300-italic.woff2" + ], + "fontWeight": "300", + "fontStyle": "italic", + "fontFamily": "\"Source Sans 3\"" + }, + { + "src": [ + "file:./assets/fonts/source-sans-3/source-sans-3-400-italic.woff2" + ], + "fontWeight": "400", + "fontStyle": "italic", + "fontFamily": "\"Source Sans 3\"" + }, + { + "src": [ + "file:./assets/fonts/source-sans-3/source-sans-3-500-italic.woff2" + ], + "fontWeight": "500", + "fontStyle": "italic", + "fontFamily": "\"Source Sans 3\"" + }, + { + "src": [ + "file:./assets/fonts/source-sans-3/source-sans-3-600-italic.woff2" + ], + "fontWeight": "600", + "fontStyle": "italic", + "fontFamily": "\"Source Sans 3\"" + }, + { + "src": [ + "file:./assets/fonts/source-sans-3/source-sans-3-700-italic.woff2" + ], + "fontWeight": "700", + "fontStyle": "italic", + "fontFamily": "\"Source Sans 3\"" + }, + { + "src": [ + "file:./assets/fonts/source-sans-3/source-sans-3-800-italic.woff2" + ], + "fontWeight": "800", + "fontStyle": "italic", + "fontFamily": "\"Source Sans 3\"" + }, + { + "src": [ + "file:./assets/fonts/source-sans-3/source-sans-3-900-italic.woff2" + ], + "fontWeight": "900", + "fontStyle": "italic", + "fontFamily": "\"Source Sans 3\"" + } + ] + } + ] + }, + "useRootPaddingAwareAlignments": true + }, + "styles": { + "css": ".wp-block-post-content {\nmargin-top:0px;\n}", + "elements": { + "heading": { + "color": { + "text": "var(--wp--preset--color--custom-standardbl)" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--source-sans-3)", + "fontSize": "var(--wp--preset--font-size--medium)" + } + }, + "templateParts": [ + { + "area": "header", + "name": "header" + }, + { + "area": "footer", + "name": "footer" + } + ] +} \ No newline at end of file