<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>design on Ashley Kolodziej - Boston Freelance Web Designer</title><link>https://ashleykolodziej.com/categories/design/</link><description>Recent content in design on Ashley Kolodziej - Boston Freelance Web Designer</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><managingEditor>ashley@lastletterdesign.com (Ashley Kolodziej)</managingEditor><webMaster>ashley@lastletterdesign.com (Ashley Kolodziej)</webMaster><copyright>© 2009-2022 Ashley Kolodziej. All rights reserved.</copyright><lastBuildDate>Sun, 26 Jun 2022 00:53:51 +0000</lastBuildDate><atom:link href="https://ashleykolodziej.com/categories/design/index.xml" rel="self" type="application/rss+xml"/><item><title>Exploring circular text in CSS and SVG</title><link>https://ashleykolodziej.com/exploring-circular-text-in-css-and-svg/</link><pubDate>Sun, 26 Jun 2022 00:53:51 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/exploring-circular-text-in-css-and-svg/</guid><description>&lt;p>I decided I&amp;rsquo;m sick of the grid. I want to align some text to a circle.&lt;/p>
&lt;p>As it turns out, it&amp;rsquo;s not so hard to do this with SVG. You don&amp;rsquo;t even need a complicated path element. Just grab yourself a &lt;code>&amp;lt;circle&amp;gt;&lt;/code>, like so:&lt;/p>
&lt;script
data-slug-hash="XWpEdaJ"
data-user="ashleykolodziej"
data-height="650"
data-default-tab="result"
data-theme-id="8862"
class='codepen'
async
src="//codepen.io/assets/embed/ei.js"
>&lt;/script>
&lt;p>With this pen, I wanted to explore depth, so I adjusted the placement, opacity, and size of the text in each circle.&lt;/p>
&lt;script
data-slug-hash="poRLbeg"
data-user="ashleykolodziej"
data-height="650"
data-default-tab="result"
data-theme-id="8862"
class='codepen'
async
src="//codepen.io/assets/embed/ei.js"
>&lt;/script>
&lt;p>And of course, if you know me, you know I&amp;rsquo;m into my colors. So I thought, well, rainbows are sort of a circle too.&lt;/p>
&lt;script
data-slug-hash="gOgeMvJ"
data-user="ashleykolodziej"
data-height="650"
data-default-tab="result"
data-theme-id="8862"
class='codepen'
async
src="//codepen.io/assets/embed/ei.js"
>&lt;/script>
&lt;h2 id="writing-creative-css">Writing creative CSS&lt;/h2>
&lt;p>My best moments in CSS are when I find out something new, and just keep riffing on it endlessly. I&amp;rsquo;ve got a &lt;a href="https://www.bu.edu/cds-faculty/">whole site&lt;/a> dedicated to this rainbow situation here:&lt;/p>
&lt;script
data-slug-hash="VwYagVN"
data-user="ashleykolodziej"
data-height="650"
data-default-tab="result"
data-theme-id="8862"
class='codepen'
async
src="//codepen.io/assets/embed/ei.js"
>&lt;/script>
&lt;p>This is how you learn in design school. You take a piece of paper, and you cut it up and really focus on how the shapes or colors or just one piece of it is interacting with the rest. And then, you figure out the best bits.&lt;/p></description></item><item><title>Decked-Out Dorms and Office Artifacts Design</title><link>https://ashleykolodziej.com/decked-out-dorms-and-office-artifacts-design/</link><pubDate>Fri, 16 Oct 2020 21:00:39 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/decked-out-dorms-and-office-artifacts-design/</guid><description>&lt;p>&lt;strong>Live links&lt;/strong>&lt;/p>
&lt;p>&lt;a href="https://www.bu.edu/today/series/decked-out-dorms/">Decked-Out Dorms Series page link&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://www.bu.edu/articles/2021/decked-out-dorms-lea-namouni/">Decked-Out Dorms Story with hotspot interactivity&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://www.bu.edu/today/series/office-artifacts/">Office Artifacts Series page link&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://www.bu.edu/articles/2022/office-artifacts-andrea-merrill/">Office Artifacts Story with hotspot interactivity&lt;/a>&lt;/p>
&lt;p>&lt;strong>Visual Goals&lt;/strong>&lt;/p>
&lt;p>The BU Today team requested a new look and feel for their Decked-Out Dorms and Office Artifacts series, as well as an updated method of adding hotspots to images that took less manual work than before. Part of what struck me about this series was how creative students got with decorating within university constraints - very punk in my mind. I chose a chunky typeface, angled alignment, and SVG animation to breathe life into the dorm tours.&lt;/p>
&lt;p>&lt;img src="https://www.bu.edu/today/wpassets/articles/2020_dorms_office_artifacts/images/decked-out-dorms.svg" alt="">&lt;/p>
&lt;p>&lt;img src="https://ashleykolodziej.com/img/screen-shot-2022-07-31-at-11.27.02-am.png" alt="">&lt;/p>
&lt;p>&lt;strong>Design portability&lt;/strong>&lt;/p>
&lt;p>I purposefully designed this to have a consistent look and feel across the Office Artifacts series as well, which showcases faculty and staff offices. Both use similar SVG treatments and the same codebase.&lt;/p>
&lt;p>&lt;img src="https://www.bu.edu/today/wpassets/articles/2020_dorms_office_artifacts/images/office-artifacts.svg" alt="">&lt;/p>
&lt;p>&lt;strong>Editing experience&lt;/strong>&lt;/p>
&lt;p>Because of budget constraints, I was unable to build a custom Gutenberg block for this series. However, I did want to make sure that the interface was still somewhat easy to edit for the staff at BU Today, who have some comfort with coding. To do this, I created a JSON object to hold structured information on each hotspot. When the page loads, I used JavaScript to pull in this information and generate the hotspot and lightbox for each hotspot when the user clicks. Some technical challenges here included adding event listeners to dynamically generated content, animating the SVG banner image, and creating an easily editable interface for highly variable content on a minimal budget.&lt;/p>
&lt;p>&lt;img src="https://ashleykolodziej.com/img/fireshot-capture-030-edit-article-%E2%80%B9-boston-university-%E2%80%94-wordpress-id-ashley.cms-devl.bu.edu.png" alt="">&lt;/p></description></item><item><title>Of Hoops &amp; Healing</title><link>https://ashleykolodziej.com/street-basketball/</link><pubDate>Tue, 21 Feb 2017 22:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/street-basketball/</guid><description>&lt;p>&lt;a href="http://www.bu.edu/bostonia/winter-spring17/onaje-woodbine-street-basketball/">View the article on &lt;em>Bostonia&lt;/em>&lt;/a>&lt;/p></description></item><item><title>Boston University School of Education</title><link>https://ashleykolodziej.com/boston-university-school-of-education/</link><pubDate>Tue, 23 Aug 2016 21:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/boston-university-school-of-education/</guid><description>&lt;p>I was responsible for all ux, design, and frontend development work on this website redesign. Select samples of interest are below.&lt;/p>
&lt;p>&lt;a href="https://7pmi5q.axshare.com/#p=faculty&amp;amp;c=1">Low fidelity wireframe in Axure - Faculty Research&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://7pmi5q.axshare.com/#p=explore_programs&amp;amp;c=1">Low fidelity prototype in Axure - Explore Programs&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://web.archive.org/web/20161029153006/http://www.bu.edu:80/sed">Redesigned homepage&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://www.bu.edu/wheelock/academics/explore-programs/">Final Explore Programs tool design&lt;/a> | &lt;a href="https://web.archive.org/web/20161031031210/http://www.bu.edu:80/sed/academics/explore-programs/">archive.org link&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://web.archive.org/web/20161031075035/http://www.bu.edu/sed/research-action">Final Research &amp;amp; Action Page design (archive.org)&lt;/a>
&lt;br>
&lt;a href="https://web.archive.org/web/20160901061606/http://www.bu.edu/sed/research-action/faculty-research/applied-human-development/">Final Faculty Research design (archive.org)&lt;/a>&lt;/p></description></item><item><title>Every Cell Has a Story</title><link>https://ashleykolodziej.com/neil-ganem/</link><pubDate>Wed, 06 Jan 2016 22:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/neil-ganem/</guid><description>&lt;p>I was lucky enough to be able to work with the amazing Joe Chan on this one. After I read this article, one thing stuck out at me, and it stuck out hard: how much dedication do you have to have to look at cells dividing for days on end? I really wanted to capture that and make it the centerpiece of the article.&lt;/p>
&lt;p>If you&amp;rsquo;ve ever sat down, and done something, and then looked up and it&amp;rsquo;s suddenly hours later, you know what I mean when I say you do something like this, and time is different for you. That&amp;rsquo;s what the design for this article is all about. I wanted everything to feel endless and repetitive, but captivating.&lt;/p>
&lt;p>&lt;a href="https://web.archive.org/web/20160222124312/http://www.bu.edu:80/research/articles/cancer-cell-division-neil-ganem/">View article as launched on archive.org&lt;/a> | &lt;a href="https://www.bu.edu/articles/2015/cancer-cell-division-neil-ganem/">Current version&lt;/a>&lt;/p></description></item><item><title>Constitutional Amendments</title><link>https://ashleykolodziej.com/constitutional-amendments/</link><pubDate>Tue, 20 Oct 2015 20:15:30 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/constitutional-amendments/</guid><description>&lt;p>&lt;em>&lt;a href="http://www.bu.edu/bostonia/fall15/constitutional-amendments/">Constitutional Amendments&lt;/a>&lt;/em> is an article about the restoration of the U.S.S. Constitution. I used nautical elements and gentle motion to bring a refined feel to the restoration process. I was also lucky to be able to work with a talented illustrator for a portion of the article.&lt;/p>
&lt;p>&lt;strong>Typography details&lt;/strong>&lt;/p>
&lt;p>&lt;img src="https://ashleykolodziej.com/img/screen-shot-2022-07-31-at-10.16.19-am.png" alt="Sample of the top of the article design.">&lt;/p>
&lt;p>&lt;img src="https://ashleykolodziej.com/img/screen-shot-2022-07-31-at-10.19.25-am.png" alt="">&lt;/p>
&lt;p>&lt;strong>Integration of custom illustrations&lt;/strong>&lt;/p>
&lt;p>&lt;img src="https://ashleykolodziej.com/img/screen-shot-2022-07-31-at-10.19.49-am.png" alt="">&lt;/p>
&lt;p>&lt;a href="http://www.bu.edu/bostonia/fall15/constitutional-amendments/">See the full article here&lt;/a>.&lt;/p></description></item><item><title>Boston University College of Communication</title><link>https://ashleykolodziej.com/college-of-communication/</link><pubDate>Thu, 17 Sep 2015 21:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/college-of-communication/</guid><description>&lt;p>&lt;a href="https://web.archive.org/web/20161021085804/http://www.bu.edu/com/">View final design on archive.org&lt;/a>&lt;/p>
&lt;p>The College of Communication (COM) told me two things: that they tell stories, and that they wanted a pathfinder tool to help incoming freshmen explore various programs.&lt;/p>
&lt;p>Communication is a major that&amp;rsquo;s close to home for me—not because it&amp;rsquo;s my major, but because I worked at a newspaper in college, and I knew so many people in journalism. There&amp;rsquo;s a lot of stigma these days around both communications and art majors. How will you get a job? Are you putting yourself in debt for nothing? Is there even a career out there for you? It wasn&amp;rsquo;t that long since I was out of school. Even if it was, you don&amp;rsquo;t have to go far to find examples lampooning communications and arts degrees online, especially when stacked against STEM degrees. It&amp;rsquo;s a (demonstrably) hard field to break into.&lt;/p>
&lt;p>With these challenges fresh in my mind, I set to creating a site that would address these concerns for parents and students, without losing the vibrant storytelling presence the school is so good at.&lt;/p>
&lt;p>I used the storytelling metaphor extensively to tell the story of graduates&amp;rsquo; success in the real world. COM is unique in that it truly has the numbers and alumni to prove its programs are successful. I chose to showcase these on the &lt;a href="https://web.archive.org/web/20161021085804/http://www.bu.edu/com/">homepage&lt;/a> and recommended pairing successful names and faces with programs to make those numbers more human. All of these drive to &lt;a href="https://web.archive.org/web/20161014065111/http://www.bu.edu/com/academics/degree-programs/">explore programs&lt;/a>, where you can learn more about what the College of Communication is doing in each of its focus areas, or compare degrees within each focus area. The &lt;a href="https://web.archive.org/web/20161023220215/http://www.bu.edu/com/academics/">What We Do&lt;/a> pages showcase COM&amp;rsquo;s continued growth and effort in each area, gathering news, events, media, and faculty research in one area for students and influencers to explore.&lt;/p>
&lt;p>The &lt;a href="https://web.archive.org/web/20150927063330/https://www.bu.edu/com/pathfinder/">pathfinder&lt;/a> shows students how to translate their passions into careers, and drives to the best program COM offers as a first step in each career. I explored a number of ideas in this tool - everything from an &lt;a href="../alchemy-poc/">alchemy clone&lt;/a> where you would combine basic areas of interest to get more specific ones, and eventually build careers from each of the specific interests, to a quiz where &lt;a href="https://ashleykolodziej.com/quiz-img/com-hp-4-path-3.jpg">illustrations change&lt;/a> depending on &lt;a href="../quiz-img/com-hp-4-path-5.jpg">what you hover over&lt;/a>. At one time I was even exploring literal paint mixing as a metaphor, because&amp;hellip; why not? I came to the conclusion after building a quick proof of concept that the alchemy game was too finicky and fun for actual use, and the quiz ran a risk of becoming too focused on personality traits. We eventually settled on a fancy (but functional) filter based around interests. Choose what you love on one side, see what you can do as a career with that on the other. Hence: do what you love &amp;amp; love what you do.&lt;/p>
&lt;p>On the data side of things, I was very interested in exploring ways to find out some additional information about students from the pathfinder. Wouldn&amp;rsquo;t it be interesting to see what &lt;em>other&lt;/em> interests a student might have that you wouldn&amp;rsquo;t expect who enrolls in your program? And which example careers were most alluring? This is trackable with Google Analytics, but it takes some serious thought and planning to structure the data in a meaningful way to content editors. I worked with one of our developers to find a way to send a list of the interests associated with a successful program click back to analytics on the way out as well the career it was associated with. You can also see what top interests are, so content editors can track popular interests over time and tweak filters and careers for the changing job market as necessary.&lt;/p>
&lt;p>This website was recognized with a &lt;a href="http://www.case.org/Awards/Circle_of_Excellence/Previous_Winners/2016_Winners/Websites_2016.html#Sub">Silver 2016 CASE National Circle of Excellence Award&lt;/a>.&lt;/p></description></item><item><title>Boston University Archaeology Department</title><link>https://ashleykolodziej.com/archaeology-department/</link><pubDate>Mon, 13 Jul 2015 21:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/archaeology-department/</guid><description>&lt;p>The &lt;a href="https://web.archive.org/web/20151113151404/http://www.bu.edu/archaeology/">Boston University Archaeology Department&lt;/a> is home to over 100 faculty, staff and students who specialize in and study archaeology. The primary goals of this redesign were to more clearly show their worldwide research &amp;amp; fieldwork, and create connections to students by more clearly showing the wide variety of news and events that were happening in the department. I began by showcasing their stunning photography, and pulling out a mixture of earthy and sky colors to match the scenes without creating an overly academic or &amp;ldquo;stuffy&amp;rdquo; feel.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1920px;">
&lt;img src="https://ashleykolodziej.com/img/fireshot-capture-010-archaeology-web.archive.org.jpg" alt="A before and after comparison of the homepages of the site.">
&lt;/div>
&lt;/div>
&lt;p>I made several content recommendations to make the best use of this small project&amp;rsquo;s budget, including utilizing the available space on the page to speak to the department&amp;rsquo;s unique benefits and provide a clear call to action to learn how to study Archaeology at Boston University.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1920px;">
&lt;img src="https://ashleykolodziej.com/img/arch-homepage.png" alt="Close up of navigation">
&lt;/div>
&lt;/div>
&lt;p>I also recommended several changes to simplify the sitemap and reduce the total number of choices a prospective student needs to read through in the primary navigation from 8 to 4. This helped make it easier to more clearly focus on their Research &amp;amp; Fieldwork page.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1920px;">
&lt;img src="https://ashleykolodziej.com/img/arch-map-detail.png" alt="A detail of a project in the map">
&lt;/div>
&lt;/div>
&lt;p>I then worked with &lt;a href="https://www.google.com/url?sa=t&amp;amp;rct=j&amp;amp;q=&amp;amp;esrc=s&amp;amp;source=web&amp;amp;cd=&amp;amp;cad=rja&amp;amp;uact=8&amp;amp;ved=2ahUKEwjbk-bK2s74AhUWAp0JHXL4AVMQFnoECAQQAQ&amp;amp;url=https%3A%2F%2Fwww.linkedin.com%2Fin%2Feveleensung&amp;amp;usg=AOvVaw1pheqV1E7CCT9f3YJYukGR">Eveleen Sung&lt;/a>, a fantastic developer who went on to work at Microsoft, to design and develop a &lt;a href="https://web.archive.org/web/20151113151404/http://www.bu.edu/archaeology/research-fieldwork">custom Google Map&lt;/a> for the Research &amp;amp; Fieldwork page. The map shows where the department has completed research or fieldwork studies, along with a brief description of the project and an image, if it exists. A user looking for a specific project can also use a list view to quickly browse projects and get information on each.&lt;/p></description></item><item><title>The Club at Rolling Hills</title><link>https://ashleykolodziej.com/rolling-hills/</link><pubDate>Fri, 05 Sep 2014 21:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/rolling-hills/</guid><description>&lt;p>&lt;a href="https://web.archive.org/web/20140925121741/http://www.rhillscc.org/Club/Scripts/Home/home.asp">View website on archive.org&lt;/a>&lt;/p>
&lt;p>I&amp;rsquo;ve never actually been to this place, or to Colorado in general. But when these guys described the area to me and showed me pictures of some of the buildings, it reminded me of home.&lt;/p>
&lt;p>I grew up in Northern Michigan, which is where most people go to vacation and is widely regarded as one of the nicest places you can go in Michigan. We&amp;rsquo;ve got the nation&amp;rsquo;s most picturesque lakeshore and that small-town feel. And more than anything, we have natural wood and mounted antlers and log cabins.&lt;/p>
&lt;p>So. Many. Log cabins.&lt;/p>
&lt;p>So the look and feel on this wasn&amp;rsquo;t a stretch for me. It was everything I was raised in.&lt;/p>
&lt;p>A side note: that mountain texture in the background? Ripped paper. If I remember correctly, I sat at my desk ripping paper like a crazy lady and snapped a photo with my phone. Gotta do what you gotta do though, right?&lt;/p></description></item><item><title>Boston University Fitness and Recreation Center (2014)</title><link>https://ashleykolodziej.com/fitness-and-recreation-center/</link><pubDate>Wed, 04 Jun 2014 21:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/fitness-and-recreation-center/</guid><description>&lt;p>&lt;a href="http://www.bu.edu/fitrec/">View the final design of the main FitRec website&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://myfitrec.bu.edu/wbwsc/webtrac.wsc/wbsplash.html">View the FitRec membership system design&lt;/a>&lt;/p>
&lt;p>Who&amp;rsquo;s the main audience for Boston University&amp;rsquo;s Fitness &amp;amp; Recreation Center?&lt;/p>
&lt;p>Well, yeah, it&amp;rsquo;s sort of the students. But &lt;em>really&lt;/em>, it&amp;rsquo;s faculty and staff, because we pay for memberships and students don&amp;rsquo;t.&lt;/p>
&lt;p>Thus began the long and exhausting process of selling myself on excercising regularly.&lt;/p>
&lt;p>This hadn&amp;rsquo;t gone well in the past for me. I have a famous time, &lt;em>The Time I Exercised&lt;/em>. Similar to &lt;em>The Time I Tried To Clean the Coffeepot Before Drinking the Coffee In It&lt;/em>, it only happened once and it ended disastrously. It began with a Jillian Michaels tape and ended with me hobbling up and down five flights of stairs at about the pace of a snail for a week straight. Why five flights of stairs? At the time, I lived in a fifth floor apartment where the elevator just so happened to break right after I destroyed every muscle in my body (even the unrelated ones!) doing squats.&lt;/p>
&lt;p>So I made a user profile that was basically me - wary and overwhelmed by the choices of equipment in a workout room, a little self-conscious, and big on excuses. Along with me came two other fake users: someone who liked going to the gym and had been active previously, and someone who was too busy for working out. From those, we worked out an information architecture that focused on the activities you could take part in and messaging that welcomes people new to FitRec, and working out in general.&lt;/p>
&lt;p>The colors are fun and inviting and (shamelessly) inspired by workout clothes. The type is clean and bright and friendly. And we chose photos which showcased the wide variety of activities you can participate in at FitRec. Although it is a little more expensive, you can do a &lt;em>lot&lt;/em> there. There&amp;rsquo;s a rock wall, aerial yoga, an olympic pool… you name it, it&amp;rsquo;s there.&lt;/p>
&lt;p>The same look, feel, and flow had to apply to a proprietary CMS and membership system to handle FitRec memberships, as well as FitRec member IDs. Skinning proprietary systems is always a challenge since there are usually some wonky requirements for getting CSS and HTML in, and you don&amp;rsquo;t always have complete control over what comes out the other end. This was no exception.&lt;/p>
&lt;p>As for me? Well, I still don&amp;rsquo;t have a gym membership, but I did manage to get myself a yoga mat and a bag of resistance bands.&lt;/p>
&lt;p>This website was recognized with Silver, Websites: Special Purpose | 2015 CASE District I Communication Awards and Bronze, Websites: Individual Sub-Website | 2015 CASE National Circle of Excellence Awards by the Council for Advancement and Support of Education.&lt;/p></description></item><item><title>Boston University College of Arts &amp; Sciences Impactx2 Campaign</title><link>https://ashleykolodziej.com/impactx2/</link><pubDate>Mon, 12 May 2014 21:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/impactx2/</guid><description>&lt;p>&lt;a href="http://www.bu.edu/cas/impactx2/">Impactx2&lt;/a> was a campaign for Boston University&amp;rsquo;s College of Arts &amp;amp; Sciences which strove to inform donors on the differences that the school makes worldwide, and support the larger &lt;a href="https://www.bu.edu/cas/alumni/giving/">Campaign for the College of Arts &amp;amp; Sciences&lt;/a>. Among the sites provided for inspiration for this project were &lt;a href="https://ashleykolodziej.com/boston-university-discover-campaign-landing-pages/">The World Needs to Know&lt;/a> and the 2013 Dining Sustainability Report.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1920px;">
&lt;img src="https://ashleykolodziej.com/img/impactx2-lead.png" alt="Impactx2 homepage.">
&lt;/div>
&lt;/div>
&lt;p>One of the key goals of the project was to use storytelling and quality content to drive key impact points home to donors. To support this, I began by matching photography which showed human emotion and told unique stories with each impact point&amp;rsquo;s content. Each point has a separate color to help make it clear to the viewer that they&amp;rsquo;ve changed sections.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1920px;">
&lt;img src="https://ashleykolodziej.com/img/impactx2-photos.jpg" alt="Photography and key points were aligned on the page to show the impact the College of Arts &amp;amp; Sciences has made worldwide.">
&lt;/div>
&lt;/div>
&lt;p>As each section changes, content is animated in dynamically for a smooth, single-page experience. The browser history updates seamlessly, and each section can be individually linked to. If JavaScript is not enabled, the website functions normally, with all sections expanded and a persistent navigation which links to each section as a page.&lt;/p>
&lt;p>These sections expand to reveal content which supports the Impactx2 concept—Our Impact, and Your Impact. From there, a potential donor has a clear call to action to donate, and can see a story about how Boston University had a personal impact on a student, faculty member, or staff member.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1920px;">
&lt;img src="https://ashleykolodziej.com/img/impactx2-section.jpg" alt="A closer look at the expanded undergraduate section.">
&lt;/div>
&lt;/div>
&lt;p>All of this leads to the final call to action to site visitors to match the impact that the students, faculty, and staff of the College of Arts and Sciences have already had by giving back to support future impacts—Impactx2.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1920px;">
&lt;img src="https://ashleykolodziej.com/img/impactx2-give.png" alt="The give page. A large, red callout with information on giving draws the viewers&amp;amp;rsquo; eye. A photo of climate change research in an open field with mountains in the distance is in the background.">
&lt;/div>
&lt;/div>
&lt;p>The &lt;a href="http://www.bu.edu/cas/impactx2/">Impactx2 website&lt;/a> was recognized with a Gold, Websites: Fundraising (Annual, Special Campaign) | 2015 CASE District I Communication Awards by the Council for Advancement and Support of Education.&lt;/p></description></item><item><title>Golden Goose Jewelers</title><link>https://ashleykolodziej.com/golden-goose-jewelers/</link><pubDate>Sat, 03 May 2014 00:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/golden-goose-jewelers/</guid><description>&lt;p>A simple, single-page WordPress theme for a local jewelry store. &lt;a href="https://web.archive.org/web/20160304190835/http://www.goldengoosejewelers.com/">View an archived version of the website here&lt;/a>.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1920px;">
&lt;img src="https://ashleykolodziej.com/img/hp1.jpg" alt="Golden Goose Jewelers homepage, featuring a clean, sophisticated one-page design.">
&lt;/div>
&lt;/div></description></item><item><title>Cat Cay Yacht Club</title><link>https://ashleykolodziej.com/cat-cay/</link><pubDate>Sun, 01 Dec 2013 22:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/cat-cay/</guid><description>&lt;p>&lt;a href="https://web.archive.org/web/20141216224403/http://www.catcayyachtclub.com/Club/Scripts/Home/home.asp">Cat Cay Yacht Club&lt;/a> is a private yacht club located on the island of Cat Cay in the Bahamas which strives to provide members with an unparalleled safe and private island experience. The goals of this redesign were to showcase the island’s beauty and the club’s amenities to prospective members, modernize the look and feel to attract a younger demographic, and help prospective members better envision island life.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1920px;">
&lt;img src="https://ashleykolodziej.com/img/catcay-Before-and-Afters---Portfolio.jpg" alt="Before and after: Cat Cay Yacht Club homepage.">
&lt;/div>
&lt;/div>
&lt;p>The original website had a lot of dense text on the page, and although it showcased an island, the photography didn&amp;rsquo;t feel specific to Cat Cay itself. To bolster the brand and acheive the goal of helping prospective members envision island life at Cat Cay, I suggested using their stunning aerial photography as the basis of a map for several interactive tours.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1920px;">
&lt;img src="https://ashleykolodziej.com/img/catcat-1.png" alt="A close up of the Cat Cay home page, with four unique interactive tour hotspots.">
&lt;/div>
&lt;/div>
&lt;p>Each icon represents a different set of unique and comprehensive benefits Cat Cay Yacht Club offers to its members. For example, the tour with a small family icon focuses on not just typical family friendly activities, but safety, security, and even an on-premesis medical facility.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1920px;">
&lt;img src="https://ashleykolodziej.com/img/catcay-2.png" alt="Part of the family-focused interactive tour showcases the unique benefit of a medical facility.">
&lt;/div>
&lt;/div>
&lt;p>Clicking on the drink icon shows a tour focused on nightlife and socialization. Each step of the tour changes the photography in the background, helping visitors picture the island in a variety of situations and times of day.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1920px;">
&lt;img src="https://ashleykolodziej.com/img/catcay-3.png" alt="A picture of a yacht on the island with fireworks in the background serves as the backdrop of a tour focused on fun.">
&lt;/div>
&lt;/div>
&lt;p>At each step, the visitor can choose to either navigate to the next step of the tour using the large call to action at the bottom of the tour page, or independently navigate to a specific area of interest based on icons in the right hand corner.&lt;/p>
&lt;p>Every tour ends with an embedded form and call to action to take a tour, creating a new opportunity to get in touch at the right time.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1920px;">
&lt;img src="https://ashleykolodziej.com/img/catcay-4.png" alt="A membership call to action with an embedded form, sitting over a beautiful, serene beach photograph.">
&lt;/div>
&lt;/div>
&lt;p>A part of what makes Cat Cay Yacht Club so special is that to access it, you fly in on a small plane. Instead of having a plain background, I took the opportunity to integrate this sense of aerial wonder into every page, including content-focused pages. The sky is unobtrusive, but provides texture and a delightful surprise when the user scrolls down to reveal the island&amp;rsquo;s beauty sitewide. An additional call to action to join is placed right near the island, reminding visitors that wherever they are, they could be here.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1920px;">
&lt;img src="https://ashleykolodziej.com/img/catcay-5.png" alt="An interior page for Cat Cay Yacht Club. The background is mostly sky, revealing the island as the user scrolls down.">
&lt;/div>
&lt;/div>
&lt;p>Finally, for those looking for a more permanent move to the island, there are also homes available for sale. To accommodate this, I worked with a developer to integrate and style a sortable and filterable real estate listing which showcases each available home while clearly listing critical details to homebuyers, such as square footage and number of bedrooms and bathrooms.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1920px;">
&lt;img src="https://ashleykolodziej.com/img/catcay-6.jpg" alt="A filterable and sortable real estate listing.">
&lt;/div>
&lt;/div>
&lt;p>This website was recognized with a Outstanding Achievement - Lifestyle | 2013 Interactive Media Awards by the Interactive Media Council.&lt;/p></description></item><item><title>The World Needs to Know Campaign Website</title><link>https://ashleykolodziej.com/boston-university-discover-campaign-landing-pages/</link><pubDate>Fri, 16 Aug 2013 21:30:22 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/boston-university-discover-campaign-landing-pages/</guid><description>&lt;p>&lt;a href="http://www.bu.edu/discover/">The World Needs to Know&lt;/a> was an advertising campaign &lt;a href="https://www.nytimes.com/2011/09/26/business/media/boston-university-advertises-on-a-needs-to-know-basis.html">produced in collaboration with Allen &amp;amp; Gerritsen&lt;/a> to promote Boston University&amp;rsquo;s world-class research and make deans, provosts, and presidents of other universities aware of Boston University&amp;rsquo;s growing rankings, as well as invitation into the &lt;a href="https://www.aau.edu/">Association of American Universities&lt;/a>.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1920px;">
&lt;img src="https://ashleykolodziej.com/img/discover-campaign.png" alt="">
&lt;/div>
&lt;/div>
&lt;p>My role in this project was to take the ad creative and design and develop matching landing pages for each ad to direct to. Each of the seven landing pages focuses on a core area of research, and integrates video, a summary of the research and benefits, and several facts and figures proving Boston University&amp;rsquo;s growing research prominence.&lt;/p>
&lt;p>Key actions the target audience could take next included exploring more areas of research or exploring key news articles, profiles, and centers within the university related to the current page&amp;rsquo;s topic. A &amp;ldquo;Keep reading&amp;rdquo; button, which truncates some of the story, kept the page minimal while providing a way to measure readers&amp;rsquo; interest through analytics, several years before it was a standard pattern in online newspapers and blogs.&lt;/p>
&lt;p>The campaign gained wide recognition, including pieces in &lt;a href="https://www.nytimes.com/2011/09/26/business/media/boston-university-advertises-on-a-needs-to-know-basis.html">The New York Times&lt;/a> and &lt;a href="https://www.bostonmagazine.com/news/2011/09/27/boston-university-ad-campaign-attempts-influence-influencers/">Boston Magazine&lt;/a>.&lt;/p></description></item><item><title>The Citrus Club</title><link>https://ashleykolodziej.com/citrus-club/</link><pubDate>Tue, 13 Aug 2013 21:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/citrus-club/</guid><description>&lt;p>&lt;a href="https://web.archive.org/web/20140102102458/http://www.thecitrusclub.com/Club/Scripts/Home/home.asp">View the website on archive.org&lt;/a>&lt;/p>
&lt;p>I was part of a multi-person design team on this site.&lt;/p>
&lt;p>This website was recognized with a Best in Class - Lifestyle award in the 2013 Interactive Media Awards by the Interactive Media Council.&lt;/p></description></item><item><title>Kleen and Green</title><link>https://ashleykolodziej.com/kleen-and-green/</link><pubDate>Wed, 10 Jul 2013 00:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/kleen-and-green/</guid><description>&lt;p>I was responsible for creating the logo, brand design, information architecture, content strategy, and final design and development of this website.&lt;/p>
&lt;p>&lt;a href="https://web.archive.org/web/20130710085327/http://kleenandgreen.com/">View website on archive.org&lt;/a>&lt;/p></description></item><item><title>It's a Date, I Think</title><link>https://ashleykolodziej.com/its-a-date/</link><pubDate>Wed, 03 Jul 2013 21:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/its-a-date/</guid><description>&lt;p>&lt;a href="http://www.bu.edu/bostonia/summer13/dating/">View the live article on &lt;em>Bostonia&lt;/em>&lt;/a>&lt;/p>
&lt;p>Selected for inclusion in the &lt;a href="http://goo.gl/o7ZH4k">49&lt;!-- raw HTML omitted -->th&lt;!-- raw HTML omitted --> Publication Design Annual&lt;/a>, published by the Society of Publication Designers&lt;/p></description></item><item><title>Boston University Dining Services - 2013 Sustainability Report</title><link>https://ashleykolodziej.com/boston-university-dining-services-2013-sustainability-report/</link><pubDate>Tue, 02 Jul 2013 21:30:39 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/boston-university-dining-services-2013-sustainability-report/</guid><description>&lt;p>I was responsible for all design and development of this infographic-style report.&lt;/p>
&lt;p>&lt;a href="http://www.bu.edu/dining/report2013/">View the live website here.&lt;/a>&lt;/p></description></item><item><title>Cedarland Family Fun Center</title><link>https://ashleykolodziej.com/cedarland/</link><pubDate>Thu, 11 Apr 2013 21:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/cedarland/</guid><description>&lt;p>&lt;a href="https://web.archive.org/web/20130411044720/http://www.cedarland.net/Club/Scripts/Home/home.asp">Cedarland Family Fun Center&lt;/a> is a family-friendly entertainment center in Haverhill, Massachusetts. They offer a wide variety of activities including mini golf, go-karts, bumper boats, batting cages, and more.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1000px;">
&lt;img src="https://ashleykolodziej.com/img/cedarland7.jpg" alt="">
&lt;/div>
&lt;/div>
&lt;p>&lt;a href="https://web.archive.org/web/20130126193615/https://www.cedarland.net/">The original website&lt;/a> was limited in design and content, difficult to navigate, and lacked a sense of fun and community. To address this, I selected a bright and playful color palette to help the website stand out from competitors.&lt;/p>
&lt;p>I also custom animated and illustrated balloons and clouds to represent the fun and excitement of the facility, and give a sense of movement. The animation is subtle enough that it doesn’t distract from the content, but it adds a playful touch that helps users feel like they’re in a fun environment.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1000px;">
&lt;img src="https://ashleykolodziej.com/img/cedarland2.jpg" alt="Customized banner with Play or Plan calls to action.">
&lt;/div>
&lt;/div>
&lt;p>I refocused the homepage to call out directly to the two main tasks a user might want to accomplish on the site: learn what facilities are available on a day to day basis, or plan a party or event for the family, and suggested microcopy that was catchy and memorable to help associate the tasks with Cedarland.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1000px;">
&lt;img src="https://ashleykolodziej.com/img/cedarland4.jpg" alt="A close up of a flag as an active state on the navigation.">
&lt;/div>
&lt;/div>
&lt;p>I used small illustrations, including flag and compass motifs, to integrate the fun outdoor theme throughout the website on the homepage, navigation, and in the footer.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1000px;">
&lt;img src="https://ashleykolodziej.com/img/cedarland6.jpg" alt="A close up of a compass, reinforcing a summer camp theme.">
&lt;/div>
&lt;/div>
&lt;p>The subtle design details throughout the site elevated and evolved their brand identity, cementing Cedarland as a fun place to bring kids and plan parties for families.&lt;/p></description></item><item><title>Bent Tree Country Club</title><link>https://ashleykolodziej.com/bent-tree/</link><pubDate>Sat, 09 Mar 2013 22:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/bent-tree/</guid><description>&lt;p>&lt;a href="https://web.archive.org/web/20130911035604/http://www.benttreecc.org/Club/Scripts/Home/home.asp">Bent Tree Country Club&lt;/a> is a private golf and country club located in the heart of the Raleigh-Durham area. The club is home to a championship golf course, tennis courts, swimming pool, fitness center, dining, and social activities.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1000px;">
&lt;img src="https://ashleykolodziej.com/img/benttree1.jpg" alt="Original Bent Tree homepage design, with interactive tree motif.">
&lt;/div>
&lt;/div>
&lt;p>The goal of this redesign was to create a website that would build community and showcase the club’s amenities. Initially, the club wanted to get away from a traditional feel, and promote community above tradition. I began by creating a custom tree motif based on their logo for the website that would serve as a unifying element throughout the site, reinforce their brand identity, and set them apart from other clubs in the area.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1000px;">
&lt;img src="https://ashleykolodziej.com/img/benttree5.jpg" alt="On hover, a preview of the associated image would show.">
&lt;/div>
&lt;/div>
&lt;p>I used photography to showcase the club’s beautiful natural areas and architecture, and created custom callouts in the shape of leaves to highlight the club’s golf, dining, and social amenities. In the first iteration of this design, when a user would hover over a leaf, it would show a larger version of a photo in the background which helps the user imagine themselves using the amenity they are exploring. along with additional information about what Bent Tree has to offer.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1000px;">
&lt;img src="https://ashleykolodziej.com/img/benttree4.jpg" alt="Callout detail showing a beautiful golf course and describing the unique golf amenities Bent Tree Country Club has to offer.">
&lt;/div>
&lt;/div>
&lt;p>I took care to integrate small details into the final design which would give a sense of depth to the design, such as the cut out leaf motif on the membership page, to give a sense of refinement while maintaining the community and brand integration. Throughout the design, I suggested microcopy for banners which aligned with the club&amp;rsquo;s brand identity.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1000px;">
&lt;img src="https://ashleykolodziej.com/img/benttree6.jpg" alt="The interruption of the tree motif in an otherwise static space helped reinforce the brand identity of Bent Tree.">
&lt;/div>
&lt;/div>
&lt;p>Ultimately, &lt;a href="https://web.archive.org/web/20130911035604/http://www.benttreecc.org/Club/Scripts/Home/home.asp">the club asked that I go in a more traditional direction&lt;/a>, closer to their original color palette, so as not to alienate existing members, and simplify the design. I was able to accommodate this by removing the tree motif, emphasizing texture, and changing from a green-based color palette to a more traditional gold palette.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1000px;">
&lt;img src="https://ashleykolodziej.com/img/benttreefinal.png" alt="The final Bent Tree Country Club design I did.">
&lt;/div>
&lt;/div>
&lt;p>Elements in the website that tie the brand together, such as the typography, remained the same. This project is an excellent example of how I was able to pivot mid-design to accommodate a new direction, and still accomplish the project goals on time and on budget.&lt;/p></description></item><item><title>California Athletic Clubs</title><link>https://ashleykolodziej.com/california-athletic-clubs/</link><pubDate>Fri, 01 Mar 2013 22:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/california-athletic-clubs/</guid><description>&lt;p>&lt;a href="https://web.archive.org/web/20130524174546/http://www.caclubs.com:80/Club/Scripts/Home/home.asp">California Athletic Clubs&lt;/a> is a collection of six private athletic clubs along coastal California, including &lt;a href="https://web.archive.org/web/20130426083747/http://abac.caclubs.com/club/scripts/section/section.asp?NS=HP">Avila Bay Athletic Club&lt;/a>, &lt;a href="https://web.archive.org/web/20130619030757/http://hills.caclubs.com/club/scripts/section/section.asp?NS=HP">The Hills Swim &amp;amp; Tennis Club&lt;/a>, &lt;a href="https://web.archive.org/web/20130619030736/http://ovac.caclubs.com/club/scripts/section/section.asp?NS=HP">Ojai Valley Athletic Club&lt;/a>, &lt;a href="https://web.archive.org/web/20130729190118/http://prsc.caclubs.com/club/scripts/section/section.asp?NS=HP">Paso Robles Sports Club&lt;/a>, &lt;a href="https://web.archive.org/web/20130531045301/http://lmac.caclubs.com/club/scripts/section/section.asp?NS=HP">La Madrona Athletic Club&lt;/a>, and &lt;a href="https://web.archive.org/web/20130626222426/http://wac.caclubs.com:80/club/scripts/section/section.asp?NS=HP">Westlake Athletic Club&lt;/a>. The brand unifies these unique clubs and sets them apart by cultivating a friendly and supportive attitude towards health and fitness.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1920px;">
&lt;img src="https://ashleykolodziej.com/img/cac-Before-and-Afters---Portfolio.jpg" alt="Before and after: California Athletic Clubs">
&lt;/div>
&lt;/div>
&lt;p>I worked to solve two key challenges with this major redesign project: maintaining that identity across seven different websites while retaining each club&amp;rsquo;s unique brand identity, and launching seven websites concurrently to ensure a consistent experience for website users.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1920px;">
&lt;img src="https://ashleykolodziej.com/img/cac-Multiples---Portfolio.jpg" alt="Examples of each website&amp;amp;rsquo;s homepage, next to each other.">
&lt;/div>
&lt;/div>
&lt;p>I started by creating a consistent design system which would work both for the California Athletic Clubs website and the individual club sites. This included creating a color palette from each club&amp;rsquo;s individual brand, and adjusting saturation and lightness for each core website color so the brands maintained a cohesive look and feel across each site.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1000px;">
&lt;img src="https://ashleykolodziej.com/img/cac1.jpg" alt="California Athletic Clubs Homepage close up">
&lt;/div>
&lt;/div>
&lt;p>To meet the technical and timing challenge of launching seven websites in tandem, I chose to apply this design system, content strategy, and information architecture to a consistent template which all clubs used as a starting point. I chose a simple, friendly sans-serif for the body copy and headlines, which both reinforced the parent brand&amp;rsquo;s goals and was unobtrusive enough to work cohesively with the varied sub-brands.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1000px;">
&lt;img src="https://ashleykolodziej.com/img/cac3.jpg" alt="The Hills Athletic Club homepage">
&lt;/div>
&lt;/div>
&lt;p>Creating this system allowed me to save time in developing CSS for each individual club. I was able to leverage the same base CSS across clubs, while making small tweaks to color on each component to maintain individual club identity. The end result was a unified, clean experience for users which helped elevate the brand presence of all clubs as a whole.&lt;/p></description></item><item><title>Ballantyne Country Club</title><link>https://ashleykolodziej.com/ballantyne/</link><pubDate>Tue, 01 Jan 2013 22:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/ballantyne/</guid><description>&lt;p>&lt;a href="https://web.archive.org/web/20130901010055/http://www.ballantyneclub.com/Club/Scripts/Home/home.asp">Ballantyne Country Club&lt;/a> is a family-friendly country club that offers a wide range of services to its members and the community. including challenging golfing and beautiful natural area access. Because it is located in one of Charlotte’s most popular neighborhoods, it&amp;rsquo;s easy to access from anywhere in the city and bring the family as well.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1920px;">
&lt;img src="https://ashleykolodziej.com/img/ballantyne-ba.jpg" alt="Before and after: Ballantyne Country Club website">
&lt;/div>
&lt;/div>
&lt;p>While the original website used their brand colors, the bright blue was overwhelming when used as a background color, and the script font and silver background made the website feel a bit heavy and dated. One of the first things I knew I wanted to do was darken the blue a bit at the edges, use it as an accent color, and go to a white background to transform the site from traditional to family-friendly.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1000px;">
&lt;img src="https://ashleykolodziej.com/img/ball1.jpg" alt="A close up of the family and friends banner.">
&lt;/div>
&lt;/div>
&lt;p>When I redesigned this website in 2013, a key goal was to help prospective members better imagine how Ballantyne could fit with and support their family&amp;rsquo;s lifestyle, while better leveraging photography and space on the page. In my original design, I used a special ampersand design to carry through the elegant feel while focusing on the community and family aspects of the club. I also suggested copy for the banner area, and chose images which resonated with the intended tone and goals of the site.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1287px;">
&lt;img src="https://ashleykolodziej.com/img/ball3.jpg" alt="Calls to action">
&lt;/div>
&lt;/div>
&lt;p>I redesigned the homepage to direct the user&amp;rsquo;s attention through two sets of calls to action - one focused on the amenities that would fit a family, and one set of calls to action focused on offerings that supported building lasting friendships. The final call to action leads to membership, effectively introducing new users to benefits before letting them know how to participate.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1287px;">
&lt;img src="https://ashleykolodziej.com/img/ball4.jpg" alt="An interior page">
&lt;/div>
&lt;/div>
&lt;p>I used textures from the club&amp;rsquo;s architectural materials and shadows to provide a sense of warmth and depth throughout the website, even on informational pages.&lt;/p></description></item><item><title>Mira Vista Country Club</title><link>https://ashleykolodziej.com/mira-vista/</link><pubDate>Sat, 01 Dec 2012 22:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/mira-vista/</guid><description>&lt;p>I was responsible for the design and frontend development of this website.&lt;/p>
&lt;p>&lt;a href="https://web.archive.org/web/20130517225144/http://www.miravistacountryclub.com/club/scripts/section/section.asp?NS=HP">View website on archive.org&lt;/a>&lt;/p></description></item><item><title>Navesink Country Club</title><link>https://ashleykolodziej.com/navesink/</link><pubDate>Thu, 01 Nov 2012 21:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/navesink/</guid><description>&lt;p>I was responsible for the design and frontend development of this website.&lt;/p>
&lt;p>&lt;a href="https://web.archive.org/web/20121215074942/http://www.navesinkcc.com/Club/Scripts/Home/home.asp">View website on archive.org&lt;/a>&lt;/p></description></item><item><title>PGA West</title><link>https://ashleykolodziej.com/pga-west/</link><pubDate>Thu, 01 Nov 2012 00:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/pga-west/</guid><description>&lt;p>I was responsible for all design and frontend development of this website.&lt;/p>
&lt;p>&lt;a href="https://web.archive.org/web/20121122035941/http://www.pgawest.com:80/club/scripts/home/home.asp">View the final design on archive.org&lt;/a>&lt;/p></description></item><item><title>Fall River Country Club</title><link>https://ashleykolodziej.com/fall-river/</link><pubDate>Sat, 20 Oct 2012 00:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/fall-river/</guid><description>&lt;p>I was responsible for all design and frontend development of this website.&lt;/p>
&lt;p>&lt;a href="https://web.archive.org/web/20130518210418/http://www.fallrivercc.com/Club/Scripts/Home/home.asp">View website on archive.org&lt;/a>&lt;/p></description></item><item><title>Turner Hill Country Club</title><link>https://ashleykolodziej.com/turner-hill/</link><pubDate>Sat, 01 Sep 2012 21:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/turner-hill/</guid><description>&lt;p>I was responsible for the design and frontend development of this website.&lt;/p>
&lt;p>&lt;a href="https://web.archive.org/web/20130504053110/http://www.turnerhill.com/Club/Scripts/Home/home.asp">View this website on archive.org&lt;/a>&lt;/p></description></item><item><title>Fisher Island Community Association</title><link>https://ashleykolodziej.com/fisher-island-community-association/</link><pubDate>Sun, 01 Jul 2012 21:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/fisher-island-community-association/</guid><description>&lt;p>I was responsible for the design and frontend development of this website.&lt;/p>
&lt;p>&lt;a href="https://web.archive.org/web/20130216065050/http://www.fisherislandfica.com/Club/Scripts/Home/home.asp">View the website on archive.org&lt;/a>&lt;/p></description></item><item><title>Los Altos Country Club</title><link>https://ashleykolodziej.com/los-altos/</link><pubDate>Sun, 01 Jul 2012 21:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/los-altos/</guid><description>&lt;p>I was responsible for design and frontend development of this website.&lt;/p>
&lt;p>&lt;a href="https://web.archive.org/web/20130218234330/http://www.lagcc.com/Club/Scripts/Home/home.asp">View website on archive.org&lt;/a>&lt;/p></description></item><item><title>Manursing Country Club</title><link>https://ashleykolodziej.com/manursing/</link><pubDate>Sat, 16 Jun 2012 21:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/manursing/</guid><description>&lt;p>I was responsible for the design and frontend development of this website.&lt;/p>
&lt;p>&lt;a href="https://web.archive.org/web/20120616035518/http://www.manursing.com/Club/Scripts/Home/home.asp">View website on archive.org&lt;/a>&lt;/p></description></item><item><title>The Commons Club</title><link>https://ashleykolodziej.com/commons-club/</link><pubDate>Mon, 11 Jun 2012 00:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/commons-club/</guid><description>&lt;p>I was responsible for the design and frontend development of this website.&lt;/p>
&lt;p>&lt;a href="https://web.archive.org/web/20130625045331/http://www.thecommonsclub.com/Club/Scripts/Home/home.asp">View website on archive.org&lt;/a>&lt;/p></description></item><item><title>Glenmoor Country Club</title><link>https://ashleykolodziej.com/glenmoor/</link><pubDate>Sat, 09 Jun 2012 00:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/glenmoor/</guid><description>&lt;p>I was responsible for the design and frontend development of this website.&lt;/p>
&lt;p>&lt;a href="https://web.archive.org/web/20130126171157/http://www.glenmoorcc.org/Club/Scripts/Home/home.asp">View website on archive.org&lt;/a>&lt;/p></description></item><item><title>Weddings at Plantation</title><link>https://ashleykolodziej.com/plantation/</link><pubDate>Fri, 01 Jun 2012 21:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/plantation/</guid><description>&lt;p>I was responsible for the design and frontend development of this website.&lt;/p>
&lt;p>&lt;a href="https://web.archive.org/web/20141009172448/http://www.weddingsatplantation.com/Club/Scripts/Home/home.asp">View website on archive.org&lt;/a>&lt;/p></description></item><item><title>Addison Reserve Country Club</title><link>https://ashleykolodziej.com/addison-reserve/</link><pubDate>Fri, 01 Jun 2012 00:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/addison-reserve/</guid><description>&lt;p>&lt;a href="https://web.archive.org/web/20131112131722/http://www.addisonreserve.cc/Club/Scripts/Home/home.asp">Addison Reserve&lt;/a> is a country club in Delray Beach, Florida, that wanted to show off major renovations and tell a new chapter in the club’s story.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1000px;">
&lt;img src="https://ashleykolodziej.com/img/addison1.jpg" alt="A close up of the typography in the callouts on the Addison Reserve website homepage. The overall feel is traditional, but large type helps modernize it.">
&lt;/div>
&lt;/div>
&lt;p>To do this, my teammates and I came up with the concept of taking visitors to the site on a club tour through the homepage. I was tasked with creating wireframes, final mockups, copywriting, and coding of the final site.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1000px;">
&lt;img src="https://ashleykolodziej.com/img/addison2.jpg" alt="A screenshot of the homepage tour. A large button in the middle invites the user to Discover Addison, and is overlaid on top of a picture of the golf course on a sunny day, focusing on a large fountain.">
&lt;/div>
&lt;/div>
&lt;p>The homepage opens with a rotating slideshow, giving a quick visual overview of the club’s offerings. From here, users are invited to “Discover Addison” or use the controls near the bottom of the page to switch slides. The hover state on the large button gives a preview of that tour’s layout and encourages clicking by changing to “Explore”. Panels then open, revealing highlights, video tours, galleries, and links further into the site.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1000px;">
&lt;img src="https://ashleykolodziej.com/img/addison3.jpg" alt="A close up of the golf portion of the tour.">
&lt;/div>
&lt;/div>
&lt;p>Users choose which areas interest them, leading them to relevant sections of the site and increasing the odds of generating leads. Multiple types of content, brief copy, and dynamic layouts between each slide keep the user engaged and informed.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1000px;">
&lt;img src="https://ashleykolodziej.com/img/addison9.jpg" alt="An image of a blockquote on the history page, showing the traditional feel of the typography.">
&lt;/div>
&lt;/div>
&lt;p>On long pages like the History page, the site borrows elements from print design, such as introductory paragraphs and pull quotes. This breaks up the page into manageable chunks of information while showcasing the elegant feel of the facilities.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1000px;">
&lt;img src="https://ashleykolodziej.com/img/addison6.jpg" alt="A close up of marble texture detail in the top header area.">
&lt;/div>
&lt;/div>
&lt;p>Textures such as the gleaming marble, embossed leaves, and cherry wood in the navigation highlight the club’s architectural details.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1000px;">
&lt;img src="https://ashleykolodziej.com/img/addison5.jpg" alt="A membership call to action in the top of the site, sitewide. Serif fonts and marble details are used to match the club&amp;amp;rsquo;s traditional decor.">
&lt;/div>
&lt;/div>
&lt;p>Finally, a constant opportunity to pursue membership lives in the banner image sitewide, ensuring users always have an easy avenue to the main goal of the site.&lt;/p>
&lt;p>This website was recognized with a &lt;a href="https://interactivemediaawards.com/winners/certificate.asp?param=268253&amp;amp;cat=1">Best in Class - Lifestyle | 2012 Interactive Media Awards&lt;/a> by the Interactive Media Council.&lt;/p></description></item><item><title>Ledgemont Country Club</title><link>https://ashleykolodziej.com/ledgemont/</link><pubDate>Thu, 10 May 2012 21:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/ledgemont/</guid><description>&lt;p>I was responsible for the design and frontend development of this website.&lt;/p>
&lt;p>&lt;a href="https://web.archive.org/web/20130503144820/http://www.ledgemontcc.com/Club/Scripts/Home/home.asp">View website on archive.org&lt;/a>&lt;/p></description></item><item><title>Ferncroft Country Club</title><link>https://ashleykolodziej.com/ferncroft/</link><pubDate>Sun, 06 May 2012 00:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/ferncroft/</guid><description>&lt;p>I was responsible for the design and frontend development of this website.&lt;/p>
&lt;p>&lt;a href="https://web.archive.org/web/20130529064602/http://www.ferncroftcc.com/Club/Scripts/Home/home.asp">View website on archive.org&lt;/a>&lt;/p></description></item><item><title>Walpole Country Club</title><link>https://ashleykolodziej.com/walpole-country-club/</link><pubDate>Sun, 01 Apr 2012 21:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/walpole-country-club/</guid><description>&lt;p>I was responsible for the design and frontend development of this website.&lt;/p>
&lt;p>&lt;a href="https://web.archive.org/web/20130714030203/http://www.walpolecc.com/Club/Scripts/Home/home.asp">View website on archive.org&lt;/a>&lt;/p></description></item><item><title>Neptune Cove</title><link>https://ashleykolodziej.com/neptune-cove/</link><pubDate>Wed, 01 Feb 2012 22:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/neptune-cove/</guid><description>&lt;p>&lt;a href="https://web.archive.org/web/20140207211845/http://www.neptunecove.com/">View website on archive.org&lt;/a>&lt;/p>
&lt;p>The Club at Neptune Cove is a sales tool and demo site for MembersFirst. I was responsible for the design of this fictional club’s site, the selection and editing of photography, and for writing taglines to help create the site’s tone and concept.&lt;/p>
&lt;p>Many clubs are looking to attract families without alienating older members. When choosing the direction of the site, I thought long and hard about how to do this and why someone joins a country club. While much of what country clubs offer can be found elsewhere, I realized that it was these experiences combined with a beautiful, high-class environment that make a country club special. “Live the extraordinary life” encompasses this. Each slide on the homepage represents a different type of member “living” the life, imagining themselves in extraordinary positions – a child at sailing lessons imagines himself as the captain of a ship in a great storm, while a golf enthusiast sees himself in the final moments of a championship game. This approach brings humor and accessibility to the site, creating an encouraging and friendly environment for visitors to learn more.&lt;/p>
&lt;p>Photography was carefully selected and edited to emphasize the social and community aspects of the club. Seeing members in action brings a sense of vibrancy and livelihood to the site while emphasizing various club offerings. Warmth and calm is imbued with soft linen and corduroy textures, friendly sans-serif fonts, a subtle hint of the club’s mountainous landscape, and a color palette of cool blues and browns found in the club’s surroundings. Scrolling through the homepage, visitors are offered an overview of the club’s social offerings through a calendar as well as callouts to easily access weddings and events, real estate, or family activities. The footer offers practical information about becoming a member, including an overview of membership options, a reciprocal map, and a form for people to learn more or follow updates on Facebook or Twitter.&lt;/p></description></item><item><title>Yolo Fliers Club</title><link>https://ashleykolodziej.com/yolo-fliers/</link><pubDate>Sun, 01 Jan 2012 22:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/yolo-fliers/</guid><description>&lt;p>I was responsible for the design and frontend development of this website.&lt;/p>
&lt;p>&lt;a href="https://web.archive.org/web/20120610012454/http://www.yolofliers.com/Club/Scripts/Home/home.asp">View website on archive.org&lt;/a>&lt;/p></description></item><item><title>Almaden Valley Athletic Club</title><link>https://ashleykolodziej.com/avac/</link><pubDate>Thu, 01 Dec 2011 22:00:00 +0000</pubDate><author>ashley@lastletterdesign.com (Ashley Kolodziej)</author><guid>https://ashleykolodziej.com/avac/</guid><description>&lt;p>&lt;a href="https://web.archive.org/web/20120427075558/http://www.avac.us/club/scripts/section/section.asp?NS=HOMEA">Almaden Valley Athletic Club&lt;/a> is the premier running and fitness club in San Jose, California. Their goal is to provide members a comfortable, friendly environment for both cardiovascular training and socializing with a selection of fitness equipment and activities that meet everyone&amp;rsquo;s needs.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1920px;">
&lt;img src="https://ashleykolodziej.com/img/avac-ba.jpg" alt="Before and after: Almaden Valley Athletic Club">
&lt;/div>
&lt;/div>
&lt;p>When I redesigned this website in 2011, I immediately saw potential in the movement of their logo that wasn&amp;rsquo;t being drawn out in their current website. Key content strategy changes included content recommendations such as increasing the prominence of hours on the homepage to make them easier for users to find, and introducing search to the website. I also focused on their brand colors, black and blue, and struck a balance between modern and playful elements with a sans-serif typeface next to a chunky script.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1028px;">
&lt;video autoplay loop muted>
&lt;source src="https://ashleykolodziej.com/img/avac-slides.mp4" type="video/mp4">
Your browser does not support the video tag.
&lt;/video>
&lt;/div>
&lt;/div>
&lt;p>To capture the sense of movement that was in the logo in other places in the website, I implemented &lt;a href="https://jquery.malsup.com/cycle2/">jQuery Cycle&lt;/a> and used a combination of the curtain effect and a delay to get the one-by-one movement you see here. The recording above is from archive.org and was taken about a decade later. It&amp;rsquo;s aged relatively well, though the animation timing isn&amp;rsquo;t quite perfect on all slides like it was when I launched it.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 965px;">
&lt;img src="https://ashleykolodziej.com/img/avac-hp-ctas.png" alt="Calls to action showcasing events and amenities in an interactive format.">
&lt;/div>
&lt;/div>
&lt;p>Throughout the homepage, I strove to create a sense of wonder and exploration regarding the club&amp;rsquo;s offerings that would stand out amongst competitors, including a &amp;ldquo;timeline&amp;rdquo; style format for exploring different offerings by age range or activity.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1287px;">
&lt;img src="https://ashleykolodziej.com/img/avac3.jpg" alt="A fitness page.">
&lt;/div>
&lt;/div>
&lt;p>This website used a custom content management system by &lt;a href="https://www.membersfirst.com/">MembersFirst, Inc&lt;/a>. Layouts and content like this were fairly standard at the time, and a big step forward in engaging members in current events, as well as showcasing the wide variety of activities available to prospective members. Some of the technical challenges included slicing HTML into individual chunks which would work in the custom system&amp;rsquo;s templates, and identifying repeatable components.&lt;/p>
&lt;div class="portfolio-scroll">
&lt;div class="portfolio-image" style="max-width: 1287px;">
&lt;img src="https://ashleykolodziej.com/img/avac-lps.jpg" alt="Landing pages for AVAC">
&lt;/div>
&lt;/div>
&lt;p>Later, when the club wanted to create targeted marketing for specific programs, including their tennis program, swim school, and membership, I was able to extend the new design to bright and airy landing pages which highlighted key benefits and drove increased signups using a top of the page form.&lt;/p></description></item></channel></rss>