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.

...

<style> html { overflow-y: hidden; } div#perks-overlay { position: fixed; width: 100%; height
$(document).arrive("#custom-user-search-results-table a", link => {
				if (link.href.includes("/~")) {
					let email = link.href.split("/~").pop();
  					link.href = "/display/PN/Mentor+Profile?mentor=" + email;
				}
			});



</script>

<style>
a{
	text-decoration: none!important;
}
#startup-card-container{
	margin-top: 50px;
}

.startup-card {
    display: flex;
    flex-direction: column;
    width: 280px;
    height: 350px;
    min-height: 350px;
    min-width: 280px;
    position: relative;
    margin: 0 40px 40px 0;
    background: white;
    padding: 20px 20px 60px 20px;
    box-sizing: border-box;
}

.startup-card::after {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    
top
height: 
0
50%;
    
left
content: 
0
'';
    
right
background: 
0; bottom: 0; background-color: rgb(0 0 0 / 75%)
linear-gradient(
0deg
, white, transparent);
}

.startup-card-title {
    font-size: 21px;
    margin-bottom: 20px;
    
z
font-
index
weight: 
15
bold;
    
backdrop-filter
color: 
blur(4px);
#333333;
}

.startup-card-summary {
   
display
 font-size: 
flex
18px;
    
flex-direction
overflow: 
column
hidden;
    
align-items
color: 
center
#757575;
    
justify
letter-
content
spacing: 
center
.8px;
}

div#rw_theme_header
.startup-card-summary::after {
    
z-index: 16
content: 'READ MORE';
    font-weight: bold;
    background: 
rgba(255,255,255,1.00); } .overlay-banner {
transparent;
    
display
color: 
flex
#333;
    
width
position: 
70%
absolute;
    
background
bottom: 
#ffffff
20px;
    
min
font-
height
size: 
300px
17px;
    
padding
left: 
50px
20px;
    
border
z-
radius
index: 
13px
10;
}
</style>
HTML
<script>
var Arrive=function(e,t,n){"use strict";function r(e,t,n){l.addMethod(t,n,e.unbindEvent),l.addMethod(t,n,e.unbindEventWithSelectorOrCallback),l.addMethod(t,n,e.unbindEventWithSelectorAndCallback)}function i(e){e.arrive=f.bindEvent,r(f,e,"unbindArrive"),e.leave=d.bindEvent,r(d,e,"unbindLeave")}if(e.MutationObserver&&"undefined"!=typeof HTMLElement){var o=0,l=function(){var t=HTMLElement.prototype.matches||HTMLElement.prototype.webkitMatchesSelector||HTMLElement.prototype.mozMatchesSelector||HTMLElement.prototype.msMatchesSelector;return{matchesSelector:function(e,n){return e instanceof HTMLElement&&t.call(e,n)},addMethod:function(e,t,r){var i=e[t];e[t]=function(){return r.length==arguments.length?r.apply(this,arguments):"function"==typeof i?i.apply(this,arguments):n}},callCallbacks:function(e,t){t&&t.options.onceOnly&&1==t.firedElems.length&&(e=[e[0]]);for(var n,r=0;n=e[r];r++)n&&n.callback&&n.callback.call(n.elem,n.elem);t&&t.options.onceOnly&&1==t.firedElems.length&&t.me.unbindEventWithSelectorAndCallback.call(t.target,t.selector,t.callback)},checkChildNodesRecursively:function(e,t,n,r){for(var i,o=0;i=e[o];o++)n(i,t,r)&&r.push({callback:t.callback,elem:i}),i.childNodes.length>0&&l.checkChildNodesRecursively(i.childNodes,t,n,r)},mergeArrays:function(e,t){var n,r={};for(n in e)e.hasOwnProperty(n)&&(r[n]=e[n]);for(n in t)t.hasOwnProperty(n)&&(r[n]=t[n]);return r},toElementsArray:function(t){return n===t||"number"==typeof t.length&&t!==e||(t=[t]),t}}}(),c=function(){var e=function(){this._eventsBucket=[],this._beforeAdding=null,this._beforeRemoving=null};return e.prototype.addEvent=function(e,t,n,r){var i={target:e,selector:t,options:n,callback:r,firedElems:[]};return this._beforeAdding&&this._beforeAdding(i),this._eventsBucket.push(i),i},e.prototype.removeEvent=function(e){for(var t,n=this._eventsBucket.length-1;t=this._eventsBucket[n];n--)if(e(t)){this._beforeRemoving&&this._beforeRemoving(t);var r=this._eventsBucket.splice(n,1);r&&r.length&&(r[0].callback=null)}},e.prototype.beforeAdding=function(e){this._beforeAdding=e},e.prototype.beforeRemoving=function(e){this._beforeRemoving=e},e}(),a=function(t,r){var i=new c,o=this,a={fireOnAttributesModification:!1};return i.beforeAdding(function(n){var i,l=n.target;(l===e.document||l===e)&&(l=document.getElementsByTagName("html")[0]),i=new MutationObserver(function(e){r.call(this,e,n)});var c=t(n.options);i.observe(l,c),n.observer=i,n.me=o}),i.beforeRemoving(function(e){e.observer.disconnect()}),this.bindEvent=function(e,t,n){t=l.mergeArrays(a,t);for(var r=l.toElementsArray(this),o=0;o<r.length;o++)i.addEvent(r[o],e,t,n)},this.unbindEvent=function(){var e=l.toElementsArray(this);i.removeEvent(function(t){for(var r=0;r<e.length;r++)if(this===n||t.target===e[r])return!0;return!1})},this.unbindEventWithSelectorOrCallback=function(e){var t,r=l.toElementsArray(this),o=e;t="function"==typeof e?function(e){for(var t=0;t<r.length;t++)if((this===n||e.target===r[t])&&e.callback===o)return!0;return!1}:function(t){for(var i=0;i<r.length;i++)if((this===n||t.target===r[i])&&t.selector===e)return!0;return!1},i.removeEvent(t)},this.unbindEventWithSelectorAndCallback=function(e,t){var r=l.toElementsArray(this);i.removeEvent(function(i){for(var o=0;o<r.length;o++)if((this===n||i.target===r[o])&&i.selector===e&&i.callback===t)return!0;return!1})},this},s=function(){function e(e){var t={attributes:!1,childList:!0,subtree:!0};return e.fireOnAttributesModification&&(t.attributes=!0),t}function t(e,t){e.forEach(function(e){var n=e.addedNodes,i=e.target,o=[];null!==n&&n.length>0?l.checkChildNodesRecursively(n,t,r,o):"attributes"===e.type&&r(i,t,o)&&o.push({callback:t.callback,elem:i}),l.callCallbacks(o,t)})}function r(e,t){return l.matchesSelector(e,t.selector)&&(e._id===n&&(e._id=o++),-1==t.firedElems.indexOf(e._id))?(t.firedElems.push(e._id),!0):!1}var i={fireOnAttributesModification:!1,onceOnly:!1,existing:!1};f=new a(e,t);var c=f.bindEvent;return f.bindEvent=function(e,t,r){n===r?(r=t,t=i):t=l.mergeArrays(i,t);var o=l.toElementsArray(this);if(t.existing){for(var a=[],s=0;s<o.length;s++)for(var u=o[s].querySelectorAll(e),f=0;f<u.length;f++)a.push({callback:r,elem:u[f]});if(t.onceOnly&&a.length)return r.call(a[0].elem,a[0].elem);setTimeout(l.callCallbacks,1,a)}c.call(this,e,t,r)},f},u=function(){function e(){var e={childList:!0,subtree:!0};return e}function t(e,t){e.forEach(function(e){var n=e.removedNodes,i=[];null!==n&&n.length>0&&l.checkChildNodesRecursively(n,t,r,i),l.callCallbacks(i,t)})}function r(e,t){return l.matchesSelector(e,t.selector)}var i={};d=new a(e,t);var o=d.bindEvent;return d.bindEvent=function(e,t,r){n===r?(r=t,t=i):t=l.mergeArrays(i,t),o.call(this,e,t,r)},d},f=new s,d=new u;t&&i(t.fn),i(HTMLElement.prototype),i(NodeList.prototype),i(HTMLCollection.prototype),i(HTMLDocument.prototype),i(Window.prototype);var h={};return r(f,h,"unbindAllArrive"),r(d,h,"unbindAllLeave"),h}}(window,"undefined"==typeof jQuery?null:jQuery,void 0);


