diff --git a/_includes/footer.html b/_includes/footer.html index 1ba042b..a657b36 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -6,5 +6,5 @@ - + \ No newline at end of file diff --git a/_includes/sidebar.html b/_includes/sidebar.html index bc122a0..ba120da 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -18,8 +18,9 @@ {% for subitem in sorted_pages %} {% assign sub_path_parts = subitem.url | split: '/' %} {% if sub_path_parts.size == 3 and subitem.name == 'index.md' and sub_path_parts[1] == 'projects' %} + {% assign menuentry = subitem.title | downcase %} {% endif %} {% endfor %}
  • Imprint
  • + + + \ No newline at end of file diff --git a/_sass/components/_form.scss b/_sass/components/_form.scss index d659c51..2f8321f 100644 --- a/_sass/components/_form.scss +++ b/_sass/components/_form.scss @@ -34,7 +34,7 @@ color: inherit; display: block; outline: 0; - padding: 0 1em; + padding: 0 0.5em; text-decoration: none; width: 100%; diff --git a/_sass/layout/_sidebar.scss b/_sass/layout/_sidebar.scss index 396f60f..26b82a1 100644 --- a/_sass/layout/_sidebar.scss +++ b/_sass/layout/_sidebar.scss @@ -10,6 +10,10 @@ form { @include icon; position: relative; + margin-top: _size(top-margin); + margin-left: _size(side-margin); + margin-right: _size(side-margin); + font-family: _font(family-heading); &:before { @include vendor('transform', 'scaleX(-1)'); @@ -17,7 +21,7 @@ content: '\f002'; cursor: default; display: block; - font-size: 1.5em; + font-size: 1em; height: calc(#{_size(element-height)} / 1.375); line-height: calc(#{_size(element-height)} / 1.375); opacity: 0.325; diff --git a/_sass/libs/_vars.scss b/_sass/libs/_vars.scss index 547543e..a9d89d1 100644 --- a/_sass/libs/_vars.scss +++ b/_sass/libs/_vars.scss @@ -11,8 +11,8 @@ // Size. $size: ( - border-radius: 0.375em, - element-height: 2.75em, + border-radius: 0em, + element-height: 2em, element-margin: 2em, sidebar-width: 26em, sidebar-width-alt: 24em, diff --git a/projects/memories/index.md b/projects/memories/index.md index 9aeb2fe..65ef356 100644 --- a/projects/memories/index.md +++ b/projects/memories/index.md @@ -3,7 +3,7 @@ title: Memories description: Design Practice 1 X Tangible Interaction time: Summer 2025 layout: projects -menu-order: 0 +menu-order: 1 --- During the summer term 2025, an interdisciplinary course at the University of Applied Sciences Dresden brought together Master’s students from Design and Computer Science to explore the possibilities of Tangible Interaction. At the start of the course, students were given a short-term project titled "Memories", designed to quickly immerse them in the topic. The challenge was to create a tangible device that enables users to store, recall, or generate memories through physical interaction. Working in small, interdisciplinary teams, students developed rapid prototypes that not only introduced them to core concepts of Tangible Interaction, but also helped them get to know each other, establish workflows, and lay the groundwork for collaboration throughout the rest of the course. The resulting projects—also presented on this website—reflect the diversity of approaches and the creative potential of combining design and technology from the very beginning.