UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 7131251f authored by Graham Smith's avatar Graham Smith
Browse files

remove contact form

parent 3e866e68
No related branches found
No related tags found
No related merge requests found
<template>
<div class="contact-us mb-5">
<PageHeader title="Contact Us" />
<v-form v-model="valid" ref="form">
<v-container class="px-8">
<v-row class="mb-16">
<v-col md="6" class="px-4 my-auto text-center text-md-right">
<v-icon x-large>mdi-email-outline</v-icon>
</v-col>
<v-col md="6" class="text-center text-md-left my-4 px-8">
Email us at
<a href="mailto:platformone@afwerx.af.mil">
platformone@afwerx.af.mil
</a>
</v-col>
</v-row>
<v-row>
<v-col md="6" class="px-4 my-auto text-center text-md-right">
<img
class="mm-logo"
src="@/assets/images/logos/tool-logos/Logo_MM.png"
alt="Mattermost"
/>
</v-col>
<v-col md="6" class="text-center text-md-left my-4 px-8">
<p>
Chat with us on Mattermost, our Enterprise Collaboration Chat tool
</p>
<v-btn
color="primary"
class="mt-4"
href="https://chat.il2.dsop.io"
target="_blank"
>
Chat now
</v-btn>
</v-col>
</v-row>
<v-row><v-col> </v-col> </v-row>
</v-container>
<!-- <v-form v-model="valid" ref="form">
<v-container class="px-8" fluid>
<v-row class="px-sm-5 mx-sm-5">
<v-col cols="12" md="6">
......@@ -163,7 +200,7 @@
</v-card>
</v-dialog>
</v-container>
</v-form>
</v-form> -->
</div>
</template>
<script>
......@@ -383,5 +420,9 @@ export default {
-webkit-text-fill-color: var(--text-color);
}
/* end chrome fix */
.mm-logo {
width: 250px;
}
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment