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> :root{ /* --primary-color: #bdd955; */ } #isos-up,#isos-down{ font-size: 8px!important; } .roundedborderlayered-autocards.cardstyle .card-text-container .card-title
$(document).arrive('#startup-card-container' container=>{
	// Load startup cards
var data = await jQuery.ajax({
    url: "/rest/scriptrunner/latest/custom/searchJiraTicketsPaginated",
    headers: {
    
color:
 
#3a3a3a !important; } #categories img {
 'X-Atlassian-Token' : 'nocheck',
     
filter: grayscale(1); } .card-perks-subtitle { color: var(--secondary-color) !important; } .announcementcard { padding-left: 0px !important;
 'Content-type' : 'application/json'
    },
    type: "POST",
    
background-color
dataType: 
#ffffff;
'json',
    
border-radius
data: 
15px;
JSON.stringify({
    
width:
  "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);
console.log("mazinnnn")
for(let i = 0; i < data.issues.length; i++){
	let title = data.issues[i]['fields']['customfield_10108'];
	let summary = data.issues[i]['fields']['customfield_10226'];
	console.log(title, summary)
container.innerHTML = container.innerHTML + `<div class='startup-card'>
												<div class='startup-card-title'>`+title+`</div>
												<div class='startup-card-summary'>`+summary+`</div>
												</div>`;
}
	
});

console.log("mazin")

</script>

<style>
.startup-card{
display: flex;
flex-direction: column;
width: 100px;
height: 150px;
margin; 0 20px 10px 0;
}
</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);

$(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;
				}
			});

console.log("mazin")

</script>
Show If
groupconfluence-users,pittsburgh-users
HTML


MENTORS
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 {
    color: var(--secondary-color)750px;
    height: 250px;
    box-shadow: -2.9px 4px 2.4px 0.2px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    margin-bottom: 20px !important;
    justify-content: center !important;
    margin-left: 0px !important;
}

.card-description{
    color: black !important;
	font-color: 14px !important;

}

.announcementcard img {
    width: inherit !important;
    height: inherit !important;
    object-fit: cover !important;
	border: none !important;
	border-radius: 0px !important;
	margin: 5px !important;
}

.imgalign {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: unset !important;
    height: 120px !important;
}

div.text-encompasser {
    display: flex !important;
    width: 70% !important;
    flex-direction: column !important;
    padding: 0px 0px 0px 25px !important;
    border-top: none !important;
}



.prev, .next {
    top: 39% !important;
}


.automated-cardsannouncementcard {
    justifypadding-contentleft: left0px !important;
}

.nextprevbutton.grey-pagination-button{
    width: 200px!important;
	max-width: 200px!important;
 background-color: #ffffff;
   height: 40px!important;
    border-radius: 0px!important15px;
    backgroundwidth: white!important750px;
    colorheight: #3a3a3a!important250px;
    borderbox-colorshadow: #3a3a3a!important;
    margin: 40px auto 0 0!important;
}

.show-more-button.grey-pagination-button{-2.9px 4px 2.4px 0.2px rgba(0, 0, 0, 0.08);
    widthcursor: 200px!important;
	max-width: 200px!importantpointer;
    heightmargin-bottom: 20px 40px!important;
    borderjustify-radiuscontent: 0pxcenter !important;
    backgroundmargin-left: 0px white!important;
}

.card-description{
    color: black #3a3a3a!important;
    border	font-color: 14px #3a3a3a!important;

}

.announcementcard img {
  margin: 40px autowidth: 0inherit 0!important;
}

.grey-pagination-button {
    text-alignheight: centerinherit !important;
    borderobject-radiusfit: 20pxcover !important;
	border: none !important;
	border-radius:  border-style0px !important;
	margin: solid5px !important;
}

.imgalign {
   border-width display: 1pxflex !important;
    fontflex-familydirection: var(--header-font-family)column !important;
    fontalign-sizeitems: 12pxcenter !important;
    background-color: var(--primary-color)width: unset !important;
    line-height: 1.42857143em 120px !important;
}

div.text-encompasser {
    display: flex !important;
    paddingwidth: 4px70% 10px !important;
    borderflex-colordirection: var(--primary-color)column !important;
    color: whitepadding: 0px 0px 0px 25px !important;
}

.my-title {
    fontborder-sizetop: 16pxnone !important;
}

.custom-card-container

.prev, .next {
    margintop: 25px39% !important;
}


p.cardautomated-titlecards {
	font-weight: 500;    justify-content: left !important;
}

.nextprevbutton.grey-pagination-button{
    font-stylewidth: normal200px!important;
    font-stretch: normal	max-width: 200px!important;
    line-height: 1.5340px!important;
    letterborder-spacingradius: 0.2px 0px!important;
    font-sizebackground: 16px;
}

p.my-title {
white!important;
     font-weightcolor: 500#3a3a3a!important;
    fontborder-stylecolor: normal#3a3a3a!important;
    font-stretchmargin: normal;40px auto 0 0!important;
}

.show-more-button.grey-pagination-button{
    line-heightwidth: 1.53200px!important;
    letter-spacing: 0.2px 	max-width: 200px!important;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
.general-text-container {height: 40px!important;
    border-radius: 0px!important;
    margin-leftbackground: 45px white!important;
}

.general-text-container .my-title {    color: #3a3a3a!important;
    textborder-aligncolor: left;
}

div#announcements-wrapper {#3a3a3a!important;
    margin-left: 45px40px auto 0 0!important;
}

div#dot-container.grey-pagination-button {
    margintext-leftalign: 45pxcenter !important;
    widthborder-radius: 20px 75%;
}