window.onload = function(){


$('a.custom-card-link-styling').waitUntilExists(async function(index){
    let card = $('a.custom-card-link-styling')[index];
	card.href = '/display/PPS/Pittsburgh+Perk' + '?perk=' + card.querySelector('.card-title').innerHTML;
});

 

}

$(document).arrive("a.custom-card-link-styling", card => {
	card.href = '/display/PPS/Pittsburgh+Perk' + '?perk=' + card.querySelector('.card-title').innerHTML;
	if(card.querySelector('.card-text-container').childElementCount > 2){return;}
	let readMoreTitle = card.querySelector('.card-title').cloneNode(true);
	readMoreTitle.innerHTML = "READ MORE";
	readMoreTitle.style.fontWeight = "bold";
	readMoreTitle.style.color = "#3a3a3a";
	readMoreTitle.style.fontSize = "16px";
	readMoreTitle.style.margin = "auto 0 0 0";
	readMoreTitle.style.paddingLeft = "30px";
	readMoreTitle.classList.remove('card-title');
	card.querySelector('.card-text-container').append(readMoreTitle);
 });

</script>
Show If
grouptrial-users
HTML


Show If
groupconfluence-users,pittsburgh-users


HTML
<style>
:root{
/* --primary-color: #bdd955; */
}
#isos-up,#isos-down{
	font-size: 8px!important;
}
.roundedborderlayered-autocards.cardstyle .card-text-container .card-title {
    color: #3a3a3a !important;
}
#categories img {
    filter: grayscale(1);
}

.card-perks-subtitle
.overlay-left {
    width: 30%;
    background-image: url("/download/attachments/46336704/lock_blobby.png");
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: contain;
    margin-right: 40px;
}
.overlay-right {
    widthcolor: 60%;
    padding: 20pxvar(--secondary-color) !important;
}

.announcementcard {
    padding-left: 0px !important;
    displaybackground-color: flex#ffffff;
    flexborder-directionradius: column15px;
}

.overlay-header {
    font-sizewidth: 35px750px;
    font-weightheight: bold250px;
    fontbox-stretch: normal;
    font-style: normalshadow: -2.9px 4px 2.4px 0.2px rgba(0, 0, 0, 0.08);
    line-heightcursor: 1.22pointer;
    lettermargin-spacingbottom: normal20px !important;
    colorjustify-content: #3a3a3acenter !important;
    widthmargin-left: 0px 75%!important;
}

.overlaycard-sub description{
    displaycolor: flexblack !important;
    margin-top: 30px;
    height: 45px;
    align-items: center;	font-color: 14px !important;

}

.overlay-subannouncementcard buttonimg {
    width: 171pxinherit !important;
    height: 37pxinherit !important;
    marginobject-rightfit: cover 30px!important;
	border:    none !important;
	border-radius: 0px 13px!important;
	margin:    background-color: #bbd754;5px !important;
}

.imgalign {
    borderdisplay: noneflex !important;
    displayflex-direction: flexcolumn !important;
    align-items: center !important;
    justify-contentwidth: centerunset !important;
    colorheight: white120px !important;
}

div.overlaytext-subencompasser button:focus {
    outlinedisplay: flex none!important;
}

.link-container {
    text-decoration: underline;
}

.support-link {
width: 70% !important;
     fontflex-weightdirection: bold;
}

.support-link:hover {column !important;
    padding: 0px 0px 0px 25px !important;
    cursorborder-top: pointernone !important;
}



.overlay-sub a:hoverprev, .next {
    text-decorationtop: none;
39% !important;
}


.automated-cards {
    cursorjustify-content: pointerleft !important;
}

.nextprevbutton.overlaygrey-pagination-sub button:hover {
    cursorwidth: pointer200px!important;
}
#perks-overlay a:hover {
	text-decoration: none; 
}
#perks-overlay a {
	color: var(--primary-color) !important;
}
@media only screen and (min-width : 200px) and (max-width : 750px) {
.overlay-left {
    display: none;
}

.overlay-right 	max-width: 200px!important;
    height: 40px!important;
    border-radius: 0px!important;
    background: white!important;
    color: #3a3a3a!important;
    border-color: #3a3a3a!important;
    margin: 40px auto 0 0!important;
}

.show-more-button.grey-pagination-button{
    width: 100%200px!important;
}

.overlay-header {	max-width: 200px!important;
    widthheight: 100%40px!important;
    fontborder-sizeradius: 26px;
}

.overlay-sub {0px!important;
    flex-directionbackground: columnwhite!important;
    align-itemscolor: flex-start#3a3a3a!important;
    heightborder-color: max-content#3a3a3a!important;
}

.link-container {
    margin-top: 30px 40px auto 0 0!important;
}

.overlaygrey-pagination-bannerbutton {
    mintext-heightalign: max-content;
paddingcenter !important;
    border-radius: 20px !important;
}
}

</style>
<div id="perks-overlay">
	<div class="overlay-banner">
		<div class="overlay-left"> </div>
		<div class="overlay-right">
			<div class="overlay-header">This section is locked. If you need to complete your deliverables, please do so. Otherwise, please submit your <a target="_blank" href="https://onevalley.typeform.com/to/EhUVUez9">company profile form<a/>.</div>
			<div class="overlay-sub">
				<a href="/display/PRO/Resources">
					<button>Go to Curriculum</button>
				</a>
				<div class="link-container"><p>Finished your deliverables already?</p> <div class="support-link" onclick="Intercom('show');">Click here for support</div></div>
			</div>
		</div>
	</div>
</div>
Show If
groupconfluence-users,pittsburgh-users
HTML
<style>
:root{
/* --primary-color: #bdd955; */
}
.roundedborderlayered-autocards.cardstyle .card-text-container .card-title {
    color: #3a3a3a !important;
}
#categories img {
    filter: grayscale(1);
}

