Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
151 changes: 151 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About - Lethal Reborn</title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Exo+2:wght@300;400;600;700&display=swap" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="nav-container">
<div class="nav-logo">
<img src="https://via.placeholder.com/200x60/000000/FF0000?text=LETHAL+REBORN" alt="Lethal Reborn Logo" class="logo">
</div>
<ul class="nav-menu">
<li><a href="index.html" class="nav-link">Home</a></li>
<li><a href="about.html" class="nav-link active">About</a></li>
<li><a href="gallery.html" class="nav-link">Gallery</a></li>
<li><a href="news.html" class="nav-link">News</a></li>
<li><a href="contact.html" class="nav-link">Contact</a></li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>

<!-- Page Header -->
<section class="page-header">
<div class="container">
<h1 class="page-title">About Lethal Reborn</h1>
</div>
</section>

<!-- Page Content -->
<section class="page-content">
<div class="container">
<div class="content-section">
<h2>The Story</h2>
<p>Lethal Reborn is a groundbreaking VR horror experience that pushes the boundaries of immersive gaming. Set in a dystopian future where reality and nightmare have merged, players must navigate through procedurally generated environments filled with unspeakable horrors.</p>

<p>The game takes inspiration from classic survival horror titles while introducing innovative VR mechanics that make every encounter feel real and terrifying. Our team at BORISGAMES Studios has spent years perfecting the atmospheric tension and psychological horror elements that make Lethal Reborn a truly unforgettable experience.</p>

<p>Whether you're playing solo or with friends in multiplayer mode, every session is unique thanks to our advanced procedural generation system that creates new maps, creatures, and challenges each time you play.</p>
</div>

<div class="content-section">
<h2>Development Team</h2>
<p>Lethal Reborn is developed by BORISGAMES Studios, a passionate team of developers, artists, and designers dedicated to creating the most immersive horror experiences possible.</p>

<div class="team-grid">
<div class="team-member">
<div class="member-avatar">
<img src="https://via.placeholder.com/150x150/333333/FF0000?text=Alex+Chen" alt="Alex Chen">
</div>
<h3>Alex Chen</h3>
<p>Lead Developer & Game Director</p>
</div>

<div class="team-member">
<div class="member-avatar">
<img src="https://via.placeholder.com/150x150/333333/FF0000?text=Sarah+Williams" alt="Sarah Williams">
</div>
<h3>Sarah Williams</h3>
<p>Art Director & 3D Artist</p>
</div>

<div class="team-member">
<div class="member-avatar">
<img src="https://via.placeholder.com/150x150/333333/FF0000?text=Marcus+Rodriguez" alt="Marcus Rodriguez">
</div>
<h3>Marcus Rodriguez</h3>
<p>Sound Designer & Composer</p>
</div>

<div class="team-member">
<div class="member-avatar">
<img src="https://via.placeholder.com/150x150/333333/FF0000?text=Emma+Thompson" alt="Emma Thompson">
</div>
<h3>Emma Thompson</h3>
<p>Level Designer & Environment Artist</p>
</div>

<div class="team-member">
<div class="member-avatar">
<img src="https://via.placeholder.com/150x150/333333/FF0000?text=David+Kim" alt="David Kim">
</div>
<h3>David Kim</h3>
<p>VR Specialist & Technical Lead</p>
</div>

<div class="team-member">
<div class="member-avatar">
<img src="https://via.placeholder.com/150x150/333333/FF0000?text=Luna+Martinez" alt="Luna Martinez">
</div>
<h3>Luna Martinez</h3>
<p>UI/UX Designer & Animator</p>
</div>
</div>
</div>

<div class="content-section">
<h2>Our Vision</h2>
<p>At BORISGAMES Studios, we believe that horror games should be more than just jump scares and gore. Lethal Reborn represents our vision of psychological horror that stays with you long after you've taken off the VR headset.</p>

<p>We're committed to pushing the boundaries of what's possible in VR gaming, creating experiences that are not only terrifying but also emotionally resonant and intellectually stimulating. Every element of Lethal Reborn, from the sound design to the environmental storytelling, has been crafted with this vision in mind.</p>
</div>

<div class="content-section">
<h2>Technology</h2>
<p>Lethal Reborn is built using cutting-edge VR technology and proprietary game engines optimized for maximum immersion. Our custom procedural generation system creates unique experiences every time, while our advanced AI systems ensure that every encounter feels organic and unpredictable.</p>