.rw_search_item.rw_formatting_item.rw_search_box_theme_gray {!important;
    marginborder-leftstyle: 45pxsolid !important;
}

.custom-section-container {    border-width: 1px !important;
    font-family: var(--header-font-family) !important;
    marginfont-leftsize: 20px12px !important;
    alignbackground-itemscolor: flex-startvar(--primary-color) !important;
}

.general-text-container .body-container {    line-height: 1.42857143em !important;
    heightpadding: 0px;
}

.rw_search_item.rw_formatting_item.rw_search_box_theme_gray .rw_search_module_container>div .rw_search_item input { 4px 10px !important;
    border-color: var(--primary-color) !important;
    widthcolor: 100%white !important;
}

.rw_search_item.rw_formatting_item .rw_search_module_container>divmy-title {
    maxfont-widthsize: unset16px !important;
}

.custom-card-container {
    widthmargin: 80%25px !important;
}

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

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

p.my-title {
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    letter-spacing: 0.2px !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 {
    background: white;@media only screen and (min-width : 320px) and (max-width : 480px) {
.general-text-container {
    widthmargin-left: 45px 333px!important;
    border-radius: 13px;}

.general-text-container .my-title {
    boxtext-shadowalign: -2px 2px 4px 0 rgba(0, 0, 0, 0.16);
	padding; 
}
.rw_search_itemleft;
}

div#announcements-wrapper {
    margin-left: 45px !important;
}

div#dot-container {
    paddingmargin-left: 0px45px !important;
    backgroundwidth: white75%;
}

.rw_search_item.rw_formatting_item .rw_search_module_container>div .rw_search_item .rw_search_iconbox_theme_gray {
    margin-left: auto!important;
	right: 0px45px !important;
}

.rw_cell.rw_search_module_custom-section-container {
    displaymargin-left: flex;
    width: 80%20px !important;
    heightalign-items: auto;
    margin-left: 50pxflex-start !important;
}
/* PERKS TITLE */
.customgeneral-sectiontext-container .titlecontainerbody-container {
    font-familyheight: Avenir0px;
}

.rw_search_item.rw_formatting_item.rw_search_box_theme_gray .rw_search_module_container>div .rw_search_item  font-size: 24px;input {
    font-weightwidth: 100% 900!important;
}

.rw_search_item.rw_formatting_item    font-stretch: normal;.rw_search_module_container>div {
    fontmax-stylewidth: normalunset !important;
    line-heightwidth: normal80% !important;
    letter-spacing: normal;}
