CINXE.COM

Housing & Food Services - UW HFS

<!DOCTYPE html> <html lang="en-us"> <head><title> Housing &amp; Food Services - UW HFS </title><meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta http-equiv="X-UA-Compatible" content="IE=edge" /> <!-- Google web fonts --> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700" /><link href="https://fonts.googleapis.com/css?family=Encode+Sans+Condensed:600,900" rel="stylesheet" /> <!-- Leverage Kentico's stylesheet caching for our static file --> <link href="/CMSPages/GetResource.ashx?stylesheetfile=~/App_Themes/HFSExtranet/CSS/style.css" type="text/css" rel="stylesheet" /> <!-- Bootstrap --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/javascript"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous" type="text/javascript"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous" type="text/javascript"></script> <!-- Object-fit hack for IE. (Reads CSS font-family property for implied object-fit value) --> <script src="/App_Themes/HFSExtranet/Scripts/libs/ofi.min.js" type="text/javascript"></script> <!-- FontAwesome icon font --> <script src="https://use.fontawesome.com/766985c871.js" type="text/javascript"></script> <style> .fa.fa-twitter { font-family: sans-serif; } .fa.fa-twitter::before { content: "饾晱"; font-size: 1.1em; } .fa-tiktok { display: inline-block; width: 18px; height: 18px; --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23000' d='M448 209.91a210.06 210.06 0 0 1-122.77-39.25v178.72A162.55 162.55 0 1 1 185 188.31v89.89a74.62 74.62 0 1 0 52.23 71.18V0h88a121.18 121.18 0 0 0 1.86 22.17A122.18 122.18 0 0 0 381 102.39a121.43 121.43 0 0 0 67 20.14Z'/%3E%3C/svg%3E"); background-color: currentColor; -webkit-mask-image: var(--svg); mask-image: var(--svg); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 100% 100%; mask-size: 100% 100%; position: relative; left: 8px; top: 2px; } footer a{ color:white!important; } </style> <script type="text/javascript"> $(function () { objectFitImages(); // function resides in ofi.min.js. (See above) var mobileMenuButton = $('#mobile-menu'), mobileNavMenu = $('#mobile-nav'), mobileSearchInput = $('#mobile-search'), desktopSearchButton = $('#desktop-search'), desktopSearchPane = $('#desktop-search-pane'), desktopSearchInput = $('#desktop-search-input'); // Toggle mobile menu when button is clicked, retaining collapse status for desktop search input. mobileMenuButton.click(function () { desktopSearchPane.toggleClass('d-none'); mobileNavMenu.toggleClass('d-none'); mobileSearchInput.focus(); }); // Toggle desktop search pane when button is clicked, retaining collapse status for mobile menu. desktopSearchButton.click(function () { mobileNavMenu.toggleClass('d-none'); desktopSearchPane.toggleClass('d-none'); desktopSearchInput.focus(); }); // Mirror input from one field to the other desktopSearchInput.bind('keypress keyup', function () { mobileSearchInput.val($(this).val()); }); mobileSearchInput.bind('keypress keyup', function () { desktopSearchInput.val($(this).val()); }); // Switch inputs and retain search value between breakpoints desktopSearchInput.bind('blur', function () { mobileSearchInput.focus(); }); mobileSearchInput.bind('blur', function () { desktopSearchInput.focus(); }); $(window).resize(function () { if ($(window).width() >= 992 && $('#mobile-search').is(':focus')) { $('#desktop-search-input').focus(); var tmpStr = $('#desktop-search-input').val(); $('#desktop-search-input').val(''); $('#desktop-search-input').val(tmpStr); } else if ($(window).width() < 992 && $('#desktop-search-input').is(':focus')) { $('#mobile-search').focus(); var tmpStr = $('#mobile-search').val(); $('#mobile-search').val(''); $('#mobile-search').val(tmpStr); } }); mobileSearchInput.keypress(function (e) { if (e.which == 13) { window.location.href = '/Search?q=' + mobileSearchInput.val().replace(' ', '+'); return false; } }); desktopSearchInput.keypress(function (e) { if (e.which == 13) { window.location.href = '/Search?q=' + desktopSearchInput.val().replace(' ', '+'); return false } }); if ($(location).attr('hostname').indexOf('v-cms-00') >= 0) { $('header').removeClass('background-purple'); $('header').addClass('background-gray-dark'); } $('.btn-nav').each(function () { $(this).html('<div class="btn-nav-text">' + $(this).text() + '</div><div class="btn-nav-chevron"><span class="fa fa-angle-right" aria-hidden="true"></span></div>'); }); $('button[title="Calendar"] i').each(function () { $(this).replaceWith('<i class="fa fa-calendar"></i>'); }); // Show a modal warning users that they are on the test site unless they have clicked the "stay on test site" button. const stayOnTestSiteUntilDttm = localStorage.getItem('stayOnTestSiteUntilDttm'); if ($(location).attr('hostname').indexOf('twww') >= 0 && (stayOnTestSiteUntilDttm == null || stayOnTestSiteUntilDttm < new Date().getTime())) { $('#testSiteModal').modal({ backdrop: 'static', show: true }); } }); </script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async="async" src="https://www.googletagmanager.com/gtag/js?id=G-29JYF25HLW" type="text/javascript"></script> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-29JYF25HLW'); </script> </head> <body> <div id="testSiteModal" class="modal" tabindex="-1"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title">Warning!</h5> </div> <div class="modal-body"> <p>This is the <strong>TEST</strong> UW HFS website. Content on this site may be in pre-production, outdated, or not accurately reflect UW HFS amenities, prices, and policies.</p> <p><em>By choosing "stay on the test site", you will not see this message again for 7 days.</em></p> </div> <div class="modal-footer"> <button type="button" class="btn btn-primary" onclick="window.location.href = 'https://hfs.uw.edu'">Return to the UW HFS site</button> <!-- If the user clicks this button, we will set a localStorage variable to prevent this modal from showing for 7 days. --> <button type="button" class="btn btn-outline-danger" data-dismiss="modal" onclick="localStorage.setItem('stayOnTestSiteUntilDttm', new Date().getTime() + 86400000 * 7);">Stay on the test site</button> </div> </div> </div> </div> <form method="post" action="/Home" id="aspnetForm"> <div class="aspNetHidden"> <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="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" /> </div> <script type="text/javascript"> //<![CDATA[ var theForm = document.forms['aspnetForm']; if (!theForm) { theForm = document.aspnetForm; } function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } //]]> </script> <script src="/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZOBSAESYM-wlpd_hlR9dXfosE6rIKUQiopYYd6z-tUzsBpgVtVLCONSnKsrrDrN7zg2&amp;t=638627955619783110" type="text/javascript"></script> <input type="hidden" name="lng" id="lng" value="en-US" /> <script src="/CMSPages/GetResource.ashx?scriptfile=%7e%2fCMSScripts%2fWebServiceCall.js" type="text/javascript"></script> <script type="text/javascript"> //<![CDATA[ function PM_Postback(param) { if (window.top.HideScreenLockWarningAndSync) { window.top.HideScreenLockWarningAndSync(1080); } if(window.CMSContentManager) { CMSContentManager.allowSubmit = true; }; __doPostBack('ctl00$ctl00$MasterPreBody$CMSPortalManager$am',param); } function PM_Callback(param, callback, ctx) { if (window.top.HideScreenLockWarningAndSync) { window.top.HideScreenLockWarningAndSync(1080); }if (window.CMSContentManager) { CMSContentManager.storeContentChangedStatus(); };WebForm_DoCallback('ctl00$ctl00$MasterPreBody$CMSPortalManager$am',param,callback,ctx,null,true); } //]]> </script> <script src="/ScriptResource.axd?d=NJmAwtEo3Ipnlaxl6CMhvjRxTlclrGnuelruyuv37MuvNMwt7tbsmaL1R3K3ZDBwWuunz--qzzip3PadJFc6Z3a4WYpspHY8c9xsS_xZxeugj7Ekq-LgtggaTguWTVDu8rfhg_ivZc1ZEqJ5m2sFj0QT9eAWo5xkBOCu-8nbKQc1&amp;t=2a9d95e3" type="text/javascript"></script> <script src="/ScriptResource.axd?d=dwY9oWetJoJoVpgL6Zq8OMcUMCbwLhBZAMqRlQFQPxJMi-ZHcOEvA-ymGBoVDW-_uLRDP1ID4Lem9u9QPKzqDHg4m2_IIXxcwMvy_6B6NuzWD2l9L_MKVjTG3eirza1qc8UWIM8lf6SfZQJscNmygtSR3QL7ScPB0AtpQRil1jU1&amp;t=2a9d95e3" type="text/javascript"></script> <script type="text/javascript"> //<![CDATA[ var CMS = CMS || {}; CMS.Application = { "language": "en", "imagesUrl": "/CMSPages/GetResource.ashx?image=%5bImages.zip%5d%2f", "isDebuggingEnabled": false, "applicationUrl": "/", "isDialog": false, "isRTL": "false" }; //]]> </script> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="F40F2B70" /> </div> <script type="text/javascript"> //<![CDATA[ Sys.WebForms.PageRequestManager._initialize('ctl00$ctl00$MasterPreBody$manScript', 'aspnetForm', ['tctl00$ctl00$MasterPreBody$ctxM',''], [], [], 90, 'ctl00$ctl00'); //]]> </script> <div id="ctl00_ctl00_MasterPreBody_ctxM"> </div> <a style="position:absolute;z-index:999;" class="p-3 background-gray-light sr-only sr-only-focusable" href="#mainContent">Skip to main content</a> <header class="d-block background-purple"> <div class="container"> <div class="row"> <div class="col-12"> <a id="logo" href="/"> <img id="logo-svg" src="/App_Themes/HFSExtranet/SVGs/Logo.svg" aria-hidden="true" alt="University of Washington Housing & Food Services" /> </a> <a id="mobile-menu" href="#"> <span class="fa fa-bars"></span> </a> </div> </div> <nav aria-label="Mobile Navigation"> <ul class="row d-none" id="mobile-nav"> <li class="col-12"> <div role="search" aria-label="Mobile Search"> <label class="sr-only" for="mobile-search">Search HFS</label> <input id="mobile-search" type="text" class="form-control" placeholder="What can we help you find?" /> </div> </li> <li class="col-12"> <a class="col-12" href="/Live">Live</a> </li> <li class="col-12"> <a href="/Experience">Experience</a> </li> <li class="col-12"><a href="/Eat">Eat</a></li> <li class="col-12"> <a href="/Explore">Explore</a> </li> </ul> </nav> </div> <div id="desktop-search-pane" class="d-none" role="search" aria-label="Search"> <label class="sr-only" for="desktop-search-input">Serach HFS</label> <input id="desktop-search-input" class="background-gray-light" type="text" placeholder="What can we help you find?" /> </div> <nav> <ul id="desktop-nav"> <li><a href="/Live">Live</a></li> <li class="boundless-slash" aria-hidden="true"></li> <li><a href="/Eat">Eat</a></li> <li class="boundless-slash" aria-hidden="true"></li> <li><a href="/Experience">Experience</a></li> <li class="boundless-slash" aria-hidden="true"></li> <li><a href="/Explore">Explore</a></li> <li class="boundless-slash" aria-hidden="true"></li> <li><a id="desktop-search" href="#" aria-label="Search HFS"><span class="fa fa-search"></span></a></li> </ul> </nav> </header> <main id="mainContent"> <style> .preheader { text-transform: uppercase; font-weight: 600; color: #4b2e83; line-height: initial; margin-bottom: initial; font-size: initial; font-family: unset; // initial sets this to the browser default on some browsers } </style> <div class="container"> <div class="row justify-content-center"> <div class="col-12"> <h2 class="preheader">Housing & Food Services</h2> <h1 class="m-0">UW Student Housing & Dining</h1> </div> </div> </div> <style> .lphero--content-container { margin: 1.5rem 0; } @media (min-width: 768px) { .lphero--container { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; } .lphero--container::before { display: block; content: ""; padding-top: 75%; } .lphero--image { position: absolute; top: 0px; bottom: 0px; left: 0px; width: 100%; height: 100%; object-fit: cover; } .lphero--content-container { position: absolute; margin: 0; top: 0; right: 0; width: 480px; max-width: 100%; max-height: 100%; padding: 1.5rem; } .lphero--content { width: 100%; height: 100%; background-color: rgba(255,255,255,0.85); padding: 1.5rem; } @media (min-width: 1200px) { .lphero--container::before { padding-top: 50%; } } } </style> <div class="container"> <div class="row"> <div class="col-12"> <div class="lphero--container"> <img id="ctl00_ctl00_MasterBody_MasterBody_plcZones_lt_zoneMain_HFSExtranet_LandingPageHero_imgLandingPageHeroImage" class="lphero--image" src="getmedia/dedb5c81-05b3-44bf-88f4-efa5b2726386/Home-hero-Nov1523.jpg.aspx?width=1280&amp;height=600&amp;ext=.jpg" alt="A student playing the violin to two people sitting on a blue couch in the Maple Great Room." /> <div class="lphero--content-container"> <div id="ctl00_ctl00_MasterBody_MasterBody_plcZones_lt_zoneMain_HFSExtranet_LandingPageHero_pnlLPHeroContent" class="lphero--content"> <h2>Discover Your New Home</h2> <p>Elevate your college journey with on-campus housing that supports your needs! Discover more than just a room; find a community where you can explore your values, build connections, and uncover your hidden talents. Your life is simplified &ndash; one stop, one bill, one priority: you.</p> <a id="ctl00_ctl00_MasterBody_MasterBody_plcZones_lt_zoneMain_HFSExtranet_LandingPageHero_hplLPHeroButton" class="btn btn-primary btn-nav mt-2" href="Live">Explore living on campus</a> </div> </div> </div> </div> </div> </div><div class="container"><div class="row justify-content-center"><div class="col-12 col-lg-9"><div class="container"><div class="row"><div class="col-12 col-lg-4"><div id="ctl00_ctl00_MasterBody_MasterBody_plcZones_lt_zoneMain_HFSExtranet_RowOneColumn6_HFSExtranet_RowOneColumn6_Column1_HFSExtranet_RowThreeColumns3_HFSExtranet_RowThreeColumns3_Column1_HFSExtranet_Card8_pnlCard" class="card border-0 background-white text-center"> <div id="ctl00_ctl00_MasterBody_MasterBody_plcZones_lt_zoneMain_HFSExtranet_RowOneColumn6_HFSExtranet_RowOneColumn6_Column1_HFSExtranet_RowThreeColumns3_HFSExtranet_RowThreeColumns3_Column1_HFSExtranet_Card8_pnlCardBody" class="card-body"> <p><img alt="Icon Independence" src="/getmedia/0e1e8609-0836-4973-acfe-acc3148982d7/Home-Icon-Independence-100.jpg.aspx" /></p> <h2>89%</h2> <p>of residents agree that living on campus enhanced their ability to live independently.</p> </div> </div></div><div class="col-12 col-lg-4"><div id="ctl00_ctl00_MasterBody_MasterBody_plcZones_lt_zoneMain_HFSExtranet_RowOneColumn6_HFSExtranet_RowOneColumn6_Column1_HFSExtranet_RowThreeColumns3_HFSExtranet_RowThreeColumns3_Column2_HFSExtranet_Card9_pnlCard" class="card border-0 background-white text-center"> <div id="ctl00_ctl00_MasterBody_MasterBody_plcZones_lt_zoneMain_HFSExtranet_RowOneColumn6_HFSExtranet_RowOneColumn6_Column1_HFSExtranet_RowThreeColumns3_HFSExtranet_RowThreeColumns3_Column2_HFSExtranet_Card9_pnlCardBody" class="card-body"> <p><img alt="Icon: Respect" src="/getmedia/a0802e77-60ed-4b6e-bdff-e5ff4e832e4a/Home-Icon-Respect-100.jpg.aspx" /></p> <h2>91%</h2> <p>of residents were satisfied with peers&rsquo; respect for each other&rsquo;s individual differences.</p> </div> </div></div><div class="col-12 col-lg-4"><div id="ctl00_ctl00_MasterBody_MasterBody_plcZones_lt_zoneMain_HFSExtranet_RowOneColumn6_HFSExtranet_RowOneColumn6_Column1_HFSExtranet_RowThreeColumns3_HFSExtranet_RowThreeColumns3_Column3_HFSExtranet_Card10_pnlCard" class="card border-0 background-white text-center"> <div id="ctl00_ctl00_MasterBody_MasterBody_plcZones_lt_zoneMain_HFSExtranet_RowOneColumn6_HFSExtranet_RowOneColumn6_Column1_HFSExtranet_RowThreeColumns3_HFSExtranet_RowThreeColumns3_Column3_HFSExtranet_Card10_pnlCardBody" class="card-body"> <p><img alt="Icon: Safety" src="/getmedia/1b8506e4-3562-4d34-a1f8-fb54d66f423b/Home-Icon-Safety-100.jpg.aspx" /></p> <h2>95%</h2> <p>of residents feel safe in their Residence Hall room.</p> </div> </div></div></div></div><hr /> <p style="text-align: center;"><em>From the Autumn Resident Survey, 2021</em></p> </div></div></div><div class="container"><div class="row justify-content-center"><div class="col-12 col-lg-9"><h2>Over 9,000 students choose to live on campus because</h2> <p><strong>We are the UW</strong>. Whether you want to pay for housing with a financial aid transfer, participate in a study-abroad program or graduate midyear, we support your academic success.</p> <p><strong>All-inclusive pricing</strong>. Internet, cable, water, heat and garbage/recycling are all included in our <a href="/housing-agreements/Rates">rates</a>.</p> <p><strong>Location, location, location</strong>. Residence Halls and Apartments are on or close to campus, saving you commuting time! Your <a href="/Eat">dining options</a> are just a minute or so away.</p> <p><strong>No first and last</strong>. That&#39;s right! There&rsquo;s no first-and-last months&rsquo; payment required.</p> <p><strong>An easy lease</strong>. You&rsquo;ll enjoy an <a href="/housing-agreements">individual lease</a> which means you can share a room or apartment with friends but without the worry of financial obligations with others.</p> <p><strong>Ready, set, go</strong>. Our <a href="/Live/Undergraduate-Communities">rooms and apartments</a> come furnished and ready for move-in&mdash;and there&rsquo;s plenty of opportunity to personalize your space.</p> <p><strong>Live with the Pack</strong>. Be part of an academic community where your fellow residents are UW students.</p> </div></div></div><div class="container"><div class="row justify-content-center"><div class="col-12 col-lg-9"><h2>What it&#39;s like to live on campus</h2> <p>Come along with one of our Housing Ambassadors and learn what makes every #HuskyHome special.</p> <p><div class="embed-responsive embed-responsive-16by9"> <div class="embed-responsive-item"> <iframe type="text/html" width="425" height="355" src="//www.youtube.com/embed/HQ2BiY1FqCA?t=2s&amp;wmode=transparent&amp;fs=0&amp;rel=0&amp;enablejsapi=1&amp;version=3" frameborder="0" allowfullscreen="allowfullscreen"></iframe> </div> </div></p> </div></div></div><div class="container"><div class="row justify-content-center"><div class="col-12 col-lg-9"><h2>Amenities for residents</h2> <ul> <li> <p>Three&nbsp;residential dining venues&mdash;Local Point, Center Table, and Cultivate</p> </li> <li>Three&nbsp;student community centers&mdash;Area 01, The 8 and The MILL</li> <li>Fitness Center West</li> <li>Two District Market grocery stores, one on West and one on North Campus</li> </ul> <p>Discover all the&nbsp;<a href="/live-on-campus/Amenities">amenities for residents</a>.</p> <h2>UW Dining serves more than great meals</h2> <p>Our <a href="/Eat/Resident-Dining">resident dining program</a> is all about choices. Students living on campus can eat at any of our dining locations and use their Residence Hall or Apartment dining plans. Whether you live on West Campus or North Campus, there are food, beverage and grocery options nearby.</p> <p>Our commitment to students provides jobs where they can <a href="/Experience/Student-Jobs">learn new skills</a>, and our campus catering&nbsp;program gives back to our residents.&nbsp;<a href="/Eat">Learn more about UW Dining</a>&nbsp;including our responsible approach to sustainability and nutrition.</p> </div></div></div><div class="container"><div class="row"><div class="col-12 col-md-6"><div id="ctl00_ctl00_MasterBody_MasterBody_plcZones_lt_zoneMain_HFSExtranet_RowTwoColumns_HFSExtranet_RowTwoColumns_Column1_HFSExtranet_Card5_pnlCard" class="card border-0 background-gray-light"> <div id="ctl00_ctl00_MasterBody_MasterBody_plcZones_lt_zoneMain_HFSExtranet_RowTwoColumns_HFSExtranet_RowTwoColumns_Column1_HFSExtranet_Card5_pnlCardHeader" class="card-img-top embed-responsive embed-responsive-16by9"> <img id="ctl00_ctl00_MasterBody_MasterBody_plcZones_lt_zoneMain_HFSExtranet_RowTwoColumns_HFSExtranet_RowTwoColumns_Column1_HFSExtranet_Card5_imgCardHeader" class="embed-responsive-item" src="getmedia/58134dcc-c0d3-44e4-96a8-238f02e6b047/Live-slide-04.jpg.aspx?width=800&amp;height=281&amp;ext=.jpg" alt="A person typing on a laptop." /> </div> <div id="ctl00_ctl00_MasterBody_MasterBody_plcZones_lt_zoneMain_HFSExtranet_RowTwoColumns_HFSExtranet_RowTwoColumns_Column1_HFSExtranet_Card5_pnlCardBody" class="card-body"> <h3 class="card-title">Access your housing account and dining plan</h3><p>MyHFS is the secure portal to your housing and dining accounts.&nbsp;Once logged in you can make a payment, adjust your dining level, or authorize a guest&nbsp;to access your HFS account.</p> </div> <div id="ctl00_ctl00_MasterBody_MasterBody_plcZones_lt_zoneMain_HFSExtranet_RowTwoColumns_HFSExtranet_RowTwoColumns_Column1_HFSExtranet_Card5_pnlCardFooter" class="card-footer bg-transparent pt-0 pb-4 border-top-0"> <a id="ctl00_ctl00_MasterBody_MasterBody_plcZones_lt_zoneMain_HFSExtranet_RowTwoColumns_HFSExtranet_RowTwoColumns_Column1_HFSExtranet_Card5_hplCardFooterButton" class="btn btn-nav btn-primary" href="https://myhfs.housing.uw.edu/myhfs" target="_blank">Go to My HFS</a> </div> </div></div><div class="col-12 col-md-6"><div id="ctl00_ctl00_MasterBody_MasterBody_plcZones_lt_zoneMain_HFSExtranet_RowTwoColumns_HFSExtranet_RowTwoColumns_Column2_HFSExtranet_Card6_pnlCard" class="card border-0 background-gray-light"> <div id="ctl00_ctl00_MasterBody_MasterBody_plcZones_lt_zoneMain_HFSExtranet_RowTwoColumns_HFSExtranet_RowTwoColumns_Column2_HFSExtranet_Card6_pnlCardHeader" class="card-img-top embed-responsive embed-responsive-16by9"> <img id="ctl00_ctl00_MasterBody_MasterBody_plcZones_lt_zoneMain_HFSExtranet_RowTwoColumns_HFSExtranet_RowTwoColumns_Column2_HFSExtranet_Card6_imgCardHeader" class="embed-responsive-item" src="getmedia/4fd36ed9-4c52-44c4-8e78-89090c1915c7/Husky-Card-on-desk-card.jpg.aspx?width=800&amp;height=533&amp;ext=.jpg" alt="A UW student ID card of mascot &quot;Dubs.&quot;" /> </div> <div id="ctl00_ctl00_MasterBody_MasterBody_plcZones_lt_zoneMain_HFSExtranet_RowTwoColumns_HFSExtranet_RowTwoColumns_Column2_HFSExtranet_Card6_pnlCardBody" class="card-body"> <h3 class="card-title">Husky Card鈥攜our key to campus</h3><p>The official identification card for UW students, including services such as your Husky Card account, access to your building and transportation.</p> </div> <div id="ctl00_ctl00_MasterBody_MasterBody_plcZones_lt_zoneMain_HFSExtranet_RowTwoColumns_HFSExtranet_RowTwoColumns_Column2_HFSExtranet_Card6_pnlCardFooter" class="card-footer bg-transparent pt-0 pb-4 border-top-0"> <a id="ctl00_ctl00_MasterBody_MasterBody_plcZones_lt_zoneMain_HFSExtranet_RowTwoColumns_HFSExtranet_RowTwoColumns_Column2_HFSExtranet_Card6_hplCardFooterButton" class="btn btn-nav btn-primary" href="Husky-Card-Services" target="_blank">Get my Husky Card</a> </div> </div></div></div></div><div class="container"><div class="row justify-content-center"><div class="col-12 col-lg-9"><h2 style="text-align: center;">Feel safe while you explore your independence</h2> </div></div></div> <div class="container"> <div class="row justify-content-center my-2"> <div class="align-items-center col-12 col-lg-9"> <div class="d-flex align-items-center col-12 col-lg-12"> <div class="owl-carousel owl-theme" id="owl-carousel"> <div class="item"> <div class="inner"> <p class="lead text-center mb-1">&quot;I appreciate that I am learning to live more independently.&quot;</p> <p class="text-center text-uppercase small"> <strong> Raven C. </strong> <span class="font-weight-light">,&nbsp;First-year student</span> </p> </div> </div> <div class="item"> <div class="inner"> <p class="lead text-center mb-1">&quot;I feel safe and at home here on campus.&quot;</p> <p class="text-center text-uppercase small"> <strong> Abigail F. </strong> <span class="font-weight-light">,&nbsp;Junior</span> </p> </div> </div> <div class="item"> <div class="inner"> <p class="lead text-center mb-1">&quot;I appreciate the independence that my apartment space provides.&quot;</p> <p class="text-center text-uppercase small"> <strong> Caitlin N. </strong> <span class="font-weight-light">,&nbsp;Senior</span> </p> </div> </div> </div> </div> </div> </div> </div> <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js" type="text/javascript"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.css" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.css" /> <style> .owl-carousel .owl-nav button:focus { outline: none; } .owl-carousel .owl-nav button:focus span { color: black; } .ImageCaption { margin-top: -60px; text-align: center; width: 100%; color: #fff; padding-bottom: 20px; padding-top: 20px; background-color: rgba(0, 0, 0, .7); } .owl-carousel .item { height: 10rem; text-align: center; padding: 1rem; display: flex; align-items: center; justify-content: center; } .item .inner { display: inline-block; } .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav { position: absolute; left: 20px; top: 50%; /*background-color: var(--base-color) !important;*/ display: block; padding: 0 .3em !important; font-size: 3em; margin: 0; /*cursor: pointer;*/ color: black; transform: translate(-50%, -50%); } .owl-nav span:hover { color: #000; background: none; } .owl-nav span { color: #85754d; } .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav { position: absolute; right: -23px; top: 50%; /*background-color: var(--base-color) !important;*/ display: block; padding: 0 .3em !important; font-size: 3em; margin: 0; /*cursor: pointer;*/ color: black; transform: translate(-50%, -50%); } .carousel-inner { margin: auto; /*width: max-content*/ } .owl-theme .owl-nav [class*=owl-]:hover { background: none !important; } </style> <script type="text/javascript"> $(document).keydown(function (e) { if (e.keyCode == 37) { // Left arrow key $("#owl-carousel").trigger('prev.owl.carousel'); } else if (e.keyCode == 39) { // Right arrow key $("#owl-carousel").trigger('next.owl.carousel'); } }); $(document).ready(function () { var owl = $('.owl-carousel'); owl.owlCarousel({ loop: true, margin: 10, nav: true, items: 1, }); }); </script> <!-- <div class="carousel slide" data-ride="carousel" id="carouselQuotes"> <div class="carousel-inner"> <div class="carousel-item active"> <p class="lead text-center mb-1">&quot;<asp:Literal ID="litQuote1Content" />&quot;</p> <p class="text-center text-uppercase small"><strong><asp:Literal ID="litQuote1Name" /></strong><span class="font-weight-light">,&nbsp;<asp:Literal ID="litQuote1Caption" /></span></p> </div> <div class="carousel-item"> <p class="lead text-center mb-1">&quot;<asp:Literal ID="litQuote2Content" />&quot;</p> <p class="text-center text-uppercase small"><strong><asp:Literal ID="litQuote2Name" /></strong><span class="font-weight-light">,&nbsp;<asp:Literal ID="litQuote2Caption" /></span></p> </div> <div class="carousel-item"> <p class="lead text-center mb-1">&quot;<asp:Literal ID="litQuote3Content" />&quot;</p> <p class="text-center text-uppercase small"><strong><asp:Literal ID="litQuote3Name" /></strong><span class="font-weight-light">,&nbsp;<asp:Literal ID="litQuote3Caption" /></span></p> </div> </div> <ol class="carousel-indicators"> <li class="active" data-slide-to="0" data-target="#carouselQuotes">&nbsp;</li> <li data-slide-to="1" data-target="#carouselQuotes">&nbsp;</li> <li data-slide-to="2" data-target="#carouselQuotes">&nbsp;</li> </ol> </div> --> <div class="container"><div class="row justify-content-center"><div class="col-12 col-lg-9"><p style="text-align: center;"><img alt="# Husky Home" src="/getmedia/cc3dcaca-3832-448f-84a6-4c360ee71cb1/Husky-Home-wordmark-web.png.aspx?width=600&amp;height=54" style="width: 600px; height: 54px;" /></p> </div></div></div> </main> <footer class="background-purple small"> <div class="mainfooter"> <div class="container"> <div class="row"> <div class="d-none d-lg-block col-lg-3 pt-1"> <img src="/App_Themes/HFSExtranet/SVGs/Signature.svg" style="width: 85%" alt="University of Washington Housing & Food Services" /> </div> <div class="col-md-3 col-lg-2"> <p class="mb-0"> <strong>HFS</strong><br /> <a href="/Contact-Us">Contact Us</a><br /> <a href="/About">About HFS</a><br /> <a href="/Staff-Jobs">Staff Jobs</a><br /> <a href="/Meeting-and-Event-Space">Meeting Space</a><br /> <a href="/Summer-Conference-Center">Conference Services</a><br /> <a href="/Seattle-Intern-Housing">Intern Housing</a> </p> </div> <div class="col-md-4 col-lg-4 pt-4 pt-md-0"> <p class="mb-0"> <strong>UW</strong><br /> <a href="https://wellbeing.uw.edu/" target="_blank">Husky Health &amp; Wellbeing</a><br /> <a href="https://my.uw.edu/" target="_blank">MyUW</a><br /> <a href="https://www.washington.edu/studentlife/" target="_blank">Student Life</a><br /> <a href="https://depts.washington.edu/uwdrs/" target="_blank">Disability Resources for Students</a><br /> <a href="https://www.washington.edu/accessibility/" target="_blank">Accessible Technology</a><br /> <a href="https://green.uw.edu/inform" target="_blank">Sustainability</a> </p> </div> <div class="col-md-5 col-lg-3 pt-4 pt-md-0"> <p class="mb-2"> <strong>CONNECT WITH US</strong> </p> <p class="mb-2"> <a class="d-inline-block" href="https://www.facebook.com/UWHFS" aria-label="HFS on Facebook" target="_blank"> <span class="fa-stack fa-lg"> <span class="fa fa-circle fa-stack-2x"></span> <span class="fa fa-facebook fa-stack-1x fa-inverse"></span> </span> </a> <a class="d-inline-block" href="https://www.instagram.com/uwdining" aria-label="UW Dining on Instagram" target="_blank"> <span class="fa-stack fa-lg"> <span class="fa fa-circle fa-stack-2x"></span> <span class="fa fa-instagram fa-stack-1x fa-inverse"></span> </span> </a> <a class="d-inline-block" href="https://twitter.com/uofwhfs" aria-label="HFS on Twitter" target="_blank"> <span class="fa-stack fa-lg"> <span class="fa fa-circle fa-stack-2x"></span> <span class="fa fa-twitter fa-stack-1x fa-inverse"></span> </span> </a> <a class="d-inline-block" href="https://www.youtube.com/user/UWHFS" aria-label="HFS on YouTube" target="_blank"> <span class="fa-stack fa-lg"> <span class="fa fa-circle fa-stack-2x"></span> <span class="fa fa-youtube-play fa-stack-1x fa-inverse"></span> </span> </a> <a class="d-inline-block" href="https://www.linkedin.com/company/uw-housing-food-services" aria-label="HFS on LinkedIn" target="_blank"> <span class="fa-stack fa-lg"> <span class="fa fa-circle fa-stack-2x"></span> <span class="fa fa-linkedin-square fa-stack-1x fa-inverse"></span> </span> </a> <a class="d-inline-block" href="https://www.tiktok.com/@uwhfs" aria-label="HFS on Tiktok" target="_blank"> <span class="fa-stack fa-lg"> <span class="fa fa-circle fa-stack-2x"></span> <span class="fa fa-tiktok fa-stack-1x fa-inverse"></span> </span> </a> </p> <p class="mb-0"> 1045 NE Campus Parkway<br /> Seattle, WA 98105 | <a href="mailto:hfsinfo@uw.edu">hfsinfo@uw.edu</a> </p> </div> </div> </div> </div> <div class="subfooter"> <div class="container"> <div class="row"> <div class="col-12 col-md-6 col-lg-9 mb-3 mb-md-0" style="color:white"> &copy;&nbsp;2025 HOUSING &amp; FOOD SERVICES | UNIVERSITY OF WASHINGTON </div> <div class="col-4 col-md-2 col-lg-1"> <a href="https://www.washington.edu/online/privacy" target="_blank">PRIVACY</a> </div> <div class="col-4 col-md-2 col-lg-1"> <a href="https://www.washington.edu/online/terms" target="_blank">TERMS</a> </div> <div class="col-4 col-md-2 col-lg-1"> <a href="/Site-Map">SITE MAP</a> </div> </div> </div> </div> </footer> <script type="text/javascript"> //<![CDATA[ WebServiceCall('/cmsapi/webanalytics', 'LogHit', '{"NodeAliasPath":"/home","DocumentCultureCode":"en-US","UrlReferrer":""}') //]]> </script> <script type="text/javascript"> //<![CDATA[ var callBackFrameUrl='/WebResource.axd?d=beToSAE3vdsL1QUQUxjWdYZNw57WIV8RT-LyqGXzlj5kTwcog_7eeslKAhgjAvYVqDcy5TigwnTn08-blA_oKA2&t=638627955619783110'; WebForm_InitCallback();//]]> </script> </form> <script src="https://www.washington.edu/static/alert.js" type="text/javascript"></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10