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
    Unable to calculate vocabulary similarity
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: technomaxx2
  • Language: HTML
  • Default Branch: main
  • Size: 1.03 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 8 months ago · Last pushed 8 months ago
Metadata Files
Citation

Owner

  • Login: technomaxx2
  • Kind: user

Citation (citations.html)

<!DOCTYPE html>
<html lang="fr">
<head>
  <meta charset="UTF-8">
  <title>Citations</title>
  <style>
    body {
      font-family: 'Segoe UI', sans-serif;
      background: #f0f4f8;
      margin: 0;
      color: #333;
    }
    header, nav {
      background: #8d3b4b;
      color: white;
      text-align: center;
      padding: 1em;
    }
    nav a {
      color: #ffd1dc;
      margin: 0 8px;
      text-decoration: none;
      font-weight: bold;
    }
    nav a:hover {
      text-decoration: underline;
    }
    .quote-box {
      max-width: 600px;
      margin: 2em auto;
      padding: 1em;
      background: white;
      border-left: 5px solid #8d3b4b;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      border-radius: 6px;
    }
    img {
      width: 100%;
      height: auto;
      border-radius: 4px;
    }
    blockquote {
      margin: 1em 0;
      font-style: italic;
      color: #444;
    }
    footer {
      background: #8d3b4b;
      color: white;
      text-align: center;
      padding: 1em;
      margin-top: 3em;
    }
  </style>
</head>
<body>
  <header>
    <h1>Citations inspirantes</h1>
    <nav>
      <a href="index.html">Accueil</a>
      <a href="propos.html">a propos </a>
    </nav>
  </header>

  <div class="quote-box">
    <img src="https://picsum.photos/600/300?random=1" alt="Inspiration 1">
    <blockquote>“Créer, c’est vivre deux fois.” – Albert Camus</blockquote>
  </div>
  <div class="quote-box">
    <img src="https://picsum.photos/600/300?random=2" alt="Inspiration 2">
    <blockquote>“Le design, ce n’est pas juste ce à quoi ça ressemble. C’est aussi comment ça fonctionne.” – Steve Jobs</blockquote>
  </div>

  <footer>
    <p>&copy; 2025 Pierre Stevenson. Tous droits réservés.</p>
  </footer>
</body>
</html>

GitHub Events

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