.my-title {
    color: #3a3a3a;
    align-items: center;
	width: 80%; margin: 40px auto;	
}
button.my-button {font-size: 16px !important;
}

p.card-title {
	font-weight: 500;
    widthfont-style: max-contentnormal;
    paddingfont-stretch: 0px 25pxnormal;
    line-height: 35px1.53;
    borderletter-radiusspacing: 5px0.2px !important;
    font-weightsize: bold16px;
    background-color: #bbd754;
    font-size: 14px;
    margin-left: 20px;
}
.main-header-container h1 }

p.my-title {
    font-familyweight: var(--header-font-family)500;
    font-weightstyle: 900normal;
    font-sizestretch: 4vwnormal;
	width: 85%;
    marginline-height: 50px auto1.53;
    marginletter-topspacing: 60px0.2px !important;
}
}
</style>


<div id="profile_header_text" style='width: fit-content; height: fit-content;color: white;
#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;
}
#mytab-MENTORS .custom-title{
	text-align: left!important;
	color: #333!important;
	font-size: 26px!important;
	width: 100%;
	margin-bottom: 30px!important;
}
.custom-title{
	text-align: center!important;
	color: rgba(0,0,0,50%)!important;
	font-size: 22px!important;
	margin: 0!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 
div.custom-section-container{
	flex-direction: column;
}

.rw_searchsimple_module {
    marginbackground: white;
  40px 0 40px auto!importantwidth: 333px;
    widthborder-radius: fit-content!important13px;
    heightbox-shadow: fit-content!important;
	background: none!important;
}
-2px 2px 4px 0 rgba(0, 0, 0, 0.16);
	padding; 
}
.rw_search_queryitem {
	border-radius    padding: 0px !important;
	box-shadow: none!important;
	padding: 0 48px 0 15px!importantbackground: white;
}

.tab-Large.filled-tab{
	color: #ffb610!important;
	background: black!important;
	border: 2px solid #ffb610!important;
}

.tab-Largerw_search_item.rw_formatting_item .rw_search_module_container>div .rw_search_item .rw_search_icon {
    font-sizeleft: 15pxauto!important;
    font-family	right: Helvetica0px!important;
}

.rw_cell.rw_search_module_container {
    borderdisplay: 4px solid #ffb610!importantflex;
    backgroundwidth: #ffb610!important80%;
    border-radiusheight: 0px!importantauto;
    margin-left: 0 0 0 20px!important50px;
}
/* PERKS TITLE */
.custom-section-container.titlecontainer {
    font-family: Avenir;
    letterfont-spacingsize: 1px!important24px;
    font-weight: bold!important900;
    colorfont-stretch: black!importantnormal;
    widthfont-style: 140px!importantnormal;
    line-height: 50px!importantnormal;
    outlineletter-spacing: none!important;
}
div#ui-tabs-buttons-ui-tab-container {normal;
    positioncolor: absolute!important#3a3a3a;
    maxalign-widthitems: 50%!importantcenter;
	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;
}
#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: 400px80%; margin: 40px auto;	
}
button.my-button {
    width: max-content;
    padding: 0px 25px;
    height: 35px;
    border-radius: 5px;
    font-weight: bold;
    background-color: #bbd754;
    font-size: 14px;
    margin-left: 20px;
}
.main-header-container h1 {
    font-family: var(--header-font-family);
    font-weight: 900;
    font-size: 4vw;
	width: 85%;
    margin: 50px auto;
    margin-top: 60px !important;
}

div#userdiv.custom-searchsection-modulecontainer{
	width: fit-content!important;
	margin: 0 0 0 auto!importantflex-direction: column;
}

.dropdownrw_searchsimple_module {
    backgroundmargin: #ffb61040px 0 40px auto!important;
    colorwidth: blackfit-content!important;
    border-radiusheight: 0fit-content!important;
    width	background: 180pxnone!important;
    height: 50px
}

.rw_search_query{
	border-radius: 0px!important;
    line-height	box-shadow: 40pxnone!important;
	padding: 0 48px  margin: 00 15px!important;
}

