-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: adjust image width #777
Merged
Conversation
This file contains 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
* refactor: update about page * formating line lengths
* refactor: make intro cards in column * refactor: simplify intro card usage
* fix: use new default slug for project article * chore: delete unused file
* remove redundant div * fix: remove default value blank space on textarea input * feat: add gdpr compliance info
* feat: add index images * feat: use new images
* chore: add documentation about staging and update next workflow * chore: fix next update workflow * chore: give access to workflows * chore: add nice title and description about it not be rebased or squashed * chore: change name of promotion branch * chore(deps): update pnpm to v9.7.1 * chore(deps): update pnpm to v9.8.0 * chore(deps): update pnpm to v9.9.0 * fix: fix merge conflicts --------- Co-authored-by: Simen A. W. Olsen <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Xillians <[email protected]>
* chore(release): 0.0.2 * add changelog docs * update pnpm lock
* Release: new layout for website (#764) * Replace duplicate article photo * VIP: Add new components to default pages and edit about page * Feat: More flexible brief component with fixed mobile * Fix: Compatibility with updated brief component * Fix: Links styled as separate element * Fix: Make about page markdown suit new layout and add picture to public folder * Feat: Restyle page template to support new design * Fix: Update media element selector to match the other * Fix: Delete old image path * Feat: Contact form init * Feat: Add contact form to main layout * Fix: Remove margin from old footer * Fix: Change to default text color * Feat: Add logo and move text * Style: Add fourth column * Fix: Style affecting other components * Fix: Adjust placement * Fix: Padding added to nested elements * Feat: Restyle contact site * Feat: 2x res scale on profiles * Feat: Add image size to posts * Feat: Add height to minimize content shift and use 2x image res * Feat: Autoscale large image * Feat: Image scale function * Apply formatting changes * remove unneccessary padding * space up mobile view * align container center * make contact info sectionised * update address * add transitional padding * avoid adjusting sizes * increase gap for email and address * re-structure inputs & remove gdpr * move primary button to global (#740) * use global primary button * increase fontsize * move form hover and active to global * move textarea and input to global * merge form css together * Feat: Use classes * Apply formatting changes * Refactor: Rename class * Refactor: Order * Changes by create-pull-request action (#743) * chore: add documentation about staging and update next workflow * chore: fix next update workflow * chore: give access to workflows --------- Co-authored-by: Simen A. W. Olsen <[email protected]> * refactor: move contact form to own component (#742) * Chore: Remove scaling code * Chore: Tweak narrow version * refactor: re-use contact form * footer with image * Changed text front page (#747) * refactor: set margin on slot instead of specific footer (#746) * refactor: set margin on slot instead of specific footer * Feat: Add contact footer boolean * Style: Move padding to main element --------- Co-authored-by: Flemming Møller Pedersen <[email protected]> * feat: add intro cards to homepage (#748) * add intro cards * add images * add sample image * change sample image * replace boxshadow with background color * Style: Full width img * Style: Move margins out of cards and use grid gap --------- Co-authored-by: Flemming Møller Pedersen <[email protected]> * Chore: Rewrite content * Fix: Remove unused CSS and tweak formatting * fix: style landing image to match intro cards (#749) * feat: add header text for articles (#750) * refactor: update about page (#751) * refactor: update about page * formating line lengths * refactor: make intro cards in column (#752) * refactor: make intro cards in column * refactor: simplify intro card usage * fix: make full stop part of h1 (#753) * refactor: use new default slug for project article (#757) * fix: use new default slug for project article * chore: delete unused file * feat: add gdpr compliance info (#758) * remove redundant div * fix: remove default value blank space on textarea input * feat: add gdpr compliance info * feat: connect form with crm (#754) * refactor: replace arbeider with arbeid (#759) * feat: add index images (#763) * feat: add index images * feat: use new images * Promote changes in main → next (#745) * chore: add documentation about staging and update next workflow * chore: fix next update workflow * chore: give access to workflows * chore: add nice title and description about it not be rebased or squashed * chore: change name of promotion branch * chore(deps): update pnpm to v9.7.1 * chore(deps): update pnpm to v9.8.0 * chore(deps): update pnpm to v9.9.0 * fix: fix merge conflicts --------- Co-authored-by: Simen A. W. Olsen <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Xillians <[email protected]> --------- Co-authored-by: Flemming Møller Pedersen <[email protected]> Co-authored-by: FlemmingMP <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Simen A. W. Olsen <[email protected]> Co-authored-by: Flemming Møller Pedersen <[email protected]> Co-authored-by: Carl Oscar Petterson <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Revert "Release: new layout for website (#764)" This reverts commit 5232c4a. --------- Co-authored-by: Sandra Viktoria D. Toftemo <[email protected]> Co-authored-by: Flemming Møller Pedersen <[email protected]> Co-authored-by: FlemmingMP <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Simen A. W. Olsen <[email protected]> Co-authored-by: Flemming Møller Pedersen <[email protected]> Co-authored-by: Carl Oscar Petterson <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix: Update project page * revert: keep paragraph width
Visit the preview URL for this PR (updated for commit 28a8973): https://bjerk-io--pr777-next-ze4wgb54.web.app (expires Sat, 28 Sep 2024 11:30:29 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: f444ce0cdc4b1d54f70522cf8972a3a2e20b19ad |
Xillians
added a commit
that referenced
this pull request
Aug 29, 2024
* Replace duplicate article photo * VIP: Add new components to default pages and edit about page * Feat: More flexible brief component with fixed mobile * Fix: Compatibility with updated brief component * Fix: Links styled as separate element * Fix: Make about page markdown suit new layout and add picture to public folder * Feat: Restyle page template to support new design * Fix: Update media element selector to match the other * Fix: Delete old image path * Feat: Contact form init * Feat: Add contact form to main layout * Fix: Remove margin from old footer * Fix: Change to default text color * Feat: Add logo and move text * Style: Add fourth column * Fix: Style affecting other components * Fix: Adjust placement * Fix: Padding added to nested elements * Feat: Restyle contact site * Feat: 2x res scale on profiles * Feat: Add image size to posts * Feat: Add height to minimize content shift and use 2x image res * Feat: Autoscale large image * Feat: Image scale function * Apply formatting changes * remove unneccessary padding * space up mobile view * align container center * make contact info sectionised * update address * add transitional padding * avoid adjusting sizes * increase gap for email and address * re-structure inputs & remove gdpr * move primary button to global (#740) * use global primary button * increase fontsize * move form hover and active to global * move textarea and input to global * merge form css together * Feat: Use classes * Apply formatting changes * Refactor: Rename class * Refactor: Order * Changes by create-pull-request action (#743) * chore: add documentation about staging and update next workflow * chore: fix next update workflow * chore: give access to workflows --------- * refactor: move contact form to own component (#742) * Chore: Remove scaling code * Chore: Tweak narrow version * refactor: re-use contact form * footer with image * Changed text front page (#747) * refactor: set margin on slot instead of specific footer (#746) * refactor: set margin on slot instead of specific footer * Feat: Add contact footer boolean * Style: Move padding to main element --------- * feat: add intro cards to homepage (#748) * add intro cards * add images * add sample image * change sample image * replace boxshadow with background color * Style: Full width img * Style: Move margins out of cards and use grid gap --------- * Chore: Rewrite content * Fix: Remove unused CSS and tweak formatting * fix: style landing image to match intro cards (#749) * feat: add header text for articles (#750) * refactor: update about page (#751) * refactor: update about page * formating line lengths * refactor: make intro cards in column (#752) * refactor: make intro cards in column * refactor: simplify intro card usage * fix: make full stop part of h1 (#753) * refactor: use new default slug for project article (#757) * fix: use new default slug for project article * chore: delete unused file * feat: add gdpr compliance info (#758) * remove redundant div * fix: remove default value blank space on textarea input * feat: add gdpr compliance info * feat: connect form with crm (#754) * refactor: replace arbeider with arbeid (#759) * feat: add index images (#763) * feat: add index images * feat: use new images * Promote changes in main → next (#745) * chore: add documentation about staging and update next workflow * chore: fix next update workflow * chore: give access to workflows * chore: add nice title and description about it not be rebased or squashed * chore: change name of promotion branch * chore(deps): update pnpm to v9.7.1 * chore(deps): update pnpm to v9.8.0 * chore(deps): update pnpm to v9.9.0 * fix: fix merge conflicts --------- * Feat: Add image alt text and image resizing (#767) * fix: present intro cards on mobile (#768) * docs: add changelog generation (#769) * chore(release): 0.0.2 * add changelog docs * update pnpm lock * Promote changes in main → next (#766) * Release: new layout for website (#764) * Replace duplicate article photo * VIP: Add new components to default pages and edit about page * Feat: More flexible brief component with fixed mobile * Fix: Compatibility with updated brief component * Fix: Links styled as separate element * Fix: Make about page markdown suit new layout and add picture to public folder * Feat: Restyle page template to support new design * Fix: Update media element selector to match the other * Fix: Delete old image path * Feat: Contact form init * Feat: Add contact form to main layout * Fix: Remove margin from old footer * Fix: Change to default text color * Feat: Add logo and move text * Style: Add fourth column * Fix: Style affecting other components * Fix: Adjust placement * Fix: Padding added to nested elements * Feat: Restyle contact site * Feat: 2x res scale on profiles * Feat: Add image size to posts * Feat: Add height to minimize content shift and use 2x image res * Feat: Autoscale large image * Feat: Image scale function * Apply formatting changes * remove unneccessary padding * space up mobile view * align container center * make contact info sectionised * update address * add transitional padding * avoid adjusting sizes * increase gap for email and address * re-structure inputs & remove gdpr * move primary button to global (#740) * use global primary button * increase fontsize * move form hover and active to global * move textarea and input to global * merge form css together * Feat: Use classes * Apply formatting changes * Refactor: Rename class * Refactor: Order * Changes by create-pull-request action (#743) * chore: add documentation about staging and update next workflow * chore: fix next update workflow * chore: give access to workflows --------- * refactor: move contact form to own component (#742) * Chore: Remove scaling code * Chore: Tweak narrow version * refactor: re-use contact form * footer with image * Changed text front page (#747) * refactor: set margin on slot instead of specific footer (#746) * refactor: set margin on slot instead of specific footer * Feat: Add contact footer boolean * Style: Move padding to main element --------- * feat: add intro cards to homepage (#748) * add intro cards * add images * add sample image * change sample image * replace boxshadow with background color * Style: Full width img * Style: Move margins out of cards and use grid gap --------- * Chore: Rewrite content * Fix: Remove unused CSS and tweak formatting * fix: style landing image to match intro cards (#749) * feat: add header text for articles (#750) * refactor: update about page (#751) * refactor: update about page * formating line lengths * refactor: make intro cards in column (#752) * refactor: make intro cards in column * refactor: simplify intro card usage * fix: make full stop part of h1 (#753) * refactor: use new default slug for project article (#757) * fix: use new default slug for project article * chore: delete unused file * feat: add gdpr compliance info (#758) * remove redundant div * fix: remove default value blank space on textarea input * feat: add gdpr compliance info * feat: connect form with crm (#754) * refactor: replace arbeider with arbeid (#759) * feat: add index images (#763) * feat: add index images * feat: use new images * Promote changes in main → next (#745) * chore: add documentation about staging and update next workflow * chore: fix next update workflow * chore: give access to workflows * chore: add nice title and description about it not be rebased or squashed * chore: change name of promotion branch * chore(deps): update pnpm to v9.7.1 * chore(deps): update pnpm to v9.8.0 * chore(deps): update pnpm to v9.9.0 * fix: fix merge conflicts --------- --------- * Revert "Release: new layout for website (#764)" This reverts commit 5232c4a. --------- * revert: remove principle arguments (#771) * fix: present intro cards on mobile (#770) * chore: remove employee (#773) * fix: adjust contact form (#772) * chore(release): 0.0.3 * remove v0.0.2 * fix: Update project page (#776) * fix: Update project page * revert: keep paragraph width --------- Co-authored-by: Sandra Viktoria D. Toftemo <[email protected]> Co-authored-by: Flemming Møller Pedersen <[email protected]> Co-authored-by: FlemmingMP <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Simen A. W. Olsen <[email protected]> Co-authored-by: Flemming Møller Pedersen <[email protected]> Co-authored-by: Carl Oscar Petterson <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Xillians
added a commit
that referenced
this pull request
Aug 29, 2024
* Replace duplicate article photo * VIP: Add new components to default pages and edit about page * Feat: More flexible brief component with fixed mobile * Fix: Compatibility with updated brief component * Fix: Links styled as separate element * Fix: Make about page markdown suit new layout and add picture to public folder * Feat: Restyle page template to support new design * Fix: Update media element selector to match the other * Fix: Delete old image path * Feat: Contact form init * Feat: Add contact form to main layout * Fix: Remove margin from old footer * Fix: Change to default text color * Feat: Add logo and move text * Style: Add fourth column * Fix: Style affecting other components * Fix: Adjust placement * Fix: Padding added to nested elements * Feat: Restyle contact site * Feat: 2x res scale on profiles * Feat: Add image size to posts * Feat: Add height to minimize content shift and use 2x image res * Feat: Autoscale large image * Feat: Image scale function * Apply formatting changes * remove unneccessary padding * space up mobile view * align container center * make contact info sectionised * update address * add transitional padding * avoid adjusting sizes * increase gap for email and address * re-structure inputs & remove gdpr * move primary button to global (#740) * use global primary button * increase fontsize * move form hover and active to global * move textarea and input to global * merge form css together * Feat: Use classes * Apply formatting changes * Refactor: Rename class * Refactor: Order * Changes by create-pull-request action (#743) * chore: add documentation about staging and update next workflow * chore: fix next update workflow * chore: give access to workflows --------- * refactor: move contact form to own component (#742) * Chore: Remove scaling code * Chore: Tweak narrow version * refactor: re-use contact form * footer with image * Changed text front page (#747) * refactor: set margin on slot instead of specific footer (#746) * refactor: set margin on slot instead of specific footer * Feat: Add contact footer boolean * Style: Move padding to main element --------- * feat: add intro cards to homepage (#748) * add intro cards * add images * add sample image * change sample image * replace boxshadow with background color * Style: Full width img * Style: Move margins out of cards and use grid gap --------- * Chore: Rewrite content * Fix: Remove unused CSS and tweak formatting * fix: style landing image to match intro cards (#749) * feat: add header text for articles (#750) * refactor: update about page (#751) * refactor: update about page * formating line lengths * refactor: make intro cards in column (#752) * refactor: make intro cards in column * refactor: simplify intro card usage * fix: make full stop part of h1 (#753) * refactor: use new default slug for project article (#757) * fix: use new default slug for project article * chore: delete unused file * feat: add gdpr compliance info (#758) * remove redundant div * fix: remove default value blank space on textarea input * feat: add gdpr compliance info * feat: connect form with crm (#754) * refactor: replace arbeider with arbeid (#759) * feat: add index images (#763) * feat: add index images * feat: use new images * Promote changes in main → next (#745) * chore: add documentation about staging and update next workflow * chore: fix next update workflow * chore: give access to workflows * chore: add nice title and description about it not be rebased or squashed * chore: change name of promotion branch * chore(deps): update pnpm to v9.7.1 * chore(deps): update pnpm to v9.8.0 * chore(deps): update pnpm to v9.9.0 * fix: fix merge conflicts --------- * Feat: Add image alt text and image resizing (#767) * fix: present intro cards on mobile (#768) * docs: add changelog generation (#769) * chore(release): 0.0.2 * add changelog docs * update pnpm lock * Promote changes in main → next (#766) * Release: new layout for website (#764) * Replace duplicate article photo * VIP: Add new components to default pages and edit about page * Feat: More flexible brief component with fixed mobile * Fix: Compatibility with updated brief component * Fix: Links styled as separate element * Fix: Make about page markdown suit new layout and add picture to public folder * Feat: Restyle page template to support new design * Fix: Update media element selector to match the other * Fix: Delete old image path * Feat: Contact form init * Feat: Add contact form to main layout * Fix: Remove margin from old footer * Fix: Change to default text color * Feat: Add logo and move text * Style: Add fourth column * Fix: Style affecting other components * Fix: Adjust placement * Fix: Padding added to nested elements * Feat: Restyle contact site * Feat: 2x res scale on profiles * Feat: Add image size to posts * Feat: Add height to minimize content shift and use 2x image res * Feat: Autoscale large image * Feat: Image scale function * Apply formatting changes * remove unneccessary padding * space up mobile view * align container center * make contact info sectionised * update address * add transitional padding * avoid adjusting sizes * increase gap for email and address * re-structure inputs & remove gdpr * move primary button to global (#740) * use global primary button * increase fontsize * move form hover and active to global * move textarea and input to global * merge form css together * Feat: Use classes * Apply formatting changes * Refactor: Rename class * Refactor: Order * Changes by create-pull-request action (#743) * chore: add documentation about staging and update next workflow * chore: fix next update workflow * chore: give access to workflows --------- * refactor: move contact form to own component (#742) * Chore: Remove scaling code * Chore: Tweak narrow version * refactor: re-use contact form * footer with image * Changed text front page (#747) * refactor: set margin on slot instead of specific footer (#746) * refactor: set margin on slot instead of specific footer * Feat: Add contact footer boolean * Style: Move padding to main element --------- * feat: add intro cards to homepage (#748) * add intro cards * add images * add sample image * change sample image * replace boxshadow with background color * Style: Full width img * Style: Move margins out of cards and use grid gap --------- * Chore: Rewrite content * Fix: Remove unused CSS and tweak formatting * fix: style landing image to match intro cards (#749) * feat: add header text for articles (#750) * refactor: update about page (#751) * refactor: update about page * formating line lengths * refactor: make intro cards in column (#752) * refactor: make intro cards in column * refactor: simplify intro card usage * fix: make full stop part of h1 (#753) * refactor: use new default slug for project article (#757) * fix: use new default slug for project article * chore: delete unused file * feat: add gdpr compliance info (#758) * remove redundant div * fix: remove default value blank space on textarea input * feat: add gdpr compliance info * feat: connect form with crm (#754) * refactor: replace arbeider with arbeid (#759) * feat: add index images (#763) * feat: add index images * feat: use new images * Promote changes in main → next (#745) * chore: add documentation about staging and update next workflow * chore: fix next update workflow * chore: give access to workflows * chore: add nice title and description about it not be rebased or squashed * chore: change name of promotion branch * chore(deps): update pnpm to v9.7.1 * chore(deps): update pnpm to v9.8.0 * chore(deps): update pnpm to v9.9.0 * fix: fix merge conflicts --------- --------- * Revert "Release: new layout for website (#764)" This reverts commit 5232c4a. --------- * revert: remove principle arguments (#771) * fix: present intro cards on mobile (#770) * chore: remove employee (#773) * fix: adjust contact form (#772) * chore(release): 0.0.3 * remove v0.0.2 * fix: Update project page (#776) * fix: Update project page * revert: keep paragraph width --------- Co-authored-by: Sandra Viktoria D. Toftemo <[email protected]> Co-authored-by: Flemming Møller Pedersen <[email protected]> Co-authored-by: FlemmingMP <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Simen A. W. Olsen <[email protected]> Co-authored-by: Flemming Møller Pedersen <[email protected]> Co-authored-by: Carl Oscar Petterson <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Xillians
added a commit
that referenced
this pull request
Aug 29, 2024
* Replace duplicate article photo * VIP: Add new components to default pages and edit about page * Feat: More flexible brief component with fixed mobile * Fix: Compatibility with updated brief component * Fix: Links styled as separate element * Fix: Make about page markdown suit new layout and add picture to public folder * Feat: Restyle page template to support new design * Fix: Update media element selector to match the other * Fix: Delete old image path * Feat: Contact form init * Feat: Add contact form to main layout * Fix: Remove margin from old footer * Fix: Change to default text color * Feat: Add logo and move text * Style: Add fourth column * Fix: Style affecting other components * Fix: Adjust placement * Fix: Padding added to nested elements * Feat: Restyle contact site * Feat: 2x res scale on profiles * Feat: Add image size to posts * Feat: Add height to minimize content shift and use 2x image res * Feat: Autoscale large image * Feat: Image scale function * Apply formatting changes * remove unneccessary padding * space up mobile view * align container center * make contact info sectionised * update address * add transitional padding * avoid adjusting sizes * increase gap for email and address * re-structure inputs & remove gdpr * move primary button to global (#740) * use global primary button * increase fontsize * move form hover and active to global * move textarea and input to global * merge form css together * Feat: Use classes * Apply formatting changes * Refactor: Rename class * Refactor: Order * Changes by create-pull-request action (#743) * chore: add documentation about staging and update next workflow * chore: fix next update workflow * chore: give access to workflows --------- * refactor: move contact form to own component (#742) * Chore: Remove scaling code * Chore: Tweak narrow version * refactor: re-use contact form * footer with image * Changed text front page (#747) * refactor: set margin on slot instead of specific footer (#746) * refactor: set margin on slot instead of specific footer * Feat: Add contact footer boolean * Style: Move padding to main element --------- * feat: add intro cards to homepage (#748) * add intro cards * add images * add sample image * change sample image * replace boxshadow with background color * Style: Full width img * Style: Move margins out of cards and use grid gap --------- * Chore: Rewrite content * Fix: Remove unused CSS and tweak formatting * fix: style landing image to match intro cards (#749) * feat: add header text for articles (#750) * refactor: update about page (#751) * refactor: update about page * formating line lengths * refactor: make intro cards in column (#752) * refactor: make intro cards in column * refactor: simplify intro card usage * fix: make full stop part of h1 (#753) * refactor: use new default slug for project article (#757) * fix: use new default slug for project article * chore: delete unused file * feat: add gdpr compliance info (#758) * remove redundant div * fix: remove default value blank space on textarea input * feat: add gdpr compliance info * feat: connect form with crm (#754) * refactor: replace arbeider with arbeid (#759) * feat: add index images (#763) * feat: add index images * feat: use new images * Promote changes in main → next (#745) * chore: add documentation about staging and update next workflow * chore: fix next update workflow * chore: give access to workflows * chore: add nice title and description about it not be rebased or squashed * chore: change name of promotion branch * chore(deps): update pnpm to v9.7.1 * chore(deps): update pnpm to v9.8.0 * chore(deps): update pnpm to v9.9.0 * fix: fix merge conflicts --------- * Feat: Add image alt text and image resizing (#767) * fix: present intro cards on mobile (#768) * docs: add changelog generation (#769) * chore(release): 0.0.2 * add changelog docs * update pnpm lock * Promote changes in main → next (#766) * Release: new layout for website (#764) * Replace duplicate article photo * VIP: Add new components to default pages and edit about page * Feat: More flexible brief component with fixed mobile * Fix: Compatibility with updated brief component * Fix: Links styled as separate element * Fix: Make about page markdown suit new layout and add picture to public folder * Feat: Restyle page template to support new design * Fix: Update media element selector to match the other * Fix: Delete old image path * Feat: Contact form init * Feat: Add contact form to main layout * Fix: Remove margin from old footer * Fix: Change to default text color * Feat: Add logo and move text * Style: Add fourth column * Fix: Style affecting other components * Fix: Adjust placement * Fix: Padding added to nested elements * Feat: Restyle contact site * Feat: 2x res scale on profiles * Feat: Add image size to posts * Feat: Add height to minimize content shift and use 2x image res * Feat: Autoscale large image * Feat: Image scale function * Apply formatting changes * remove unneccessary padding * space up mobile view * align container center * make contact info sectionised * update address * add transitional padding * avoid adjusting sizes * increase gap for email and address * re-structure inputs & remove gdpr * move primary button to global (#740) * use global primary button * increase fontsize * move form hover and active to global * move textarea and input to global * merge form css together * Feat: Use classes * Apply formatting changes * Refactor: Rename class * Refactor: Order * Changes by create-pull-request action (#743) * chore: add documentation about staging and update next workflow * chore: fix next update workflow * chore: give access to workflows --------- * refactor: move contact form to own component (#742) * Chore: Remove scaling code * Chore: Tweak narrow version * refactor: re-use contact form * footer with image * Changed text front page (#747) * refactor: set margin on slot instead of specific footer (#746) * refactor: set margin on slot instead of specific footer * Feat: Add contact footer boolean * Style: Move padding to main element --------- * feat: add intro cards to homepage (#748) * add intro cards * add images * add sample image * change sample image * replace boxshadow with background color * Style: Full width img * Style: Move margins out of cards and use grid gap --------- * Chore: Rewrite content * Fix: Remove unused CSS and tweak formatting * fix: style landing image to match intro cards (#749) * feat: add header text for articles (#750) * refactor: update about page (#751) * refactor: update about page * formating line lengths * refactor: make intro cards in column (#752) * refactor: make intro cards in column * refactor: simplify intro card usage * fix: make full stop part of h1 (#753) * refactor: use new default slug for project article (#757) * fix: use new default slug for project article * chore: delete unused file * feat: add gdpr compliance info (#758) * remove redundant div * fix: remove default value blank space on textarea input * feat: add gdpr compliance info * feat: connect form with crm (#754) * refactor: replace arbeider with arbeid (#759) * feat: add index images (#763) * feat: add index images * feat: use new images * Promote changes in main → next (#745) * chore: add documentation about staging and update next workflow * chore: fix next update workflow * chore: give access to workflows * chore: add nice title and description about it not be rebased or squashed * chore: change name of promotion branch * chore(deps): update pnpm to v9.7.1 * chore(deps): update pnpm to v9.8.0 * chore(deps): update pnpm to v9.9.0 * fix: fix merge conflicts --------- --------- * Revert "Release: new layout for website (#764)" This reverts commit 5232c4a. --------- * revert: remove principle arguments (#771) * fix: present intro cards on mobile (#770) * chore: remove employee (#773) * fix: adjust contact form (#772) * chore(release): 0.0.3 * remove v0.0.2 * fix: Update project page (#776) * fix: Update project page * revert: keep paragraph width --------- Co-authored-by: Sandra Viktoria D. Toftemo <[email protected]> Co-authored-by: Flemming Møller Pedersen <[email protected]> Co-authored-by: FlemmingMP <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Simen A. W. Olsen <[email protected]> Co-authored-by: Flemming Møller Pedersen <[email protected]> Co-authored-by: Carl Oscar Petterson <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Xillians
added a commit
that referenced
this pull request
Aug 29, 2024
* Replace duplicate article photo * VIP: Add new components to default pages and edit about page * Feat: More flexible brief component with fixed mobile * Fix: Compatibility with updated brief component * Fix: Links styled as separate element * Fix: Make about page markdown suit new layout and add picture to public folder * Feat: Restyle page template to support new design * Fix: Update media element selector to match the other * Fix: Delete old image path * Feat: Contact form init * Feat: Add contact form to main layout * Fix: Remove margin from old footer * Fix: Change to default text color * Feat: Add logo and move text * Style: Add fourth column * Fix: Style affecting other components * Fix: Adjust placement * Fix: Padding added to nested elements * Feat: Restyle contact site * Feat: 2x res scale on profiles * Feat: Add image size to posts * Feat: Add height to minimize content shift and use 2x image res * Feat: Autoscale large image * Feat: Image scale function * Apply formatting changes * remove unneccessary padding * space up mobile view * align container center * make contact info sectionised * update address * add transitional padding * avoid adjusting sizes * increase gap for email and address * re-structure inputs & remove gdpr * move primary button to global (#740) * use global primary button * increase fontsize * move form hover and active to global * move textarea and input to global * merge form css together * Feat: Use classes * Apply formatting changes * Refactor: Rename class * Refactor: Order * Changes by create-pull-request action (#743) * chore: add documentation about staging and update next workflow * chore: fix next update workflow * chore: give access to workflows --------- * refactor: move contact form to own component (#742) * Chore: Remove scaling code * Chore: Tweak narrow version * refactor: re-use contact form * footer with image * Changed text front page (#747) * refactor: set margin on slot instead of specific footer (#746) * refactor: set margin on slot instead of specific footer * Feat: Add contact footer boolean * Style: Move padding to main element --------- * feat: add intro cards to homepage (#748) * add intro cards * add images * add sample image * change sample image * replace boxshadow with background color * Style: Full width img * Style: Move margins out of cards and use grid gap --------- * Chore: Rewrite content * Fix: Remove unused CSS and tweak formatting * fix: style landing image to match intro cards (#749) * feat: add header text for articles (#750) * refactor: update about page (#751) * refactor: update about page * formating line lengths * refactor: make intro cards in column (#752) * refactor: make intro cards in column * refactor: simplify intro card usage * fix: make full stop part of h1 (#753) * refactor: use new default slug for project article (#757) * fix: use new default slug for project article * chore: delete unused file * feat: add gdpr compliance info (#758) * remove redundant div * fix: remove default value blank space on textarea input * feat: add gdpr compliance info * feat: connect form with crm (#754) * refactor: replace arbeider with arbeid (#759) * feat: add index images (#763) * feat: add index images * feat: use new images * Promote changes in main → next (#745) * chore: add documentation about staging and update next workflow * chore: fix next update workflow * chore: give access to workflows * chore: add nice title and description about it not be rebased or squashed * chore: change name of promotion branch * chore(deps): update pnpm to v9.7.1 * chore(deps): update pnpm to v9.8.0 * chore(deps): update pnpm to v9.9.0 * fix: fix merge conflicts --------- * Feat: Add image alt text and image resizing (#767) * fix: present intro cards on mobile (#768) * docs: add changelog generation (#769) * chore(release): 0.0.2 * add changelog docs * update pnpm lock * Promote changes in main → next (#766) * Release: new layout for website (#764) * Replace duplicate article photo * VIP: Add new components to default pages and edit about page * Feat: More flexible brief component with fixed mobile * Fix: Compatibility with updated brief component * Fix: Links styled as separate element * Fix: Make about page markdown suit new layout and add picture to public folder * Feat: Restyle page template to support new design * Fix: Update media element selector to match the other * Fix: Delete old image path * Feat: Contact form init * Feat: Add contact form to main layout * Fix: Remove margin from old footer * Fix: Change to default text color * Feat: Add logo and move text * Style: Add fourth column * Fix: Style affecting other components * Fix: Adjust placement * Fix: Padding added to nested elements * Feat: Restyle contact site * Feat: 2x res scale on profiles * Feat: Add image size to posts * Feat: Add height to minimize content shift and use 2x image res * Feat: Autoscale large image * Feat: Image scale function * Apply formatting changes * remove unneccessary padding * space up mobile view * align container center * make contact info sectionised * update address * add transitional padding * avoid adjusting sizes * increase gap for email and address * re-structure inputs & remove gdpr * move primary button to global (#740) * use global primary button * increase fontsize * move form hover and active to global * move textarea and input to global * merge form css together * Feat: Use classes * Apply formatting changes * Refactor: Rename class * Refactor: Order * Changes by create-pull-request action (#743) * chore: add documentation about staging and update next workflow * chore: fix next update workflow * chore: give access to workflows --------- * refactor: move contact form to own component (#742) * Chore: Remove scaling code * Chore: Tweak narrow version * refactor: re-use contact form * footer with image * Changed text front page (#747) * refactor: set margin on slot instead of specific footer (#746) * refactor: set margin on slot instead of specific footer * Feat: Add contact footer boolean * Style: Move padding to main element --------- * feat: add intro cards to homepage (#748) * add intro cards * add images * add sample image * change sample image * replace boxshadow with background color * Style: Full width img * Style: Move margins out of cards and use grid gap --------- * Chore: Rewrite content * Fix: Remove unused CSS and tweak formatting * fix: style landing image to match intro cards (#749) * feat: add header text for articles (#750) * refactor: update about page (#751) * refactor: update about page * formating line lengths * refactor: make intro cards in column (#752) * refactor: make intro cards in column * refactor: simplify intro card usage * fix: make full stop part of h1 (#753) * refactor: use new default slug for project article (#757) * fix: use new default slug for project article * chore: delete unused file * feat: add gdpr compliance info (#758) * remove redundant div * fix: remove default value blank space on textarea input * feat: add gdpr compliance info * feat: connect form with crm (#754) * refactor: replace arbeider with arbeid (#759) * feat: add index images (#763) * feat: add index images * feat: use new images * Promote changes in main → next (#745) * chore: add documentation about staging and update next workflow * chore: fix next update workflow * chore: give access to workflows * chore: add nice title and description about it not be rebased or squashed * chore: change name of promotion branch * chore(deps): update pnpm to v9.7.1 * chore(deps): update pnpm to v9.8.0 * chore(deps): update pnpm to v9.9.0 * fix: fix merge conflicts --------- --------- * Revert "Release: new layout for website (#764)" This reverts commit 5232c4a. --------- * revert: remove principle arguments (#771) * fix: present intro cards on mobile (#770) * chore: remove employee (#773) * fix: adjust contact form (#772) * chore(release): 0.0.3 * remove v0.0.2 * fix: Update project page (#776) * fix: Update project page * revert: keep paragraph width --------- Co-authored-by: Sandra Viktoria D. Toftemo <[email protected]> Co-authored-by: Flemming Møller Pedersen <[email protected]> Co-authored-by: FlemmingMP <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Simen A. W. Olsen <[email protected]> Co-authored-by: Flemming Møller Pedersen <[email protected]> Co-authored-by: Carl Oscar Petterson <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Xillians
added a commit
that referenced
this pull request
Aug 29, 2024
* Replace duplicate article photo * VIP: Add new components to default pages and edit about page * Feat: More flexible brief component with fixed mobile * Fix: Compatibility with updated brief component * Fix: Links styled as separate element * Fix: Make about page markdown suit new layout and add picture to public folder * Feat: Restyle page template to support new design * Fix: Update media element selector to match the other * Fix: Delete old image path * Feat: Contact form init * Feat: Add contact form to main layout * Fix: Remove margin from old footer * Fix: Change to default text color * Feat: Add logo and move text * Style: Add fourth column * Fix: Style affecting other components * Fix: Adjust placement * Fix: Padding added to nested elements * Feat: Restyle contact site * Feat: 2x res scale on profiles * Feat: Add image size to posts * Feat: Add height to minimize content shift and use 2x image res * Feat: Autoscale large image * Feat: Image scale function * Apply formatting changes * remove unneccessary padding * space up mobile view * align container center * make contact info sectionised * update address * add transitional padding * avoid adjusting sizes * increase gap for email and address * re-structure inputs & remove gdpr * move primary button to global (#740) * use global primary button * increase fontsize * move form hover and active to global * move textarea and input to global * merge form css together * Feat: Use classes * Apply formatting changes * Refactor: Rename class * Refactor: Order * Changes by create-pull-request action (#743) * chore: add documentation about staging and update next workflow * chore: fix next update workflow * chore: give access to workflows --------- * refactor: move contact form to own component (#742) * Chore: Remove scaling code * Chore: Tweak narrow version * refactor: re-use contact form * footer with image * Changed text front page (#747) * refactor: set margin on slot instead of specific footer (#746) * refactor: set margin on slot instead of specific footer * Feat: Add contact footer boolean * Style: Move padding to main element --------- * feat: add intro cards to homepage (#748) * add intro cards * add images * add sample image * change sample image * replace boxshadow with background color * Style: Full width img * Style: Move margins out of cards and use grid gap --------- * Chore: Rewrite content * Fix: Remove unused CSS and tweak formatting * fix: style landing image to match intro cards (#749) * feat: add header text for articles (#750) * refactor: update about page (#751) * refactor: update about page * formating line lengths * refactor: make intro cards in column (#752) * refactor: make intro cards in column * refactor: simplify intro card usage * fix: make full stop part of h1 (#753) * refactor: use new default slug for project article (#757) * fix: use new default slug for project article * chore: delete unused file * feat: add gdpr compliance info (#758) * remove redundant div * fix: remove default value blank space on textarea input * feat: add gdpr compliance info * feat: connect form with crm (#754) * refactor: replace arbeider with arbeid (#759) * feat: add index images (#763) * feat: add index images * feat: use new images * Promote changes in main → next (#745) * chore: add documentation about staging and update next workflow * chore: fix next update workflow * chore: give access to workflows * chore: add nice title and description about it not be rebased or squashed * chore: change name of promotion branch * chore(deps): update pnpm to v9.7.1 * chore(deps): update pnpm to v9.8.0 * chore(deps): update pnpm to v9.9.0 * fix: fix merge conflicts --------- * Feat: Add image alt text and image resizing (#767) * fix: present intro cards on mobile (#768) * docs: add changelog generation (#769) * chore(release): 0.0.2 * add changelog docs * update pnpm lock * Promote changes in main → next (#766) * Release: new layout for website (#764) * Replace duplicate article photo * VIP: Add new components to default pages and edit about page * Feat: More flexible brief component with fixed mobile * Fix: Compatibility with updated brief component * Fix: Links styled as separate element * Fix: Make about page markdown suit new layout and add picture to public folder * Feat: Restyle page template to support new design * Fix: Update media element selector to match the other * Fix: Delete old image path * Feat: Contact form init * Feat: Add contact form to main layout * Fix: Remove margin from old footer * Fix: Change to default text color * Feat: Add logo and move text * Style: Add fourth column * Fix: Style affecting other components * Fix: Adjust placement * Fix: Padding added to nested elements * Feat: Restyle contact site * Feat: 2x res scale on profiles * Feat: Add image size to posts * Feat: Add height to minimize content shift and use 2x image res * Feat: Autoscale large image * Feat: Image scale function * Apply formatting changes * remove unneccessary padding * space up mobile view * align container center * make contact info sectionised * update address * add transitional padding * avoid adjusting sizes * increase gap for email and address * re-structure inputs & remove gdpr * move primary button to global (#740) * use global primary button * increase fontsize * move form hover and active to global * move textarea and input to global * merge form css together * Feat: Use classes * Apply formatting changes * Refactor: Rename class * Refactor: Order * Changes by create-pull-request action (#743) * chore: add documentation about staging and update next workflow * chore: fix next update workflow * chore: give access to workflows --------- * refactor: move contact form to own component (#742) * Chore: Remove scaling code * Chore: Tweak narrow version * refactor: re-use contact form * footer with image * Changed text front page (#747) * refactor: set margin on slot instead of specific footer (#746) * refactor: set margin on slot instead of specific footer * Feat: Add contact footer boolean * Style: Move padding to main element --------- * feat: add intro cards to homepage (#748) * add intro cards * add images * add sample image * change sample image * replace boxshadow with background color * Style: Full width img * Style: Move margins out of cards and use grid gap --------- * Chore: Rewrite content * Fix: Remove unused CSS and tweak formatting * fix: style landing image to match intro cards (#749) * feat: add header text for articles (#750) * refactor: update about page (#751) * refactor: update about page * formating line lengths * refactor: make intro cards in column (#752) * refactor: make intro cards in column * refactor: simplify intro card usage * fix: make full stop part of h1 (#753) * refactor: use new default slug for project article (#757) * fix: use new default slug for project article * chore: delete unused file * feat: add gdpr compliance info (#758) * remove redundant div * fix: remove default value blank space on textarea input * feat: add gdpr compliance info * feat: connect form with crm (#754) * refactor: replace arbeider with arbeid (#759) * feat: add index images (#763) * feat: add index images * feat: use new images * Promote changes in main → next (#745) * chore: add documentation about staging and update next workflow * chore: fix next update workflow * chore: give access to workflows * chore: add nice title and description about it not be rebased or squashed * chore: change name of promotion branch * chore(deps): update pnpm to v9.7.1 * chore(deps): update pnpm to v9.8.0 * chore(deps): update pnpm to v9.9.0 * fix: fix merge conflicts --------- --------- * Revert "Release: new layout for website (#764)" This reverts commit 5232c4a. --------- * revert: remove principle arguments (#771) * fix: present intro cards on mobile (#770) * chore: remove employee (#773) * fix: adjust contact form (#772) * chore(release): 0.0.3 * remove v0.0.2 * fix: Update project page (#776) * fix: Update project page * revert: keep paragraph width --------- Co-authored-by: Sandra Viktoria D. Toftemo <[email protected]> Co-authored-by: Flemming Møller Pedersen <[email protected]> Co-authored-by: FlemmingMP <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Simen A. W. Olsen <[email protected]> Co-authored-by: Flemming Møller Pedersen <[email protected]> Co-authored-by: Carl Oscar Petterson <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.