-
Notifications
You must be signed in to change notification settings - Fork 109
Expand file tree
/
Copy pathfeatures.html
More file actions
198 lines (174 loc) · 5 KB
/
features.html
File metadata and controls
198 lines (174 loc) · 5 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
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
195
196
197
198
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Feature Section - Project Vault</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: #0d0d0d;
color: #ffffff;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
padding: 2rem;
}
.section {
max-width: 1200px;
margin: 0 auto;
}
.header {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2rem;
margin-bottom: 4rem;
}
.header h2 {
font-size: 2.5rem;
font-weight: 600;
transition: transform 0.4s ease;
}
.header p {
font-size: 1rem;
max-width: 400px;
opacity: 0.8;
transition: opacity 0.4s ease;
}
.header:hover h2 {
transform: translateY(-5px);
}
.header:hover p {
opacity: 1;
}
.image-container {
position: relative;
width: 100%;
overflow: hidden;
margin-bottom: 3rem;
border-radius: 24px;
perspective: 1000px;
}
.image-container img {
width: 100%;
border-radius: 24px;
transition: transform 0.6s ease, box-shadow 0.6s ease;
transform-style: preserve-3d;
}
.image-container:hover img {
transform: rotateY(8deg) scale(1.02);
box-shadow: 0 25px 45px rgba(0, 0, 0, 0.5);
}
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 2rem;
padding-top: 1rem;
}
.feature-card {
background: #1a1a1a;
padding: 1rem;
border-radius: 16px;
box-shadow: 0 0 0 transparent;
transition: all 0.3s ease;
transform-style: preserve-3d;
}
.feature-card:hover {
transform: translateY(-8px) rotateX(4deg) rotateY(-4deg);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}
.feature-header {
display: flex;
align-items: center;
gap: 0.5rem;
margin-bottom: 0.5rem;
}
.feature-header svg {
width: 18px;
height: 18px;
stroke: #00ffe1;
}
.feature-header h3 {
font-size: 0.95rem;
font-weight: 500;
}
.feature-card p {
font-size: 0.875rem;
color: #cccccc;
}
@media (max-width: 768px) {
.header {
grid-template-columns: 1fr;
text-align: center;
}
.header p {
margin: 0 auto;
}
}
</style>
</head>
<body>
<section class="section">
<div class="header">
<h2>The Project Vault platform empowers developers with curated tech projects</h2>
<p>Explore categorized real-world projects with ease, filtered by domain and tech stack.</p>
</div>
<div class="image-container">
<img src="./assets/Screenshot 2025-07-28 142116.png" alt="Project Mail UI Preview">
</div>
<div class="features-grid">
<div class="feature-card">
<div class="feature-header">
<!-- Zap Icon -->
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor"
stroke-width="2" viewBox="0 0 24 24">
<path d="M13 10V3L4 14h7v7l9-11h-7z"/>
</svg>
<h3>Faaast</h3>
</div>
<p>It supports an entire helping developers and innovate.</p>
</div>
<div class="feature-card">
<div class="feature-header">
<!-- CPU Icon -->
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor"
stroke-width="2" viewBox="0 0 24 24">
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M9 9h6v6H9z" />
<path d="M3 9h2M3 15h2M19 9h2M19 15h2M9 3v2M15 3v2M9 19v2M15 19v2" />
</svg>
<h3>Powerful</h3>
</div>
<p>It supports an entire helping developers and businesses.</p>
</div>
<div class="feature-card">
<div class="feature-header">
<!-- Lock Icon -->
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor"
stroke-width="2" viewBox="0 0 24 24">
<rect x="3" y="11" width="18" height="11" rx="2"/>
<path d="M7 11V7a5 5 0 0 1 10 0v4"/>
</svg>
<h3>Security</h3>
</div>
<p>It supports an helping developers businesses innovate.</p>
</div>
<div class="feature-card">
<div class="feature-header">
<!-- Sparkles Icon -->
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor"
stroke-width="2" viewBox="0 0 24 24">
<path d="M5 10h.01M12 2v2m6.364 3.636l1.414-1.414m-1.414 12.728 1.414 1.414M2 12h2m16 0h2M6.364 6.364 4.95 4.95M12 20v2m-6.364-3.636-1.414 1.414"/>
<path d="M12 6a6 6 0 1 0 6 6"/>
</svg>
<h3>AI Powered</h3>
</div>
<p>It supports an helping developers businesses innovate.</p>
</div>
</div>
</section>
</body>
</html>