appli-multifonction

Application multifonction avec une fonctionnalité calculatrice, une ToDoList et une générateur de citation en HTML,CSS, JS

https://github.com/maryambghm/appli-multifonction

Science Score: 44.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
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic links in README
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (0.6%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Application multifonction avec une fonctionnalité calculatrice, une ToDoList et une générateur de citation en HTML,CSS, JS

Basic Info
  • Host: GitHub
  • Owner: maryambghm
  • Language: JavaScript
  • Default Branch: main
  • Size: 60.5 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 10 months ago · Last pushed 10 months ago
Metadata Files
Citation

Owner

  • Name: MaryamBeghmam
  • Login: maryambghm
  • Kind: user

Citation (citations/citations.css)

/* HEADER  */
header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* NAV  */
nav {
    display: flex;
}

ul {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

a {
    text-decoration: none;
    color: rgb(54, 53, 53);
}

body {
    background-color: rgba(105, 35, 35, 0.367);
    font-family: arial;

}

/* MAIN  */

main {
    display: flex;
    justify-content: center;
}

.container {
    margin: 30px;
    display: flex;
    background-color: rgba(105, 35, 35, 0.367);
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    align-items: center;
    border: 1px solid white;
    border-radius: 5px;
    padding: 30px;
}

.container input {
    border-radius: 5px;
    /* border: none; */
    border: 1px solid white;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px;
}

.container input:hover {
    background-color: blanchedalmond;
}

.container input:active {
    background-color: #d3d3d3;
    transform: scale(1.02);
}

.container-cit {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid white;
    display: flex;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 200px;
}

#citation {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    color: black;
    text-align: justify;
    max-width: 350px;
}

/* RESPONSIVITE  */

GitHub Events

Total
  • Create event: 1
Last Year
  • Create event: 1