-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
194 lines (189 loc) · 5.46 KB
/
index.html
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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="DVMProject: Advancing Digital Radio Technology - open-source solutions for digital radio communications." />
<meta name="author" content="DVMProject Authors">
<meta property="og:title" content="DVMProject" />
<meta property="og:description" content="Open-Source Solutions for Digital Digital Radio Technology" />
<meta property="og:image" content="/logos/project.png" />
<meta property="og:url" content="https://dvmproject.io/" />
<meta name="twitter:card" content="summary_large_image" />
<title>DVMProject</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: 'Inter', sans-serif;
background: url('/assets/NP.JPG') no-repeat center center fixed;
background-size: cover;
color: #fff;
line-height: 1.6;
position: relative;
}
body::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(8px);
z-index: 0;
}
body::after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient(ellipse at center, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%);
z-index: 0;
pointer-events: none;
}
header, .hero, section, footer {
position: relative;
z-index: 1;
}
header {
padding: 2rem;
text-align: center;
}
header img {
width: 100px;
height: auto;
margin-bottom: 1rem;
}
header h1 {
font-size: 2.5rem;
margin-bottom: 0.5rem;
}
header p {
font-size: 1.2rem;
color: #ddd;
}
nav {
display: flex;
justify-content: center;
gap: 2rem;
margin-top: 1rem;
}
nav a {
text-decoration: none;
color: #e53935;
font-weight: bold;
transition: color 0.3s;
}
nav a:hover {
color: #fff;
}
.hero {
padding: 4rem 2rem;
text-align: center;
}
.hero h2 {
font-size: 2rem;
margin-bottom: 1rem;
}
.hero p {
font-size: 1.1rem;
color: #ccc;
margin-bottom: 2rem;
}
.cta-button {
background: #e53935;
color: #fff;
padding: 0.75rem 1.5rem;
font-size: 1rem;
border: none;
border-radius: 5px;
cursor: pointer;
transition: background 0.3s;
display: inline-flex;
align-items: center;
gap: 0.5rem;
}
.cta-button:hover {
background: #ff6f60;
}
section {
padding: 4rem 2rem;
max-width: 800px;
margin: 0 auto;
}
section h3 {
font-size: 1.8rem;
margin-bottom: 1rem;
color: #e53935;
}
section a {
color: #e53935;
}
section a:hover {
text-decoration: underline;
}
.discord-button {
margin-top: 1.5rem;
}
footer {
text-align: center;
padding: 2rem;
font-size: 0.9rem;
color: #aaa;
}
.features ul {
list-style: disc;
margin-left: 1.5rem;
}
</style>
</head>
<body>
<header>
<img src="/logos/project.png" alt="DVMProject Logo">
<h1>DVMProject</h1>
<p>Digital Voice Modem Project</p>
<nav>
<a href="#about">About</a>
<a href="#features">Features</a>
<a href="https://github.com/DVMProject" target="_blank">GitHub</a>
<a href="#community">Community</a>
</nav>
</header>
<div class="hero">
<h2>An Open-Source & Standards Based Project For Digital Radio</h2>
<p>Explore our collection of repositories designed to power modern digital voice communications.</p>
<a href="https://github.com/DVMProject" target="_blank">
<button class="cta-button"><i class="fab fa-github"></i> Explore Our GitHub</button>
</a>
</div>
<section id="about">
<h3>About DVMProject</h3>
<p>DVMProject is an open-source suite of software tools and hardware dedicated to advancing digital radio technology. The project includes various modules, such as a network core, air interface, and a range of management tools that can be used to build a versatile digital radio network. It supports multiple topologies and can be customized to suit your needs.</p>
</section>
<section id="features" class="features">
<h3>Key Features</h3>
<ul>
<li>Accessible: Low-cost hardware lowers the barrier to entry.</li>
<li>Community-Driven: Built through contributions from a global userbase.</li>
<li>Broad Hardware Support: Compatible with multiple platforms and devices.</li>
<li>Multimodal: P25, DMR, and NXDN.</li>
</ul>
</section>
<section id="community">
<h3>Join Our Community</h3>
<p>Connect with others working on DVMProject, get support, and contribute to development on our active Discord server.</p>
<div class="discord-button">
<a href="https://discord.dvmproject.io/" target="_blank">
<button class="cta-button"><i class="fab fa-discord"></i> Join Us on Discord</button>
</a>
</div>
</section>
<footer>
<p>© 2017-2025 DVMProject Authors. All rights reserved.</p>
</footer>
</body>
</html>