Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

refactor: use new default slug for project article #757

Merged
merged 2 commits into from
Aug 14, 2024

Conversation

Xillians
Copy link
Contributor

@Xillians Xillians commented Aug 14, 2024

TL;DR:

fixes #756
This makes the project slug match the rest of the website

What's changed

  • work.astro has been deleted
  • project slug uses default.astro layout
  • Layout of project slug has gotten updated

Why

This is to make the entire page look cohesive and whole

Copy link
Contributor

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

https://bjerk-io--pr757-xillians-rebrand-pro-kp8o12sw.web.app

(expires Fri, 13 Sep 2024 07:41:56 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: f444ce0cdc4b1d54f70522cf8972a3a2e20b19ad

@Xillians Xillians merged commit 7f01d5a into next Aug 14, 2024
3 checks passed
@Xillians Xillians deleted the xillians/rebrand-project-slug 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 <so@bjerk.io>

* 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 <flemming@bjerk.io>

* 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 <flemming@bjerk.io>

* 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 <so@bjerk.io>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Xillians <sandra.toftemo@bjerk.io>

---------

Co-authored-by: Flemming Møller Pedersen <flemming@bjerk.io>
Co-authored-by: FlemmingMP <FlemmingMP@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Simen A. W. Olsen <so@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <154523534+FlemmingMP@users.noreply.github.com>
Co-authored-by: Carl Oscar Petterson <144008196+copetterson@users.noreply.github.com>
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 <so@bjerk.io>

* 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 <flemming@bjerk.io>

* 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 <flemming@bjerk.io>

* 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 <so@bjerk.io>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Xillians <sandra.toftemo@bjerk.io>

---------

Co-authored-by: Flemming Møller Pedersen <flemming@bjerk.io>
Co-authored-by: FlemmingMP <FlemmingMP@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Simen A. W. Olsen <so@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <154523534+FlemmingMP@users.noreply.github.com>
Co-authored-by: Carl Oscar Petterson <144008196+copetterson@users.noreply.github.com>
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 <sandra.toftemo@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <flemming@bjerk.io>
Co-authored-by: FlemmingMP <FlemmingMP@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Simen A. W. Olsen <so@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <154523534+FlemmingMP@users.noreply.github.com>
Co-authored-by: Carl Oscar Petterson <144008196+copetterson@users.noreply.github.com>
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 <so@bjerk.io>

* 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 <flemming@bjerk.io>

* 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 <flemming@bjerk.io>

* 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 <so@bjerk.io>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Xillians <sandra.toftemo@bjerk.io>

* 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 <so@bjerk.io>

* 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 <flemming@bjerk.io>

* 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 <flemming@bjerk.io>

* 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 <so@bjerk.io>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Xillians <sandra.toftemo@bjerk.io>

---------

Co-authored-by: Flemming Møller Pedersen <flemming@bjerk.io>
Co-authored-by: FlemmingMP <FlemmingMP@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Simen A. W. Olsen <so@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <154523534+FlemmingMP@users.noreply.github.com>
Co-authored-by: Carl Oscar Petterson <144008196+copetterson@users.noreply.github.com>
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 <sandra.toftemo@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <flemming@bjerk.io>
Co-authored-by: FlemmingMP <FlemmingMP@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Simen A. W. Olsen <so@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <154523534+FlemmingMP@users.noreply.github.com>
Co-authored-by: Carl Oscar Petterson <144008196+copetterson@users.noreply.github.com>
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 <flemming@bjerk.io>
Co-authored-by: FlemmingMP <FlemmingMP@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Simen A. W. Olsen <so@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <154523534+FlemmingMP@users.noreply.github.com>
Co-authored-by: Carl Oscar Petterson <144008196+copetterson@users.noreply.github.com>
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 <so@bjerk.io>

* 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 <flemming@bjerk.io>

* 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 <flemming@bjerk.io>

* 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 <so@bjerk.io>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Xillians <sandra.toftemo@bjerk.io>

* 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 <so@bjerk.io>

* 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 <flemming@bjerk.io>

* 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 <flemming@bjerk.io>

* 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 <so@bjerk.io>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Xillians <sandra.toftemo@bjerk.io>

---------

Co-authored-by: Flemming Møller Pedersen <flemming@bjerk.io>
Co-authored-by: FlemmingMP <FlemmingMP@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Simen A. W. Olsen <so@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <154523534+FlemmingMP@users.noreply.github.com>
Co-authored-by: Carl Oscar Petterson <144008196+copetterson@users.noreply.github.com>
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 <sandra.toftemo@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <flemming@bjerk.io>
Co-authored-by: FlemmingMP <FlemmingMP@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Simen A. W. Olsen <so@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <154523534+FlemmingMP@users.noreply.github.com>
Co-authored-by: Carl Oscar Petterson <144008196+copetterson@users.noreply.github.com>
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 <flemming@bjerk.io>
Co-authored-by: FlemmingMP <FlemmingMP@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Simen A. W. Olsen <so@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <154523534+FlemmingMP@users.noreply.github.com>
Co-authored-by: Carl Oscar Petterson <144008196+copetterson@users.noreply.github.com>
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 <sandra.toftemo@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <flemming@bjerk.io>
Co-authored-by: FlemmingMP <FlemmingMP@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Simen A. W. Olsen <so@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <154523534+FlemmingMP@users.noreply.github.com>
Co-authored-by: Carl Oscar Petterson <144008196+copetterson@users.noreply.github.com>
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 <so@bjerk.io>

* 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 <flemming@bjerk.io>

* 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 <flemming@bjerk.io>

* 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 <so@bjerk.io>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Xillians <sandra.toftemo@bjerk.io>

---------

Co-authored-by: Flemming Møller Pedersen <flemming@bjerk.io>
Co-authored-by: FlemmingMP <FlemmingMP@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Simen A. W. Olsen <so@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <154523534+FlemmingMP@users.noreply.github.com>
Co-authored-by: Carl Oscar Petterson <144008196+copetterson@users.noreply.github.com>
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 <sandra.toftemo@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <flemming@bjerk.io>
Co-authored-by: FlemmingMP <FlemmingMP@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Simen A. W. Olsen <so@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <154523534+FlemmingMP@users.noreply.github.com>
Co-authored-by: Carl Oscar Petterson <144008196+copetterson@users.noreply.github.com>
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 <sandra.toftemo@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <flemming@bjerk.io>
Co-authored-by: FlemmingMP <FlemmingMP@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Simen A. W. Olsen <so@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <154523534+FlemmingMP@users.noreply.github.com>
Co-authored-by: Carl Oscar Petterson <144008196+copetterson@users.noreply.github.com>
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 <so@bjerk.io>

* 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 <flemming@bjerk.io>

* 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 <flemming@bjerk.io>

* 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 <so@bjerk.io>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Xillians <sandra.toftemo@bjerk.io>

---------

Co-authored-by: Flemming Møller Pedersen <flemming@bjerk.io>
Co-authored-by: FlemmingMP <FlemmingMP@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Simen A. W. Olsen <so@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <154523534+FlemmingMP@users.noreply.github.com>
Co-authored-by: Carl Oscar Petterson <144008196+copetterson@users.noreply.github.com>
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 <sandra.toftemo@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <flemming@bjerk.io>
Co-authored-by: FlemmingMP <FlemmingMP@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Simen A. W. Olsen <so@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <154523534+FlemmingMP@users.noreply.github.com>
Co-authored-by: Carl Oscar Petterson <144008196+copetterson@users.noreply.github.com>
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 <sandra.toftemo@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <flemming@bjerk.io>
Co-authored-by: FlemmingMP <FlemmingMP@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Simen A. W. Olsen <so@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <154523534+FlemmingMP@users.noreply.github.com>
Co-authored-by: Carl Oscar Petterson <144008196+copetterson@users.noreply.github.com>
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 <so@bjerk.io>

* 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 <flemming@bjerk.io>

* 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 <flemming@bjerk.io>

* 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 <so@bjerk.io>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Xillians <sandra.toftemo@bjerk.io>

---------

Co-authored-by: Flemming Møller Pedersen <flemming@bjerk.io>
Co-authored-by: FlemmingMP <FlemmingMP@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Simen A. W. Olsen <so@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <154523534+FlemmingMP@users.noreply.github.com>
Co-authored-by: Carl Oscar Petterson <144008196+copetterson@users.noreply.github.com>
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 <sandra.toftemo@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <flemming@bjerk.io>
Co-authored-by: FlemmingMP <FlemmingMP@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Simen A. W. Olsen <so@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <154523534+FlemmingMP@users.noreply.github.com>
Co-authored-by: Carl Oscar Petterson <144008196+copetterson@users.noreply.github.com>
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 <sandra.toftemo@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <flemming@bjerk.io>
Co-authored-by: FlemmingMP <FlemmingMP@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Simen A. W. Olsen <so@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <154523534+FlemmingMP@users.noreply.github.com>
Co-authored-by: Carl Oscar Petterson <144008196+copetterson@users.noreply.github.com>
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 <so@bjerk.io>

* 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 <flemming@bjerk.io>

* 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 <flemming@bjerk.io>

* 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 <so@bjerk.io>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Xillians <sandra.toftemo@bjerk.io>

---------

Co-authored-by: Flemming Møller Pedersen <flemming@bjerk.io>
Co-authored-by: FlemmingMP <FlemmingMP@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Simen A. W. Olsen <so@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <154523534+FlemmingMP@users.noreply.github.com>
Co-authored-by: Carl Oscar Petterson <144008196+copetterson@users.noreply.github.com>
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 <sandra.toftemo@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <flemming@bjerk.io>
Co-authored-by: FlemmingMP <FlemmingMP@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Simen A. W. Olsen <so@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <154523534+FlemmingMP@users.noreply.github.com>
Co-authored-by: Carl Oscar Petterson <144008196+copetterson@users.noreply.github.com>
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 <sandra.toftemo@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <flemming@bjerk.io>
Co-authored-by: FlemmingMP <FlemmingMP@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Simen A. W. Olsen <so@bjerk.io>
Co-authored-by: Flemming Møller Pedersen <154523534+FlemmingMP@users.noreply.github.com>
Co-authored-by: Carl Oscar Petterson <144008196+copetterson@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant