Skip to content
Get the A’22 app!
New this year—the A’22 app lets you schedule one-on-one appointments with exhibitors, many of whom are bringing their technical experts. Download the app, log in using your registration id and email address, then create your “A’22 My Show Planner” account to get started.
After creating your account, you’ll see your entire schedule—all seminars, events, tours, open studios, and other sessions for which you’ve registered. You’ll also be able to schedule appointments with exhibitors and their technical experts (as mentioned above), as well as save favorite sessions and exhibitors and add your own notes.
Download via Google Play and the Apple App Store.
#consent_blackbar {
position: fixed;
z - index: 1000;
width: 100 %;
bottom: 0;
}
#teconsent {
position: fixed;
z - index: 990;
width: 100 %;
bottom: 0;
color: black;
background-color: white;
text-align: right;
}
.home .inc-text-background-img {padding-top:0px!important}
.home section.signup-box { margin-bottom: 7rem;}
/* .photo-attribution{display:none!important}
@media (max-width: 415px) {
.home .home-wrap {
margin-top: 170px;
background-size: 100%;
background-position: 0 0;
height: auto;
min-height: 200px;
}
}
*/
<!-- scripts for footer
-->
jQuery('li.menu-item-1779 a').attr('target','_blank');
open modal
99 Percent Invisible listeners save $100!
Join us this June in Las Vegas for A’19, the architecture and design event of the year, hosted by Roman Mars. Use promo code 99pi to save $100 on a Full Pass or a One-day Pass.
Terms & conditions
This promotion applies only to new conference registrations for a Full Pass or a One-day Pass, completed by May 24th.
The discount cannot be applied to previously completed registrations. You must use the 99pi promo code to receive the discount. This offer is not transferrable, and it cannot be combined with any other offer.
jQuery(function($) {
$('a.pop-modal').magnificPopup({ type:'inline', mainClass:'sponsor-popup',showCloseBtn: true});
});
jQuery(window).load(function() {
if(window.location.hash) {
var hash = window.location.hash.substring(1);
if (hash == '99pi') {
jQuery('a.pop-modal').trigger('click');
}
}
});
.sponsor-popup .mfp-content {max-width:800px}
jQuery(document).ready(function ($) {
$("#bpform").submit(function (event) {
$("#bpform #button").prop("disabled", true);
var formData = {
FirstName: $("#FirstName").val(),
LastName: $("#LastName").val(),
Email: $("#Email").val(),
};
$.ajax({
type: "POST",
url: "https://cloud.hello.aia.org/conference21",
data: formData,
dataType: "json",
}).done(function (data) {
console.log(data);
$("#bpform #button").prop("disabled", false);
$("#bpform #button").after('
Thank You
');
});
event.preventDefault();
});
});