tech-trends-website

Multi-page HTML/CSS site on emerging technology trends

https://github.com/moayadalrahahleh/tech-trends-website

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 publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.2%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Multi-page HTML/CSS site on emerging technology trends

Basic Info
  • Host: GitHub
  • Owner: MoayadAlrahahleh
  • Language: HTML
  • Default Branch: main
  • Size: 2.26 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 10 months ago · Last pushed 10 months ago
Metadata Files
Readme Citation

README.md

💡 Tech Trends Website

A multi-page informational website showcasing the latest technology trends like AI, IoT, Blockchain, Cybersecurity, and more.

✅ Features

  • Built using HTML and CSS
  • Each topic has its own dedicated page with visuals
  • Clean layout and smooth navigation
  • Manually deployed to Netlify

🌐 Live Demo

Visit Site – No sign-up needed!

📁 Topics Covered

  • Artificial Intelligence
  • Internet of Things (IoT)
  • Cybersecurity
  • Blockchain
  • Virtual & Augmented Reality
  • Green Tech
  • Quantum Computing
  • Space Technology
  • More emerging trends

Made with 💻 by Moayad Alrahahleh

Owner

  • Name: Moayad Alrahahleh
  • Login: MoayadAlrahahleh
  • Kind: user

Citation (citation.html)

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Citations - Technology Trends</title>
    <link rel="stylesheet" href="css/style.css">
</head>
<body>
    <header>
        <h1>Citations & References</h1>
        <nav>
            <ul>
                <li><a href="index.html">Home</a></li>
                <li><a href="citation.html">Citations</a></li>
            </ul>
        </nav>
    </header>

    <main>
        <h2>References & Citations</h2>
        <ul>
            <li>AI Image: Source [https://emeritus.org/in/wp-content/uploads/sites/3/2022/03/What-is-Artificial-Intelligence-Its-Meaning-Applications-and-the-Future-1.jpg.optimal.jpg]</li>
            <li>Blockchain Image: Source [https://en.digitalreport.com.tr/wp-content/uploads/sites/2/2022/11/Hybrid-Blockchain-technology-explained-Features-benefits-and-how-it-works_07.jpg]</li>
        <li>VR/AR Image: Source [https://sparx.ai/wp-content/uploads/2024/01/DALL%C2%B7E-2023-12-24-20.35.23-Image-depicting-the-difference-between-virtual-reality-and-augmented-reality.-On-one-side-show-a-VR-headset-representing-the-immersive-and-enclosed-.png]</li>
        <li>Quantum Computing Image: Source [https://scitechdaily.com/images/Electrons-Atomic-Physics-Art-Concept.jpg]</li>
        <li>IoT Image: Source [https://hilelectronic.com/wp-content/uploads/2023/11/IoT-design.jpg]</li>
        <li>Cybersecurity Image: Source [https://www.cm-alliance.com/hubfs/60776739_l%20(1).jpg#keepProtocol]</li>
        <li>Space Tech Image: Source [https://nationaltoday.com/wp-content/uploads/2022/05/18-Explore-Space.jpg]</li>
        <li>Green Tech Image: Source [https://vegavid.com/blog/wp-content/uploads/2023/07/How-Green-AI-is-Revolutionizing-Technology-for-a-Sustainable-Future.jpg]</li>
        </ul>
    </main>

    <footer>
        <p>&copy; 2025 Technology Trends. All rights reserved.</p>
    </footer>
</body>
</html>

GitHub Events

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