.card-perks-subtitle {
    color: var(--secondary-color) !important;
}

.announcementcard {
    padding-left: 0px    border-style: solid !important;
    border-width: 1px !important;
    font-family: var(--header-font-family) !important;
    font-size: 12px !important;
    background-color: var(--primary-color) !important;
    line-height: 1.42857143em !important;
    padding: 4px 10px !important;
    border-color: var(--primary-color) !important;
    color: white !important;
}

.my-title {
    font-size: 16px !important;
}

.custom-card-container {
    margin: 25px !important;
}

p.card-title {
	font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    letter-spacing: 0.2px !important;
    backgroundfont-colorsize: #ffffff;16px;
}

p.my-title {
    borderfont-radiusweight: 15px500;
    widthfont-style: 750pxnormal;
    heightfont-stretch: 250pxnormal;
    boxline-shadowheight: -2.9px 4px 2.4px1.53;
    letter-spacing: 0.2px rgba(0, 0, 0, 0.08);
    cursor: pointer;!important;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
.general-text-container {
    margin-bottomleft: 20px45px !important;
}

.general-text-container .my-title {
    justifytext-contentalign: center !important;left;
}

div#announcements-wrapper {
    margin-left: 0px45px !important;
}

.carddiv#dot-descriptioncontainer {
    colormargin-left: black45px !important;
	font-color: 14px !important;
    width: 75%;
}

.announcementcard img .rw_search_item.rw_formatting_item.rw_search_box_theme_gray {
    widthmargin-left: inherit45px !important;
    height: inherit !important;}

.custom-section-container {
    objectmargin-fitleft: cover20px !important;
	border: none !important;
	border-radius: 0px !important;
	margin: 5px align-items: flex-start !important;
}

.imgaligngeneral-text-container .body-container {
    displayheight: flex !important;
    flex-direction: column !important;0px;
}

.rw_search_item.rw_formatting_item.rw_search_box_theme_gray .rw_search_module_container>div .rw_search_item input {
    align-itemswidth: center100% !important;
}

.rw_search_item.rw_formatting_item .rw_search_module_container>div {
    max-width: unset !important;
    heightwidth: 120px80% !important;
}

div.textmy-encompassertitle {
    displayfont-size: flex16px !important;
    width: 70% !important
}

p.card-title {
	font-weight: 500;
    flexfont-directionstyle: column !importantnormal;
    padding: 0px 0px 0px 25px !importantfont-stretch: normal;
    line-height: 1.53;
    borderletter-topspacing: none0.2px !important;
}



.prev, .next {
    topfont-size: 39% !important16px;
}


p.automatedmy-cardstitle {
    justifyfont-contentweight: left !important500;
}

.nextprevbutton.grey-pagination-button{
    widthfont-style: 200px!importantnormal;
	max-width: 200px!important    font-stretch: normal;
    line-height: 40px!important1.53;
    borderletter-radiusspacing: 0.2px 0px!important;
}
}
</style>


HTML
<style>
/* SEARCH SECTION  background: white!important;*/
.rw_search_item.rw_formatting_item.rw_search_box_theme_gray .rw_search_module_container>div .rw_search_item input {
    colorbackground: #3a3a3a!importantwhite;
    width: 333px;
    border-colorradius: #3a3a3a!important13px;
    margin: 40px autobox-shadow: -2px 2px 4px 0 0!important;
}

.show-more-button.grey-pagination-button{
    width: 200px!important;
	max-width: 200px!important;
    height: 40px!important;rgba(0, 0, 0, 0.16);
	padding; 
}
.rw_search_item {
    border-radiuspadding: 0px !important;
    background: white!important;
    color: #3a3a3a!important;;
}
.rw_search_item.rw_formatting_item .rw_search_module_container>div .rw_search_item .rw_search_icon {
    border-colorleft: #3a3a3aauto!important;
    margin	right: 40px auto 0 00px!important;
}

.grey-pagination-button.rw_cell.rw_search_module_container {
    text-aligndisplay: center !importantflex;
    border-radiuswidth: 20px !important80%;
    border-styleheight: solid !importantauto;
    bordermargin-width: 1px !important;left: 50px;
}
/* PERKS TITLE */
.custom-section-container.titlecontainer {
    font-family: var(--header-font-family) !importantAvenir;
    font-size: 24px;
    font-sizeweight: 12px !important900;
    backgroundfont-colorstretch: var(--primary-color) !importantnormal;
    linefont-heightstyle: 1.42857143em !importantnormal;
    paddingline-height: 4px 10px !importantnormal;
    borderletter-colorspacing: var(--primary-color) !importantnormal;
    color: white !important;
}

.my-title {
    font-size: 16px !important;
}

.custom-card-container#3a3a3a;
    align-items: center;
	width: 80%; margin: 40px auto;	
}
button.my-button {
    marginwidth: 25px !important;
}

p.card-title {
	font-weight: 500max-content;
    padding: 0px 25px;
    font-styleheight: normal35px;
    fontborder-stretchradius: normal5px;
    linefont-heightweight: 1.53bold;
    letterbackground-spacingcolor: 0.2px !important#bbd754;
    font-size: 16px14px;
    margin-left: 20px;
}

p.my-titlemain-header-container h1 {
    font-weightfamily: 500var(--header-font-family);
    font-styleweight: normal900;
    font-stretchsize: 4vw;
	width: normal85%;
    line-heightmargin: 1.5350px auto;
    lettermargin-spacingtop: 0.2px60px !important;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
.general-text-container {
    margin-left: 45px !important
div.custom-section-container{
	flex-direction: column;
}

.general-text-container .my-title rw_searchsimple_module {
    text-align: left;
}

div#announcements-wrapper {
margin: 40px 0 40px auto!important;
    width: margin-left: 45px fit-content!important;
}

div#dot-container {
   height: margin-left: 45px fit-content!important;
    width	background: 75%none!important;
}

.rw_search_item.rw_formatting_item.rw_search_box_theme_gray {
    margin-left: 45px query{
	border-radius: 0px!important;
	box-shadow: none!important;
	padding: 0 48px 0 15px!important;
}

.customtab-section-container Large.filled-tab{
    margin-left: 20px 	color: #ffb610!important;
	background: black!important;
	border: 2px   align-items: flex-start solid #ffb610!important;
}

.general-text-container .body-container {tab-Large{
    font-size: 15px!important;
    heightfont-family: 0px;
}

.rw_search_item.rw_formatting_item.rw_search_box_theme_gray .rw_search_module_container>div .rw_search_item input {Helvetica!important;
    border: 4px solid #ffb610!important;
    widthbackground: 100% #ffb610!important;
}

.rw_search_item.rw_formatting_item .rw_search_module_container>div {
    maxborder-widthradius: unset 0px!important;
    widthmargin: 0 80%0 0 20px!important;
}
.my-title {
    fontletter-sizespacing: 16px 1px!important;
}

p.card-title {
	font-weight: 500;
    font-styleweight: normalbold!important;
    font-stretchcolor: normalblack!important;
    line-heightwidth: 1.53140px!important;
    letter-spacingheight: 0.2px 50px!important;
    font-sizeoutline: 16pxnone!important;
}

p.my-titlediv#ui-tabs-buttons-ui-tab-container {
    font-weightposition: 500absolute!important;
    fontmax-stylewidth: normal50%!important;
    font-stretch: normal;
    line-height: 1.53;
    letter-spacing: 0.2px 	width: fit-content!important;
	top: 90px!important;
	margin: 0!important;
	right: calc(10% + 20px)!important;
	justify-content: flex-start!important;
	box-sizing: border-box!important;
	flex-wrap: nowrap!important;
	overflow-x: scroll!important;
}
}
</style>
HTML
<style>
/* SEARCH SECTION */
.rw_search_item.rw_formatting_item.rw_search_box_theme_gray .rw_search_module_container>div .rw_search_item input #rw_wrapper #main-content.wiki-content{
	position: relative;
}
.automated-cards{
	margin-top: 20px!important;
}

