Contact ASX: Difference between revisions

From ASXResearch
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<html>
<style>
#firstHeading {
    display: none !important;
}
</style>
</html>
<html>
<html>


Line 4: Line 12:
     width:800px;
     width:800px;
     max-width:100%;
     max-width:100%;
     margin:0;
     margin:-18px 0 0 0;
     padding:0;
     padding:0;
     font-family:Arial,Helvetica,sans-serif;
     font-family:Arial,Helvetica,sans-serif;
Line 11: Line 19:
">
">


<!-- INTRO HEADER -->
    <!-- HEADER -->
<div style="
    display:flex;
    align-items:center;
    width:100%;
    border-bottom:1px solid #a2a9b1;
    padding-bottom:6px;
    margin:4px 0 18px 0;
">


     <div style="
     <div style="
         width:5px;
        display:flex;
         height:42px;
        align-items:center;
         background:#024081;
         width:100%;
         margin-right:12px;
         border-bottom:1px solid #a2a9b1;
     "></div>
         padding-bottom:7px;
         margin:18px 0 18px 0;
     ">


    <div>
         <div style="
         <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-family:Georgia,'Times New Roman',serif;
             font-size:26px;
             font-size:26px;
             line-height:1.1;
             font-weight:normal;
             color:#111;
             color:#111;
         ">
         ">
             Contact ASX Research
             Contact ASX Research
         </div>
         </span>


        <div style="
            font-size:13px;
            color:#66727d;
            margin-top:4px;
            letter-spacing:.15px;
        ">
            Aviation Safety Research • Education • Investigation
        </div>
     </div>
     </div>


</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 -->
    <!-- INTRODUCTION -->
<div style="
    font-size:15px;
    line-height:1.65;
    margin:0 0 20px 0;
    color:#394957;
">


Whether you have a question about our research, would like to report a correction,
    <div style="
submit information, discuss collaboration, or simply contact the ASX Research team,
        font-size:15px;
we welcome your message.
        line-height:1.65;
        color:#344454;
        margin-bottom:20px;
    ">


<br /><br />
        <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>


Please use the form below. We review correspondence personally and will respond
        <div>
as soon as practical.
            Please use the form below. We review correspondence personally and
            will respond as soon as practical.
        </div>


</div>
    </div>




<!-- CONTACT PANEL -->
    <!-- MAIN CONTACT PANEL -->
<div style="
    width:100%;
    box-sizing:border-box;
    border:1px solid #c8d3dd;
    border-top:5px solid #28528d;
    background:#f8fafc;
    padding:24px 26px 26px 26px;
    box-shadow:0 3px 12px rgba(0,0,0,.08);
">


    <!-- PANEL TITLE -->
     <div style="
     <div style="
         text-align:center;
         width:100%;
         margin-bottom:18px;
        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="
         <div style="
             font-family:Georgia,'Times New Roman',serif;
             text-align:center;
             font-size:22px;
             margin-bottom:22px;
            color:#163b67;
         ">
         ">
             Send Us a Message
 
             <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>
         </div>
        <!-- FORM -->


         <div style="
         <div style="
             font-size:13px;
             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;
             color:#697783;
            margin-top:4px;
         ">
         ">
             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.
         </div>
         </div>


Line 107: Line 328:




     <!-- FORM AREA -->
     <!-- EDITORIAL PRINCIPLE -->
 
     <div style="
     <div style="
         width:100%;
         width:100%;
        max-width:560px;
        margin:0 auto;
        background:#ffffff;
        border:1px solid #d3dce4;
        padding:18px;
         box-sizing:border-box;
         box-sizing:border-box;
         box-shadow:0 2px 8px rgba(0,0,0,.06);
         margin:22px 0 0 0;
         overflow:hidden;
         padding:17px 20px 15px 20px;
        background:#f4f6f8;
        border-left:4px solid #28528d;
        text-align:center;
     ">
     ">


         <div style="
         <div style="
             width:500px;
             font-family:'Courier New',Courier,monospace;
             max-width:100%;
             font-size:18px;
             height:610px;
             font-style:italic;
             margin:0 auto;
             font-weight:bold;
            overflow:hidden;
             color:#24466f;
             position:relative;
         ">
         ">
            “The responsibility to know is the first form of safety.”
        </div>


            <iframe
        <div style="
                src="https://wiki.alsresume.com/contact.html"
            margin-top:8px;
                width="400"
            font-family:'Courier New',Courier,monospace;
                height="520"
            font-size:11px;
                frameborder="0"
            color:#77828c;
                scrolling="no"
        ">
                style="
             — ASX Research Editorial Principle
                    display:block;
                    border:0;
                    transform:scale(1.22);
                    transform-origin:top left;
                    background:#ffffff;
                ">
             </iframe>
 
         </div>
         </div>


     </div>
     </div>


 
<!-- DONATION AREA -->
    <!-- PRIVACY NOTE -->
     <div style="
     <div style="
         max-width:600px;
         width:100%;
         margin:18px auto 0 auto;
        box-sizing:border-box;
         padding-top:14px;
         margin:18px 0 8px 0;
        border-top:1px solid #d9e0e6;
         padding:18px 20px;
         text-align:center;
         text-align:center;
         font-size:12px;
         background:#f5f7fa;
         line-height:1.5;
         border-left:4px solid #1f5a96;
        color:#6a7680;
     ">
     ">
        Information submitted through this form is used solely for responding to your
        correspondence and is not sold or distributed for commercial purposes.
    </div>


</div>
        <div style="
            font-family:Georgia,'Times New Roman',serif;
            font-size:18px;
            color:#1f4775;
            margin-bottom:6px;
        ">
            Please Support <i>Open-Access</i> Aviation Safety Research
        </div>


        <div style="
            font-size:13px;
            line-height:1.5;
            color:#54595d;
            margin-bottom:12px;
        ">
            Your support helps us do everything we can to educate the people flying, and save their lives.
        </div>


<!-- CLOSING PRINCIPLE -->
        <a href="https://asxresearch.org/index.php?title=Support_ASX_Research"
<div style="
          style="
    margin:24px 0 0 0;
              display:inline-block;
    padding:16px 20px;
              padding:10px 24px;
    background:#f4f6f8;
              background:#1f5a96;
    border-left:4px solid #28528d;
              color:#ffffff;
    text-align:center;
              text-decoration:none;
">
              font-weight:bold;
              font-size:14px;
              border-radius:2px;
          ">
            Donation Options
        </a>


    <div style="
        font-family:'Lucida Console','Courier New',monospace;
        font-size:15px;
        font-style:italic;
        font-weight:600;
        letter-spacing:.1px;
        color:#24466f;
        transform:scaleY(1.15);
        transform-origin:center;
    ">
        “The responsibility to know is the first form of safety.”
     </div>
     </div>


    <div style="
        margin-top:8px;
        font-family:'Courier New',Courier,monospace;
        font-size:11px;
        color:#68737d;
    ">
        —ASX Research Editorial Principle
    </div>


</div>


</div>
</div>
Line 204: Line 412:
</html>
</html>


<br clear="all" />
<br clear="all">

Latest revision as of 15:12, 2 September 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
Please Support Open-Access Aviation Safety Research
Your support helps us do everything we can to educate the people flying, and save their lives.
Donation Options