Science Score: 31.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
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (1.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: tomvrdl
  • Language: CSS
  • Default Branch: main
  • Size: 1.7 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 4
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme Citation

README.md

PHP-Verdilhan-Allard

Description

Ce projet consiste en la création d'un site web de citations en ligne avec les langages HTML, CSS et PHP avec les fonctionnalitées suivantes :

Accès au site

Voici le lien pour acceder au site : - https://verdilhan.alwaysdata.net

Page principale

  • Création de la page index.php avec un fond d'écran carrousel.

Connexion

  • Formulaire de connexion relié à la base de données.
  • Message d'erreur si mauvais identifiants.

Utilisateurs

  • Visiteur :
    • Identifiant : user
    • Mot de passe : 1234
  • Administrateur :
    • Identifiant : admin
    • Mot de passe : 1234

Fonctionnalités

  • Pour les utilisateurs : Après connexion, le visiteur est redirigé vers citation.php pour écrire une citation. Un bouton "Valider" permet de retourner à index.php, où la citation sera affichée.

  • Pour les administrateurs : Après connexion, l'admin est redirigé vers admin_dashboard.php pour gérer les citations (suppression). Un bouton "Déconnexion" permet de revenir à index.php.

Owner

  • Login: tomvrdl
  • Kind: user

Citation (citation.css)

form {
    border: 3mm ridge rgba(3, 3, 3, 0.6);
    padding: 20px;
    width: 300px;
    margin: 100px auto;
    background-color: #f9f9f9;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

input[name="citation-ecriture"] {
    width: 90%;
    height: 100px;
    padding: 10px;
    font-size: 16px;
    text-align: start;
}

GitHub Events

Total
  • Push event: 17
  • Pull request event: 4
  • Create event: 4
Last Year
  • Push event: 17
  • Pull request event: 4
  • Create event: 4