#user-search-bar-container .material-icons{
    backgroundopacity: white0.5;
    widthtransform: 333px;scale(1.2);
}

div#user-search-bar-container{
    border-radiuscolor: 13px#ccc!important;
    boxborder-shadowradius: -2px 2px 4px 0 rgba(0, 0, 0, 0.16);
	padding; 
}
.rw_search_item {
    padding: 0px !important;
    background: white;
}
.rw_search_item.rw_formatting_item .rw_search_module_container>div .rw_search_item .rw_search_icon 0!important;
    width: 250px!important;
}

div#user-search-module{
	width: fit-content!important;
	margin: 0 0 0 auto!important;
}

.dropdown{
    leftbackground: auto#ffb610!important;
	right    color: 0pxblack!important;
}

.rw_cell.rw_search_module_container {
    displayborder-radius: flex0!important;
    width: 80%180px!important;
    height: auto50px!important;
    marginline-leftheight: 50px40px!important;
}
/*  PERKS TITLE */
.custom-section-container.titlecontainer { margin: 0!important;
    font-familypadding: Avenir0!important;
    font-sizeweight: 24px;
bold!important;
}

#filters-list{
    fontborder-weightradius: 9000!important;
    font-stretch: normalbackground: white!important;
    fontbox-styleshadow: normal;
0 5px 10px  line-height: normal;
    letter-spacing: normal2px rgb(0 0 0 / 16%)!important;
    colormargin-top: #3a3a3a;
 0!important;
}

.filter-btn p.filter{
   align-items: center;
	width: 80%; margin: 40px auto;	0!important;
}

