{"id":5738,"date":"2026-03-07T10:08:39","date_gmt":"2026-03-07T10:08:39","guid":{"rendered":"https:\/\/stmaryeotcedmonton.org\/?page_id=5738"},"modified":"2026-03-07T10:21:00","modified_gmt":"2026-03-07T10:21:00","slug":"outbound-form-link","status":"publish","type":"page","link":"https:\/\/stmaryeotcedmonton.org\/am\/outbound-form-link\/","title":{"rendered":"\u12e8\u12cd\u132a \u1245\u133d \u12a0\u1308\u1293\u129d"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"5738\" class=\"elementor elementor-5738\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4d6c2fd e-con-full e-flex e-con e-parent\" data-id=\"4d6c2fd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66cca75 elementor-widget elementor-widget-html\" data-id=\"66cca75\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Coming Soon<\/title>\r\n    <style>\r\n        \/* --- RESET & BASE --- *\/\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n            font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\r\n        }\r\n\r\n        body, html {\r\n            height: 100%;\r\n            overflow: hidden;\r\n        }\r\n\r\n        \/* --- ANIMATED GRADIENT BACKGROUND --- *\/\r\n        .animated-bg {\r\n            background: linear-gradient(-45deg, #1a2a6c, #b21f1f, #fdbb2d, #2a0845);\r\n            background-size: 400% 400%;\r\n            animation: gradientShift 15s ease infinite;\r\n            height: 100vh;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            padding: 20px;\r\n        }\r\n\r\n        @keyframes gradientShift {\r\n            0% { background-position: 0% 50%; }\r\n            50% { background-position: 100% 50%; }\r\n            100% { background-position: 0% 50%; }\r\n        }\r\n\r\n        \/* --- GLASSMORPHISM CARD --- *\/\r\n        .glass-card {\r\n            background: rgba(255, 255, 255, 0.05);\r\n            backdrop-filter: blur(15px);\r\n            -webkit-backdrop-filter: blur(15px);\r\n            border: 1px solid rgba(255, 255, 255, 0.1);\r\n            border-radius: 20px;\r\n            padding: 50px 40px;\r\n            max-width: 500px;\r\n            text-align: center;\r\n            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);\r\n            \r\n            \/* Entry Animation *\/\r\n            opacity: 0;\r\n            transform: translateY(30px);\r\n            animation: fadeInUp 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;\r\n            animation-delay: 0.2s;\r\n        }\r\n\r\n        @keyframes fadeInUp {\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n\r\n        \/* --- FLOATING ICON --- *\/\r\n        .icon-wrapper {\r\n            background: rgba(255, 255, 255, 0.1);\r\n            width: 90px;\r\n            height: 90px;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin: 0 auto 25px auto;\r\n            color: #ffffff;\r\n            animation: float 3s ease-in-out infinite;\r\n            border: 1px solid rgba(255, 255, 255, 0.2);\r\n        }\r\n\r\n        @keyframes float {\r\n            0% { transform: translateY(0px); }\r\n            50% { transform: translateY(-12px); }\r\n            100% { transform: translateY(0px); }\r\n        }\r\n\r\n        \/* --- TYPOGRAPHY --- *\/\r\n        h1 {\r\n            color: #ffffff;\r\n            font-size: 32px;\r\n            font-weight: 700;\r\n            margin-bottom: 15px;\r\n            letter-spacing: 1px;\r\n        }\r\n\r\n        p {\r\n            color: rgba(255, 255, 255, 0.8);\r\n            font-size: 16px;\r\n            line-height: 1.6;\r\n            margin-bottom: 35px;\r\n        }\r\n\r\n        \/* --- STYLISH BACK BUTTON --- *\/\r\n        .action-btn {\r\n            display: inline-block;\r\n            text-decoration: none;\r\n            color: #1a1a1a;\r\n            background-color: #ffffff;\r\n            padding: 14px 30px;\r\n            border-radius: 50px;\r\n            font-weight: 600;\r\n            font-size: 15px;\r\n            transition: all 0.3s ease;\r\n            box-shadow: 0 10px 20px rgba(0,0,0,0.1);\r\n        }\r\n\r\n        .action-btn:hover {\r\n            transform: translateY(-3px) scale(1.02);\r\n            box-shadow: 0 15px 25px rgba(0,0,0,0.15);\r\n            background-color: #fdfdfd;\r\n        }\r\n\r\n        \/* Loading Dots Animation *\/\r\n        .dot {\r\n            animation: blink 1.4s infinite both;\r\n        }\r\n        .dot:nth-child(2) { animation-delay: 0.2s; }\r\n        .dot:nth-child(3) { animation-delay: 0.4s; }\r\n\r\n        @keyframes blink {\r\n            0% { opacity: 0.2; }\r\n            20% { opacity: 1; }\r\n            100% { opacity: 0.2; }\r\n        }\r\n\r\n        \/* Mobile Adjustments *\/\r\n        @media (max-width: 500px) {\r\n            .glass-card { padding: 40px 25px; }\r\n            h1 { font-size: 26px; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <div class=\"animated-bg\">\r\n        <div class=\"glass-card\">\r\n            \r\n            <div class=\"icon-wrapper\">\r\n                <svg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                    <line x1=\"22\" y1=\"2\" x2=\"11\" y2=\"13\"><\/line>\r\n                    <polygon points=\"22 2 15 22 11 13 2 9 22 2\"><\/polygon>\r\n                <\/svg>\r\n            <\/div>\r\n\r\n            <h1>Getting Things Ready<span class=\"dot\">.<\/span><span class=\"dot\">.<\/span><span class=\"dot\">.<\/span><\/h1>\r\n            \r\n            <p>We are currently putting the finishing touches on this form. It will be available shortly. Thank you for your patience!<\/p>\r\n            \r\n         <a href=\"https:\/\/stmaryeotcedmonton.org\/am\/\" class=\"action-btn\">Go Back<\/a>\r\n            \r\n        <\/div>\r\n    <\/div>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Coming Soon Getting Things Ready&#8230; We are currently putting the finishing touches on this form. It will be available shortly. [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"nf_dc_page":"","site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-5738","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Outbound Form Link - St Mary EOTC Edmonton<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/stmaryeotcedmonton.org\/am\/outbound-form-link\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Outbound Form Link - St Mary EOTC Edmonton\" \/>\n<meta property=\"og:description\" content=\"Coming Soon Getting Things Ready&#8230; We are currently putting the finishing touches on this form. It will be available shortly. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/stmaryeotcedmonton.org\/am\/outbound-form-link\/\" \/>\n<meta property=\"og:site_name\" content=\"St Mary EOTC Edmonton\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-07T10:21:00+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 \u12f0\u1242\u1243\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/outbound-form-link\\\/\",\"url\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/outbound-form-link\\\/\",\"name\":\"Outbound Form Link - St Mary EOTC Edmonton\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/am\\\/#website\"},\"datePublished\":\"2026-03-07T10:08:39+00:00\",\"dateModified\":\"2026-03-07T10:21:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/outbound-form-link\\\/#breadcrumb\"},\"inLanguage\":\"am\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/stmaryeotcedmonton.org\\\/outbound-form-link\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/outbound-form-link\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Outbound Form Link\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/am\\\/#website\",\"url\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/am\\\/\",\"name\":\"St Mary EOTC Edmonton\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/am\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/am\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"am\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/am\\\/#organization\",\"name\":\"St Mary EOTC Edmonton\",\"url\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/am\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"am\",\"@id\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/am\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/St-Mary-church-logo.png\",\"contentUrl\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/St-Mary-church-logo.png\",\"width\":2550,\"height\":2550,\"caption\":\"St Mary EOTC Edmonton\"},\"image\":{\"@id\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/am\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Outbound Form Link - St Mary EOTC Edmonton","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/stmaryeotcedmonton.org\/am\/outbound-form-link\/","og_locale":"en_US","og_type":"article","og_title":"Outbound Form Link - St Mary EOTC Edmonton","og_description":"Coming Soon Getting Things Ready&#8230; We are currently putting the finishing touches on this form. It will be available shortly. [&hellip;]","og_url":"https:\/\/stmaryeotcedmonton.org\/am\/outbound-form-link\/","og_site_name":"St Mary EOTC Edmonton","article_modified_time":"2026-03-07T10:21:00+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 \u12f0\u1242\u1243"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/stmaryeotcedmonton.org\/outbound-form-link\/","url":"https:\/\/stmaryeotcedmonton.org\/outbound-form-link\/","name":"Outbound Form Link - St Mary EOTC Edmonton","isPartOf":{"@id":"https:\/\/stmaryeotcedmonton.org\/am\/#website"},"datePublished":"2026-03-07T10:08:39+00:00","dateModified":"2026-03-07T10:21:00+00:00","breadcrumb":{"@id":"https:\/\/stmaryeotcedmonton.org\/outbound-form-link\/#breadcrumb"},"inLanguage":"am","potentialAction":[{"@type":"ReadAction","target":["https:\/\/stmaryeotcedmonton.org\/outbound-form-link\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/stmaryeotcedmonton.org\/outbound-form-link\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/stmaryeotcedmonton.org\/"},{"@type":"ListItem","position":2,"name":"Outbound Form Link"}]},{"@type":"WebSite","@id":"https:\/\/stmaryeotcedmonton.org\/am\/#website","url":"https:\/\/stmaryeotcedmonton.org\/am\/","name":"St Mary EOTC Edmonton","description":"","publisher":{"@id":"https:\/\/stmaryeotcedmonton.org\/am\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/stmaryeotcedmonton.org\/am\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"am"},{"@type":"Organization","@id":"https:\/\/stmaryeotcedmonton.org\/am\/#organization","name":"St Mary EOTC Edmonton","url":"https:\/\/stmaryeotcedmonton.org\/am\/","logo":{"@type":"ImageObject","inLanguage":"am","@id":"https:\/\/stmaryeotcedmonton.org\/am\/#\/schema\/logo\/image\/","url":"https:\/\/stmaryeotcedmonton.org\/wp-content\/uploads\/2026\/03\/St-Mary-church-logo.png","contentUrl":"https:\/\/stmaryeotcedmonton.org\/wp-content\/uploads\/2026\/03\/St-Mary-church-logo.png","width":2550,"height":2550,"caption":"St Mary EOTC Edmonton"},"image":{"@id":"https:\/\/stmaryeotcedmonton.org\/am\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/stmaryeotcedmonton.org\/am\/wp-json\/wp\/v2\/pages\/5738","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/stmaryeotcedmonton.org\/am\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/stmaryeotcedmonton.org\/am\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/stmaryeotcedmonton.org\/am\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/stmaryeotcedmonton.org\/am\/wp-json\/wp\/v2\/comments?post=5738"}],"version-history":[{"count":11,"href":"https:\/\/stmaryeotcedmonton.org\/am\/wp-json\/wp\/v2\/pages\/5738\/revisions"}],"predecessor-version":[{"id":5756,"href":"https:\/\/stmaryeotcedmonton.org\/am\/wp-json\/wp\/v2\/pages\/5738\/revisions\/5756"}],"wp:attachment":[{"href":"https:\/\/stmaryeotcedmonton.org\/am\/wp-json\/wp\/v2\/media?parent=5738"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}