Skip to content
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: make full stop part of h1 #753

Merged
merged 1 commit into from
Aug 12, 2024
Merged

fix: make full stop part of h1 #753

merged 1 commit into from
Aug 12, 2024

Conversation

Xillians
Copy link
Contributor

@Xillians Xillians commented Aug 12, 2024

TL;DR:

fixes #724

What's changed

Replaced span with post-h1 css.

Why

This makes it so the full stop stylised will be following the h1 text on the same line, regardless of how long the text is.

Copy link
Contributor

Visit the preview URL for this PR (updated for commit 8aea1d1):

https://bjerk-io--pr753-xillians-fix-full-st-pxobaut5.web.app

(expires Wed, 11 Sep 2024 12:12:14 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: f444ce0cdc4b1d54f70522cf8972a3a2e20b19ad

@Xillians Xillians linked an issue Aug 12, 2024 that may be closed by this pull request
@Xillians Xillians merged commit 84b9b6d into next Aug 12, 2024
3 checks passed
@Xillians Xillians deleted the xillians/fix-full-stop branch August 29, 2024 07:10
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

---------

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>
Xillians added a commit that referenced this pull request Aug 29, 2024
* 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>
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

---------

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]>

* 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

---------

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>

* 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

---------

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

---------

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]>

* 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

---------

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>

* 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: 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
Xillians added a commit that referenced this pull request Aug 29, 2024
* 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>
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
Xillians added a commit that referenced this pull request Aug 29, 2024
* 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>
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
* 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>
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
* 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>
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Colored dot added in brief sometimes breaks
1 participant