button.my-button filter-btn:hover{
    widthbackground: max-content#eee!important;
    paddingcolor: 0px 25pxblack!important;
    heightborder-radius: 35px0!important;
    border-radius: 5px;
    font-weight: bold;
    background-color: #bbd754;
    
}
#wave-container,#next-prev-container-mentorsTable,#myTable-mentorsTable,.custom-user-search-container,.table-wrap{
	display: none!important;
}
#mytab-MENTORS .custom-title{
	text-align: left!important;
	color: #333!important;
	font-size: 14px26px!important;
    	width: 100%;
	margin-leftbottom: 20px30px!important;
}
.main-header-container h1 {
    font-family: var(--header-font-family);
    font-weight: 900;
    custom-title{
	text-align: center!important;
	color: rgba(0,0,0,50%)!important;
	font-size: 4vw22px!important;
	width: 85%;
    margin: 50px auto;
    margin-top: 60px 0!important;
}

div.custom-section-container{
	</style>




CardURL
Custom ui tabs
TabsNameui-tab-container


Show If


Custom ui tab
NamePARTNERS


Custom section
CustomCSSdisplay: flex; flex-direction:
column
; } .rw_searchsimple_module { margin: 40px 0 40px auto
!important;
width: fit-content!important; height: fit-content!important; background: none!important; } .rw_search_query{ border-radius: 0px!important; box-shadow: none!important; padding: 0 48px 0 15px!important; } .tab-Large.filled-tab{ color: #ffb610!important; background: black!important; border: 2px solid #ffb610!important; } .tab-Large{ font-size: 15px!important; font-family: Helvetica!important; border: 4px solid #ffb610!important; background: #ffb610!important; border-radius: 0px!important; margin: 0 0 0 20px!important; letter-spacing: 1px!important; font-weight: bold!important; color: black!important; width: 140px!important; height: 50px!important; outline: none!important; } div#ui-tabs-buttons-ui-tab-container { position: absolute!important; width: 80%!important; margin: 50px 10%!important; top: 45px!important; justify-content: flex-end!important; padding-right: 20px!important; box-sizing: border-box; } #rw_wrapper #main-content.wiki-content{ position: relative; } .automated-cards{ margin-top: 20px!important; } #user-search-bar-container .material-icons{ opacity: 0.5; transform: scale(1.2); } div#user-search-bar-container{ border-color: #ccc!important; border-radius: 0!important; width: 400px!important; } div#user-search-module{ width: fit-content!important; margin: 0 0 0 auto!important; } .dropdown{ background: #ffb610!important; color: black!important; border-radius: 0!important; width: 180px!important; height: 50px!important; line-height: 40px!important; margin: 0!important; padding: 0!important; font-weight: bold!important; } #filters-list{ border-radius: 0!important; background: white!important; box-shadow: 0 5px 10px 2px rgb(0 0 0 / 16%)!important; margin-top: 0!important; } .filter-btn p.filter{ margin: 0!important; } .filter-btn:hover{ background: #eee!important; color: black!important; border-radius: 0!important; } #wave-container,#next-prev-container-mentorsTable,#myTable-mentorsTable,.custom-user-search-container,.table-wrap{ display: none!important; } .custom-title{ text-align: center!important; color: rgba(0,0,0,50%)!important; font-size: 22px!important; margin: 0!important; } </style>
Custom ui tabs
TabsNameui-tab-container
show-if
flex-wrap: wrap; justify-content: left; width: 80%; height: auto; margin: auto;
Classmostpopular


Custom section
ContainerIDprofile_header_container
Widthbox-sizing: border-box; padding: 20px; align-items: center; flex-direction: row; display: flex; width: calc(100% - 40px); height: 120px; background: black;margin-top: 40px;


HTML
<div id="profile_header_text" style='width: fit-content; height: fit-content;color: white; font-weight: bold; font-size: 40px; padding-left: 20px;'>Partners</div>



Custom section
ClasssearchSection

Custom User Search (deprecated)
userGroups
profileFieldSearchconfluence.department,confluence.position,fullName,username,cup.field-21
profileFieldViewconfluence.department,confluence.position
placeholderTextSearch for a Mentor...


Custom section
CustomCSSmargin: 50px 0; width: 100%; height: fit-content; display: flex; flex-direction: row; justify-content: flex-start;
ContainerIDfilter-container


Custom group user search
Groupconfluence-administrators
TypegreyLong
BaseURL/display/PN/Mentor+Profile?mentor=


List members pagination
CardURL/display/PN/Mentor+Profile?mentor=
UniqueIdentifierpartnerlistmembers
PreviousButtonTextPrevious
CardSubtitleconfluence.position%confluence.department
Limit15
NextButtonTextNext
Paginatetrue

Custom title
TitleNo partners here



Custom ui tab
NameVC CONNECT


Custom section
CustomCSSdisplay: flex; flex-direction: column!important; flex-wrap: wrap; justify-content: left; width: 80%; height: auto; margin: auto;
Classmostpopular


Custom section
ContainerIDprofile_header_container
Widthbox-sizing: border-box; padding: 20px; align-items: center; flex-direction: row; display: flex; width: calc(100% - 40px); height: 120px; background: black;margin-top: 40px;


HTML
<div id="profile_header_text" style='width: fit-content; height: fit-content;color: white; font-weight: bold; font-size: 40px; padding-left: 20px;'>VC Connect</div>


Automated cards paginated
FullSearchString type = page AND space = MEM AND parent = 66416 AND (label = partnerpage) order by created desc
Typeroundedborderlayered-autocards
UniqueIdentifiervcconnectcards
ShowMoretrue
Spacescompanies
GeneratePerkstrue
Limit8



Custom ui tab
NameINVESTORS


Custom section
CustomCSSdisplay: flex; flex-direction: column!important; flex-wrap: wrap; justify-content: left; width: 80%; height: auto; margin: auto;
Classmostpopular


Custom section
ContainerIDprofile_header_container
Widthbox-sizing: border-box; padding: 20px; align-items: center; flex-direction: row; display: flex; width: calc(100% - 40px); height: 120px; background: black;margin-top: 40px;


HTML
<div id="profile_header_text" style='width: fit-content; height: fit-content;color: white; font-weight: bold; font-size: 40px; padding-left: 20px;'>VC Connect</div>


Automated cards paginated
FullSearchString type = page AND space = MEM AND parent = 66416 AND (label = partnerpage) order by created desc
Typeroundedborderlayered-autocards
UniqueIdentifiervcconnectcards
ShowMoretrue
Spacescompanies
GeneratePerkstrue
Limit8



Custom ui tab
NameMEMBERS


Custom section
CustomCSSdisplay: flex; flex-direction: column!important; flex-wrap: wrap; justify-content: left; width: 80%; height: auto; margin: auto;
Classmostpopular


Custom section
ContainerIDprofile_header_container
Widthbox-sizing: border-box; padding: 20px; align-items: center; flex-direction: row; display: flex; width: calc(100% - 40px); height: 120px; background: black;margin-top: 40px;


HTML
<div id="profile_header_text" style='width: fit-content; height: fit-content;color: white; font-weight: bold; font-size: 40px; padding-left: 20px;'>VC Connect</div>


Automated cards paginated
FullSearchString type = page AND space = MEM AND parent = 66416 AND (label = partnerpage) order by created desc
Typeroundedborderlayered-autocards
UniqueIdentifiervcconnectcards
ShowMoretrue
Spacescompanies
GeneratePerkstrue
Limit8




VC CONNECT
Custom ui tab
Name
MENTORS


Custom section
CustomCSSdisplay: flex; flex-direction: column!important; flex-wrap: wrap; justify-content: left; width: 80%; height: auto; margin: auto;
Classmostpopular


Custom section
ContainerIDprofile_header_container
Widthbox-sizing: border-box; padding: 20px; align-items: center; flex-direction: row; display: flex; width: calc(100% - 40px); height: 120px; background: black;margin-top: 40px;


HTML
<div id="profile_header_text" style='width: fit-content; height: fit-content;color: white; font-weight: bold; font-size: 40px; padding-left: 20px;'
>VC Connect<
>Mentors</div>
automated



cards-paginated
custom-
Section
FullSearchString type = page AND space = MEM AND parent = 66416 AND (label = partnerpage) order by created desc
Typeroundedborderlayered-autocards
UniqueIdentifiervcconnectcards
ShowMoretrue
Spacescompanies
GeneratePerkstrue
Limit15
Custom ui tab
NameMENTORS
column!important; flex-wrap: wrap; left; width: 80%; height: auto; margin: autoClass
ClasssearchSection

Custom User Search (deprecated)
userGroupsmentor-users
profileFieldSearchconfluence.department,confluence.position,fullName,username,cup.field-21
profileFieldViewconfluence.department,confluence.position
placeholderTextSearch for a Mentor...


Custom section
CustomCSSmargin: 50px 0; width: 100%; height: fit-content;
Custom section
CustomCSS
display: flex; flex-direction:
row; justify-content:
flex-start;
custom
ContainerID
mostpopularsection
filter-
container
ContainerIDprofile_header_container
Widthbox-sizing: border-box; padding: 20px; align-items: center; flex-direction: row; display: flex; width: calc(100% - 40px); height: 120px; background: black;margin-top: 40px;
HTML
<div id="profile_header_text" style='width: fit-content; height: fit-content;color: white; font-weight: bold; font-size: 40px; padding-left: 20px;'>Mentors</div>
Custom section
ClasssearchSection

Custom User Search (deprecated)
userGroupsmentor-users
profileFieldSearchconfluence.department,confluence.position,fullName,username,cup.field-21
profileFieldViewconfluence.department,confluence.position
placeholderTextSearch for a Mentor...

DisableAutoHeighttrue

Mentor filters
IncludeFiltersProduct Development & Management, Business Development & Partnerships, Branding, Finance & Accounting, Fundraising, Talent & Human Resources, International Development, Leadership/ Management, Digital Marketing, Operations, Legal, Sales, Engineering, Growth Hacking, Public Relations, Data Science, Go-to-market Strategy, UX Design

Custom group user search
Groupmentor-users
TypegreyLong
BaseURL/display/PN/Mentor+Profile?mentor=

Custom title
TitleFeatured Mentors

BaseURL
Custom section
CustomCSSflex-direction: row; flex-wrap: wrap; justify-content: flex-start;
ContainerIDfeatured-mentors-container


Custom card
ImgSrc/download/attachments/48006439/cup-ldap-profile-picture?api=v2
SubtitleExecutive Director at Ascender
Typeprofilecard
LinkUrl/display/PN/Mentor+Profile?mentor=nadyli%40ascenderpgh.com
TitleNadyli Nuñez



Custom card
ImgSrc/download/attachments/46336127/cup-ldap-profile-picture?api=v2
SubtitleFounder and Managing Director of OneValley Ventures
Typeprofilecard
LinkUrl/display/PN/Mentor+Profile?mentor=juan%40theonevalley.com
TitleJuan Scarlett



Custom card
ImgSrc/download/attachments/14747064/cup-ldap-profile-picture?api=v2
SubtitleChief Innovation Officer at OneValley
Typeprofilecard
LinkUrl
Custom section
CustomCSSmargin: 50px 0; width: 100%; height: fit-content; display: flex; flex-direction: row; justify-content: flex-start;
ContainerIDfilter-container

Mentor filters
IncludeFiltersProduct Development & Management, Business Development & Partnerships, Branding, Finance & Accounting, Fundraising, Talent & Human Resources, International Development, Leadership/ Management, Digital Marketing, Operations, Legal, Sales, Engineering, Growth Hacking, Public Relations, Data Science, Go-to-market Strategy, UX Design

Custom group user search
Groupconfluence-administrators
TypegreyLong
/display/PN/Mentor+Profile?mentor=
List members pagination
GroupNamementor-users
alec%40gsvlabs.com
TitleAlec Wright



Custom card
ImgSrc/download/attachments/56170761/cup-ldap-profile-picture?api=v2
SubtitleSr Partner and Chief Product Officer of Headstorm
Typeprofilecard
LinkUrl/display/PN/Mentor+Profile?mentor=
UniqueIdentifiermentorlistmembers
PreviousButtonTextPrevious
CardSubtitleconfluence.position%confluence.department
Limit10
NextButtonTextNext
Paginatetrue
Custom ui tab
NameSTARTUPS
adam%40datadrivencreative.com
TitleAdam Paulisick



Custom card
ImgSrc/download/attachments/56170814/cup-ldap-profile-picture?api=v2
Subtitle Co-Founder and CEO of Diamond Kinetics
Typeprofilecard
LinkUrl/display/PN/Mentor+Profile?mentor=cjhandron%40diamondkinetics.com
TitleCJ Handron




HTML
<br>


Show If

Custom title
TitleExemplary Mentors

List members pagination
GroupNamepittsburgh-mentors-users
CardURL/display/PN/Mentor+Profile?mentor=
UniqueIdentifierpittsmentorlistmembers
PreviousButtonTextPrevious
CardSubtitleconfluence.position%confluence.department
Limit8
NextButtonTextNext
Paginatetrue



Custom title
TitleAll Mentors

List members pagination
GroupNamementor-users
CardURL/display/PN/Mentor+Profile?mentor=
UniqueIdentifiermentorlistmembers
PreviousButtonTextPrevious
CardSubtitleconfluence.position%confluence.department
Limit8
NextButtonTextNext
Paginatetrue



Custom ui tab
NameSTARTUPS


Custom section
CustomCSSdisplay: flex; flex-direction: column!important; flex-wrap: wrap; justify-content: left; width: 80%; height: auto; margin: auto;
Classmostpopular


Custom section
ContainerIDprofile_header_container
Widthbox-sizing: border-box; padding: 20px; align-items: center; flex-direction: row; display: flex; width: calc(100% - 40px); height: 120px; background: black;margin-top: 40px;


HTML
<div id="profile_header_text
Custom section
CustomCSSdisplay: flex; flex-direction: column!important; flex-wrap: wrap; justify-content: left; width: 80%; height: auto; margin: auto;
Classmostpopular
Custom section
ContainerIDprofile_header_container
Widthbox-sizing: border-box; padding: 20px; align-items: center; flex-direction: row; display: flex; width: calc(100% - 40px); height: 120px; background: black;margin-top: 40px;
HTML
<div id="profile_header_text" style='width: fit-content; height: fit-content;color: white; font-weight: bold; font-size: 40px; padding-left: 20px;'>Startups</div>



Show If


Custom section
ClasssearchSection

Custom User Search (deprecated)
userGroups
profileFieldSearchconfluence.department,confluence.position,fullName,username,cup.field-21
profileFieldViewconfluence.department,confluence.position
placeholderTextSearch for a Mentor...


Custom section
CustomCSSmargin: 50px 0; width: 100%; height: fit-content; display: flex; flex-direction: row; justify-content: flex-start;
ContainerIDfilter-container

Custom group user search
Groupconfluence-administrators
TypegreyLong
BaseURL/display/PN/Mentor+Profile?mentor=



filters
custom-
Section
IncludeFiltersProduct Development & Management, Business Development & Partnerships, Branding, Finance & Accounting, Fundraising, Talent & Human Resources, International Development, Leadership/ Management, Digital Marketing, Operations, Legal, Sales, Engineering, Growth Hacking, Public Relations, Data Science, Go-to-market Strategy, UX Design
Custom group user search
Groupconfluence-administrators
TypegreyLong
BaseURL/display/PN/Mentor+Profile?mentor=

List members pagination
CardURL/display/PN/Mentor+Profile?mentor=
UniqueIdentifierstartuplistmembers
PreviousButtonTextPrevious
CardSubtitleconfluence.position%confluence.department
Limit15
NextButtonTextNext
Paginatetrue

Custom title
TitleNo startups here

Custom ui tab
NamePARTNERS
Custom section
CustomCSSdisplay: flex; flex-direction: column!important; flex-wrap: wrap; justify-content: left; width: 80%; height: auto; margin: auto;
Classmostpopular
Custom section
ContainerIDprofile_header_container
Widthbox-sizing: border-box; padding: 20px; align-items: center; flex-direction: row; display: flex; width: calc(100% - 40px); height: 120px; background: black;margin-top: 40px;
HTML
<div id="profile_header_text" style='width: fit-content; height: fit-content;color: white; font-weight: bold; font-size: 40px; padding-left: 20px;'>Partners</div>
Custom section
ClasssearchSection
Custom User Search (deprecated)userGroupsprofileFieldSearchconfluence.department,confluence.position,fullName,username,cup.field-21profileFieldViewconfluence.department,confluence.positionplaceholderTextSearch for a Mentor...
Custom section
CustomCSSmargin: 50px 0; width: 100%; height: fit-content; display: flex; flex-direction: row; justify-content: flex-start;
ContainerIDfilter-container

Mentor filters
IncludeFiltersProduct Development & Management, Business Development & Partnerships, Branding, Finance & Accounting, Fundraising, Talent & Human Resources, International Development, Leadership/ Management, Digital Marketing, Operations, Legal, Sales, Engineering, Growth Hacking, Public Relations, Data Science, Go-to-market Strategy, UX Design

Custom group user search
Groupconfluence-administrators
TypegreyLong
BaseURL/display/PN/Mentor+Profile?mentor=

List members pagination
CardURL/display/PN/Mentor+Profile?mentor=
UniqueIdentifierpartnerlistmembers
PreviousButtonTextPrevious
CardSubtitleconfluence.position%confluence.department
Limit15
NextButtonTextNext
Paginatetrue

Custom title
TitleNo partners here

HTML
<script>
//$('#ui-tabs-buttons-ui-tab-container')[0].style.top = $('#profile_header_container')[0].offsetTop.toString() + "px";
</script>
Show If
HTML
<script>

// ANALYTICS 

const trackPerksCardClicked = (perkCategory, perkTitle) => {
	analytics.track("perksCardClicked", {perkCategory, perkTitle});
}

const trackPerkCategoryClicked = (perkCategory) => {
	analytics.track("PerksCategoryClicked", {perkCategory});
}

$("#myCards-passportproperks .custom-card-container").each(function() {
  this.addEventListener("click", () => {
		let title = this.getElementsByClassName("card-title")[0];
		let titleText = title.innerHTML.trim();
		let category = this.getElementsByClassName("card-subtitle")[0];
		let categoryText = category.innerHTML.trim();
		trackPerksCardClicked(categoryText, titleText);
  });
});

$("#myCards-popularperks .custom-card-container").each(function() {
  this.addEventListener("click", () => {
		let title = this.getElementsByClassName("card-title")[0];
		let titleText = title.innerHTML.trim();
		let category = this.getElementsByClassName("card-subtitle")[0];
		let categoryText = category.innerHTML.trim();
		trackPerksCardClicked(categoryText, titleText);
  });
});

$("#myCards-newestperks .custom-card-container").each(function() {
  this.addEventListener("click", () => {
		let title = this.getElementsByClassName("card-title")[0];
		let titleText = title.innerHTML.trim();
		let category = this.getElementsByClassName("card-subtitle")[0];
		let categoryText = category.innerHTML.trim();
		trackPerksCardClicked(categoryText, titleText);
  });
});

$("#categories .custom-card-container").each(function() {
  this.addEventListener("click", () => {
		let category = this.getElementsByClassName("card-title")[0];
		let categoryText = category.innerHTML.trim();
		categoryText = categoryText.split('&amp;').join("&");
		trackPerkCategoryClicked(categoryText);
  });
});
</script>
CustomCSSwidth: 100%; margin: 50px 0 0 0; padding: 0; position: relative; display: flex; flex-direction: row; flex-wrap: wrap;
ContainerIDstartup-card-container



HTML
<script>
console.log("In startup container");
jQuery.ajax({
    url: "/rest/scriptrunner/latest/custom/searchJiraTicketsPaginated",
    headers: {
      'X-Atlassian-Token' : 'nocheck',
      'Content-type' : 'application/json'
    },
    type: "POST",
    dataType: 'json',
    data: JSON.stringify({
      "jql": "project = PGH AND status = Submitted AND resolution = Unresolved AND cf[10634] ~ 'approved' ORDER BY cf[10108] asc",
      "startAt": 0,
      "maxResults": 40
    }),
	success: function(data){
	console.log("Issues found", data.issues);
	var startup_container = document.getElementById('startup-card-container');
	for(let i = 0; i < data.issues.length; i++){
		let key = data.issues[i]['key'];
		let title = data.issues[i]['fields']['customfield_10108'].split('. ')[0];
		let summary = data.issues[i]['fields']['customfield_10226'].split('. ')[0];
			startup_container.innerHTML = startup_container.innerHTML + `<a class='startup-card' href="/display/PN/Company+Profile?company=` + key + `">
												<div class='startup-card-title'>`+title+`</div>
												<div class='startup-card-summary'>`+summary+`</div>
												</div>`;
		}
	}
  });

</script>







HTML
<script>



// ANALYTICS 

const trackPerksCardClicked = (perkCategory, perkTitle) => {
	analytics.track("perksCardClicked", {perkCategory, perkTitle});
}

const trackPerkCategoryClicked = (perkCategory) => {
	analytics.track("PerksCategoryClicked", {perkCategory});
}

$("#myCards-passportproperks .custom-card-container").each(function() {
  this.addEventListener("click", () => {
		let title = this.getElementsByClassName("card-title")[0];
		let titleText = title.innerHTML.trim();
		let category = this.getElementsByClassName("card-subtitle")[0];
		let categoryText = category.innerHTML.trim();
		trackPerksCardClicked(categoryText, titleText);
  });
});

$("#myCards-popularperks .custom-card-container").each(function() {
  this.addEventListener("click", () => {
		let title = this.getElementsByClassName("card-title")[0];
		let titleText = title.innerHTML.trim();
		let category = this.getElementsByClassName("card-subtitle")[0];
		let categoryText = category.innerHTML.trim();
		trackPerksCardClicked(categoryText, titleText);
  });
});

$("#myCards-newestperks .custom-card-container").each(function() {
  this.addEventListener("click", () => {
		let title = this.getElementsByClassName("card-title")[0];
		let titleText = title.innerHTML.trim();
		let category = this.getElementsByClassName("card-subtitle")[0];
		let categoryText = category.innerHTML.trim();
		trackPerksCardClicked(categoryText, titleText);
  });
});

$("#categories .custom-card-container").each(function() {
  this.addEventListener("click", () => {
		let category = this.getElementsByClassName("card-title")[0];
		let categoryText = category.innerHTML.trim();
		categoryText = categoryText.split('&amp;').join("&");
		trackPerkCategoryClicked(categoryText);
  });
});
</script>


HTML
<style>


div#user-search-bar-container{
    border-color: #ccc!important;
    border-radius: 0!important;
    width: 300px!important;
	min-width: 250px !important;
}

@media only screen and (max-width: 920px) and (min-width: 320px) {
#filters-list{
	width: 80%;
    top: calc(100% + 5px);
	left: 10%;
}
        #filter-container{
    margin: 30px 0!important;
    flex-direction: column!important;
}

