{"id":3243,"date":"2025-05-30T10:54:55","date_gmt":"2025-05-30T09:54:55","guid":{"rendered":"https:\/\/www.schoolofdesignleeds.com\/ds25\/?p=3243"},"modified":"2025-05-30T10:54:55","modified_gmt":"2025-05-30T09:54:55","slug":"abigail-elder","status":"publish","type":"post","link":"https:\/\/www.schoolofdesignleeds.com\/ds25\/abigail-elder\/","title":{"rendered":"Abigail Elder"},"content":{"rendered":"<div class=\"sitecontainer\">\n<div class=\"pagecontainer\">\n<h4 class=\"homepage-heading-h4\">Degree Show 2025<\/h4>\n<div class=\"postcontainer\">\n<h1 class=\"thestudentpostname\" id=\"studentpostname\">Abigail Elder<\/h1>\n<h3>BA Fashion Design<\/h3>\n<p class=\"studentstatement\">I am a final-year Fashion Design Student. My Portfolio work this year has been inspired by a trip I took to Vietnam and my childhood holidays to Cornwall. My innovation work has been inspired by Biomimicry and organic shapes that exist in nature. My uploads show my final lineups for each collection I have designed.<\/p>\n<div class=\"socialstack\"><span class=\"material-icons md-24\">handshake<\/span><a href=\"#\" target=\"_blank\" rel=\"noopener\">Connect with <span id=\"withme\"><\/span><\/a><\/div>\n<p><!--FILE01 IMG--><\/p>\n<div class=\"mediafileviewer mfvimages\"><img decoding=\"async\" loading =\"lazy\" data-src=\"https:\/\/www.schoolofdesignleeds.com\/ds25\/wp-content\/uploads\/2025\/05\/Abigail-Elder-1_Abigail-Elder.png\" width=\"100%\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1008px; --smush-placeholder-aspect-ratio: 1008\/713;\" \/><\/p>\n<p class=\"mfv-caption\">For my final project, I designed a collection for a brand called Flora. Flora, a brand created by me, is a luxury womenswear fashion brand, focusing on elevated eveningwear, that draws its essence from the principles of biomimicry, capturing the beauty, elegance and innovation found in nature and translating this into fashion. The photographs on the right show my two final outcomes. To construct these outfits, I started with experimentation of shapes and forms inspired by inspirational imagery I had found on the stand. Through this experimentation, I was able to produce two toiles of design outcomes I was happy with. I was then able to begin the process of making the patterns which I then was able to recreate in the real fabric. I chose to approach the construction of my outfits using this innovative technique as it allowed the shapes to form organically and promoted fluidity in my design work, helping to capture the concept in the final outcomes.<\/p>\n<\/div>\n<p><!--FILE02 IMG--><\/p>\n<div class=\"mediafileviewer mfvimages\"><img decoding=\"async\" loading =\"lazy\" data-src=\"https:\/\/www.schoolofdesignleeds.com\/ds25\/wp-content\/uploads\/2025\/05\/Abigail-Elder-2_Abigail-Elder.png\" width=\"100%\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1008px; --smush-placeholder-aspect-ratio: 1008\/713;\" \/><\/p>\n<p class=\"mfv-caption\">This transitional collection I designed for COS is inspired by my holidays to Cornwall as a child. Taking inspiration from sailing boats, different types of knots and sand texture, the development for this collection remains simple and timeless to fit into COS\u2019s brand DNA.<\/p>\n<\/div>\n<p><!--FILE03 IMG--><\/p>\n<div class=\"mediafileviewer mfvimages\"><img decoding=\"async\" loading =\"lazy\" data-src=\"https:\/\/www.schoolofdesignleeds.com\/ds25\/wp-content\/uploads\/2025\/05\/Abigail-Elder-3_Abigail-Elder.png\" width=\"100%\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1008px; --smush-placeholder-aspect-ratio: 1008\/713;\" \/><\/p>\n<p class=\"mfv-caption\">The concept for this collection is inspired by my visit to Vietnam, specifically the Mekong Delta region. Etro is known for its exotic and exuberant prints, mostly in a paisley print. I decided to put my own twist on this and design tropical prints inspired by the flowers and plants featured in the Mekong Delta. Featuring banana leaves, waterlilies, lotus leaves and a combination of all 3 plants, this collection keeps traditional elements through the design of the clothing, with an updated modern twist of the featured print.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><script>\ndocument.getElementById(\"withme\").innerHTML = document.getElementById(\"studentpostname\").innerHTML;\ndocument.addEventListener(\"scroll\", function(){\nvar sitedescription = document.querySelector(\".site-description\");\nvar studenttitle = document.getElementById(\"studentpostname\");\nif(window.pageYOffset > 100){\nsitedescription.classList.add(\"highlightstudentname\");\nsitedescription.innerHTML = studenttitle.innerHTML;\n}\nif(window.pageYOffset < 100){\nsitedescription.classList.remove(\"highlightstudentname\");\nsitedescription.innerHTML = \"School of Design, University of Leeds\";\n}\n});\n\/*Heart a submission\nlet theheart = document.getElementById(\"heartsvg\"); \/\/ assign the SVG class to a variable called theheart\nlet lsheart = localStorage.getItem(\"onheart\"); \/\/ access a key called onheart in LS, and assign it to a variable called lsheart\nlet heartmsg = document.getElementById(\"heartmessage\");\nconst enableheart = () => { \/\/ create a function to colour in the SVG when the SVG is clicked\ntheheart.classList.add(\"activeheart\"); \/\/ tell the function to add a class to the SVG that will add colour\nheartmsg.innerHTML = \"You liked this submission\";\nheartmsg.classList.add(\"addpinkcolor\");\nlocalStorage.setItem(\"onheart\", \"enabled\"); \/\/ activate LS with the key and a value, hereby called enabled\n};\nconst disableheart = () => { \/\/ create a function to remove colour from the SVG when the SVG is clicked\ntheheart.classList.remove(\"activeheart\"); \/\/ tell the function to remove the class from the SVG that added colour\nheartmsg.innerHTML = \"Like this submission\";\nheartmsg.classList.remove(\"addpinkcolor\");\nlocalStorage.setItem(\"onheart\", \"disabled\"); \/\/ activate LS with the same key but a new value, hereby called disabled\n};\nif(lsheart === \"enabled\"){ \/\/ if the LS key has a value of enabled then...\nenableheart(); \/\/ ...run the enableheart function, which adds the class to the SVG\n}\ntheheart.addEventListener(\"click\", function(){ \/\/ when the SVG is clicked...\nlsheart = localStorage.getItem(\"onheart\"); \/\/ ...I think the LS needs to run on itself\nif(lsheart === \"enabled\"){ \/\/ if the LS key has a value of enabled...\ndisableheart(); \/\/ ...run the function that changes the LS value to disabled\n} else { \/\/ otherwise...\nenableheart(); \/\/ ...run the function that changes the LS value to enabled\n}\n});\n*\/\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Degree Show 2025 Abigail Elder BA Fashion Design I am a final-year Fashion Design Student. My Portfolio work this year has been inspired by a trip I took to Vietnam and my childhood holidays to Cornwall. My innovation work has been inspired by Biomimicry and organic shapes that exist in nature. My uploads show my &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.schoolofdesignleeds.com\/ds25\/abigail-elder\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Abigail Elder&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-3243","post","type-post","status-publish","format-standard","hentry","category-ba-fashion-design","entry"],"_links":{"self":[{"href":"https:\/\/www.schoolofdesignleeds.com\/ds25\/wp-json\/wp\/v2\/posts\/3243","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.schoolofdesignleeds.com\/ds25\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.schoolofdesignleeds.com\/ds25\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.schoolofdesignleeds.com\/ds25\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.schoolofdesignleeds.com\/ds25\/wp-json\/wp\/v2\/comments?post=3243"}],"version-history":[{"count":1,"href":"https:\/\/www.schoolofdesignleeds.com\/ds25\/wp-json\/wp\/v2\/posts\/3243\/revisions"}],"predecessor-version":[{"id":3340,"href":"https:\/\/www.schoolofdesignleeds.com\/ds25\/wp-json\/wp\/v2\/posts\/3243\/revisions\/3340"}],"wp:attachment":[{"href":"https:\/\/www.schoolofdesignleeds.com\/ds25\/wp-json\/wp\/v2\/media?parent=3243"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.schoolofdesignleeds.com\/ds25\/wp-json\/wp\/v2\/categories?post=3243"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.schoolofdesignleeds.com\/ds25\/wp-json\/wp\/v2\/tags?post=3243"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}