integration-jour2

2e jour d'intégration web

https://github.com/jonatanns/integration-jour2

Science Score: 18.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (0.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

2e jour d'intégration web

Basic Info
  • Host: GitHub
  • Owner: JonatanNs
  • Language: HTML
  • Default Branch: main
  • Size: 548 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed over 2 years ago
Metadata Files
Readme Citation

README.md

Integration-jour2

2e jour d'intégration web

Owner

  • Login: JonatanNs
  • Kind: user

Citation (citations/css/common-v1.css)

/* *********************************************************
GENERALITIES 
***********************************************************/

/* Le corps du document */

/*
gris police : #555
gris fond body : #eee
gris header / footer : #ddd
rouge orangé : #DD5735
*/


html {
    font-size: 16px;
}

/* Le corps du document */
body {
    font-family: sans-serif;
    color: #555;
    background-color: #eee;
}

/* Le titre principal d'un flux */
h1 {
    font-size: 2.5rem;
    color: #DD5735;
}

/* Le titre de second niveau  */
h2 {
    font-size: 2rem;
    color: #333;
}

/* Le titre de troisème niveau */
h3 {
	font-size: 1.5em;
}

/* Les liens */
a {
    text-decoration: none;
    color: #DD5735;
}


/* *****************************************************************
MAIN LAYOUT
***************************************************************** */
/* L'entête de la page */
.header {
    text-align: center;
    background-color: #DDD;
    border: 1px solid #DD5735;
}

/* Le pied de page */
.footer {
	text-align: center;
	background-color: #ddd;
	border: 1px solid #555;
}


/* *****************************************************************
VARIOUS
***************************************************************** */

/* Utile pour mettre en évidence un parent */
.parent {
	border: 1px dashed #DD5735;
}

GitHub Events

Total
Last Year