.dropdown{
    width: 100%!important;
}

div#user-search-module,div#user-search-bar-container{
    width: 100%!important;
    margin: 0!important;
}
#main-content div#ui-tabs-buttons-ui-tab-container{
    width: 80%!important;
	max-width: 80%!important;
    padding: 0!important;
    right: 10%!important;
    top: 100px!important;
}

div#ui-tabs-buttons-ui-tab-container button {
  margin: 0 10px !important;
}

#profile_header_container{
    flex-direction: column!important;
	margin: 10px 0 0 0 !important;
}

#profile_header_text{
    margin: 0 auto 0 0!important;
    padding: 0!important;
    font-size: 35px!important;
}

div#featured-mentors-container {
  margin-left: 0 !important;
}

#user-search-results {
  width: 80% !important;
}

.startup-card {
  width: 100%;
  margin: 40px 0 0 0;
}

#startup-card-container {
  margin: 0 !important;
}

}

.userLogo {
  height: 100% !important;
  width: 100% !important;
}

.list-member-paginated-cards{
	justify-content: flex-start!important;
}

.profilecard.custom-card-container{
    border-radius: 0!important;
    box-shadow: none!important;
    width: 300px!important;
    height: 450px!important;
    margin: 0 20px 20px 0!important;
	padding: 0!important;
}

