Changes to dypu.scroll.pub

ScrollHub
ScrollHub
20 days ago
Initial commit
index.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://dypu.scroll.pub
+ metaTags
+ editButton /edit.html
+ title DYPU - Dynamic Youth Power University
+ style.css
+
+ header
+ class hero
+ nav
+ div DYPU
+ class logo
+ div
+ class nav-links
+ a About
+ href #about
+ a Programs
+ href #programs
+ a Campus
+ href #campus
+ a Contact
+ href #contact
+ div
+ class hero-content
+ h1 Dynamic Youth Power University
+ p Empowering the next generation of leaders and innovators
+ a Explore Programs
+ class primary-button
+ href #programs
+ main
+ section
+ id about
+ class about
+ h2 About DYPU
+ div
+ class about-content
+ p Dynamic Youth Power University is a premier institution dedicated to fostering innovation, leadership, and excellence in education. Our mission is to empower students with the knowledge and skills needed to thrive in a rapidly changing world.
+ div
+ class stats-grid
+ div
+ class stat-card
+ h3 5000+
+ p Students
+ div
+ class stat-card
+ h3 200+
+ p Faculty
+ div
+ class stat-card
+ h3 50+
+ p Programs
+ section
+ id programs
+ class programs
+ h2 Our Programs
+ div
+ class program-grid
+ div
+ class program-card
+ div 🎓
+ class program-icon
+ h3 Undergraduate
+ p Comprehensive bachelor's degree programs across diverse disciplines
+ div
+ class program-card
+ div 🔬
+ class program-icon
+ h3 Graduate
+ p Advanced master's and doctoral programs for specialized study
+ div
+ class program-card
+ div 💼
+ class program-icon
+ h3 Professional
+ p Career-focused certificates and executive education programs
+ section
+ id campus
+ class campus
+ h2 Campus Life
+ div
+ class campus-grid
+ div
+ class campus-card
+ div 🏛️
+ class campus-icon
+ h3 Modern Facilities
+ p State-of-the-art classrooms, labs, and research centers
+ div
+ class campus-card
+ div 🌳
+ class campus-icon
+ h3 Green Spaces
+ p Beautifully landscaped grounds for study and relaxation
+ div
+ class campus-card
+ div 🎭
+ class campus-icon
+ h3 Student Activities
+ p Vibrant clubs, sports, and cultural events
+ section
+ id contact
+ class contact
+ h2 Contact Us
+ form
+ class contact-form
+ div
+ class form-group
+ label Name
+ input
+ type text
+ name name
+ required
+ div
+ class form-group
+ label Email
+ input
+ type email
+ name email
+ required
+ div
+ class form-group
+ label Message
+ textarea
+ name message
+ required
+ button
+ type submit
+ class submit-button
+ Send Message
+ footer
+ div
+ class footer-content
+ div
+ class footer-links
+ a Admissions
+ href #programs
+ a News
+ href news.html
+ a Events
+ href events.html
+ p Dynamic Youth Power University - Shaping the future through education
prompt.json
Changed around line 1
+ {
+ "id": "d408b9ef-915b-4fce-b6c5-83907f6d5346",
+ "object": "chat.completion",
+ "created": 1748277258,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "Here's my suggestion for a DYPU (Dynamic Youth Power University) website:\n\n---domain---\ndypu.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://dypu.scroll.pub\nmetaTags\neditButton /edit.html\ntitle DYPU - Dynamic Youth Power University\nstyle.css\n\nheader\n class hero\n nav\n div DYPU\n class logo\n div\n class nav-links\n a About\n href #about\n a Programs\n href #programs\n a Campus\n href #campus\n a Contact\n href #contact\n div\n class hero-content\n h1 Dynamic Youth Power University\n p Empowering the next generation of leaders and innovators\n a Explore Programs\n class primary-button\n href #programs\nmain\n section\n id about\n class about\n h2 About DYPU\n div\n class about-content\n p Dynamic Youth Power University is a premier institution dedicated to fostering innovation, leadership, and excellence in education. Our mission is to empower students with the knowledge and skills needed to thrive in a rapidly changing world.\n div\n class stats-grid\n div\n class stat-card\n h3 5000+\n p Students\n div\n class stat-card\n h3 200+\n p Faculty\n div\n class stat-card\n h3 50+\n p Programs\n section\n id programs\n class programs\n h2 Our Programs\n div\n class program-grid\n div\n class program-card\n div 🎓\n class program-icon\n h3 Undergraduate\n p Comprehensive bachelor's degree programs across diverse disciplines\n div\n class program-card\n div 🔬\n class program-icon\n h3 Graduate\n p Advanced master's and doctoral programs for specialized study\n div\n class program-card\n div 💼\n class program-icon\n h3 Professional\n p Career-focused certificates and executive education programs\n section\n id campus\n class campus\n h2 Campus Life\n div\n class campus-grid\n div\n class campus-card\n div 🏛️\n class campus-icon\n h3 Modern Facilities\n p State-of-the-art classrooms, labs, and research centers\n div\n class campus-card\n div 🌳\n class campus-icon\n h3 Green Spaces\n p Beautifully landscaped grounds for study and relaxation\n div\n class campus-card\n div 🎭\n class campus-icon\n h3 Student Activities\n p Vibrant clubs, sports, and cultural events\n section\n id contact\n class contact\n h2 Contact Us\n form\n class contact-form\n div\n class form-group\n label Name\n input\n type text\n name name\n required\n div\n class form-group\n label Email\n input\n type email\n name email\n required\n div\n class form-group\n label Message\n textarea\n name message\n required\n button\n type submit\n class submit-button\n Send Message\nfooter\n div\n class footer-content\n div\n class footer-links\n a Admissions\n href #programs\n a News\n href news.html\n a Events\n href events.html\n p Dynamic Youth Power University - Shaping the future through education\n---style.css---\n:root {\n --primary: #2c3e50;\n --secondary: #3498db;\n --accent: #e74c3c;\n --light: #ecf0f1;\n --dark: #2c3e50;\n --text: #333;\n --text-light: #7f8c8d;\n}\n\n* {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n\nbody {\n font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n line-height: 1.6;\n color: var(--text);\n background-color: #f9f9f9;\n}\n\nheader.hero {\n background: linear-gradient(135deg, var(--primary), var(--secondary));\n color: white;\n padding: 2rem 0;\n position: relative;\n overflow: hidden;\n}\n\nheader.hero::before {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjA1KSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuKSIvPjwvc3ZnPg==');\n}\n\nnav {\n display: flex;\n justify-content: space-between;\n align-items: center;\n max-width: 1200px;\n margin: 0 auto;\n padding: 0 2rem;\n}\n\n.logo {\n font-size: 2rem;\n font-weight: 700;\n letter-spacing: 1px;\n}\n\n.nav-links {\n display: flex;\n gap: 2rem;\n}\n\n.nav-links a {\n color: white;\n text-decoration: none;\n font-weight: 500;\n transition: all 0.3s ease;\n}\n\n.nav-links a:hover {\n color: var(--accent);\n}\n\n.hero-content {\n max-width: 1200px;\n margin: 4rem auto;\n padding: 0 2rem;\n text-align: center;\n}\n\n.hero-content h1 {\n font-size: 3.5rem;\n margin-bottom: 1.5rem;\n line-height: 1.2;\n}\n\n.hero-content p {\n font-size: 1.5rem;\n margin-bottom: 2rem;\n max-width: 800px;\n margin-left: auto;\n margin-right: auto;\n}\n\n.primary-button {\n display: inline-block;\n background-color: var(--accent);\n color: white;\n padding: 0.8rem 2rem;\n border-radius: 50px;\n text-decoration: none;\n font-weight: 600;\n transition: all 0.3s ease;\n border: none;\n cursor: pointer;\n}\n\n.primary-button:hover {\n background-color: darken(var(--accent), 10%);\n transform: translateY(-3px);\n box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n}\n\nmain {\n max-width: 1200px;\n margin: 0 auto;\n padding: 4rem 2rem;\n}\n\nsection {\n margin-bottom: 6rem;\n}\n\nh2 {\n font-size: 2.5rem;\n margin-bottom: 3rem;\n text-align: center;\n color: var(--primary);\n position: relative;\n}\n\nh2::after {\n content: '';\n display: block;\n width: 80px;\n height: 4px;\n background: var(--secondary);\n margin: 1rem auto;\n}\n\n.about-content {\n max-width: 800px;\n margin: 0 auto 3rem;\n text-align: center;\n}\n\n.stats-grid, .program-grid, .campus-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n gap: 2rem;\n margin-top: 3rem;\n}\n\n.stat-card, .program-card, .campus-card {\n background: white;\n padding: 2rem;\n border-radius: 10px;\n box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n text-align: center;\n transition: transform 0.3s ease;\n}\n\n.stat-card:hover, .program-card:hover, .campus-card:hover {\n transform: translateY(-10px);\n}\n\n.stat-card h3 {\n font-size: 2.5rem;\n color: var(--secondary);\n margin-bottom: 0.5rem;\n}\n\n.program-icon, .campus-icon {\n font-size: 3rem;\n margin-bottom: 1.5rem;\n}\n\n.contact-form {\n max-width: 600px;\n margin: 0 auto;\n background: white;\n padding: 2rem;\n border-radius: 10px;\n box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n}\n\n.form-group {\n margin-bottom: 1.5rem;\n}\n\nlabel {\n display: block;\n margin-bottom: 0.5rem;\n font-weight: 500;\n}\n\ninput, textarea {\n width: 100%;\n padding: 0.8rem;\n border: 1px solid #ddd;\n border-radius: 5px;\n font-family: inherit;\n font-size: 1rem;\n}\n\ntextarea {\n min-height: 150px;\n resize: vertical;\n}\n\n.submit-button {\n width: 100%;\n padding: 1rem;\n background: var(--secondary);\n color: white;\n border: none;\n border-radius: 5px;\n font-size: 1rem;\n font-weight: 600;\n cursor: pointer;\n transition: all 0.3s ease;\n}\n\n.submit-button:hover {\n background: darken(var(--secondary), 10%);\n}\n\nfooter {\n background: var(--dark);\n color: white;\n padding: 3rem 0;\n}\n\n.footer-content {\n max-width: 1200px;\n margin: 0 auto;\n padding: 0 2rem;\n display: flex;\n justify-content: space-between;\n align-items: center;\n}\n\n.footer-links {\n display: flex;\n gap: 2rem;\n}\n\n.footer-links a {\n color: white;\n text-decoration: none;\n transition: color 0.3s ease;\n}\n\n.footer-links a:hover {\n color: var(--accent);\n}\n\n@media (max-width: 768px) {\n .nav-links {\n display: none;\n }\n \n .hero-content h1 {\n font-size: 2.5rem;\n }\n \n .hero-content p {\n font-size: 1.2rem;\n }\n \n .stats-grid, .program-grid, .campus-grid {\n grid-template-columns: 1fr;\n }\n \n .footer-content {\n flex-direction: column;\n text-align: center;\n gap: 1.5rem;\n }\n \n .footer-links {\n flex-direction: column;\n gap: 1rem;\n }\n}\n---script.js---\ndocument.addEventListener('DOMContentLoaded', function() {\n // Smooth scrolling for anchor links\n document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n anchor.addEventListener('click', function(e) {\n e.preventDefault();\n \n const targetId = this.getAttribute('href');\n if (targetId === '#') return;\n \n const targetElement = document.querySelector(targetId);\n if (targetElement) {\n window.scrollTo({\n top: targetElement.offsetTop - 80,\n behavior: 'smooth'\n });\n }\n });\n });\n\n // Animate elements when they come into view\n const animateOnScroll = function() {\n const elements = document.querySelectorAll('.stat-card, .program-card, .campus-card');\n \n elements.forEach(element => {\n const elementPosition = element.getBoundingClientRect().top;\n const windowHeight = window.innerHeight;\n \n if (elementPosition < windowHeight - 100) {\n element.style.opacity = '1';\n element.style.transform = 'translateY(0)';\n }\n });\n };\n\n // Set initial state for animation\n const cards = document.querySelectorAll('.stat-card, .program-card, .campus-card');\n cards.forEach(card => {\n card.style.opacity = '0';\n card.style.transform = 'translateY(20px)';\n card.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n });\n\n // Run once on load\n animateOnScroll();\n \n // Then run on scroll\n window.addEventListener('scroll', animateOnScroll);\n\n // Form submission handling\n const contactForm = document.querySelector('.contact-form');\n if (contactForm) {\n contactForm.addEventListener('submit', function(e) {\n e.preventDefault();\n \n const formData = new FormData(this);\n const submitButton = this.querySelector('.submit-button');\n \n submitButton.textContent = 'Sending...';\n submitButton.disabled = true;\n \n // Simulate form submission\n setTimeout(() => {\n submitButton.textContent = 'Message Sent!';\n this.reset();\n \n setTimeout(() => {\n submitButton.textContent = 'Send Message';\n submitButton.disabled = false;\n }, 2000);\n }, 1500);\n });\n }\n});\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 719,
+ "completion_tokens": 3104,
+ "total_tokens": 3823,
+ "prompt_tokens_details": {
+ "cached_tokens": 704
+ },
+ "prompt_cache_hit_tokens": 704,
+ "prompt_cache_miss_tokens": 15
+ },
+ "system_fingerprint": "fp_8802369eaa_prod0425fp8"
+ }
readme.scroll
Changed around line 1
+ # dypu.scroll.pub
+
+ Prompt: website
+ Agent: deepseek
+ Model: deepseek-chat
+
+ ## User prompt
+ DYPU
+
+ ## System prompt
+ You are an expert web developer. Create a website based on this request: "DYPU"
+
+ Requirements:
+ - Use only Scroll, CSS, and JavaScript (NO frameworks, NO external dependencies)
+ - Create clean, semantic HTML5
+ - Make it mobile-responsive
+ - Follow modern best practices and accessibility guidelines
+ - Keep it simple but professional
+ - Use only relative links and no external resources
+ - Do not put a copyright symbol or all rights reserved in the footer.
+ - Make it beautiful. Dazzling. Advanced used of CSS.
+
+ As a refresher, for doing the html body, Scroll is a whitespace based language that uses a single indented space to mark a line (aka particle) as a subparticle of a parent line.
+
+ For example:
+
+ header
+ class hero
+ nav
+ div Scroll
+ class logo
+ div
+ class nav-links
+ a Features
+ href #features
+ a Examples
+ href #examples
+ a Edit
+ href edit.html
+ a GitHub
+ class cta-button
+ href https://github.com/breck7/scroll
+ div
+ class hero-content
+ h1 Write Better with Scroll
+ p The extendible markup language that makes source beautiful and compiles to anything
+ a Get Started
+ class primary-button
+ href https://hub.scroll.pub/
+ main
+ section
+ id features
+ class features
+ h2 Why Scroll?
+ div
+ class feature-grid
+ div
+ class feature-card
+ div ⚡
+ class feature-icon
+ h3 Simple Syntax
+ p Like Markdown, but more powerful. No parentheses needed.
+ div
+ class feature-card
+ div 🧩
+ class feature-icon
+ h3 Extendible
+ p Build your own custom parsers.
+ div
+ class feature-card
+ div 🎨
+ class feature-icon
+ h3 Beautiful Output
+ p Create stunning documents with minimal effort.
+ div
+ class feature-card
+ div 🚀
+ class feature-icon
+ h3 Fast & Light
+ p Built on the efficient PPS Stack.
+ section
+ id examples
+ class code-demo
+ h2 See It In Action
+ div
+ class code-container
+ pre
+ class code-example
+ div
+ class code-output
+ footer
+ div
+ class footer-content
+ div
+ class footer-links
+ a Documentation
+ href https://scroll.pub/tutorial.html
+ a Community
+ href https://www.reddit.com/r/WorldWideScroll/
+ a Blog
+ href https://scroll.pub/blog
+ p Started by Breck Yunits. Evolved by a community.
+ https://twitter.com/breckyunits Breck Yunits
+ https://github.com/breck7/scroll/graphs/contributors community
+
+
+ First suggest a short, memorable domain name ending in scroll.pub that represents this website. Then provide the website files. Use this exact format:
+
+ ---domain---
+ (domainscroll.pub here)
+ ---index.scroll---
+ buildHtml
+ baseUrl https://(domainscroll.pub here)
+ metaTags
+ editButton /edit.html
+ title (Title here)
+ style.css
+
+ (body content here. no blank lines please.)
+
+ script.js
+ ---style.css---
+ (CSS content here)
+ ---script.js---
+ (JavaScript content here)
+ ---end---
script.js
Changed around line 1
+ document.addEventListener('DOMContentLoaded', function() {
+ // Smooth scrolling for anchor links
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
+ anchor.addEventListener('click', function(e) {
+ e.preventDefault();
+
+ const targetId = this.getAttribute('href');
+ if (targetId === '#') return;
+
+ const targetElement = document.querySelector(targetId);
+ if (targetElement) {
+ window.scrollTo({
+ top: targetElement.offsetTop - 80,
+ behavior: 'smooth'
+ });
+ }
+ });
+ });
+
+ // Animate elements when they come into view
+ const animateOnScroll = function() {
+ const elements = document.querySelectorAll('.stat-card, .program-card, .campus-card');
+
+ elements.forEach(element => {
+ const elementPosition = element.getBoundingClientRect().top;
+ const windowHeight = window.innerHeight;
+
+ if (elementPosition < windowHeight - 100) {
+ element.style.opacity = '1';
+ element.style.transform = 'translateY(0)';
+ }
+ });
+ };
+
+ // Set initial state for animation
+ const cards = document.querySelectorAll('.stat-card, .program-card, .campus-card');
+ cards.forEach(card => {
+ card.style.opacity = '0';
+ card.style.transform = 'translateY(20px)';
+ card.style.transition = 'opacity 0.6s ease, transform 0.6s ease';
+ });
+
+ // Run once on load
+ animateOnScroll();
+
+ // Then run on scroll
+ window.addEventListener('scroll', animateOnScroll);
+
+ // Form submission handling
+ const contactForm = document.querySelector('.contact-form');
+ if (contactForm) {
+ contactForm.addEventListener('submit', function(e) {
+ e.preventDefault();
+
+ const formData = new FormData(this);
+ const submitButton = this.querySelector('.submit-button');
+
+ submitButton.textContent = 'Sending...';
+ submitButton.disabled = true;
+
+ // Simulate form submission
+ setTimeout(() => {
+ submitButton.textContent = 'Message Sent!';
+ this.reset();
+
+ setTimeout(() => {
+ submitButton.textContent = 'Send Message';
+ submitButton.disabled = false;
+ }, 2000);
+ }, 1500);
+ });
+ }
+ });
style.css
Changed around line 1
+ :root {
+ --primary: #2c3e50;
+ --secondary: #3498db;
+ --accent: #e74c3c;
+ --light: #ecf0f1;
+ --dark: #2c3e50;
+ --text: #333;
+ --text-light: #7f8c8d;
+ }
+
+ * {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+ }
+
+ body {
+ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
+ line-height: 1.6;
+ color: var(--text);
+ background-color: #f9f9f9;
+ }
+
+ header.hero {
+ background: linear-gradient(135deg, var(--primary), var(--secondary));
+ color: white;
+ padding: 2rem 0;
+ position: relative;
+ overflow: hidden;
+ }
+
+ header.hero::before {
+ content: '';
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjA1KSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuKSIvPjwvc3ZnPg==');
+ }
+
+ nav {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ max-width: 1200px;
+ margin: 0 auto;
+ padding: 0 2rem;
+ }
+
+ .logo {
+ font-size: 2rem;
+ font-weight: 700;
+ letter-spacing: 1px;
+ }
+
+ .nav-links {
+ display: flex;
+ gap: 2rem;
+ }
+
+ .nav-links a {
+ color: white;
+ text-decoration: none;
+ font-weight: 500;
+ transition: all 0.3s ease;
+ }
+
+ .nav-links a:hover {
+ color: var(--accent);
+ }
+
+ .hero-content {
+ max-width: 1200px;
+ margin: 4rem auto;
+ padding: 0 2rem;
+ text-align: center;
+ }
+
+ .hero-content h1 {
+ font-size: 3.5rem;
+ margin-bottom: 1.5rem;
+ line-height: 1.2;
+ }
+
+ .hero-content p {
+ font-size: 1.5rem;
+ margin-bottom: 2rem;
+ max-width: 800px;
+ margin-left: auto;
+ margin-right: auto;
+ }
+
+ .primary-button {
+ display: inline-block;
+ background-color: var(--accent);
+ color: white;
+ padding: 0.8rem 2rem;
+ border-radius: 50px;
+ text-decoration: none;
+ font-weight: 600;
+ transition: all 0.3s ease;
+ border: none;
+ cursor: pointer;
+ }
+
+ .primary-button:hover {
+ background-color: darken(var(--accent), 10%);
+ transform: translateY(-3px);
+ box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
+ }
+
+ main {
+ max-width: 1200px;
+ margin: 0 auto;
+ padding: 4rem 2rem;
+ }
+
+ section {
+ margin-bottom: 6rem;
+ }
+
+ h2 {
+ font-size: 2.5rem;
+ margin-bottom: 3rem;
+ text-align: center;
+ color: var(--primary);
+ position: relative;
+ }
+
+ h2::after {
+ content: '';
+ display: block;
+ width: 80px;
+ height: 4px;
+ background: var(--secondary);
+ margin: 1rem auto;
+ }
+
+ .about-content {
+ max-width: 800px;
+ margin: 0 auto 3rem;
+ text-align: center;
+ }
+
+ .stats-grid, .program-grid, .campus-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
+ gap: 2rem;
+ margin-top: 3rem;
+ }
+
+ .stat-card, .program-card, .campus-card {
+ background: white;
+ padding: 2rem;
+ border-radius: 10px;
+ box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
+ text-align: center;
+ transition: transform 0.3s ease;
+ }
+
+ .stat-card:hover, .program-card:hover, .campus-card:hover {
+ transform: translateY(-10px);
+ }
+
+ .stat-card h3 {
+ font-size: 2.5rem;
+ color: var(--secondary);
+ margin-bottom: 0.5rem;
+ }
+
+ .program-icon, .campus-icon {
+ font-size: 3rem;
+ margin-bottom: 1.5rem;
+ }
+
+ .contact-form {
+ max-width: 600px;
+ margin: 0 auto;
+ background: white;
+ padding: 2rem;
+ border-radius: 10px;
+ box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
+ }
+
+ .form-group {
+ margin-bottom: 1.5rem;
+ }
+
+ label {
+ display: block;
+ margin-bottom: 0.5rem;
+ font-weight: 500;
+ }
+
+ input, textarea {
+ width: 100%;
+ padding: 0.8rem;
+ border: 1px solid #ddd;
+ border-radius: 5px;
+ font-family: inherit;
+ font-size: 1rem;
+ }
+
+ textarea {
+ min-height: 150px;
+ resize: vertical;
+ }
+
+ .submit-button {
+ width: 100%;
+ padding: 1rem;
+ background: var(--secondary);
+ color: white;
+ border: none;
+ border-radius: 5px;
+ font-size: 1rem;
+ font-weight: 600;
+ cursor: pointer;
+ transition: all 0.3s ease;
+ }
+
+ .submit-button:hover {
+ background: darken(var(--secondary), 10%);
+ }
+
+ footer {
+ background: var(--dark);
+ color: white;
+ padding: 3rem 0;
+ }
+
+ .footer-content {
+ max-width: 1200px;
+ margin: 0 auto;
+ padding: 0 2rem;
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ }
+
+ .footer-links {
+ display: flex;
+ gap: 2rem;
+ }
+
+ .footer-links a {
+ color: white;
+ text-decoration: none;
+ transition: color 0.3s ease;
+ }
+
+ .footer-links a:hover {
+ color: var(--accent);
+ }
+
+ @media (max-width: 768px) {
+ .nav-links {
+ display: none;
+ }
+
+ .hero-content h1 {
+ font-size: 2.5rem;
+ }
+
+ .hero-content p {
+ font-size: 1.2rem;
+ }
+
+ .stats-grid, .program-grid, .campus-grid {
+ grid-template-columns: 1fr;
+ }
+
+ .footer-content {
+ flex-direction: column;
+ text-align: center;
+ gap: 1.5rem;
+ }
+
+ .footer-links {
+ flex-direction: column;
+ gap: 1rem;
+ }
+ }