<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:media="http://search.yahoo.com/mrss/"
	
	>

<channel>
	<title>Amalia Attias</title>
	<link>https://amaliaattias.com</link>
	<description>Amalia Attias</description>
	<pubDate>Wed, 20 Jan 2021 20:32:52 +0000</pubDate>
	<generator>https://amaliaattias.com</generator>
	<language>en</language>
	
		
	<item>
		<title>Home</title>
				
		<link>https://amaliaattias.com/Home</link>

		<pubDate>Fri, 15 Nov 2019 20:28:28 +0000</pubDate>

		<dc:creator>Amalia Attias</dc:creator>

		<guid isPermaLink="true">https://amaliaattias.com/Home</guid>

		<description></description>
		
	</item>
		
		
	<item>
		<title>About</title>
				
		<link>https://amaliaattias.com/About</link>

		<pubDate>Fri, 15 Nov 2019 20:28:29 +0000</pubDate>

		<dc:creator>Amalia Attias</dc:creator>

		<guid isPermaLink="true">https://amaliaattias.com/About</guid>

		<description>&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; ABOUT


&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;




	
	Amalia Attias recently recieved a BFA in Furniture at the Rhode Island School of Design, Class of 2020.
</description>
		
	</item>
		
		
	<item>
		<title>Contact</title>
				
		<link>https://amaliaattias.com/Contact</link>

		<pubDate>Wed, 21 Nov 2018 00:03:48 +0000</pubDate>

		<dc:creator>Amalia Attias</dc:creator>

		<guid isPermaLink="true">https://amaliaattias.com/Contact</guid>

		<description>&#38;nbsp;