<p>The game supports all major VR platforms and is constantly updated with new features, maps, and content based on community feedback and our ongoing development roadmap.</p>
</div>
</div>
</section>

<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-section">
<h3>Lethal Reborn</h3>
<p>© 2025 BORISGAMES Studios. All rights reserved.</p>
</div>
<div class="footer-section">
<h4>Legal</h4>
<ul>
<li><a href="terms.html">Terms of Service</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Community</h4>
<ul>
<li><a href="#" class="discord-link">Discord</a></li>
<li><a href="#" class="social-link">Twitter</a></li>
<li><a href="#" class="social-link">YouTube</a></li>
</ul>
</div>
</div>
</div>
</footer>

<script src="script.js"></script>
</body>
</html>
139 changes: 139 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact - Lethal Reborn</title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Exo+2:wght@300;400;600;700&display=swap" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="nav-container">
<div class="nav-logo">
<img src="https://via.placeholder.com/200x60/000000/FF0000?text=LETHAL+REBORN" alt="Lethal Reborn Logo" class="logo">
</div>
<ul class="nav-menu">
<li><a href="index.html" class="nav-link">Home</a></li>
<li><a href="about.html" class="nav-link">About</a></li>
<li><a href="gallery.html" class="nav-link">Gallery</a></li>
<li><a href="news.html" class="nav-link">News</a></li>
<li><a href="contact.html" class="nav-link active">Contact</a></li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>

<!-- Page Header -->
<section class="page-header">
<div class="container">
<h1 class="page-title">Contact Us</h1>
<p class="page-subtitle">Get in touch with the BORISGAMES Studios team</p>
</div>
</section>

<!-- Page Content -->
<section class="page-content">
<div class="container">
<div class="contact-content">
<div class="contact-info">
<h2>Get in Touch</h2>
<p>Have questions about Lethal Reborn? Want to report a bug or suggest a feature? We'd love to hear from you!</p>

<div class="contact-details">
<div class="contact-item">
<h3>Business Inquiries</h3>
<p>For business partnerships, media inquiries, or press requests:</p>
<p><strong>Email:</strong> contact@lethalreborn.com</p>
</div>

<div class="contact-item">
<h3>Technical Support</h3>
<p>For technical issues, bug reports, or gameplay questions:</p>
<p><strong>Email:</strong> support@lethalreborn.com</p>
</div>

<div class="contact-item">
<h3>Community</h3>
<p>Join our Discord community for the latest updates and discussions:</p>
<p><strong>Discord:</strong> discord.gg/lethalreborn</p>
</div>
</div>
</div>

<div class="contact-form-container">
<h2>Send us a Message</h2>
<form class="contact-form" id="contactForm">
<div class="form-group">
<label for="name">Name *</label>
<input type="text" id="name" name="name" required>
</div>

<div class="form-group">
<label for="email">Email *</label>
<input type="email" id="email" name="email" required>
</div>

<div class="form-group">
<label for="subject">Subject</label>
<select id="subject" name="subject">
<option value="general">General Inquiry</option>
<option value="support">Technical Support</option>
<option value="business">Business Inquiry</option>
<option value="feedback">Feedback</option>
<option value="other">Other</option>
</select>
</div>

<div class="form-group">
<label for="message">Message *</label>
<textarea id="message" name="message" required placeholder="Tell us what's on your mind..."></textarea>
</div>

<button type="submit" class="btn btn-primary">Send Message</button>
</form>
</div>
</div>

<div class="contact-note">
<h3>Response Time</h3>
<p>We typically respond to all inquiries within 24-48 hours. For urgent technical issues, please mention "URGENT" in your subject line.</p>
</div>
</div>
</section>

<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-section">
<h3>Lethal Reborn</h3>
<p>© 2025 BORISGAMES Studios. All rights reserved.</p>
</div>
<div class="footer-section">
<h4>Legal</h4>
<ul>
<li><a href="terms.html">Terms of Service</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Community</h4>
<ul>
<li><a href="#" class="discord-link">Discord</a></li>
<li><a href="#" class="social-link">Twitter</a></li>
<li><a href="#" class="social-link">YouTube</a></li>
</ul>
</div>
</div>
</div>
</footer>

<script src="script.js"></script>
</body>
</html>
Loading
Loading