.tab-Large.filled-tab{
	color: #ffb610!important;
    padding	background: 0black!important;
	border: 2px   font-weight: boldsolid #ffb610!important;
}

#filters.tab-listLarge{
   border font-radiussize: 015px!important;
    backgroundfont-family: whiteHelvetica!important;
    box-shadowborder: 0 5px 10px 2px rgb(0 0 0 / 16%)4px solid #ffb610!important;
    background: #ffb610!important;
    border-radius: 0px!important;
    margin-top: 0 0 0 20px!important;
}

.filter-btn p.filter{    letter-spacing: 1px!important;
    marginfont-weight: 0bold!important;
}

.filter-btn:hover{    color: black!important;
    backgroundwidth: #eee140px!important;
    colorheight: black50px!important;
    border-radiusoutline: 0none!important;
}
#wavediv#ui-container,#nexttabs-prevbuttons-container-mentorsTable,#myTable-mentorsTable,.custom-user-search-container,.table-wrap{
	display: none!important;
}
#mytab-MENTORS .custom-title{
	text-align: leftui-tab-container {
    position: absolute!important;
    max-width: 50%!important;
	colorwidth: #333fit-content!important;
	font-sizetop: 26px90px!important;
	widthmargin: 100%0!important;
	margin-bottom: 30pxright: calc(10% + 20px)!important;
}
.custom-title{
	textjustify-aligncontent: centerflex-start!important;
	color: rgba(0,0,0,50%)box-sizing: border-box!important;
	fontflex-sizewrap: 22pxnowrap!important;
	marginoverflow-x: 0scroll!important;
}
</style>



Custom ui tabs
TabsNameui-tab-container
Show If
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


Custom ui tabs
TabsNameui-tab-container


Show If


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
NameMEMBERSVC 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
Name
INVESTORS


customsectionSearch for a Mentor...
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;'
>Mentors<
>VC Connect</div>


Automated cards-

ClasssearchSection
Custom User Search (deprecated)
userGroupsmentor-users
profileFieldSearchconfluence.department,confluence.position,fullName,username,cup.field-21
profileFieldViewconfluence.department,confluence.position
placeholderText

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



Featured Mentors
Custom ui tab
NameMEMBERS


justify-content-start;
Custom section
CustomCSSmargindisplay: 50px 0; width: 100%; height: fit-content; display: flexflex; 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
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
Groupmentor-users
TypegreyLong
BaseURL/display/PN/Mentor+Profile?mentor=
Custom title
Title
; 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
NameMENTORS


rowAki Ohashi
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;'>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...


flex-start;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
Groupmentor-users
TypegreyLong
BaseURL
Custom card
ImgSrc/download/attachments/20748340/cup-ldap-profile-picture?api=v2
SubtitleFounder and Managing Partner at Growth Impact
Typeprofilecard
LinkUrl/display/PN/Mentor+Profile?mentor=alison@growthimpact.co
TitleAlison Sizer
Custom card
ImgSrc/download/attachments/14747064/cup-ldap-profile-picture?api=v2
SubtitleChief Innovation Officer at OneValley
Typeprofilecard
LinkUrl/display/PN/Mentor+Profile?mentor=alec%40gsvlabs.com
TitleAlec Wright
Custom card
ImgSrc/download/attachments/20746909/cup-ldap-profile-picture?api=v2
SubtitleManaging Director at Cohen Strategy Group
Typeprofilecard
LinkUrl/display/PN/Mentor+Profile?mentor=matthew%40cohenstrategygroup.com
TitleMatthew Cohen
Custom card
ImgSrc/download/attachments/10459973/cup-ldap-profile-picture?api=v2
SubtitleFounder at KBurkhart & Co
Typeprofilecard
LinkUrl/display/PN/Mentor+Profile?mentor=katie%40kburkhart.com
TitleKatie Burkhart
Custom card
ImgSrc/download/attachments/32121761/cup-ldap-profile-picture?api=v2
SubtitleVice President at Evolution Ventures
Typeprofilecard
/display/PN/Mentor+Profile?mentor=
aki%40evolution-vc.com
Title

