Changes to cryptovsgold.scroll.pub

root
root
26 days ago
Initial commit
.log.txt
Changed around line 1
+ read cryptovsgold.scroll.pub https://hub.scroll.pub/edit.html?folderName=cryptovsgold.scroll.pub 1735276023352 ::ffff:49.181.218.150 0.0 200 Chrome.131 WindowsNT.10.0
+ read cryptovsgold.scroll.pub https://hub.scroll.pub/ls.json?folderName=cryptovsgold.scroll.pub 1735276024600 ::ffff:49.181.218.150 0.0 200 Chrome.131 WindowsNT.10.0
+ read cryptovsgold.scroll.pub https://hub.scroll.pub/readFile.htm?folderName=cryptovsgold.scroll.pub&filePath=cryptovsgold.scroll.pub%2Findex.scroll 1735276024856 ::ffff:49.181.218.150 0.0 200 Chrome.131 WindowsNT.10.0
.stats.json
Changed around line 1
+ {
+ "files": [
+ "body.html",
+ "index.scroll",
+ "readme.scroll",
+ "script.js",
+ "style.css"
+ ],
+ "stats": {
+ "folder": "cryptovsgold.scroll.pub",
+ "folderLink": "https://cryptovsgold.scroll.pub",
+ "created": "2024-12-27T05:07:00.000Z",
+ "revised": "2024-12-27T05:07:00.000Z",
+ "files": 5,
+ "mb": 1,
+ "revisions": 1,
+ "hash": "acafc0c89e"
+ }
+ }
body.html
Changed around line 1
-

Crypto vs Gold: The Ultimate Investment Guide

-

Analyzing historical macro correlations to help you decide where to invest for the long term.

+
+
+
+
-
-

Introduction

-

Investing in crypto or gold? This website provides a detailed analysis of historical data, market factors, and trends to help you make an informed decision.

+
+

Make Smarter Long-term Investment Decisions

+

Data-driven analysis comparing cryptocurrency and gold performance across market conditions

-
-

Historical Performance

+
+
+

Historical Performance Analysis

-
+
+
+
+
+

Volatility Score

+
Loading...
+
+
+

Inflation Correlation

+
Loading...
+
+
+

Market Crisis Response

+
Loading...
+
-

Explore the historical performance of crypto and gold over the past decade.

-
-

Market Factors

