588 lines
36 KiB
HTML
588 lines
36 KiB
HTML
SafeValue must use [property]=binding:
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Live Event Room</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<div class="page-wrapper">
|
|
<div class="nav-1-wrapper"><nav class="nav-1-navbar"><div class="nav-1-logo">EventVerse</div><ul class="nav-1-nav-links"><li><a href="home.html">Platform Home</a></li><li><a href="about.html">Our Vision</a></li><li><a href="contact.html">Get In Touch</a></li><li><a href="services.html">Solutions</a></li><li><a href="faq.html">Help Center</a></li><li class="nav-1-dropdown"><a href="#">Resources<i class="fas fa-chevron-down"><i class="fas fa-chevron-down">🔽</i></i></a></li></ul><div class="nav-1-nav-actions"><button class="nav-1-btn nav-1-outline">Attend Event</button><button class="nav-1-btn nav-1-solid">Host an Event</button></div></nav></div>
|
|
<div class="video-tutorial-container"><div class="logo-circle">CONNECT</div><div class="play-icon"></div><h1 class="video-title">Experience Seamless Virtual Events</h1><button class="cta-button">Watch How It Works</button></div>
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Chat Panel Section</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<section class="chat-panel-section" aria-labelledby="chatPanelHeader">
|
|
<header class="chat-header">
|
|
<h2 id="chatPanelHeader">Live Chat</h2>
|
|
<div class="chat-options">
|
|
<button aria-label="Search messages">🔍</button>
|
|
<button aria-label="Chat settings">⚙️</button>
|
|
<button aria-label="Close chat">❌</button>
|
|
</div>
|
|
</header>
|
|
|
|
<div class="chat-messages" role="log" aria-live="polite" aria-atomic="false">
|
|
<div class="chat-message other">
|
|
<div class="avatar" aria-hidden="true">
|
|
<img src="https://via.placeholder.com/32/FF5733/FFFFFF?text=A" alt="Avatar for Alice">
|
|
</div>
|
|
<div class="message-content">
|
|
<span class="message-author">Alice Johnson</span>
|
|
<div class="message-bubble">
|
|
<p>Welcome everyone to the main stage discussion!</p>
|
|
</div>
|
|
<time class="message-time" datetime="2024-07-20T10:05">10:05 AM</time>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="chat-message self">
|
|
<div class="message-content">
|
|
<div class="message-bubble">
|
|
<p>Hi Alice! Excited for the session.</p>
|
|
</div>
|
|
<time class="message-time" datetime="2024-07-20T10:06">10:06 AM</time>
|
|
</div>
|
|
<div class="avatar" aria-hidden="true">
|
|
<img src="https://via.placeholder.com/32/007bff/FFFFFF?text=Y" alt="Your Avatar">
|
|
</div>
|
|
</div>
|
|
|
|
<div class="chat-message other">
|
|
<div class="avatar" aria-hidden="true">
|
|
<img src="https://via.placeholder.com/32/33FF57/FFFFFF?text=B" alt="Avatar for Bob">
|
|
</div>
|
|
<div class="message-content">
|
|
<span class="message-author">Bob Williams</span>
|
|
<div class="message-bubble">
|
|
<p>Is there a Q&A section planned after the main presentation?</p>
|
|
<p>Looking forward to hearing from the speakers.</p>
|
|
</div>
|
|
<time class="message-time" datetime="2024-07-20T10:08">10:08 AM</time>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="chat-message self">
|
|
<div class="message-content">
|
|
<div class="message-bubble">
|
|
<p>Yes, Bob, there will be a dedicated Q&A session. Feel free to submit your questions in the "Questions" tab!</p>
|
|
</div>
|
|
<time class="message-time" datetime="2024-07-20T10:10">10:10 AM</time>
|
|
</div>
|
|
<div class="avatar" aria-hidden="true">
|
|
<img src="https://via.placeholder.com/32/007bff/FFFFFF?text=Y" alt="Your Avatar">
|
|
</div>
|
|
</div>
|
|
|
|
<div class="chat-message other">
|
|
<div class="avatar" aria-hidden="true">
|
|
<img src="https://via.placeholder.com/32/FF33E9/FFFFFF?text=C" alt="Avatar for Carol">
|
|
</div>
|
|
<div class="message-content">
|
|
<span class="message-author">Carol White</span>
|
|
<div class="message-bubble">
|
|
<p>Having a great time so far!</p>
|
|
</div>
|
|
<time class="message-time" datetime="2024-07-20T10:12">10:12 AM</time>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="chat-message other">
|
|
<div class="avatar" aria-hidden="true">
|
|
<img src="https://via.placeholder.com/32/5733FF/FFFFFF?text=D" alt="Avatar for David">
|
|
</div>
|
|
<div class="message-content">
|
|
<span class="message-author">David Green</span>
|
|
<div class="message-bubble">
|
|
<p>The video quality is excellent!</p>
|
|
</div>
|
|
<time class="message-time" datetime="2024-07-20T10:15">10:15 AM</time>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<form class="chat-input-area" aria-label="Send a new message">
|
|
<label for="chatMessageInput" class="sr-only">Type your message</label>
|
|
<textarea id="chatMessageInput" placeholder="Type your message..." rows="1" aria-label="Message input"></textarea>
|
|
<button type="submit" aria-label="Send message">➡️</button>
|
|
</form>
|
|
</section>
|
|
</body>
|
|
</html>
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Attendee List / Networking</title>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<section class="networking-section">
|
|
<header class="networking-header">
|
|
<h2>Attendee List & Networking Zone</h2>
|
|
<div class="networking-controls">
|
|
<div class="search-bar" role="search">
|
|
<label for="attendee-search" class="sr-only">Search Attendees</label>
|
|
<input type="search" id="attendee-search" placeholder="Search attendees by name or role...">
|
|
</div>
|
|
<button class="filter-button" aria-controls="filter-menu" aria-expanded="false">
|
|
⚙️ Filters
|
|
</button>
|
|
<div class="view-toggle" role="group" aria-label="Toggle View">
|
|
<button class="active" aria-label="Grid View">🗂️ Grid</button>
|
|
<button aria-label="List View">📄 List</button>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
<div class="networking-content">
|
|
<aside class="attendee-list-container" aria-label="Attendee List">
|
|
<h3>Attendees (123)</h3>
|
|
<div class="attendee-grid">
|
|
<article class="attendee-card">
|
|
<div class="attendee-avatar">
|
|
<img src="https://via.placeholder.com/80/6B4EE8/FFFFFF?text=AA" alt="Avatar of Alex Johnson">
|
|
</div>
|
|
<h4 class="attendee-name">Alex Johnson</h4>
|
|
<p class="attendee-role">Software Engineer</p>
|
|
<p class="attendee-company">Tech Solutions Inc.</p>
|
|
<div class="attendee-tags">
|
|
<span class="tag">AI</span>
|
|
<span class="tag">Cloud</span>
|
|
<span class="tag">VR</span>
|
|
</div>
|
|
<button class="connect-button">Connect</button>
|
|
</article>
|
|
|
|
<article class="attendee-card">
|
|
<div class="attendee-avatar">
|
|
<img src="https://via.placeholder.com/80/4A90E2/FFFFFF?text=BM" alt="Avatar of Ben Miller">
|
|
</div>
|
|
<h4 class="attendee-name">Ben Miller</h4>
|
|
<p class="attendee-role">Product Manager</p>
|
|
<p class="attendee-company">Innovate Co.</p>
|
|
<div class="attendee-tags">
|
|
<span class="tag">UX/UI</span>
|
|
<span class="tag">Marketing</span>
|
|
</div>
|
|
<button class="connect-button">Connect</button>
|
|
</article>
|
|
|
|
<article class="attendee-card">
|
|
<div class="attendee-avatar">
|
|
<img src="https://via.placeholder.com/80/28A745/FFFFFF?text=CS" alt="Avatar of Chloe Smith">
|
|
</div>
|
|
<h4 class="attendee-name">Chloe Smith</h4>
|
|
<p class="attendee-role">Data Scientist</p>
|
|
<p class="attendee-company">Analytics Hub</p>
|
|
<div class="attendee-tags">
|
|
<span class="tag">Big Data</span>
|
|
<span class="tag">Machine Learning</span>
|
|
</div>
|
|
<button class="connect-button">Connect</button>
|
|
</article>
|
|
|
|
<article class="attendee-card">
|
|
<div class="attendee-avatar">
|
|
<img src="https://via.placeholder.com/80/F0F2F5/6B4EE8?text=DW" alt="Avatar of David Wilson">
|
|
</div>
|
|
<h4 class="attendee-name">David Wilson</h4>
|
|
<p class="attendee-role">UI/UX Designer</p>
|
|
<p class="attendee-company">Creative Labs</p>
|
|
<div class="attendee-tags">
|
|
<span class="tag">Design</span>
|
|
<span class="tag">Figma</span>
|
|
</div>
|
|
<button class="connect-button">Connect</button>
|
|
</article>
|
|
|
|
<article class="attendee-card">
|
|
<div class="attendee-avatar">
|
|
<img src="https://via.placeholder.com/80/6B4EE8/FFFFFF?text=EA" alt="Avatar of Emily Adams">
|
|
</div>
|
|
<h4 class="attendee-name">Emily Adams</h4>
|
|
<p class="attendee-role">Marketing Specialist</p>
|
|
<p class="attendee-company">Global Reach</p>
|
|
<div class="attendee-tags">
|
|
<span class="tag">SEO</span>
|
|
<span class="tag">Content</span>
|
|
</div>
|
|
<button class="connect-button">Connect</button>
|
|
</article>
|
|
|
|
<article class="attendee-card">
|
|
<div class="attendee-avatar">
|
|
<img src="https://via.placeholder.com/80/4A90E2/FFFFFF?text=FJ" alt="Avatar of Frank Jones">
|
|
</div>
|
|
<h4 class="attendee-name">Frank Jones</h4>
|
|
<p class="attendee-role">Backend Developer</p>
|
|
<p class="attendee-company">Web Innovations</p>
|
|
<div class="attendee-tags">
|
|
<span class="tag">Node.js</span>
|
|
<span class="tag">Databases</span>
|
|
</div>
|
|
<button class="connect-button">Connect</button>
|
|
</article>
|
|
|
|
<article class="attendee-card">
|
|
<div class="attendee-avatar">
|
|
<img src="https://via.placeholder.com/80/28A745/FFFFFF?text=GR" alt="Avatar of Grace Riley">
|
|
</div>
|
|
<h4 class="attendee-name">Grace Riley</h4>
|
|
<p class="attendee-role">HR Manager</p>
|
|
<p class="attendee-company">People Solutions</p>
|
|
<div class="attendee-tags">
|
|
<span class="tag">Recruitment</span>
|
|
</div>
|
|
<button class="connect-button">Connect</button>
|
|
</article>
|
|
|
|
<article class="attendee-card">
|
|
<div class="attendee-avatar">
|
|
<img src="https://via.placeholder.com/80/F0F2F5/6B4EE8?text=HL" alt="Avatar of Henry Lee">
|
|
</div>
|
|
<h4 class="attendee-name">Henry Lee</h4>
|
|
<p class="attendee-role">Cybersecurity Analyst</p>
|
|
<p class="attendee-company">SecureNet</p>
|
|
<div class="attendee-tags">
|
|
<span class="tag">Security</span>
|
|
<span class="tag">Network</span>
|
|
</div>
|
|
<button class="connect-button">Connect</button>
|
|
</article>
|
|
</div>
|
|
</aside>
|
|
|
|
<section class="networking-zone" aria-label="Networking Rooms">
|
|
<h3>Networking Rooms</h3>
|
|
|
|
<article class="spatial-audio-room">
|
|
<div class="room-header">
|
|
<h4>"Future of AI" Spatial Audio Room</h4>
|
|
<span class="live-indicator">LIVE</span>
|
|
</div>
|
|
<p class="room-description">Join a discussion on the latest advancements and ethical considerations in Artificial Intelligence. Walk around and talk to others as if you're in the same physical space.</p>
|
|
<div class="room-attendees">
|
|
<div class="attendee-thumbnails">
|
|
<div class="thumbnail-avatar"><img src="https://via.placeholder.com/30/6B4EE8/FFFFFF?text=A" alt="Attendee A"></div>
|
|
<div class="thumbnail-avatar"><img src="https://via.placeholder.com/30/4A90E2/FFFFFF?text=B" alt="Attendee B"></div>
|
|
<div class="thumbnail-avatar"><img src="https://via.placeholder.com/30/28A745/FFFFFF?text=C" alt="Attendee C"></div>
|
|
<div class="thumbnail-avatar"><img src="https://via.placeholder.com/30/F0F2F5/6B4EE8?text=D" alt="Attendee D"></div>
|
|
<div class="thumbnail-avatar more-count">+8</div>
|
|
</div>
|
|
<span class="attendee-count">12 people currently in room</span>
|
|
</div>
|
|
<button class="join-button">Join Spatial Audio</button>
|
|
</article>
|
|
|
|
<article class="avatar-room">
|
|
<div class="room-header">
|
|
<h4>"Web3 & Blockchain" Avatar Room</h4>
|
|
<span class="live-indicator">LIVE</span>
|
|
</div>
|
|
<p class="room-description">Explore the decentralized web in our interactive avatar-based room. Choose your avatar and mingle with peers interested in blockchain, NFTs, and dApps.</p>
|
|
<div class="room-attendees">
|
|
<div class="attendee-thumbnails">
|
|
<div class="thumbnail-avatar"><img src="https://via.placeholder.com/30/2C3E50/FFFFFF?text=E" alt="Attendee E"></div>
|
|
<div class="thumbnail-avatar"><img src="https://via.placeholder.com/30/6B4EE8/FFFFFF?text=F" alt="Attendee F"></div>
|
|
<div class="thumbnail-avatar"><img src="https://via.placeholder.com/30/4A90E2/FFFFFF?text=G" alt="Attendee G"></div>
|
|
<div class="thumbnail-avatar more-count">+5</div>
|
|
</div>
|
|
<span class="attendee-count">8 people currently in room</span>
|
|
</div>
|
|
<button class="join-button">Enter Avatar Room</button>
|
|
</article>
|
|
|
|
<div class="upcoming-sessions">
|
|
<h3>Upcoming Networking Sessions</h3>
|
|
<div class="session-card">
|
|
<h4>Fireside Chat: Building Startups</h4>
|
|
<p><span class="time">10:00 AM - 10:45 AM PDT</span></p>
|
|
<p>With John Doe, CEO of Startup XYZ</p>
|
|
</div>
|
|
<div class="session-card">
|
|
<h4>Topic Table: Sustainable Tech</h4>
|
|
<p><span class="time">11:00 AM - 12:00 PM PDT</span></p>
|
|
<p>Moderated by Jane Smith</p>
|
|
</div>
|
|
<div class="session-card">
|
|
<h4>Coffee Break & Open Networking</h4>
|
|
<p><span class="time">12:30 PM - 01:00 PM PDT</span></p>
|
|
<p>Casual chats in the main lobby.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</section>
|
|
</body>
|
|
</html>
|
|
<section id="breakout-rooms-section">
|
|
<div class="section-container">
|
|
<h2 class="section-title">Explore Breakout Rooms & Sessions</h2>
|
|
|
|
<div class="session-filters">
|
|
<div class="search-bar">
|
|
<input type="search" placeholder="Search sessions..." aria-label="Search sessions">
|
|
<svg aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"></path></svg>
|
|
</div>
|
|
<div class="filter-controls">
|
|
<select aria-label="Filter by category">
|
|
<option value="">All Categories</option>
|
|
<option value="tech">Technology</option>
|
|
<option value="marketing">Marketing</option>
|
|
<option value="networking">Networking</option>
|
|
<option value="qa">Q&A</option>
|
|
</select>
|
|
<button>Apply Filters</button>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="session-grid">
|
|
<article class="session-card">
|
|
<h3 class="session-title">Deep Dive into Web3 & Metaverse</h3>
|
|
<p class="session-host">Hosted by: Jane Doe & John Smith</p>
|
|
<p class="session-description">Explore the foundational concepts of Web3, blockchain technology, and the evolving metaverse landscape. Interactive discussion.</p>
|
|
<div class="session-meta">
|
|
<span class="session-participants">
|
|
<svg aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="currentColor" d="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3zM544 144a160 160 0 1 0 0 320 160 160 0 1 0 0-320z"></path></svg>
|
|
35 attendees
|
|
</span>
|
|
<span class="session-status status-live">Live Now</span>
|
|
</div>
|
|
<button class="session-join-button">Join Room</button>
|
|
</article>
|
|
|
|
<article class="session-card">
|
|
<h3 class="session-title">Networking: Spatial Audio Lounge</h3>
|
|
<p class="session-host">Hosted by: Conference Organizers</p>
|
|
<p class="session-description">Mingle with fellow attendees in an immersive spatial audio environment. Discover new connections.</p>
|
|
<div class="session-meta">
|
|
<span class="session-participants">
|
|
<svg aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="currentColor" d="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3zM544 144a160 160 0 1 0 0 320 160 160 0 1 0 0-320z"></path></svg>
|
|
20 attendees
|
|
</span>
|
|
<span class="session-status status-soon">Starting Soon</span>
|
|
</div>
|
|
<button class="session-join-button">Join Room</button>
|
|
</article>
|
|
|
|
<article class="session-card">
|
|
<h3 class="session-title">AI in Business: Case Studies</h3>
|
|
<p class="session-host">Hosted by: Dr. Sarah Chen</p>
|
|
<p class="session-description">Real-world applications of AI, discussing successes, challenges, and future trends across various industries.</p>
|
|
<div class="session-meta">
|
|
<span class="session-participants">
|
|
<svg aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="currentColor" d="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3zM544 144a160 160 0 1 0 0 320 160 160 0 1 0 0-320z"></path></svg>
|
|
48 attendees
|
|
</span>
|
|
<span class="session-status status-ended">Ended</span>
|
|
</div>
|
|
<button class="session-button-disabled" disabled>View Summary</button>
|
|
</article>
|
|
|
|
<article class="session-card">
|
|
<h3 class="session-title">Fireside Chat: Future of Remote Work</h3>
|
|
<p class="session-host">Hosted by: Tech Innovators Panel</p>
|
|
<p class="session-description">An open discussion on the evolution of remote work, hybrid models, and digital collaboration tools.</p>
|
|
<div class="session-meta">
|
|
<span class="session-participants">
|
|
<svg aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="currentColor" d="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3zM544 144a160 160 0 1 0 0 320 160 160 0 1 0 0-320z"></path></svg>
|
|
15 attendees
|
|
</span>
|
|
<span class="session-status status-upcoming">Upcoming (14:00 GMT)</span>
|
|
</div>
|
|
<button class="session-action-button">Add to Calendar</button>
|
|
</article>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Resources & Downloads - [Platform Name]</title>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<section id="resources-downloads" class="resources-downloads">
|
|
<div class="container">
|
|
<header class="section-header">
|
|
<h1>Unlock the Power of Virtual Events</h1>
|
|
<p>Dive into our extensive library of resources including guides, case studies, whitepapers, and templates designed to help you master our platform and elevate your virtual events.</p>
|
|
</header>
|
|
|
|
<div class="resource-filters">
|
|
<button type="button" class="active" data-filter="all">All Resources</button>
|
|
<button type="button" data-filter="guides">Guides & Tutorials</button>
|
|
<button type="button" data-filter="webinars">Webinars</button>
|
|
<button type="button" data-filter="case-studies">Case Studies</button>
|
|
<button type="button" data-filter="whitepapers">Whitepapers</button>
|
|
<button type="button" data-filter="templates">Templates</button>
|
|
</div>
|
|
|
|
<div class="resource-grid">
|
|
<article class="resource-card" data-category="guides">
|
|
<div class="resource-card__image" aria-hidden="true">
|
|
<img src="https://via.placeholder.com/400x200/F0F2F5/A3A9B3?text=Setup+Guide" alt="Thumbnail for 'Quick Start Guide: Hosting Your First Event'">
|
|
</div>
|
|
<div class="resource-card__content">
|
|
<span class="resource-card__type">Guide</span>
|
|
<h3>Quick Start Guide: Hosting Your First Event</h3>
|
|
<p>Learn how to set up your virtual conference, add attendees, and go live in under 30 minutes.</p>
|
|
<a href="/downloads/quick-start-guide.pdf" class="resource-card__link" download>
|
|
Download Guide
|
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
|
|
<path stroke-linecap="round" stroke-linejoin="round" d="M13.5 6H5.25A2.25 2.25 0 003 8.25v10.5A2.25 2.25 0 005.25 21h10.5A2.25 2.25 0 0018 18.75V10.5m-10.5 6L21 3m0 0l-3.75 3.75M21 3L16.5 7.5" />
|
|
</svg>
|
|
</a>
|
|
</div>
|
|
</article>
|
|
|
|
<article class="resource-card" data-category="webinars">
|
|
<div class="resource-card__image" aria-hidden="true">
|
|
<img src="https://via.placeholder.com/400x200/EAF2F6/9CA4B1?text=Webinar+Replay" alt="Thumbnail for 'Webinar Replay: Maximizing Attendee Engagement'">
|
|
</div>
|
|
<div class="resource-card__content">
|
|
<span class="resource-card__type">Webinar</span>
|
|
<h3>Webinar Replay: Maximizing Attendee Engagement</h3>
|
|
<p>Discover advanced tips and tricks for leveraging interactive features like Q&A, polls, and breakout rooms.</p>
|
|
<a href="/webinars/engagement-replay" class="resource-card__link">
|
|
Watch Replay
|
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
|
|
<path stroke-linecap="round" stroke-linejoin="round" d="M13.5 6H5.25A2.25 2.25 0 003 8.25v10.5A2.25 2.25 0 005.25 21h10.5A2.25 2.25 0 0018 18.75V10.5m-10.5 6L21 3m0 0l-3.75 3.75M21 3L16.5 7.5" />
|
|
</svg>
|
|
</a>
|
|
</div>
|
|
</article>
|
|
|
|
<article class="resource-card" data-category="case-studies">
|
|
<div class="resource-card__image" aria-hidden="true">
|
|
<img src="https://via.placeholder.com/400x200/F0F2F5/A3A9B3?text=Case+Study" alt="Thumbnail for 'Case Study: Global Tech Summit Achieves 95% Attendee Satisfaction'">
|
|
</div>
|
|
<div class="resource-card__content">
|
|
<span class="resource-card__type">Case Study</span>
|
|
<h3>Case Study: Global Tech Summit Achieves 95% Attendee Satisfaction</h3>
|
|
<p>Read how a leading tech company used our platform to host a successful 5-day virtual summit.</p>
|
|
<a href="/downloads/tech-summit-case-study.pdf" class="resource-card__link" download>
|
|
Download Study
|
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
|
|
<path stroke-linecap="round" stroke-linejoin="round" d="M13.5 6H5.25A2.25 2.25 0 003 8.25v10.5A2.25 2.25 0 005.25 21h10.5A2.25 2.25 0 0018 18.75V10.5m-10.5 6L21 3m0 0l-3.75 3.75M21 3L16.5 7.5" />
|
|
</svg>
|
|
</a>
|
|
</div>
|
|
</article>
|
|
|
|
<article class="resource-card" data-category="whitepapers">
|
|
<div class="resource-card__image" aria-hidden="true">
|
|
<img src="https://via.placeholder.com/400x200/EAF2F6/9CA4B1?text=Whitepaper" alt="Thumbnail for 'Whitepaper: The Future of Virtual Networking with Spatial Audio'">
|
|
</div>
|
|
<div class="resource-card__content">
|
|
<span class="resource-card__type">Whitepaper</span>
|
|
<h3>Whitepaper: The Future of Virtual Networking with Spatial Audio</h3>
|
|
<p>Explore the benefits and implementation of spatial audio for immersive virtual interactions.</p>
|
|
<a href="/downloads/spatial-audio-whitepaper.pdf" class="resource-card__link" download>
|
|
Download Paper
|
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
|
|
<path stroke-linecap="round" stroke-linejoin="round" d="M13.5 6H5.25A2.25 2.25 0 003 8.25v10.5A2.25 2.25 0 005.25 21h10.5A2.25 2.25 0 0018 18.75V10.5m-10.5 6L21 3m0 0l-3.75 3.75M21 3L16.5 7.5" />
|
|
</svg>
|
|
</a>
|
|
</div>
|
|
</article>
|
|
|
|
<article class="resource-card" data-category="templates">
|
|
<div class="resource-card__image" aria-hidden="true">
|
|
<img src="https://via.placeholder.com/400x200/F0F2F5/A3A9B3?text=Agenda+Template" alt="Thumbnail for 'Event Agenda Planning Template'">
|
|
</div>
|
|
<div class="resource-card__content">
|
|
<span class="resource-card__type">Template</span>
|
|
<h3>Event Agenda Planning Template</h3>
|
|
<p>A customizable template to help you plan and organize your virtual event schedule efficiently.</p>
|
|
<a href="/downloads/agenda-template.xlsx" class="resource-card__link" download>
|
|
Download Template
|
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
|
|
<path stroke-linecap="round" stroke-linejoin="round" d="M13.5 6H5.25A2.25 2.25 0 003 8.25v10.5A2.25 2.25 0 005.25 21h10.5A2.25 2.25 0 0018 18.75V10.5m-10.5 6L21 3m0 0l-3.75 3.75M21 3L16.5 7.5" />
|
|
</svg>
|
|
</a>
|
|
</div>
|
|
</article>
|
|
|
|
<article class="resource-card" data-category="guides">
|
|
<div class="resource-card__image" aria-hidden="true">
|
|
<img src="https://via.placeholder.com/400x200/EAF2F6/9CA4B1?text=Speaker+Guide" alt="Thumbnail for 'Speaker Onboarding Guide'">
|
|
</div>
|
|
<div class="resource-card__content">
|
|
<span class="resource-card__type">Guide</span>
|
|
<h3>Speaker Onboarding & Best Practices Guide</h3>
|
|
<p>Essential tips for speakers to deliver engaging presentations and utilize platform features effectively.</p>
|
|
<a href="/downloads/speaker-guide.pdf" class="resource-card__link" download>
|
|
Download Guide
|
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
|
|
<path stroke-linecap="round" stroke-linejoin="round" d="M13.5 6H5.25A2.25 2.25 0 003 8.25v10.5A2.25 2.25 0 005.25 21h10.5A2.25 2.25 0 0018 18.75V10.5m-10.5 6L21 3m0 0l-3.75 3.75M21 3L16.5 7.5" />
|
|
</svg>
|
|
</a>
|
|
</div>
|
|
</article>
|
|
</div>
|
|
|
|
<aside class="call-to-action">
|
|
<h2>Ready to Host Your Next Unforgettable Event?</h2>
|
|
<p>Experience the full potential of our platform. Schedule a personalized demo and see how our features can transform your virtual conferences.</p>
|
|
<a href="/request-demo" class="btn-primary">Request a Demo</a>
|
|
</aside>
|
|
</div>
|
|
</section>
|
|
|
|
<script>
|
|
document.addEventListener('DOMContentLoaded', () => {
|
|
const filterButtons = document.querySelectorAll('.resource-filters button');
|
|
const resourceCards = document.querySelectorAll('.resource-card');
|
|
|
|
filterButtons.forEach(button => {
|
|
button.addEventListener('click', () => {
|
|
// Remove active class from all buttons
|
|
filterButtons.forEach(btn => btn.classList.remove('active'));
|
|
// Add active class to the clicked button
|
|
button.classList.add('active');
|
|
|
|
const filter = button.dataset.filter;
|
|
|
|
resourceCards.forEach(card => {
|
|
const category = card.dataset.category;
|
|
if (filter === 'all' || category === filter) {
|
|
card.style.display = 'flex'; // Show card
|
|
} else {
|
|
card.style.display = 'none'; // Hide card
|
|
}
|
|
});
|
|
});
|
|
});
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|
|
<div class="footer-2-wrapper"><section class="footer-2-section"><div class="footer-2-top"><div class="footer-2-left"><h3 class="logo">VirtuCon</h3><p><strong>Address:</strong><br></br><span>Level 1, 12 Virtual Plaza, Innovation City, CA 90210</span></p><p><strong>Contact:</strong><br></br><span>1-800-CONNECT</span><br></br><a href="mailto:info@relume.io">info@virtucon.com</a></p><div class="footer-2-social-icons"><i class="fab fa-facebook"></i><i class="fab fa-instagram"></i><i class="fab fa-x-twitter"></i><i class="fab fa-linkedin"></i><i class="fab fa-youtube"></i></div></div><div class="footer-2-links-columns"><ul><li><a href="#">Platform Features</a></li><li><a href="#">Pricing Plans</a></li><li><a href="#">Success Stories</a></li><li><a href="#">Event Solutions</a></li><li><a href="#">Resource Hub</a></li></ul><ul><li><a href="#">About VirtuCon</a></li><li><a href="#">Help Center</a></li><li><a href="#">FAQs</a></li><li><a href="#">Join Our Team</a></li><li><a href="#">Get In Touch</a></li></ul></div></div><div class="footer-2-bottom"><p>© 2024 VirtuCon. All rights reserved.</p><ul class="footer-2-links"><li><a href="#">Privacy Policy</a></li><li><a href="#">Terms of Service</a></li><li><a href="#">Cookies Settings</a></li></ul></div></section></div>
|
|
</div>
|
|
<script>
|
|
document.addEventListener('DOMContentLoaded', function() {
|
|
document.body.style.display = 'none';
|
|
setTimeout(function() { document.body.style.display = ''; }, 10);
|
|
});
|
|
</script>
|
|
</body>
|
|
</html> (see https://g.co/ng/security#xss) |