amaliattias@gmail.com &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; Providence RI &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;&#38;nbsp;︎&#38;nbsp;amaliaattias&#38;nbsp;

 
    
      var ifr = document.getElementById("JotFormIFrame-91374688467171");
      if(window.location.href &#38;&#38; window.location.href.indexOf("?") &#62; -1) {
        var get = window.location.href.substr(window.location.href.indexOf("?") + 1);
        if(ifr &#38;&#38; get.length &#62; 0) {
          var src = ifr.src;
          src = src.indexOf("?") &#62; -1 ? src + "&#38;" + get : src  + "?" + get;
          ifr.src = src;
        }
      }
      window.handleIFrameMessage = function(e) {
        if (typeof e.data === 'object') { return; }
        var args = e.data.split(":");
        if (args.length &#62; 2) { iframe = document.getElementById("JotFormIFrame-" + args[(args.length - 1)]); } else { iframe = document.getElementById("JotFormIFrame"); }
        if (!iframe) { return; }
        switch (args[0]) {
          case "scrollIntoView":
            iframe.scrollIntoView();
            break;
          case "setHeight":
            iframe.style.height = args[1] + "px";
            break;
          case "collapseErrorPage":
            if (iframe.clientHeight &#62; window.innerHeight) {
              iframe.style.height = window.innerHeight + "px";
            }
            break;
          case "reloadPage":
            window.location.reload();
            break;
          case "loadScript":
            var src = args[1];
            if (args.length &#62; 3) {
                src = args[1] + ':' + args[2];
            }
            var script = document.createElement('script');
            script.src = src;
            script.type = 'text/javascript';
            document.body.appendChild(script);
            break;
          case "exitFullscreen":
            if      (window.document.exitFullscreen)        window.document.exitFullscreen();
            else if (window.document.mozCancelFullScreen)   window.document.mozCancelFullScreen();
            else if (window.document.mozCancelFullscreen)   window.document.mozCancelFullScreen();
            else if (window.document.webkitExitFullscreen)  window.document.webkitExitFullscreen();
            else if (window.document.msExitFullscreen)      window.document.msExitFullscreen();
            break;
        }
        var isJotForm = (e.origin.indexOf("jotform") &#62; -1) ? true : false;
        if(isJotForm &#38;&#38; "contentWindow" in iframe &#38;&#38; "postMessage" in iframe.contentWindow) {
          var urls = {"docurl":encodeURIComponent(document.URL),"referrer":encodeURIComponent(document.referrer)};
          iframe.contentWindow.postMessage(JSON.stringify({"type":"urls","value":urls}), "*");
        }
      };
      if (window.addEventListener) {
        window.addEventListener("message", handleIFrameMessage, false);
      } else if (window.attachEvent) {
        window.attachEvent("onmessage", handleIFrameMessage);
      }
      


</description>
		
	</item>
		
		
	<item>
		<title>Project Nav copy</title>
				
		<link>https://amaliaattias.com/Project-Nav-copy</link>

		<pubDate>Fri, 24 Apr 2020 19:04:50 +0000</pubDate>

		<dc:creator>Amalia Attias</dc:creator>

		<guid isPermaLink="true">https://amaliaattias.com/Project-Nav-copy</guid>

		<description>Index &#38;nbsp; &#38;nbsp; Next ︎</description>
		
	</item>
		
		
	<item>
		<title>Marked Desk</title>
				
		<link>https://amaliaattias.com/Marked-Desk</link>

		<pubDate>Fri, 15 Nov 2019 20:28:29 +0000</pubDate>

		<dc:creator>Amalia Attias</dc:creator>

		<guid isPermaLink="true">https://amaliaattias.com/Marked-Desk</guid>

		<description>Marked desk


&#60;img width="770" height="1154" width_o="770" height_o="1154" data-src="https://freight.cargo.site/t/original/i/cf1d6a6e3269c0991e801915b2e28b45d812049b6ca8ca034121030dd85298ac/Interior-Design-Salone-del-Mobile-Marked-chair-RISD-Stefano_Pedrelli.jpg" data-mid="54811384" border="0" data-scale="100" src="https://freight.cargo.site/w/770/i/cf1d6a6e3269c0991e801915b2e28b45d812049b6ca8ca034121030dd85298ac/Interior-Design-Salone-del-Mobile-Marked-chair-RISD-Stefano_Pedrelli.jpg" /&#62;


	&#60;img width="900" height="1125" width_o="900" height_o="1125" data-src="https://freight.cargo.site/t/original/i/95f6f91b7a18e4aa95cd65b98305f6b3aa18329e63dbec167a2d884e438afcef/Amalia-Attias-CHAIR-Small.jpg" data-mid="54811392" border="0" data-scale="100" src="https://freight.cargo.site/w/900/i/95f6f91b7a18e4aa95cd65b98305f6b3aa18329e63dbec167a2d884e438afcef/Amalia-Attias-CHAIR-Small.jpg" /&#62;
	&#60;img width="4606" height="5758" width_o="4606" height_o="5758" data-src="https://freight.cargo.site/t/original/i/d0a93da28e12a33c90d44362de5643569e0d8981ec5e65d0ad090e2a6b0257ae/_AAA0695-Amalia-Attias-BFA-2020-FURN-2522.jpg" data-mid="62050090" border="0" data-scale="100" src="https://freight.cargo.site/w/1000/i/d0a93da28e12a33c90d44362de5643569e0d8981ec5e65d0ad090e2a6b0257ae/_AAA0695-Amalia-Attias-BFA-2020-FURN-2522.jpg" /&#62;

&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; 

&#60;img width="7360" height="4912" width_o="7360" height_o="4912" data-src="https://freight.cargo.site/t/original/i/4fb0f5560119c99aa3cc81c98ba77a5dfe705ba1a4c202ffdbddbe1dcc83f939/_AAA0692-Amalia-Attias-BFA-2020-FURN-2522.jpg" data-mid="62050105" border="0"  src="https://freight.cargo.site/w/1000/i/4fb0f5560119c99aa3cc81c98ba77a5dfe705ba1a4c202ffdbddbe1dcc83f939/_AAA0692-Amalia-Attias-BFA-2020-FURN-2522.jpg" /&#62;

	

&#60;img width="4912" height="6140" width_o="4912" height_o="6140" data-src="https://freight.cargo.site/t/original/i/0236cc820eb70b2e10f1503dce0201c007dbf6ee8e8c9dfe68673b03cf509840/_AAA0691-Amalia-Attias-BFA-2020-FURN-2522.jpg" data-mid="62050126" border="0" data-scale="100" src="https://freight.cargo.site/w/1000/i/0236cc820eb70b2e10f1503dce0201c007dbf6ee8e8c9dfe68673b03cf509840/_AAA0691-Amalia-Attias-BFA-2020-FURN-2522.jpg" /&#62;
	

&#60;img width="480" height="600" width_o="480" height_o="600" data-src="https://freight.cargo.site/t/original/i/4b2f20e1cf3c23a357b02a63de9210aecbb79aa2b3e945f396f5582b3d18abfc/Amalia-Attias-CHAIR-Back.jpg" data-mid="54817855" border="0" data-scale="100" src="https://freight.cargo.site/w/480/i/4b2f20e1cf3c23a357b02a63de9210aecbb79aa2b3e945f396f5582b3d18abfc/Amalia-Attias-CHAIR-Back.jpg" /&#62;
&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;



From Interior Design Magazine: 15 Young Design Talents to Watch from Salone del Mobile
“Marked Desk” is also featured in Architectural Digest
VENTURA FUTURE at BASE Milano &#124; April 9-14
RISD X MILAN 2019&#38;nbsp;︎ Ventura Future 2019

and will be on display during the ICFF in NYC, May 19 - 22, 2019.</description>
		
	</item>
		
		
	<item>
		<title>Tessellation Seat</title>
				
		<link>https://amaliaattias.com/Tessellation-Seat</link>

		<pubDate>Fri, 15 Nov 2019 20:28:30 +0000</pubDate>

		<dc:creator>Amalia Attias</dc:creator>

		<guid isPermaLink="true">https://amaliaattias.com/Tessellation-Seat</guid>

		<description>Tessellation seatFall 2019



	
	
	
	
	

&#60;img width="4032" height="3024" width_o="4032" height_o="3024" data-src="https://freight.cargo.site/t/original/i/91824a850104f25013f5a2772bbc6c5158e4675990c280c2386aac191a802c66/IMG_5243.JPG" data-mid="55230703" border="0"  src="https://freight.cargo.site/w/1000/i/91824a850104f25013f5a2772bbc6c5158e4675990c280c2386aac191a802c66/IMG_5243.JPG" /&#62;
&#60;img width="4032" height="3024" width_o="4032" height_o="3024" data-src="https://freight.cargo.site/t/original/i/0746402519ef9f92839c3257def5880dea92f65bd6677d6d6015cd5a36b716df/IMG_5230.JPG" data-mid="55230695" border="0"  src="https://freight.cargo.site/w/1000/i/0746402519ef9f92839c3257def5880dea92f65bd6677d6d6015cd5a36b716df/IMG_5230.JPG" /&#62;
&#60;img width="4032" height="3024" width_o="4032" height_o="3024" data-src="https://freight.cargo.site/t/original/i/69dab0a43f68797437ae0876a4800531b30a15bbb2f0e93e203b1ff824d2711f/IMG_5233.JPG" data-mid="55230697" border="0"  src="https://freight.cargo.site/w/1000/i/69dab0a43f68797437ae0876a4800531b30a15bbb2f0e93e203b1ff824d2711f/IMG_5233.JPG" /&#62;
&#60;img width="4032" height="3024" width_o="4032" height_o="3024" data-src="https://freight.cargo.site/t/original/i/1fbb240bcfbef5f6151ea8aac44fe60bc48b0afe720a709a4b09fc69ae3f56b1/IMG_5232.JPG" data-mid="55230696" border="0"  src="https://freight.cargo.site/w/1000/i/1fbb240bcfbef5f6151ea8aac44fe60bc48b0afe720a709a4b09fc69ae3f56b1/IMG_5232.JPG" /&#62;
&#60;img width="4032" height="3024" width_o="4032" height_o="3024" data-src="https://freight.cargo.site/t/original/i/630950de0f72d26e5a62051e19eed496b10dbaa741f926b515257ac65512ef7e/IMG_5238.JPG" data-mid="55230700" border="0"  src="https://freight.cargo.site/w/1000/i/630950de0f72d26e5a62051e19eed496b10dbaa741f926b515257ac65512ef7e/IMG_5238.JPG" /&#62;
&#60;img width="4032" height="3024" width_o="4032" height_o="3024" data-src="https://freight.cargo.site/t/original/i/195a9e476958bee39079a8c46c50d9a631eda99ad984a32243f17e0a52bd89dd/IMG_5234.JPG" data-mid="55230698" border="0" data-scale="87" src="https://freight.cargo.site/w/1000/i/195a9e476958bee39079a8c46c50d9a631eda99ad984a32243f17e0a52bd89dd/IMG_5234.JPG" /&#62;
&#60;img width="4032" height="3024" width_o="4032" height_o="3024" data-src="https://freight.cargo.site/t/original/i/c1bbfb32cef6ddc9e304aa001f2b20f6416cca3640cf386b53c309cd6bc0eefd/IMG_5237.JPG" data-mid="55230699" border="0"  src="https://freight.cargo.site/w/1000/i/c1bbfb32cef6ddc9e304aa001f2b20f6416cca3640cf386b53c309cd6bc0eefd/IMG_5237.JPG" /&#62;
&#60;img width="4032" height="3024" width_o="4032" height_o="3024" data-src="https://freight.cargo.site/t/original/i/c94ff669b0b476762b73085a470bbf36fd980124c48f9b258e3583bffab8ecd5/IMG_5242.JPG" data-mid="55230702" border="0"  src="https://freight.cargo.site/w/1000/i/c94ff669b0b476762b73085a470bbf36fd980124c48f9b258e3583bffab8ecd5/IMG_5242.JPG" /&#62;
&#60;img width="4032" height="3024" width_o="4032" height_o="3024" data-src="https://freight.cargo.site/t/original/i/3c290d3218a6f7d01c2ab1874a2f1d63832effa8e6e6cf4390eb35b93355b5a5/IMG_5241.JPG" data-mid="55230701" border="0"  src="https://freight.cargo.site/w/1000/i/3c290d3218a6f7d01c2ab1874a2f1d63832effa8e6e6cf4390eb35b93355b5a5/IMG_5241.JPG" /&#62;
&#60;img width="4032" height="3024" width_o="4032" height_o="3024" data-src="https://freight.cargo.site/t/original/i/d3c0d7aed820f26bf9acc22ad32094442363daa431073e0b56158d5ff2969acc/IMG_5230.JPG" data-mid="55232026" border="0"  src="https://freight.cargo.site/w/1000/i/d3c0d7aed820f26bf9acc22ad32094442363daa431073e0b56158d5ff2969acc/IMG_5230.JPG" /&#62;

&#60;img width="4032" height="3024" width_o="4032" height_o="3024" data-src="https://freight.cargo.site/t/original/i/9f5c8b3b40179f70f7479d0b0904c60852cabb111a9da0be248520b9113bd555/IMG_6859.JPG" data-mid="79466632" border="0"  src="https://freight.cargo.site/w/1000/i/9f5c8b3b40179f70f7479d0b0904c60852cabb111a9da0be248520b9113bd555/IMG_6859.JPG" /&#62;

&#60;img width="4032" height="3024" width_o="4032" height_o="3024" data-src="https://freight.cargo.site/t/original/i/6556049d5d4e6ecc00be366b06a6e7abef36d503f1582d42af0ff3d63c3e57b9/IMG_5221.JPG" data-mid="55231017" border="0"  src="https://freight.cargo.site/w/1000/i/6556049d5d4e6ecc00be366b06a6e7abef36d503f1582d42af0ff3d63c3e57b9/IMG_5221.JPG" /&#62;
	
	

	


	



	
	
&#60;img width="4032" height="3024" width_o="4032" height_o="3024" data-src="https://freight.cargo.site/t/original/i/42383a9f2eca8a56ff0a2b054064586da86c321db4af89a8ac329ca57deaac18/IMG_5191.JPG" data-mid="54996254" border="0" data-rotation="90" src="https://freight.cargo.site/w/1000/i/42383a9f2eca8a56ff0a2b054064586da86c321db4af89a8ac329ca57deaac18/IMG_5191.JPG" /&#62;
&#60;img width="4032" height="3024" width_o="4032" height_o="3024" data-src="https://freight.cargo.site/t/original/i/3211844bdc3a6bdc76f34c71b39cd323999528b8be11bee7af0f813f8ea17171/IMG_5209.JPG" data-mid="54996255" border="0" data-rotation="90" src="https://freight.cargo.site/w/1000/i/3211844bdc3a6bdc76f34c71b39cd323999528b8be11bee7af0f813f8ea17171/IMG_5209.JPG" /&#62;
&#60;img width="4032" height="3024" width_o="4032" height_o="3024" data-src="https://freight.cargo.site/t/original/i/2ceb051905013a516f0b027d1e9b5e097e8168c84419ccaf47211e006ab7a9cf/IMG_5169.JPG" data-mid="54996250" border="0"  src="https://freight.cargo.site/w/1000/i/2ceb051905013a516f0b027d1e9b5e097e8168c84419ccaf47211e006ab7a9cf/IMG_5169.JPG" /&#62;
&#60;img width="4032" height="3024" width_o="4032" height_o="3024" data-src="https://freight.cargo.site/t/original/i/9da103cd3f261de2ef8ec3b29ccc60010256f23c83aeea8315f65d449dd55cc3/IMG_5189.JPG" data-mid="54996253" border="0" data-rotation="90" src="https://freight.cargo.site/w/1000/i/9da103cd3f261de2ef8ec3b29ccc60010256f23c83aeea8315f65d449dd55cc3/IMG_5189.JPG" /&#62;
&#60;img width="4032" height="3024" width_o="4032" height_o="3024" data-src="https://freight.cargo.site/t/original/i/049d265adb90c855cf333c5a869c526bd06769c451df5c7b4adaeb4921813ceb/IMG_4864.JPG" data-mid="54996248" border="0"  src="https://freight.cargo.site/w/1000/i/049d265adb90c855cf333c5a869c526bd06769c451df5c7b4adaeb4921813ceb/IMG_4864.JPG" /&#62;
&#60;img width="4032" height="3024" width_o="4032" height_o="3024" data-src="https://freight.cargo.site/t/original/i/ff096ae138032119fc191c19765431cce97c833c66fedeaf3a16e49a7e840f0f/IMG_4857.JPG" data-mid="54996246" border="0" data-rotation="90" src="https://freight.cargo.site/w/1000/i/ff096ae138032119fc191c19765431cce97c833c66fedeaf3a16e49a7e840f0f/IMG_4857.JPG" /&#62;
&#60;img width="4032" height="3024" width_o="4032" height_o="3024" data-src="https://freight.cargo.site/t/original/i/083d806ce3e5de2014ac4a26f9e12585445f957afa4eddc4d9c41a88fa273db1/IMG_5160.JPG" data-mid="54996249" border="0" data-rotation="90" src="https://freight.cargo.site/w/1000/i/083d806ce3e5de2014ac4a26f9e12585445f957afa4eddc4d9c41a88fa273db1/IMG_5160.JPG" /&#62;
&#60;img width="4032" height="3024" width_o="4032" height_o="3024" data-src="https://freight.cargo.site/t/original/i/d150fc6b237b38969f5323b3eb5bbb75688cf6b6b147e2fb7eaea3521f74288f/IMG_4854.JPG" data-mid="54996244" border="0"  src="https://freight.cargo.site/w/1000/i/d150fc6b237b38969f5323b3eb5bbb75688cf6b6b147e2fb7eaea3521f74288f/IMG_4854.JPG" /&#62;
&#60;img width="4032" height="3024" width_o="4032" height_o="3024" data-src="https://freight.cargo.site/t/original/i/f828233160f4fe512ce6e492f41f59b0a3aa39f6f3ed12516d18d589fd5fe042/IMG_5177.JPG" data-mid="54996251" border="0" data-rotation="90" src="https://freight.cargo.site/w/1000/i/f828233160f4fe512ce6e492f41f59b0a3aa39f6f3ed12516d18d589fd5fe042/IMG_5177.JPG" /&#62;
&#60;img width="4032" height="3024" width_o="4032" height_o="3024" data-src="https://freight.cargo.site/t/original/i/c5e706d54179f41509c523821bf892a32c59309e1a20fdd1f3a2c2f2e9698d59/IMG_4860.JPG" data-mid="54996247" border="0" data-rotation="90" src="https://freight.cargo.site/w/1000/i/c5e706d54179f41509c523821bf892a32c59309e1a20fdd1f3a2c2f2e9698d59/IMG_4860.JPG" /&#62;

	
</description>
		
	</item>
		
		
	<item>
		<title>Tree Table</title>
				
		<link>https://amaliaattias.com/Tree-Table</link>

		<pubDate>Fri, 15 Nov 2019 20:28:31 +0000</pubDate>

		<dc:creator>Amalia Attias</dc:creator>

		<guid isPermaLink="true">https://amaliaattias.com/Tree-Table</guid>

		<description>Tree TableWoodworking 2017



&#60;img width="4912" height="7360" width_o="4912" height_o="7360" data-src="https://freight.cargo.site/t/original/i/10eee18d33598b788513bab10ce009341caf039bc389117efa28c0f75b2e6456/_AAA3884-Amalia-Attias-BFA-2020-FURN-2501.jpg" data-mid="54861533" border="0"  src="https://freight.cargo.site/w/1000/i/10eee18d33598b788513bab10ce009341caf039bc389117efa28c0f75b2e6456/_AAA3884-Amalia-Attias-BFA-2020-FURN-2501.jpg" /&#62;





&#60;img width="4912" height="7360" width_o="4912" height_o="7360" data-src="https://freight.cargo.site/t/original/i/3da42346a4d9c5a3345cd40eb99210acd3349e7da45aad43b057b337e64fe360/_AAA3886-Amalia-Attias-BFA-2020-FURN-2501.jpg" data-mid="54861534" border="0"  src="https://freight.cargo.site/w/1000/i/3da42346a4d9c5a3345cd40eb99210acd3349e7da45aad43b057b337e64fe360/_AAA3886-Amalia-Attias-BFA-2020-FURN-2501.jpg" /&#62;
&#60;img width="4912" height="7360" width_o="4912" height_o="7360" data-src="https://freight.cargo.site/t/original/i/f04d8caa3307b6639905d4f9d4ae054d99f5f5ad392a5bc8ddb1e4e86c4f041f/_AAA3887-Amalia-Attias-BFA-2020-FURN-2501.jpg" data-mid="54861535" border="0"  src="https://freight.cargo.site/w/1000/i/f04d8caa3307b6639905d4f9d4ae054d99f5f5ad392a5bc8ddb1e4e86c4f041f/_AAA3887-Amalia-Attias-BFA-2020-FURN-2501.jpg" /&#62;



</description>
		
	</item>
		
		
	<item>
		<title>Woven Radial</title>
				
		<link>https://amaliaattias.com/Woven-Radial</link>

		<pubDate>Wed, 20 Jan 2021 20:32:52 +0000</pubDate>

		<dc:creator>Amalia Attias</dc:creator>

		<guid isPermaLink="true">https://amaliaattias.com/Woven-Radial</guid>

		<description>Woven Radial

	
	




Spring 2020&#38;nbsp;
	
	

&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;&#60;img width="3024" height="4032" width_o="3024" height_o="4032" data-src="https://freight.cargo.site/t/original/i/2522aebb4a0f84f93b72e5ba9919450ce8d0f5af69c4e1ab291419c85bd1a83b/spiral2.JPG" data-mid="95853564" border="0" data-scale="77" src="https://freight.cargo.site/w/1000/i/2522aebb4a0f84f93b72e5ba9919450ce8d0f5af69c4e1ab291419c85bd1a83b/spiral2.JPG" /&#62;



&#60;img width="2283" height="1908" width_o="2283" height_o="1908" data-src="https://freight.cargo.site/t/original/i/0281f6417f8e787fa666a0fc5cb44ab185cab810b1d204a384ec4833b865161b/Amalia-Attias_Chair-Sketch-.jpg" data-mid="95853952" border="0"  src="https://freight.cargo.site/w/1000/i/0281f6417f8e787fa666a0fc5cb44ab185cab810b1d204a384ec4833b865161b/Amalia-Attias_Chair-Sketch-.jpg" /&#62;&#60;img width="1650" height="1275" width_o="1650" height_o="1275" data-src="https://freight.cargo.site/t/original/i/f57ce0f006c1aaab2e8a2b0a8fcce5ab90bfe8cec676be7ac7d4adc089fcc334/Amalia-Attias_Upcoming-Sketch-1.png" data-mid="95853924" border="0"  src="https://freight.cargo.site/w/1000/i/f57ce0f006c1aaab2e8a2b0a8fcce5ab90bfe8cec676be7ac7d4adc089fcc334/Amalia-Attias_Upcoming-Sketch-1.png" /&#62;&#60;img width="2283" height="1200" width_o="2283" height_o="1200" data-src="https://freight.cargo.site/t/original/i/21560944972580ad320c8475dad938aab2492c2a8a3f4a9d429f6c8fb9ce1513/Amalia-Attias_Upcoming-Sketch-3.jpg" data-mid="95853810" border="0"  src="https://freight.cargo.site/w/1000/i/21560944972580ad320c8475dad938aab2492c2a8a3f4a9d429f6c8fb9ce1513/Amalia-Attias_Upcoming-Sketch-3.jpg" /&#62;

</description>
		
	</item>
		
		
	<item>
		<title>Disassembled Swing</title>
				
		<link>https://amaliaattias.com/Disassembled-Swing</link>

		<pubDate>Sat, 16 Nov 2019 20:56:12 +0000</pubDate>

		<dc:creator>Amalia Attias</dc:creator>

		<guid isPermaLink="true">https://amaliaattias.com/Disassembled-Swing</guid>

		<description>6 Piece benchWoodworking, 2018




	&#60;img width="4971" height="6960" width_o="4971" height_o="6960" data-src="https://freight.cargo.site/t/original/i/3ae26f45a17e2d67de208e1e5de3d9b420c08aa077fefb3886e5fac2db836323/_AAA6673.jpg" data-mid="54861709" border="0"  src="https://freight.cargo.site/w/1000/i/3ae26f45a17e2d67de208e1e5de3d9b420c08aa077fefb3886e5fac2db836323/_AAA6673.jpg" /&#62;
	&#60;img width="5020" height="7028" width_o="5020" height_o="7028" data-src="https://freight.cargo.site/t/original/i/8a245abf0f0e021082a8a9b6d29d590ecf45ba66cc96b79e86e899373aa08932/_AAA6672.jpg" data-mid="54861646" border="0"  src="https://freight.cargo.site/w/1000/i/8a245abf0f0e021082a8a9b6d29d590ecf45ba66cc96b79e86e899373aa08932/_AAA6672.jpg" /&#62;




Disassemblable Swing: Exploring the horizon line&#38;nbsp;
Hardwood Ash With a Walnut stripes and dowels
Seat dimensions: 40” L x 14” W
 &#38;nbsp; &#38;nbsp; &#38;nbsp;&#38;nbsp;




	&#60;img width="5024" height="7033" width_o="5024" height_o="7033" data-src="https://freight.cargo.site/t/original/i/ba0144e95d9d8e808494543fab66283b625946f8e66385926d7fcb02176a3a74/_AAA6674.jpg" data-mid="54861711" border="0"  src="https://freight.cargo.site/w/1000/i/ba0144e95d9d8e808494543fab66283b625946f8e66385926d7fcb02176a3a74/_AAA6674.jpg" /&#62;


	&#60;img width="6877" height="4912" width_o="6877" height_o="4912" data-src="https://freight.cargo.site/t/original/i/23a403d9116f1cb60b3d1549e5b26902b09bc61ca6070fed69cc6d0fa1cf5811/_AAA6675.jpg" data-mid="54861710" border="0"  src="https://freight.cargo.site/w/1000/i/23a403d9116f1cb60b3d1549e5b26902b09bc61ca6070fed69cc6d0fa1cf5811/_AAA6675.jpg" /&#62;

&#60;img width="1912" height="878" width_o="1912" height_o="878" data-src="https://freight.cargo.site/t/original/i/b65470ad462abe83bd4305bf9ee1bb30c06179f3f19f7e9dd14c04afaa61bc57/Screen-Shot-2019-11-19-at-11.15.43-PM.png" data-mid="247046419" border="0"  src="https://freight.cargo.site/w/1000/i/b65470ad462abe83bd4305bf9ee1bb30c06179f3f19f7e9dd14c04afaa61bc57/Screen-Shot-2019-11-19-at-11.15.43-PM.png" /&#62;

</description>
		
	</item>
		
		
	<item>
		<title>Armor</title>
				
		<link>https://amaliaattias.com/Armor</link>

		<pubDate>Wed, 21 Nov 2018 00:09:36 +0000</pubDate>

		<dc:creator>Amalia Attias</dc:creator>

		<guid isPermaLink="true">https://amaliaattias.com/Armor</guid>

		<description>BENTLAMINATION ARMORSpring 2019



&#60;img width="4032" height="3024" width_o="4032" height_o="3024" data-src="https://freight.cargo.site/t/original/i/796e1300ef462ba92b568ae7ceac3977bb66371608c60fd04724164d27a278cb/Armor-2.jpg" data-mid="54925255" border="0"  src="https://freight.cargo.site/w/1000/i/796e1300ef462ba92b568ae7ceac3977bb66371608c60fd04724164d27a278cb/Armor-2.jpg" /&#62;






&#60;img width="4032" height="3024" width_o="4032" height_o="3024" data-src="https://freight.cargo.site/t/original/i/776234590f02402ac8dd046c519fd80d4494257f6510bb19b51f6f86365f5d85/IMG_2354.JPG" data-mid="55229080" border="0" data-scale="30" src="https://freight.cargo.site/w/1000/i/776234590f02402ac8dd046c519fd80d4494257f6510bb19b51f6f86365f5d85/IMG_2354.JPG" /&#62;
&#60;img width="4032" height="3024" width_o="4032" height_o="3024" data-src="https://freight.cargo.site/t/original/i/83f0cd5b0296fa8c9fdf462c2b987289ee028fb6b189feea29e83298be3ff1c3/IMG_2352.JPG" data-mid="55229079" border="0" data-scale="37" src="https://freight.cargo.site/w/1000/i/83f0cd5b0296fa8c9fdf462c2b987289ee028fb6b189feea29e83298be3ff1c3/IMG_2352.JPG" /&#62;


 &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;



&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;&#60;img width="2933" height="3638" width_o="2933" height_o="3638" data-src="https://freight.cargo.site/t/original/i/fe5b020807574c89630aa3fe5ac221ec980578a5f9cb6c2b92284d440240b1d8/Armor-1..jpg" data-mid="54862158" border="0" data-scale="43" src="https://freight.cargo.site/w/1000/i/fe5b020807574c89630aa3fe5ac221ec980578a5f9cb6c2b92284d440240b1d8/Armor-1..jpg" /&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;&#60;img width="3024" height="3684" width_o="3024" height_o="3684" data-src="https://freight.cargo.site/t/original/i/4e5d6fb80626d38379fc735a9878f0827f2355e1d9a6dd00c634f6c0728005af/Models.jpg" data-mid="54862166" border="0" data-scale="44" src="https://freight.cargo.site/w/1000/i/4e5d6fb80626d38379fc735a9878f0827f2355e1d9a6dd00c634f6c0728005af/Models.jpg" /&#62;


 &#38;nbsp; &#38;nbsp; &#38;nbsp;&#38;nbsp;


	
	



&#60;img width="2632" height="3353" width_o="2632" height_o="3353" data-src="https://freight.cargo.site/t/original/i/597c0f4bd3b67dcd25a479f8c999b8a0862067d3675e2916a7b783112b092a76/Armor-3.jpg" data-mid="54862160" border="0"  src="https://freight.cargo.site/w/1000/i/597c0f4bd3b67dcd25a479f8c999b8a0862067d3675e2916a7b783112b092a76/Armor-3.jpg" /&#62;
&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;
 
</description>
		
	</item>
		
	</channel>
</rss>