Contact us base on new theme.
This commit is contained in:
parent
2255499836
commit
f5c80155ec
|
@ -6,25 +6,17 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="uk-section uk-padding-remove-top uk-container uk-container-large uk-flex uk-flex-middle">
|
||||
<div class="uk-padding-small uk-margin-top">
|
||||
<div *ngIf="showLoading">
|
||||
<div class="uk-animation-fade uk-margin-top uk-width-1-1" role="alert"><span
|
||||
class="loading-gif uk-align-center"></span></div>
|
||||
</div>
|
||||
<div *ngIf="!showLoading">
|
||||
<div class="uk-grid-divider" uk-grid>
|
||||
<div class="uk-width-1-1 uk-width-1-2@m uk-flex-last@m">
|
||||
<h6 class="uk-margin-auto-top uk-margin-remove-bottom uk-text-bold">OpenAIRE gives you the virtual environment
|
||||
and services designed for your community to:</h6>
|
||||
<ul class="uk-list uk-list-divider uk-padding uk-padding-remove-left uk-margin-auto-top">
|
||||
<li><span class="uk-text-bold portal-color">Create</span> and <span class="uk-text-bold portal-color">Manage</span> your Community Gateway</li>
|
||||
<li><span class="uk-text-bold portal-color">Access, share</span> and <span class="uk-text-bold portal-color">link</span> together all your research</li>
|
||||
<li><span class="uk-text-bold portal-color">Monitor</span> and <span class="uk-text-bold portal-color">report</span> your community's progress</li>
|
||||
</ul>
|
||||
</div>
|
||||
<contact-us formTitle="Contact us to learn more" class="uk-width-1-2@m"
|
||||
[properties]="properties" [errorMessage]="errorMessage"
|
||||
[contactForm]="contactForm" (sendEmitter)="send($event)"></contact-us>
|
||||
<div class="uk-padding-small uk-width-1-2@l uk-width-2-3@m uk-width-1-1">
|
||||
<div class="uk-position-relative">
|
||||
<contact-us *ngIf="!showLoading"
|
||||
[properties]="properties" [errorMessage]="errorMessage"
|
||||
[contactForm]="contactForm" (sendEmitter)="send($event)">
|
||||
<h1 title class="uk-margin-auto">
|
||||
Contact us to <br> learn more <span class="uk-text-primary">.</span>
|
||||
</h1>
|
||||
</contact-us>
|
||||
<div *ngIf="showLoading" class="uk-position-center uk-margin-medium-top">
|
||||
<loading></loading>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -13,13 +13,14 @@ import {Schema2jsonldModule} from "../openaireLibrary/sharedComponents/schema2js
|
|||
import {SEOServiceModule} from "../openaireLibrary/sharedComponents/SEO/SEOService.module";
|
||||
import {ContactUsModule} from "../openaireLibrary/contact-us/contact-us.module";
|
||||
import {BreadcrumbsModule} from "../openaireLibrary/utils/breadcrumbs/breadcrumbs.module";
|
||||
import {LoadingModule} from "../openaireLibrary/utils/loading/loading.module";
|
||||
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
ContactRoutingModule, CommonModule, RouterModule,
|
||||
AlertModalModule, HelperModule,
|
||||
Schema2jsonldModule, SEOServiceModule, ContactUsModule, BreadcrumbsModule
|
||||
Schema2jsonldModule, SEOServiceModule, ContactUsModule, BreadcrumbsModule, LoadingModule
|
||||
],
|
||||
declarations: [
|
||||
ContactComponent
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 963c088bef322c0d0c2fc79a1a7d0a9d471674d8
|
||||
Subproject commit 52e04d7b484a47e1b358dccefd1f72b2dd702113
|
|
@ -1 +1 @@
|
|||
Subproject commit c06b64d586e55c857162699a21ef79853f235c20
|
||||
Subproject commit a6398a2e36bc85e30d7cc40d6dc36a3f75b679da
|
|
@ -233,9 +233,9 @@ Custom connect css
|
|||
|
||||
/*}*/
|
||||
|
||||
/*.connectApp {*/
|
||||
/* background-color: #FAFAFA !important;*/
|
||||
/*}*/
|
||||
.connectApp .custom-main-content {
|
||||
background-color: #F9F9F9 !important;
|
||||
}
|
||||
|
||||
/*.connectApp .login text {*/
|
||||
/* stroke: black;*/
|
||||
|
|
Loading…
Reference in New Issue