Skip to content

Commit f919e53

Browse files
Update index.html
1 parent 4922c9e commit f919e53

1 file changed

Lines changed: 51 additions & 23 deletions

File tree

index.html

Lines changed: 51 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,20 @@
5555
header h1 { font-size: 2.5rem; color: #00FFD1; }
5656
header p { font-size: 1.1rem; color: #ccc; margin-top: 0.5rem; }
5757

58+
.join-button {
59+
display: inline-block;
60+
margin-top: 1rem;
61+
padding: 0.7rem 1.5rem;
62+
background-color: #00FFD1;
63+
color: #000;
64+
text-decoration: none;
65+
border-radius: 6px;
66+
font-weight: bold;
67+
transition: background-color 0.3s;
68+
}
69+
70+
.join-button:hover { background-color: #00d5b0; }
71+
5872
.marquee {
5973
background-color: rgba(17, 17, 17, 0.8);
6074
padding: 1rem 0;
@@ -82,9 +96,8 @@
8296
.marquee-content a:nth-child(1) i { color: #E4405F; }
8397
.marquee-content a:nth-child(2) i { color: #0077B5; }
8498
.marquee-content a:nth-child(3) i { color: #5865F2; }
85-
.marquee-content a:nth-child(4) i { color: #25D366; }
86-
.marquee-content a:nth-child(5) i { color: #FF0000; }
87-
.marquee-content a:nth-child(6) i { color: #333; }
99+
.marquee-content a:nth-child(4) i { color: #FF0000; }
100+
.marquee-content a:nth-child(5) i { color: #333; }
88101

89102
@keyframes scroll {
90103
from { transform: translateX(100%); }
@@ -97,6 +110,7 @@
97110
margin: auto;
98111
background-color: rgba(0, 0, 0, 0.5);
99112
border-radius: 10px;
113+
margin-bottom: 1rem;
100114
}
101115

102116
section h2 {
@@ -128,7 +142,7 @@
128142
.card:hover { transform: scale(1.05); }
129143
.card img { width: 80px; height: 80px; border-radius: 50%; margin-bottom: 1rem; }
130144

131-
.register-button {
145+
.button {
132146
display: inline-block;
133147
margin-top: 0.8rem;
134148
padding: 0.6rem 1.2rem;
@@ -140,7 +154,7 @@
140154
transition: background-color 0.3s;
141155
}
142156

143-
.register-button:hover { background-color: #00FFD1; }
157+
.button:hover { background-color: #00d5b0; }
144158

145159
footer {
146160
background-color: rgba(17, 17, 17, 0.8);
@@ -178,14 +192,14 @@
178192
<img src="logo.png" alt="Fork & Flow Logo">
179193
<h1>Fork & Flow</h1>
180194
<p>Open Source for Everyone | Learn • Build • Contribute</p>
195+
<a href="https://github.com/forkandflow" target="_blank" class="join-button">JOIN US</a>
181196
</header>
182197

183198
<div class="marquee">
184199
<div class="marquee-content">
185200
<a href="#"><i class="fab fa-instagram"></i></a>
186201
<a href="#"><i class="fab fa-linkedin"></i></a>
187202
<a href="#"><i class="fab fa-discord"></i></a>
188-
<!-- <a href="#"><i class="fab fa-whatsapp"></i></a> -->
189203
<a href="#"><i class="fab fa-youtube"></i></a>
190204
<a href="#"><i class="fab fa-github"></i></a>
191205
</div>
@@ -209,35 +223,50 @@ <h2>Vision</h2>
209223
<section id="projects">
210224
<h2>What We're Building</h2>
211225
<div class="team">
212-
<div class="card"><img src="dottar_logo.png" alt="Dottar"><h3>Dottar</h3><p>Secure Version Control System</p></div>
213-
<!-- <div class="card"><img src="logo.png" alt="Demo 2"><h3>Demo 2</h3><p>Data Dashboard</p></div>
214-
<div class="card"><img src="logo.png" alt="Demo 3"><h3>Demo 3</h3><p>Delivery Optimizer</p></div>
215-
<div class="card"><img src="logo.png" alt="Demo 4"><h3>Demo 4</h3><p>Resume Builder</p></div> -->
226+
<div class="card">
227+
<img src="dottar_logo.png" alt="Dottar">
228+
<h3>Dottar</h3>
229+
<p>Secure Version Control System</p>
230+
<a href="https://forkandflow.github.io/Dottar/" target="_blank" class="button">Visit Project</a>
231+
</div>
216232
</div>
217233
</section>
218234

219235
<section id="team">
220236
<h2>Meet the Team</h2>
221237
<div class="team">
222-
<div class="card"><img src="logo.png" alt="TBD"><h3>Vaibhav Rawat</h3><p>Founder</p></div>
223-
<div class="card"><img src="logo.png" alt="TBD"><h3>Member 2</h3><p>Role</p></div>
224-
<div class="card"><img src="logo.png" alt="TBD"><h3>Member 3</h3><p>Role</p></div>
225-
<div class="card"><img src="logo.png" alt="TBD"><h3>Member 4</h3><p>Role</p></div>
238+
<div class="card">
239+
<img src="logo.png" alt="TBD">
240+
<h3>Vaibhav Rawat</h3>
241+
<p>Founder</p>
242+
<a href="https://linkedin.com/in/vaibhavrawat27" target="_blank" class="button">View More</a>
243+
</div>
244+
<div class="card">
245+
<img src="logo.png" alt="TBD">
246+
<h3>Member 2</h3>
247+
<p>Role</p>
248+
<a href="#" target="_blank" class="button">View More</a>
249+
</div>
250+
<div class="card">
251+
<img src="logo.png" alt="TBD">
252+
<h3>Member 3</h3>
253+
<p>Role</p>
254+
<a href="#" target="_blank" class="button">View More</a>
255+
</div>
256+
<div class="card">
257+
<img src="logo.png" alt="TBD">
258+
<h3>Member 4</h3>
259+
<p>Role</p>
260+
<a href="#" target="_blank" class="button">View More</a>
261+
</div>
226262
</div>
227263
</section>
228264

229-
<!-- <section id="partners">
230-
<h2>Partners</h2>
231-
<div class="team">
232-
<div class="card"><img src="logo.png" alt="Partner 1"><h3>Partner 1</h3></div>
233-
<div class="card"><img src="logo.png" alt="Partner 2"><h3>Partner 2</h3></div>
234-
</div>
235-
</section> -->
236-
237265
<section id="contact">
238266
<h2>Work With Us</h2>
239267
<p>Have a project idea, collaboration offer, or opportunity? We’d love to hear from you.</p>
240268
<p>📧 <strong>hello.forkandflow@gmail.com</strong></p>
269+
<p><strong>Follow us on all social media for updates!</strong></p>
241270
</section>
242271

243272
<footer>
@@ -246,7 +275,6 @@ <h2>Work With Us</h2>
246275
<a href="#"><i class="fab fa-instagram"></i></a>
247276
<a href="#"><i class="fab fa-linkedin"></i></a>
248277
<a href="#"><i class="fab fa-discord"></i></a>
249-
<!-- <a href="#"><i class="fab fa-whatsapp"></i></a> -->
250278
<a href="#"><i class="fab fa-youtube"></i></a>
251279
<a href="#"><i class="fab fa-github"></i></a>
252280
</p>

0 commit comments

Comments
 (0)