Custom title
TitleFeatured Mentors

Custom section
CustomCSSflex-direction: row; flex-wrap: wrap; justify-content: flex-start;


Custom card
ImgSrc/download/attachments/6560020748340/cup-ldap-profile-picture?api=v2
SubtitleChief Product Officer at OneValleyFounder and Managing Partner at Growth Impact
Typeprofilecard
LinkUrl/display/PN/Mentor+Profile?mentor=sourabh%40gsvlabsalison@growthimpact.comco
TitleSourabh Ahuja
HTML
<br>
Alison Sizer



custom-
title
card
TitleAll Mentors
List members paginationGroupNamementor-usersCardURL
ImgSrc/download/attachments/14747064/cup-ldap-profile-picture?api=v2
SubtitleChief Innovation Officer at OneValley
Typeprofilecard
LinkUrl/display/PN/Mentor+Profile?mentor=alec%40gsvlabs.com
UniqueIdentifiermentorlistmembersPreviousButtonTextPreviousCardSubtitleconfluence.position%confluence.departmentLimit8NextButtonTextNextPaginatetrue
TitleAlec Wright



Custom card
ImgSrc/download/attachments/20746909/cup-ldap-profile-picture?api=v2
SubtitleManaging Director at Cohen Strategy Group
Typeprofilecard
LinkUrl/display/PN/Mentor+Profile?mentor=matthew%40cohenstrategygroup.com
TitleMatthew Cohen



Custom card
ImgSrc/download/attachments/10459973/cup-ldap-profile-picture?api=v2
SubtitleFounder at KBurkhart & Co
Typeprofilecard
LinkUrl/display/PN/Mentor+Profile?mentor=katie%40kburkhart.com
TitleKatie Burkhart



Custom card
ImgSrc/download/attachments/32121761/cup-ldap-profile-picture?api=v2
SubtitleVice President at Evolution Ventures
Typeprofilecard
LinkUrl/display/PN/Mentor+Profile?mentor=aki%40evolution-vc.com
TitleAki Ohashi



Custom card
ImgSrc/download/attachments/65600/cup-ldap-profile-picture?api=v2
SubtitleChief Product Officer at OneValley
Typeprofilecard
LinkUrl/display/PN/Mentor+Profile?mentor=sourabh%40gsvlabs.com
TitleSourabh Ahuja




HTML
<br>


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 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" style='width: fit-content; height: fit-content;color: white; font-weight: bold; font-size: 40px; padding-left: 20px;'>Startups</div>
Custom section
ClasssearchSection
Custom User Search (deprecated)userGroupsprofileFieldSearchconfluence.department,confluence.position,fullName,username,cup.field-21profileFieldViewconfluence.department,confluence.positionplaceholderTextSearch for a Mentor...


margin 50px 0; width: 100%; height: fit-content; display: flex; flex-direction: row; justify-content: flex-start;
Custom section
CustomCSS
display:
ContainerIDfilter-container
Custom group user search
Groupconfluence-administrators
TypegreyLong
BaseURL/display/PN/Mentor+Profile?mentor=
Custom section
CustomCSSwidth: 100%; margin: 0; padding: 0; position: relative;
ContainerIDstartup-card-container
Custom ui tab
NamePARTNERS

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
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<>Startups</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


custom-
members-pagination
Section
CardURL/display/PN/Mentor+Profile?mentor=
UniqueIdentifierpartnerlistmembers
PreviousButtonTextPrevious
CardSubtitleconfluence.position%confluence.department
Limit15
NextButtonTextNext
Paginatetrue
Custom title
TitleNo partners here

CustomCSSwidth: 100%; margin: 0; padding: 0; position: relative;
ContainerIDstartup-card-container





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)
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





HTML
<script>

HTML
<script>

// Load startup cards
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);
console.log("mazinnnn")
for(let i = 0; i < data.issues.length; i++){
	let title = data.issues[i]['fields']['customfield_10108'];
	let summary = data.issues[i]['fields']['customfield_10226'];
	console.log(title, summary)
}

// 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>

...