-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
169 lines (164 loc) · 8.51 KB
/
Copy pathindex.html
File metadata and controls
169 lines (164 loc) · 8.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7014176172149269"
crossorigin="anonymous"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UE Studio - Minecraft Plugin & Mod Services</title>
<link rel="icon" href="favicon-v2.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="home.css">
<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=Orbitron:wght@400;500;700;900&family=Exo+2:wght@300;400;500;600&display=swap" rel="stylesheet">
</head>
<body>
<nav class="navbar">
<div class="container">
<a href="index.html" class="logo">
<span class="logo-text">UE <span class="logo-highlight">Studio</span></span>
</a>
<button class="menu-toggle" id="menuToggle">
<i class="fas fa-bars"></i>
</button>
<ul class="nav-menu" id="navMenu">
<li><a href="index.html" class="nav-link active">Home</a></li>
<li><a href="services.html" class="nav-link">Services</a></li>
<li><a href="contact.html" class="nav-link">Contact</a></li>
</ul>
</div>
</nav>
<main>
<section class="hero-section">
<div class="container">
<h1 class="page-title neon-text">Craft Your Minecraft Vision</h1>
<p class="page-subtitle">Professional plugin development and mod creation for servers that stand out from the crowd.</p>
<div class="hero-buttons">
<a href="services.html" class="btn btn-primary">Our Services</a>
<a href="contact.html" class="btn btn-primary">Get a Quote</a>
</div>
</div>
</section>
<section class="features-section">
<div class="container">
<h2 class="section-title">Why Choose UE Studio?</h2>
<div class="features-grid">
<div class="feature-card animate-on-scroll">
<div class="feature-icon">
<i class="fas fa-code"></i>
</div>
<h3>Expert Development</h3>
<p>Our team of experienced developers create optimized, secure, and efficient Minecraft plugins and mods.</p>
</div>
<div class="feature-card animate-on-scroll">
<div class="feature-icon">
<i class="fas fa-bolt"></i>
</div>
<h3>Fast Delivery</h3>
<p>We pride ourselves on delivering projects on time without compromising on quality or performance.</p>
</div>
<div class="feature-card animate-on-scroll">
<div class="feature-icon">
<i class="fas fa-headset"></i>
</div>
<h3>24/7 Support</h3>
<p>Get round-the-clock support for your projects with our dedicated customer service team.</p>
</div>
<div class="feature-card animate-on-scroll">
<div class="feature-icon">
<i class="fas fa-shield-alt"></i>
</div>
<h3>Secure & Reliable</h3>
<p>All our code is thoroughly tested and optimized for maximum security and server performance.</p>
</div>
</div>
</div>
</section>
<section class="showcase-section">
<div class="container">
<h2 class="section-title">Our Latest Projects</h2>
<div class="showcase-grid">
<div class="showcase-item animate-on-scroll">
<div class="showcase-image" style="background: linear-gradient(45deg, #1a3a5f, #0a1a2d);">
<i class="fas fa-gamepad"></i>
</div>
<div class="showcase-content">
<h3>EpicRPG Plugin</h3>
<p>A comprehensive RPG system with classes, skills, quests, and custom items for immersive gameplay.</p>
</div>
</div>
<div class="showcase-item animate-on-scroll">
<div class="showcase-image" style="background: linear-gradient(45deg, #ff0040, #1a3a5f);">
<i class="fas fa-chess-board"></i>
</div>
<div class="showcase-content">
<h3>KingdomWars Mod</h3>
<p>Large-scale kingdom management and warfare mod with territory control and diplomacy systems.</p>
</div>
</div>
<div class="showcase-item animate-on-scroll">
<div class="showcase-image" style="background: linear-gradient(45deg, #00f3ff, #0a1a2d);">
<i class="fas fa-robot"></i>
</div>
<div class="showcase-content">
<h3>AutoFarm Expansion</h3>
<p>Advanced farming automation with crop genetics, irrigation systems, and market integration.</p>
</div>
</div>
</div>
</div>
</section>
<section class="cta-section">
<div class="container">
<h2 class="section-title">Ready to Elevate Your Server?</h2>
<p class="cta-text">Join hundreds of server owners who have transformed their Minecraft experience with custom plugins and mods from UE Studio.</p>
<a href="contact.html" class="btn btn-submit">Start Your Project Today</a>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-brand">
<a href="index.html" class="logo">
<span class="logo-text">UE <span class="logo-highlight">Studio</span></span>
</a>
<p class="footer-tagline">Crafting exceptional Minecraft experiences through code.</p>
</div>
<div class="footer-links">
<h3>Quick Links</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="footer-social">
<h3>Connect With Us</h3>
<div class="social-icons">
<a href="https://discord.gg/pBERcgebqx" target="blank" class="social-icon discord-icon">
<i class="fab fa-discord"></i>
</a>
<a href="https://t.me/UE_Studio90" class="social-icon telegram-icon">
<i class="fab fa-telegram"></i>
</a>
<a href="https://www.youtube.com/@UE-Studio" class="social-icon youtube-icon">
<i class="fab fa-youtube"></i>
</a>
<a href="https://github.com/UE-Studio90" class="social-icon github-icon">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 UE Studio. All rights reserved. Minecraft is a trademark of Mojang AB. We are not affiliated with Mojang.</p>
</div>
</div>
</footer>
<script src="script.js"></script>
<script src="home.js"></script>
</body>
</html>