Skip to content

Latest commit

 

History

History
55 lines (51 loc) · 1.84 KB

File metadata and controls

55 lines (51 loc) · 1.84 KB
layout page
title Contact
description Get in touch with the DevLab
permalink /contact/

Contact Us

The DevLab is part of the Human-Computer Interaction Institute within the School of Computer Science at Carnegie Mellon University.

    <p>
        If you are interesting in working with us, please contact Professor <a href="https://www.cs.cmu.edu/~hudson/">Scott Hudson</a> directly.
    </p>
    
    <p>
        DevLab <br>
        407 S Craig St <br>
        Pittsburgh, PA 15213 <br>
    </p>
</div>
<div class="float-right contact-google-maps-embed-wrapper">
    <div class="mapouter">
        <div class="gmap_canvas">
            <iframe
                width="100%"
                height="100%"
                id="gmap_canvas"
                src="https://maps.google.com/maps?hl=en-US&gl=US&mapclient=embed&daddr=407+South+Craig,+407+S+Craig+St,+Pittsburgh,+PA+15213&output=embed"
                scrolling="no"
                marginheight="0"
                marginwidth="0"
                frameborder="0">
            </iframe>
        </div>
        <style>
            .mapouter{
                text-align:right;
                height:400px;
                width:100%;
            }
            .gmap_canvas {
                overflow:hidden;
                background:none !important;
                height:400px;
                width:100%;
            }
        </style>
    </div>
</div>