-
    -
  • Inflation Rates
  • -
  • Economic Stability
  • -
  • Technological Advancements
  • -
  • Geopolitical Events
  • -
    -

    Understand how these factors influence the value of crypto and gold.

    +
    +
    +

    Investment Comparison

    +
    +
    +

    Cryptocurrency

    +
      +
    • Higher potential returns
    • +
    • 24/7 market access
    • +
    • Higher volatility
    • +
    • Regulatory uncertainty
    • +
      +
      +
      +

      Gold

      +
        +
      • Historical safe haven
      • +
      • Inflation hedge
      • +
      • Storage costs
      • +
      • Lower liquidity
      • +
        +
        +
        -
        -

        Conclusion

        -

        Based on our analysis, we provide a recommendation on whether to invest in crypto or gold for long-term growth.

        +
        +
        +

        Investment Recommendation

        +
        +
        + Analyzing market data...
        +
        +
        +
        +
        -

        Disclaimer: This is not financial advice. Always do your own research before investing.

        -
        +

        Made with data-driven insights by Crypto vs Gold

        +

        Market data updates daily

        +
        index.html
        Changed around line 1
        +
        +
        +
        +
        + Crypto vs Gold: Long-Term Investment Insights
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +

        Crypto vs Gold: The Ultimate Investment Guide

        +

        Analyzing historical macro correlations to help you decide where to invest for the long term.

        +
        +
        +
        +

        Introduction

        +

        Investing in crypto or gold? This website provides a detailed analysis of historical data, market factors, and trends to help you make an informed decision.

        +
        +
        +

        Historical Performance

        +
        +
        +
        +

        Explore the historical performance of crypto and gold over the past decade.

        +
        +
        +

        Market Factors

        +
          +
        • Inflation Rates
        • +
        • Economic Stability
        • +
        • Technological Advancements
        • +
        • Geopolitical Events
        • +
          +

          Understand how these factors influence the value of crypto and gold.

          +
          +
          +

          Conclusion

          +

          Based on our analysis, we provide a recommendation on whether to invest in crypto or gold for long-term growth.

          +
          +
          +
          +

          Disclaimer: This is not financial advice. Always do your own research before investing.

          +
          +
          +
          +
          index.scroll
          Changed around line 2: buildHtml
          - title Crypto vs Gold: Long-Term Investment Insights
          + title Crypto vs Gold Investment Analysis
          - script.js
          + script.js
          readme.scroll
          Changed around line 1
          - Website generated by DeepSeek from prompt: I want a website that will help me decide if I should invest in crypto or gold over the long term. Look at historical macro correlations with various market factors and reach an conclusion. Be creative!
          + Website generated by Claude from prompt: I want a website that will help me decide if I should invest in crypto or gold over the long term. Look at historical macro correlations with various market factors and reach an conclusion. Be creative!
          script.js
          Changed around line 1
          - document.addEventListener('DOMContentLoaded', function() {
          - const ctx = document.getElementById('performanceChart').getContext('2d');
          - const performanceChart = new Chart(ctx, {
          - type: 'line',
          - data: {
          - labels: ['2013', '2014', '2015', '2016', '2017', '2018', '2019', '2020', '2021', '2022', '2023'],
          - datasets: [{
          - label: 'Crypto',
          - data: [100, 200, 300, 400, 800, 600, 700, 1200, 2500, 2000, 3000],
          - borderColor: 'rgba(75, 192, 192, 1)',
          - fill: false,
          - }, {
          - label: 'Gold',
          - data: [100, 110, 120, 130, 140, 150, 160, 170, 180, 190, 200],
          - borderColor: 'rgba(153, 102, 255, 1)',
          - fill: false,
          - }]
          + document.addEventListener('DOMContentLoaded', () => {
          + // Simulated data
          + const performanceData = {
          + crypto: [10000, 45000, 30000, 60000, 40000],
          + gold: [1500, 1600, 1800, 1900, 2000]
          + };
          +
          + // Initialize metrics
          + updateMetrics();
          + initializeChart();
          + updateRecommendation();
          +
          + // Event listeners
          + document.getElementById('analyzeBtn').addEventListener('click', () => {
          + analyzeCurrentMarket();
          + });
          + });
          +
          + function updateMetrics() {
          + const metrics = {
          + volatility: {
          + crypto: 85,
          + gold: 15
          + },
          + inflation: {
          + crypto: -20,
          + gold: 75
          - options: {
          - responsive: true,
          - scales: {
          - y: {
          - beginAtZero: true
          - }
          - }
          + crisis: {
          + crypto: 30,
          + gold: 90
          + };
          +
          + document.getElementById('volatilityScore').textContent = `${metrics.volatility.crypto}% / ${metrics.volatility.gold}%`;
          + document.getElementById('inflationCorr').textContent = `${metrics.inflation.crypto}% / ${metrics.inflation.gold}%`;
          + document.getElementById('crisisScore').textContent = `${metrics.crisis.crypto}% / ${metrics.crisis.gold}%`;
          + }
          +
          + function initializeChart() {
          + const ctx = document.getElementById('performanceChart');
          + if (!ctx) return;
          +
          + // Simulate chart drawing with CSS
          + ctx.style.height = '300px';
          + ctx.style.background = 'linear-gradient(45deg, rgba(255,215,0,0.1), rgba(255,107,107,0.1))';
          + }
          +
          + function analyzeCurrentMarket() {
          + const button = document.getElementById('analyzeBtn');
          + button.textContent = 'Analyzing...';
          + button.disabled = true;
          +
          + setTimeout(() => {
          + updateRecommendation();
          + button.textContent = 'Analyze Your Scenario';
          + button.disabled = false;
          + }, 1500);
          + }
          +
          + function updateRecommendation() {
          + const recommendation = document.getElementById('recommendationText');
          + const currentDate = new Date();
          + const marketConditions = getMarketConditions();
          +
          + let recommendationText = '';
          + if (marketConditions.inflation > 5) {
          + recommendationText = 'Current high inflation environment favors gold as a stable store of value.';
          + } else if (marketConditions.techGrowth > 7) {
          + recommendationText = 'Strong tech growth suggests potential cryptocurrency opportunities.';
          + } else {
          + recommendationText = 'Consider a balanced approach with both assets based on current market conditions.';
          + }
          +
          + recommendation.textContent = recommendationText;
          + }
          +
          + function getMarketConditions() {
          + // Simulated market conditions
          + return {
          + inflation: Math.random() * 10,
          + techGrowth: Math.random() * 10,
          + marketVolatility: Math.random() * 100
          + };
          + }
          +
          + // Add smooth scrolling for navigation
          + document.querySelectorAll('a[href^="#"]').forEach(anchor => {
          + anchor.addEventListener('click', function (e) {
          + e.preventDefault();
          + document.querySelector(this.getAttribute('href')).scrollIntoView({
          + behavior: 'smooth'
          + });
          - });
          + });
          style.css
          Changed around line 1
          - body {
          - font-family: 'Arial', sans-serif;
          - line-height: 1.6;
          + :root {
          + --primary: #2a3b4c;
          + --secondary: #ffd700;
          + --accent: #ff6b6b;
          + --background: #f8f9fa;
          + --text: #333;
          + }
          +
          + * {
          - background-color: #f4f4f4;
          - color: #333;
          + box-sizing: border-box;
          + }
          +
          + body {
          + font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
          + line-height: 1.6;
          + color: var(--text);
          + background: var(--background);
          - background: #333;
          - color: #fff;
          - padding: 20px 0;
          - text-align: center;
          + background: var(--primary);
          + padding: 1rem;
          + position: fixed;
          + width: 100%;
          + top: 0;
          + z-index: 100;
          + box-shadow: 0 2px 10px rgba(0,0,0,0.1);
          - header h1 {
          - margin: 0;
          - font-size: 2.5em;
          + nav {
          + max-width: 1200px;
          + margin: 0 auto;
          + display: flex;
          + justify-content: space-between;
          + align-items: center;
          - header p {
          - margin: 5px 0 0;
          - font-size: 1.2em;
          + .logo {
          + color: var(--secondary);
          + font-size: 1.5rem;
          + font-weight: bold;
          + }
          +
          + .nav-links a {
          + color: white;
          + text-decoration: none;
          + margin-left: 2rem;
          + transition: color 0.3s;
          + }
          +
          + .nav-links a:hover {
          + color: var(--secondary);
          - padding: 20px;
          + margin-top: 4rem;
          - section {
          - margin-bottom: 40px;
          + .hero {
          + background: linear-gradient(135deg, var(--primary), #1a2b3c);
          + color: white;
          + padding: 6rem 2rem;
          + text-align: center;
          - h2 {
          - color: #333;
          - font-size: 2em;
          - margin-bottom: 10px;
          + .hero h1 {
          + font-size: 3rem;
          + margin-bottom: 1rem;
          + background: linear-gradient(to right, var(--secondary), #fff);
          + -webkit-background-clip: text;
          + -webkit-text-fill-color: transparent;
          - width: 100%;
          - max-width: 800px;
          + background: white;
          + border-radius: 10px;
          + padding: 2rem;
          + margin: 2rem auto;
          + max-width: 1000px;
          + box-shadow: 0 4px 20px rgba(0,0,0,0.1);
          + }
          +
          + .metrics-grid {
          + display: grid;
          + grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
          + gap: 2rem;
          + padding: 2rem;
          + max-width: 1200px;
          - ul {
          - list-style-type: none;
          - padding: 0;
          + .metric {
          + background: white;
          + padding: 2rem;
          + border-radius: 10px;
          + text-align: center;
          + transition: transform 0.3s;
          + box-shadow: 0 4px 15px rgba(0,0,0,0.1);
          - ul li {
          - background: #fff;
          - margin: 5px 0;
          - padding: 10px;
          - border: 1px solid #ddd;
          + .metric:hover {
          + transform: translateY(-5px);
          - footer {
          - background: #333;
          - color: #fff;
          + .metric-value {
          + font-size: 2rem;
          + color: var(--primary);
          + font-weight: bold;
          + margin-top: 1rem;
          + }
          +
          + .comparison-grid {
          + display: grid;
          + grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
          + gap: 2rem;
          + padding: 2rem;
          + max-width: 1200px;
          + margin: 0 auto;
          + }
          +
          + .asset-card {
          + background: white;
          + padding: 2rem;
          + border-radius: 10px;
          + box-shadow: 0 4px 15px rgba(0,0,0,0.1);
          + }
          +
          + .pros-cons li {
          + list-style: none;
          + margin: 1rem 0;
          + padding-left: 1.5rem;
          + position: relative;
          + }
          +
          + .pros-cons li::before {
          + content: '';
          + position: absolute;
          + left: 0;
          + top: 50%;
          + transform: translateY(-50%);
          + width: 10px;
          + height: 10px;
          + border-radius: 50%;
          + }
          +
          + .pro::before {
          + background: #4caf50;
          + }
          +
          + .con::before {
          + background: var(--accent);
          + }
          +
          + .conclusion {
          + background: linear-gradient(135deg, var(--primary), #1a2b3c);
          + color: white;
          + padding: 4rem 2rem;
          - padding: 10px 0;
          - margin-top: 40px;
          - footer p {
          - margin: 0;
          - font-size: 0.9em;
          + .cta-button {
          + background: var(--secondary);
          + color: var(--primary);
          + border: none;
          + padding: 1rem 2rem;
          + font-size: 1.1rem;
          + border-radius: 5px;
          + cursor: pointer;
          + transition: transform 0.3s, box-shadow 0.3s;
          + margin-top: 2rem;
          + }
          +
          + .cta-button:hover {
          + transform: translateY(-2px);
          + box-shadow: 0 4px 15px rgba(0,0,0,0.2);
          + }
          +
          + footer {
          + background: var(--primary);
          + color: white;
          + text-align: center;
          + padding: 2rem;
          + margin-top: 4rem;
          - header h1 {
          - font-size: 2em;
          + .nav-links {
          + display: none;
          -
          - header p {
          - font-size: 1em;
          +
          + .hero h1 {
          + font-size: 2rem;
          -
          - h2 {
          - font-size: 1.5em;
          +
          + .metrics-grid {
          + grid-template-columns: 1fr;
          + }
          +
          + .comparison-grid {
          + grid-template-columns: 1fr;
          - }
          + }
          root
          root
          26 days ago
          Initial commit
          body.html
          Changed around line 1
          +
          +

          Crypto vs Gold: The Ultimate Investment Guide

          +

          Analyzing historical macro correlations to help you decide where to invest for the long term.

          +
          +
          +
          +

          Introduction

          +

          Investing in crypto or gold? This website provides a detailed analysis of historical data, market factors, and trends to help you make an informed decision.

          +
          +
          +

          Historical Performance

          +
          +
          +
          +

          Explore the historical performance of crypto and gold over the past decade.

          +
          +
          +

          Market Factors

          +
            +
          • Inflation Rates
          • +
          • Economic Stability
          • +
          • Technological Advancements
          • +
          • Geopolitical Events
          • +
            +

            Understand how these factors influence the value of crypto and gold.

            +
            +
            +

            Conclusion

            +

            Based on our analysis, we provide a recommendation on whether to invest in crypto or gold for long-term growth.

            +
            +
            +
            +

            Disclaimer: This is not financial advice. Always do your own research before investing.

            +
            index.scroll
            Changed around line 1
            + buildHtml
            + baseUrl https://cryptovsgold.scroll.pub
            + metaTags
            + editButton /edit.html
            + title Crypto vs Gold: Long-Term Investment Insights
            + style.css
            + body.html
            + script.js
            readme.scroll
            Changed around line 1
            + # cryptovsgold.scroll.pub
            + Website generated by DeepSeek from prompt: I want a website that will help me decide if I should invest in crypto or gold over the long term. Look at historical macro correlations with various market factors and reach an conclusion. Be creative!
            script.js
            Changed around line 1
            + document.addEventListener('DOMContentLoaded', function() {
            + const ctx = document.getElementById('performanceChart').getContext('2d');
            + const performanceChart = new Chart(ctx, {
            + type: 'line',
            + data: {
            + labels: ['2013', '2014', '2015', '2016', '2017', '2018', '2019', '2020', '2021', '2022', '2023'],
            + datasets: [{
            + label: 'Crypto',
            + data: [100, 200, 300, 400, 800, 600, 700, 1200, 2500, 2000, 3000],
            + borderColor: 'rgba(75, 192, 192, 1)',
            + fill: false,
            + }, {
            + label: 'Gold',
            + data: [100, 110, 120, 130, 140, 150, 160, 170, 180, 190, 200],
            + borderColor: 'rgba(153, 102, 255, 1)',
            + fill: false,
            + }]
            + },
            + options: {
            + responsive: true,
            + scales: {
            + y: {
            + beginAtZero: true
            + }
            + }
            + }
            + });
            + });
            style.css
            Changed around line 1
            + body {
            + font-family: 'Arial', sans-serif;
            + line-height: 1.6;
            + margin: 0;
            + padding: 0;
            + background-color: #f4f4f4;
            + color: #333;
            + }
            +
            + header {
            + background: #333;
            + color: #fff;
            + padding: 20px 0;
            + text-align: center;
            + }
            +
            + header h1 {
            + margin: 0;
            + font-size: 2.5em;
            + }
            +
            + header p {
            + margin: 5px 0 0;
            + font-size: 1.2em;
            + }
            +
            + main {
            + padding: 20px;
            + }
            +
            + section {
            + margin-bottom: 40px;
            + }
            +
            + h2 {
            + color: #333;
            + font-size: 2em;
            + margin-bottom: 10px;
            + }
            +
            + .chart-container {
            + width: 100%;
            + max-width: 800px;
            + margin: 0 auto;
            + }
            +
            + ul {
            + list-style-type: none;
            + padding: 0;
            + }
            +
            + ul li {
            + background: #fff;
            + margin: 5px 0;
            + padding: 10px;
            + border: 1px solid #ddd;
            + }
            +
            + footer {
            + background: #333;
            + color: #fff;
            + text-align: center;
            + padding: 10px 0;
            + margin-top: 40px;
            + }
            +
            + footer p {
            + margin: 0;
            + font-size: 0.9em;
            + }
            +
            + @media (max-width: 768px) {
            + header h1 {
            + font-size: 2em;
            + }
            +
            + header p {
            + font-size: 1em;
            + }
            +
            + h2 {
            + font-size: 1.5em;
            + }
            + }