Versions Compared

Key

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

Welcome to the new Confluence area.

Confluence is your knowledge base for Kering projects, teams and applications.


Div custom
idnoconnected

(question) To login, you must have an account created by administrator of Jira and Confluence.
If you don't have an account yet,
please, send an email to keringtechcollaborativetool@kering.com 

(info) To connect, you have two options:

  • If you have an Kering email, you can authenticate yourself with your Windows and Office credentials by clicking on the button : "Kering Auth"
  • If you haven't got an Kering email, you can authenticate yourself by your email and password that you set up via the invitation.


Div custom
classbuttonPage aui-button aui-style aui-button-primary

(blue star) To connect on the new Confluence !

If you have any problems with these collaborative tools, feel free to send an email to the following address: keringtechcollaborativetool@kering.com


Div custom
idconnected


Tip

Welcome to Confluence (smile).

We are happy to see you here.
If you have any concerns, please come back to us: keringtechcollaborativetool@kering.com


Warning
titleAdd a photo of you, in your profile and change your name !

To help people identify you, we strongly advise you

(thumbs up) To put a picture of you by clicking here
(thumbs up) To modify your "Fullname" like this : Alfred DUPONT (Lastname in uppercase) by clicking here


Div custom
classbuttonPage aui-button aui-style aui-button-primary

(blue star)Discover our Confluence tool presentation page


Div custom
classbuttonPage aui-button aui-style aui-button-primary

(blue star)See all spaces available in Confluence



HTML
<script>
  AJS.toInit(function(){
    if (AJS.params.remoteUser != ''){
      	AJS.$("#noconnected").hide();
    }
	else{
		AJS.$("#connected").hide();
	}
 });
</script>   

We wish you a very good day on these tools.

CSS Stylesheet
mediaAll
#title-text, .page-metadata, #breadcrumb-section, .banner, #likes-and-labels-container{
	display:none;
}
.buttonPage a{
	color:white !important;
}
.buttonPage img{
	position:relative;
	top:2px;
}