Contact ASX: Difference between revisions

From ASXResearch
Jump to navigation Jump to search
Created page with "<html> <div style="margin-top: -35px;"> <iframe src="https://wiki.alsresume.com/contact.html" width="400" height="520" frameborder="0"> </iframe> </div> </html>"
 
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
<html>
<html>
  <div style="margin-top: -35px;">
<style>
     <iframe src="https://wiki.alsresume.com/contact.html"
#firstHeading {
            width="400"
     display: none !important;
            height="520"
}
            frameborder="0">
</style>
    </iframe>
  </div>
</html>
</html>
<html>
<div style="
    width:800px;
    max-width:100%;
    margin:-18px 0 0 0;
    padding:0;
    font-family:Arial,Helvetica,sans-serif;
    color:#1c2733;
    box-sizing:border-box;
">
    <!-- HEADER -->
    <div style="
        display:flex;
        align-items:center;
        width:100%;
        border-bottom:1px solid #a2a9b1;
        padding-bottom:7px;
        margin:18px 0 18px 0;
    ">
        <div style="
            width:5px;
            height:42px;
            background:#28528d;
            margin-right:12px;
            flex-shrink:0;
        "></div>
        <span style="
            font-family:Georgia,'Times New Roman',serif;
            font-size:26px;
            font-weight:normal;
            color:#111;
        ">
            Contact ASX Research
        </span>
    </div>
    <!-- DESCRIPTOR -->
    <div style="
        margin:0 0 18px 0;
        padding:2px 0 8px 12px;
        border-left:4px solid #28528d;
        border-bottom:1px solid #c8d3dd;
        font-family:'Courier New',Courier,monospace;
        font-size:16px;
        font-weight:bold;
        font-style:italic;
        color:#5d6975;
    ">
        Aviation Safety Research • Education • Investigation
    </div>
    <!-- INTRODUCTION -->
    <div style="
        font-size:15px;
        line-height:1.65;
        color:#344454;
        margin-bottom:20px;
    ">
        <div style="margin-bottom:14px;">
            Whether you have a question about our research, would like to report
            a correction, submit information, discuss collaboration, or simply
            contact the ASX Research team, we welcome your message.
        </div>
        <div>
            Please use the form below. We review correspondence personally and
            will respond as soon as practical.
        </div>
    </div>
    <!-- MAIN CONTACT PANEL -->
    <div style="
        width:100%;
        box-sizing:border-box;
        border:1px solid #c8d3dd;
        border-top:5px solid #28528d;
        background:#f7f9fb;
        padding:25px 28px 22px 28px;
        box-shadow:0 3px 12px rgba(0,0,0,.08);
    ">
        <!-- PANEL HEADING -->
        <div style="
            text-align:center;
            margin-bottom:22px;
        ">
            <div style="
                font-family:Georgia,'Times New Roman',serif;
                font-size:22px;
                color:#214a7c;
                margin-bottom:6px;
            ">
                Drop us a line, we'd love to hear from you!
            </div>
            <div style="
                font-size:13px;
                line-height:1.4;
                color:#687785;
            ">
                Questions, corrections, research inquiries, and collaboration requests are welcome.
            </div>
        </div>
        <!-- FORM -->
        <div style="
            width:600px;
            max-width:100%;
            margin:0 auto;
            padding:24px 28px;
            box-sizing:border-box;
            background:#ffffff;
            border:1px solid #d3dce4;
            box-shadow:0 2px 7px rgba(0,0,0,.06);
        ">
            <form
                action="https://formspree.io/f/xkggaqbq"
                method="POST"
                style="
                    width:100%;
                    margin:0;
                    padding:0;
                "
            >
                <!-- NAME -->
                <label
                    for="asx-name"
                    style="
                        display:block;
                        width:100%;
                        margin:0 0 6px 0;
                        font-family:Arial,Helvetica,sans-serif;
                        font-size:15px;
                        font-weight:bold;
                        color:#394957;
                    "
                >
                    Name
                </label>
                <input
                    type="text"
                    id="asx-name"
                    name="name"
                    autocomplete="name"
                    required
                    style="
                        display:block;
                        width:100%;
                        box-sizing:border-box;
                        margin:0 0 17px 0;
                        padding:12px 13px;
                        font-family:Arial,Helvetica,sans-serif;
                        font-size:16px;
                        color:#1c2733;
                        background:#ffffff;
                        border:1px solid #b9c7d3;
                        border-radius:4px;
                    "
                >
                <!-- EMAIL -->
                <label
                    for="asx-email"
                    style="
                        display:block;
                        width:100%;
                        margin:0 0 6px 0;
                        font-family:Arial,Helvetica,sans-serif;
                        font-size:15px;
                        font-weight:bold;
                        color:#394957;
                    "
                >
                    Email
                </label>
                <input
                    type="email"
                    id="asx-email"
                    name="email"
                    autocomplete="email"
                    required
                    style="
                        display:block;
                        width:100%;
                        box-sizing:border-box;
                        margin:0 0 17px 0;
                        padding:12px 13px;
                        font-family:Arial,Helvetica,sans-serif;
                        font-size:16px;
                        color:#1c2733;
                        background:#ffffff;
                        border:1px solid #b9c7d3;
                        border-radius:4px;
                    "
                >
                <!-- MESSAGE -->
                <label
                    for="asx-message"
                    style="
                        display:block;
                        width:100%;
                        margin:0 0 6px 0;
                        font-family:Arial,Helvetica,sans-serif;
                        font-size:15px;
                        font-weight:bold;
                        color:#394957;
                    "
                >
                    Message
                </label>
                <textarea
                    id="asx-message"
                    name="message"
                    rows="7"
                    required
                    style="
                        display:block;
                        width:100%;
                        min-height:150px;
                        box-sizing:border-box;
                        margin:0 0 20px 0;
                        padding:12px 13px;
                        font-family:Arial,Helvetica,sans-serif;
                        font-size:16px;
                        line-height:1.5;
                        color:#1c2733;
                        background:#ffffff;
                        border:1px solid #b9c7d3;
                        border-radius:4px;
                        resize:vertical;
                    "
                ></textarea>
                <!-- SUBMIT BUTTON -->
                <div style="
                    width:100%;
                    text-align:center;
                ">
                    <button
                        type="submit"
                        style="
                            display:inline-block;
                            min-width:180px;
                            margin:0;
                            padding:12px 24px;
                            font-family:Arial,Helvetica,sans-serif;
                            font-size:16px;
                            font-weight:bold;
                            color:#ffffff;
                            background:#28528d;
                            border:1px solid #1f457a;
                            border-radius:4px;
                            cursor:pointer;
                            box-shadow:0 2px 5px rgba(0,0,0,.12);
                        "
                    >
                        Send Message
                    </button>
                </div>
            </form>
        </div>
        <!-- PRIVACY -->
        <div style="
            width:600px;
            max-width:100%;
            box-sizing:border-box;
            margin:17px auto 0 auto;
            padding:13px 10px 0 10px;
            border-top:1px solid #d9e0e6;
            text-align:center;
            font-family:Arial,Helvetica,sans-serif;
            font-size:12px;
            line-height:1.5;
            color:#697783;
        ">
            Information submitted through this form is used solely for responding
            to your correspondence and is not sold or distributed for commercial purposes.
        </div>
    </div>
    <!-- EDITORIAL PRINCIPLE -->
    <div style="
        width:100%;
        box-sizing:border-box;
        margin:22px 0 0 0;
        padding:17px 20px 15px 20px;
        background:#f4f6f8;
        border-left:4px solid #28528d;
        text-align:center;
    ">
        <div style="
            font-family:'Courier New',Courier,monospace;
            font-size:18px;
            font-style:italic;
            font-weight:bold;
            color:#24466f;
        ">
            “The responsibility to know is the first form of safety.”
        </div>
        <div style="
            margin-top:8px;
            font-family:'Courier New',Courier,monospace;
            font-size:11px;
            color:#77828c;
        ">
            — ASX Research Editorial Principle
        </div>
    </div>
</div>
</html>
<br clear="all">

Latest revision as of 03:15, 21 August 2026

Contact ASX Research
Aviation Safety Research • Education • Investigation
Whether you have a question about our research, would like to report a correction, submit information, discuss collaboration, or simply contact the ASX Research team, we welcome your message.
Please use the form below. We review correspondence personally and will respond as soon as practical.
Drop us a line, we'd love to hear from you!
Questions, corrections, research inquiries, and collaboration requests are welcome.
Information submitted through this form is used solely for responding to your correspondence and is not sold or distributed for commercial purposes.
“The responsibility to know is the first form of safety.”
— ASX Research Editorial Principle