x x x
x
Only portrait mode is currently supported - please rotate your device.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Custom section


Custom column
Heightauto
Width15%


Show If
groupconfluence-administrators


Custom column
Heightauto
Width15%

Custom button
Typecustom-button
TextEdit Profile
Width100%



Show If


General sidebar
MessageButtonTitleWebsite
TaglineHealth and Wellness
ImageSrc/download/attachments/50546285/vienhealth%20%281%29.png?version=1&modificationDate=1610755342070&api=v2
MessageButtonCustomCSSbackground-color: #6781ca;
BackButtonCustomCSSbackground-color: #636363;
BackButtonUrl/display/MEM/Network#tab-COMPANIES
MessageButtonUrlhttps://www.vienhealth.com
SidebarHeight100%
BackButtonTitleBack to Companies
NameVien Health

Location

United States

Company Stage

Bootstrapped

Amount Raised

$0

Tags

Health and Wellness



Dynamic general sidebar
MessageButtonTitleWebsite
MessageButtonCustomCSSbackground-color: #6781ca;
BackButtonCustomCSSbackground-color: #636363;
BackButtonUrl/display/MEM/Network#tab-COMPANIES
SidebarHeight100%
BackButtonTitleBack to Companies


Custom column
Heightauto
Width85%


General content
ContentHeight120hv


HTML
<img src="" class="service-banner hide-on-mobile">


General description
MyTitle-

-


Show If
usermazin@theonevalley.com


General description
MyTitle-



General info cards

List members
GroupNameuntmorganstanley- vienhealth -users



Show If



List members
GroupNameunt-vienhealth-users





HTML
<!-- LOADING SPINNER -->
<div id="cover"><div class="loader"></div></div>
<script> 
AJS.$("#full-height-container").css("overflow", "hidden");
AJS.$(window).on('load', function() {
	AJS.$("#full-height-container").css("overflow", "unset");
   $("#cover").hide();
});
</script>
<style>
#main-content > p {
	display: none;
}
.general-sidebar-content .general-image-wrapper{
	width: 200px!important;
	height: 200px!important;
}

.general-sidebar-content .general-image-wrapper img{
	object-fit: contain;
}

#cover {
	position: fixed; 
	height: calc(100% - 100px); 
	width: 100%; 
	top:61px; left: 0; 
	background: var(--secondary-color); 
	z-index:9999;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 100px;
}
.loader {
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
</style>

...