.profilecard img {
    width: 100%!important;
    height: 100%!important;
    border-radius: 0!important;
    margin: 0!important;
    object-fit: cover!important;
    padding: 0!important;
}

.profilecard .image-container {
    display: flex!important;
    padding: 0!important;
    margin: 0!important;
    width: 100%!important;
    height: 320px!important;
}

.profilecard .card-text-container {
    display: flex!important;
    flex-direction: column!important;
    height: 100%!important;
    width: 100%!important;
}

.profilecard .card-title{
    color: #333!important;
    font-weight: bold!important;
    font-size: 22px!important;
}

.profilecard .card-subtitle{
	color: #333!important;
	font-size: 16px!important;
}


div#main-content {
  background: #eeeeee;
}

.rw_formatting_item>.rw_background_image {
  background: #e9eae9;
}

.rw_search_item.rw_formatting_item .rw_search_module_container>div .rw_search_item {
  background: #e9eae9;
}

.roundedborderlayered-autocards.cardstyle {
	background: none!important;
width: 300px!important;
	height: 450px!important;
	
HTML
<style>

.list-member-paginated-cards{
	justify-content: flex-start!important;
}

.profilecard.custom-card-container{
    border-radius: 0!important;
    box-shadow: none!important;
    width: 300px!important;
    height: 450px!important;
    margin: 0 20px 20px 0!important;
	padding: 0}

.custom-card-link-styling{
	
	border-radius: 0px!important;
}

.profilecard img {
    roundedborderlayered-autocards.cardstyle .card-text-container{
	width: 100%!important;
    	height: 100%210px!important;
	margin: 20px   border-radius: 00!important;
}

.roundedborderlayered-autocards.cardstyle .image-container{
	width: 100%!important;
    margin	height: 0200px!important;
    object-fit	padding: cover0!important;
	border: 1px   padding: 0!importantsolid #ccc;
	box-sizing: border-box;
}

.roundedborderlayered-autocards.profilecardcardstyle .imageprof-container {
    display: flex	width: 100%!important;;
	height: 200px!important;
    padding	margin: 0!important;

}

.roundedborderlayered-autocards.cardstyle a   {
	margin: 0!important;
    	box-shadow: none!important;
	width: 100%!important;
    	height: 320px!important100%;
}


.profilecardroundedborderlayered-autocards.cardstyle p.card-textperks-containersubtitle {
    display: flex!important;
    flex-direction: column!importantbackground: var(--primary-color);
    height: 100%!important;
    width: 100%color: var(--secondary-color) !important;
}

.profilecard.roundedborderlayered-autocards.cardstyle .card-text-container .card-title {
    color: #333!important;
	padding-left:    30px;
	text-align: left;
font-weight: bold!important;
     bold;
font-size: 22px!important;
}

.profilecard.roundedborderlayered-autocards.cardstyle .card-text-container .card-subtitle {
	  color: #333!importantgray;
	fontpadding-sizeleft: 16px!important30px;
}


div#main-content {
  backgroundtext-align: #eeeeee;
}

.rw_formatting_item>.rw_background_image {
  background: #e9eae9;
}

.rw_search_item.rw_formatting_item .rw_search_module_container>div .rw_search_item {
  background: #e9eae9left;
font-weight: normal;
font-size: 15px!important;
}

.roundedborderlayered-autocardscc.cardstyle {
	background: none!important;
width: 300px!important;
	height: 450px!important;
	margin: 0 20px 20px 0!important;
}

.custom-card-link-styling{
	
	border-radius: 0px!important;
}

.roundedborderlayered-autocards.cardstyle .card-text-container{
	width: 100%!important;
	height: 210px!important;
	margin: 20px 0!important;
}

.roundedborderlayered-autocards.cardstyle .image-container{
	width: 100%!important;
	height: 200px!important;
	padding: 0!important;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.roundedborderlayered-autocards.cardstyle .prof-container{
	width: 100%!important;;
	height: 200px!important;
	margin: 0!important;

}

.roundedborderlayered-autocards.cardstyle a {
	margin: 0!important;
	box-shadow: none!important;
	width: 100%;
	height: 100%;
}


.roundedborderlayered-autocards.cardstyle p.card-perks-subtitle {
  background: var(--primary-color);
  color: var(--secondary-color) !important;
}
.roundedborderlayered-autocards.cardstyle .card-text-container .card-title {
  color: #333;
	padding-left: 30px;
	text-align: left;
font-weight: bold;
font-size: 22px!important;
}

.roundedborderlayered-autocards.cardstyle .card-text-container .card-subtitle {
  color: gray;
	padding-left: 30px;
text-align: left;
font-weight: normal;
font-size: 15px!important;
}

.roundedborderlayered-cc.cardstyle {
  box-shadow: 0px 15px 0 var(--secondary-color), 0px -15px 0 var(--secondary-color), -2px 3px 10px 0 rgb(0 0 0 / 16%), 2px -3px 10px 0 rgb(0 0 0 / 16%);
}




.rw_search_item.rw_formatting_item .rw_search_module_container>div .rw_search_item {
  width: max-content;
}
.rw_search_item.rw_formatting_item .rw_search_module_container>div .rw_search_item .rw_search_icon {
  left: 0px;
}
.rw_searchsimple_module {
  margin: 30px auto;
  margin-bottom: 60px;
  width: 85%;
}
.rw_cell.rw_search_module_container {
  margin-left: 0px;
}

/* MOBILE STYLING */

@media screen and (max-width: 930px) {
  .main-header-container h1 {
    font-size: 35px;
  }
  .custom-section-container.titlecontainer {
    font-size: 22px;
    width: 85%;
    margin: 40px auto !important;
  }
}

@media screen and (max-width: 700px) {
  .mostpopular, #newest-perks-container {
    width: 85%;
    margin: 0 auto !important;
  }
  .rw_searchsimple_module { 
    width: 80%;
  }
  #myCards-passportproperks, #myCards-popularperks, #categories, #myCards-newestperks {
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
  }
}
</style>  box-shadow: 0px 15px 0 var(--secondary-color), 0px -15px 0 var(--secondary-color), -2px 3px 10px 0 rgb(0 0 0 / 16%), 2px -3px 10px 0 rgb(0 0 0 / 16%);
}




