Changes to nvidia-statement.scroll.pub

ffff:179.6.164.23
ffff:179.6.164.23
24 days ago
created untitled.scroll
untitled.scroll
ffff:179.6.164.23
ffff:179.6.164.23
24 days ago
created index-copy.scroll
index-copy.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://nvidia-statement.scroll.pub
+ metaTags
+ editButton /edit.html
+ title NVIDIA Corporate Statement
+ style.css
+ body.html
+ script.js
root
root
24 days ago
Initial commit
body.html
Changed around line 1
+
+
+
+
+
+
+
    +
    +
    +
    +
    +
    +
    +
    +

    Accelerating the Future of Computing

    +

    NVIDIA's vision is to be the world's premier computing company

    +
    +
    +
    +
    +
    +

    Corporate Statement

    +

    NVIDIA's invention of the GPU in 1999 sparked the growth of the PC gaming market, redefined computer graphics, and revolutionized parallel computing. More recently, GPU deep learning ignited modern AI — the next era of computing.

    +
    +
    +
    +
    +
    +

    Our Vision

    +
    +
    +

    Innovation

    +

    Pushing the boundaries of technology through continuous innovation

    +
    +
    +

    Leadership

    +

    Leading the AI computing revolution

    +
    +
    +

    Impact

    +

    Creating technology that positively impacts the world

    +
    +
    +
    +
    +
    +
    +
    +

    Our Commitment

    +

    We're committed to fostering a culture of innovation and inclusion, while driving sustainable practices in the technology industry.

    +
    +
    +
    +
    +
    +
    +
    +
    +

    Contact Us

    +

    2788 San Tomas Expressway
    Santa Clara, CA 95051

    +
    +
    +

    Connect

    +
    +
    +
    +
    index.scroll
    Changed around line 1
    + buildHtml
    + baseUrl https://nvidia-statement.scroll.pub
    + metaTags
    + editButton /edit.html
    + title NVIDIA Corporate Statement
    + style.css
    + body.html
    + script.js
    prompt.json
    Changed around line 1
    + {
    + "id": "msg_01JHnsAp7MDJeV1PvxyHf2f9",
    + "type": "message",
    + "role": "assistant",
    + "model": "claude-3-5-sonnet-20241022",
    + "content": [
    + {
    + "type": "text",
    + "text": "I'll help create a professional NVIDIA statement website.\n\nSuggested domain: nvidia-statement.scroll.pub\n\n---domain---\nnvidia-statement.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://nvidia-statement.scroll.pub\nmetaTags\neditButton /edit.html\ntitle NVIDIA Corporate Statement\nstyle.css\nbody.html\nscript.js\n---body.html---\n
    \n \n
    \n\n
    \n
    \n
    \n

    Accelerating the Future of Computing

    \n

    NVIDIA's vision is to be the world's premier computing company

    \n
    \n
    \n\n
    \n
    \n

    Corporate Statement

    \n

    NVIDIA's invention of the GPU in 1999 sparked the growth of the PC gaming market, redefined computer graphics, and revolutionized parallel computing. More recently, GPU deep learning ignited modern AI — the next era of computing.

    \n
    \n
    \n\n
    \n
    \n

    Our Vision

    \n
    \n
    \n

    Innovation

    \n

    Pushing the boundaries of technology through continuous innovation

    \n
    \n
    \n

    Leadership

    \n

    Leading the AI computing revolution

    \n
    \n
    \n

    Impact

    \n

    Creating technology that positively impacts the world

    \n
    \n
    \n
    \n
    \n\n
    \n
    \n

    Our Commitment

    \n

    We're committed to fostering a culture of innovation and inclusion, while driving sustainable practices in the technology industry.

    \n
    \n
    \n
    \n\n
    \n
    \n
    \n
    \n

    Contact Us

    \n

    2788 San Tomas Expressway
    Santa Clara, CA 95051

    \n
    \n
    \n

    Connect

    \n \n
    \n
    \n
    \n
    \n---style.css---\n:root {\n --nvidia-green: #76b900;\n --dark-gray: #1a1a1a;\n --light-gray: #f5f5f5;\n --transition: all 0.3s ease;\n}\n\n* {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n\nbody {\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n line-height: 1.6;\n color: var(--dark-gray);\n}\n\n.container {\n max-width: 1200px;\n margin: 0 auto;\n padding: 0 2rem;\n}\n\n/* Header & Navigation */\nheader {\n background: var(--dark-gray);\n position: fixed;\n width: 100%;\n z-index: 1000;\n box-shadow: 0 2px 10px rgba(0,0,0,0.1);\n}\n\n.main-nav {\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 1rem 2rem;\n}\n\n.logo {\n color: var(--nvidia-green);\n font-size: 1.5rem;\n font-weight: bold;\n text-transform: uppercase;\n}\n\n.main-nav ul {\n display: flex;\n list-style: none;\n gap: 2rem;\n}\n\n.main-nav a {\n color: white;\n text-decoration: none;\n transition: var(--transition);\n}\n\n.main-nav a:hover {\n color: var(--nvidia-green);\n}\n\n/* Hero Section */\n#hero {\n background: linear-gradient(135deg, var(--dark-gray), #000);\n color: white;\n padding: 8rem 0 4rem;\n text-align: center;\n}\n\n#hero h1 {\n font-size: 3rem;\n margin-bottom: 1rem;\n background: linear-gradient(90deg, var(--nvidia-green), #a4ff00);\n -webkit-background-clip: text;\n -webkit-text-fill-color: transparent;\n}\n\n/* Vision Grid */\n.vision-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 2rem;\n margin: 2rem 0;\n}\n\n.vision-card {\n background: white;\n padding: 2rem;\n border-radius: 10px;\n box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n transition: var(--transition);\n}\n\n.vision-card:hover {\n transform: translateY(-5px);\n box-shadow: 0 6px 12px rgba(0,0,0,0.15);\n}\n\n/* Sections */\nsection {\n padding: 4rem 0;\n}\n\nh2 {\n font-size: 2.5rem;\n margin-bottom: 2rem;\n color: var(--dark-gray);\n}\n\n/* Footer */\nfooter {\n background: var(--dark-gray);\n color: white;\n padding: 3rem 0;\n}\n\n.footer-content {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n gap: 2rem;\n}\n\n.social-links a {\n color: white;\n text-decoration: none;\n margin-right: 1rem;\n transition: var(--transition);\n}\n\n.social-links a:hover {\n color: var(--nvidia-green);\n}\n\n/* Mobile Menu */\n.mobile-menu {\n display: none;\n background: none;\n border: none;\n cursor: pointer;\n}\n\n.mobile-menu span {\n display: block;\n width: 25px;\n height: 3px;\n background: white;\n margin: 5px 0;\n transition: var(--transition);\n}\n\n/* Responsive Design */\n@media (max-width: 768px) {\n .mobile-menu {\n display: block;\n }\n\n .main-nav ul {\n display: none;\n position: absolute;\n top: 100%;\n left: 0;\n right: 0;\n background: var(--dark-gray);\n flex-direction: column;\n padding: 1rem;\n text-align: center;\n }\n\n .main-nav ul.active {\n display: flex;\n }\n\n #hero h1 {\n font-size: 2rem;\n }\n}\n---script.js---\ndocument.addEventListener('DOMContentLoaded', () => {\n // Mobile menu functionality\n const mobileMenu = document.querySelector('.mobile-menu');\n const navList = document.querySelector('.main-nav ul');\n\n mobileMenu.addEventListener('click', () => {\n navList.classList.toggle('active');\n mobileMenu.classList.toggle('active');\n });\n\n // Smooth scrolling for anchor links\n document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n anchor.addEventListener('click', function (e) {\n e.preventDefault();\n const target = document.querySelector(this.getAttribute('href'));\n if (target) {\n target.scrollIntoView({\n behavior: 'smooth',\n block: 'start'\n });\n // Close mobile menu if open\n navList.classList.remove('active');\n mobileMenu.classList.remove('active');\n }\n });\n });\n\n // Intersection Observer for fade-in animations\n const observer = new IntersectionObserver((entries) => {\n entries.forEach(entry => {\n if (entry.isIntersecting) {\n entry.target.classList.add('visible');\n }\n });\n }, {\n threshold: 0.1\n });\n\n // Observe all sections\n document.querySelectorAll('section').forEach(section => {\n observer.observe(section);\n });\n\n // Header scroll effect\n let lastScroll = 0;\n window.addEventListener('scroll', () => {\n const header = document.querySelector('header');\n const currentScroll = window.pageYOffset;\n\n if (currentScroll > lastScroll) {\n header.style.transform = 'translateY(-100%)';\n } else {\n header.style.transform = 'translateY(0)';\n }\n lastScroll = currentScroll;\n });\n});\n---end---\n\nThis website features:\n1. Modern, clean design with NVIDIA's brand colors\n2. Smooth animations and transitions\n3. Responsive navigation with mobile menu\n4. Intersection Observer for scroll animations\n5. Gradient text effects\n6. Card-based layout for vision section\n7. Fixed header with hide/show on scroll\n8. Smooth scrolling\n9. Semantic HTML structure\n10. Accessible navigation\n11. Mobile-first responsive design\n12. Professional typography and spacing\n\nThe design maintains NVIDIA's professional image while providing an engaging user experience across all devices."
    + }
    + ],
    + "stop_reason": "end_turn",
    + "stop_sequence": null,
    + "usage": {
    + "input_tokens": 279,
    + "cache_creation_input_tokens": 0,
    + "cache_read_input_tokens": 0,
    + "output_tokens": 2648
    + }
    + }
    readme.scroll
    Changed around line 1
    + # nvidia-statement.scroll.pub
    + Website generated by Claude from prompt: i want a website of statament of nvidia
    script.js
    Changed around line 1
    + document.addEventListener('DOMContentLoaded', () => {
    + // Mobile menu functionality
    + const mobileMenu = document.querySelector('.mobile-menu');
    + const navList = document.querySelector('.main-nav ul');
    +
    + mobileMenu.addEventListener('click', () => {
    + navList.classList.toggle('active');
    + mobileMenu.classList.toggle('active');
    + });
    +
    + // Smooth scrolling for anchor links
    + document.querySelectorAll('a[href^="#"]').forEach(anchor => {
    + anchor.addEventListener('click', function (e) {
    + e.preventDefault();
    + const target = document.querySelector(this.getAttribute('href'));
    + if (target) {
    + target.scrollIntoView({
    + behavior: 'smooth',
    + block: 'start'
    + });
    + // Close mobile menu if open
    + navList.classList.remove('active');
    + mobileMenu.classList.remove('active');
    + }
    + });
    + });
    +
    + // Intersection Observer for fade-in animations
    + const observer = new IntersectionObserver((entries) => {
    + entries.forEach(entry => {
    + if (entry.isIntersecting) {
    + entry.target.classList.add('visible');
    + }
    + });
    + }, {
    + threshold: 0.1
    + });
    +
    + // Observe all sections
    + document.querySelectorAll('section').forEach(section => {
    + observer.observe(section);
    + });
    +
    + // Header scroll effect
    + let lastScroll = 0;
    + window.addEventListener('scroll', () => {
    + const header = document.querySelector('header');
    + const currentScroll = window.pageYOffset;
    +
    + if (currentScroll > lastScroll) {
    + header.style.transform = 'translateY(-100%)';
    + } else {
    + header.style.transform = 'translateY(0)';
    + }
    + lastScroll = currentScroll;
    + });
    + });
    style.css
    Changed around line 1
    + :root {
    + --nvidia-green: #76b900;
    + --dark-gray: #1a1a1a;
    + --light-gray: #f5f5f5;
    + --transition: all 0.3s ease;
    + }
    +
    + * {
    + margin: 0;
    + padding: 0;
    + box-sizing: border-box;
    + }
    +
    + body {
    + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    + line-height: 1.6;
    + color: var(--dark-gray);
    + }
    +
    + .container {
    + max-width: 1200px;
    + margin: 0 auto;
    + padding: 0 2rem;
    + }
    +
    + /* Header & Navigation */
    + header {
    + background: var(--dark-gray);
    + position: fixed;
    + width: 100%;
    + z-index: 1000;
    + box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    + }
    +
    + .main-nav {
    + display: flex;
    + justify-content: space-between;
    + align-items: center;
    + padding: 1rem 2rem;
    + }
    +
    + .logo {
    + color: var(--nvidia-green);
    + font-size: 1.5rem;
    + font-weight: bold;
    + text-transform: uppercase;
    + }
    +
    + .main-nav ul {
    + display: flex;
    + list-style: none;
    + gap: 2rem;
    + }
    +
    + .main-nav a {
    + color: white;
    + text-decoration: none;
    + transition: var(--transition);
    + }
    +
    + .main-nav a:hover {
    + color: var(--nvidia-green);
    + }
    +
    + /* Hero Section */
    + #hero {
    + background: linear-gradient(135deg, var(--dark-gray), #000);
    + color: white;
    + padding: 8rem 0 4rem;
    + text-align: center;
    + }
    +
    + #hero h1 {
    + font-size: 3rem;
    + margin-bottom: 1rem;
    + background: linear-gradient(90deg, var(--nvidia-green), #a4ff00);
    + -webkit-background-clip: text;
    + -webkit-text-fill-color: transparent;
    + }
    +
    + /* Vision Grid */
    + .vision-grid {
    + display: grid;
    + grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    + gap: 2rem;
    + margin: 2rem 0;
    + }
    +
    + .vision-card {
    + background: white;
    + padding: 2rem;
    + border-radius: 10px;
    + box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    + transition: var(--transition);
    + }
    +
    + .vision-card:hover {
    + transform: translateY(-5px);
    + box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    + }
    +
    + /* Sections */
    + section {
    + padding: 4rem 0;
    + }
    +
    + h2 {
    + font-size: 2.5rem;
    + margin-bottom: 2rem;
    + color: var(--dark-gray);
    + }
    +
    + /* Footer */
    + footer {
    + background: var(--dark-gray);
    + color: white;
    + padding: 3rem 0;
    + }
    +
    + .footer-content {
    + display: grid;
    + grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    + gap: 2rem;
    + }
    +
    + .social-links a {
    + color: white;
    + text-decoration: none;
    + margin-right: 1rem;
    + transition: var(--transition);
    + }
    +
    + .social-links a:hover {
    + color: var(--nvidia-green);
    + }
    +
    + /* Mobile Menu */
    + .mobile-menu {
    + display: none;
    + background: none;
    + border: none;
    + cursor: pointer;
    + }
    +
    + .mobile-menu span {
    + display: block;
    + width: 25px;
    + height: 3px;
    + background: white;
    + margin: 5px 0;
    + transition: var(--transition);
    + }
    +
    + /* Responsive Design */
    + @media (max-width: 768px) {
    + .mobile-menu {
    + display: block;
    + }
    +
    + .main-nav ul {
    + display: none;
    + position: absolute;
    + top: 100%;
    + left: 0;
    + right: 0;
    + background: var(--dark-gray);
    + flex-direction: column;
    + padding: 1rem;
    + text-align: center;
    + }
    +
    + .main-nav ul.active {
    + display: flex;
    + }
    +
    + #hero h1 {
    + font-size: 2rem;
    + }
    + }