.rw_search_item.rw_formatting_item .rw_search_module_container>div .rw_search_item {
  width: max-content;
}
.rw_search_item.rw_formatting_item .rw_search_module_container>div .rw_search_item .rw_search_icon {
  left: 0px;
}
.rw_searchsimple_module {
  margin: 30px auto;
  margin-bottom: 60px;
  width: 85%;
}
.rw_cell.rw_search_module_container {
  margin-left: 0px;
}

/* MOBILE STYLING */

@media screen and (max-width: 930px) {
  .main-header-container h1 {
    font-size: 35px;
  }
  .custom-section-container.titlecontainer {
    font-size: 22px;
    width: 85%;
    margin: 40px auto !important;
  }

  .profilecard.custom-card-container {
	margin: 0 0 20px 0 !important;
	width: 100% !important;
  }
}

@media screen and (max-width: 700px) {
  .mostpopular, #newest-perks-container {
    width: 85%;
    margin: 0 auto !important;
  }
  .rw_searchsimple_module { 
    width: 80%;
  }
  #myCards-passportproperks, #myCards-popularperks, #categories, #myCards-newestperks {
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
  }
}
</style>






<script>
/*
console.log("this is running");
var data = await jQuery.ajax({
    url: "/rest/scriptrunner/latest/custom/searchJiraTicketsPaginated",
    headers: {
      'X-Atlassian-Token' : 'nocheck',
      'Content-type' : 'application/json'
    },
    type: "POST",
    dataType: 'json',
    data: JSON.stringify({
      "jql": "project = PGH AND status = Submitted AND resolution = Unresolved AND cf[10634] ~ 'approved' ORDER BY priority DESC, updated DESC",
      "startAt": 0,
      "maxResults": 4
    })
  }).then(res => res);
for(let i = 0; i < data.issues.length; i++){
	console.log("found...");
	let title = data.issues[i]['fields']['customfield_10108'];
	let summary = data.issues[i]['fields']['customfield_10226'];
container.innerHTML = container.innerHTML + `<div class='startup-card'>
												<div class='startup-card-title'>`+title+`</div>
												<div class='startup-card-summary'>`+summary+`</div>
												</div>`;
}
*/
</script>