Skip to content

Commit 020c52c

Browse files
Update index.html
1 parent 359f0a0 commit 020c52c

1 file changed

Lines changed: 20 additions & 5 deletions

File tree

index.html

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Fork & Flow | Open Source Community</title>
7-
<link rel="icon" href="logo.png" type="image/png"> <!-- Favicon Icon -->
7+
<link rel="icon" href="logo.png" type="image/png" class="circle-favicon"> <!-- Favicon Icon -->
88
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
99
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">
1010
<style>
@@ -15,6 +15,11 @@
1515
font-family: 'Inter', sans-serif;
1616
}
1717

18+
.circle-favicon {
19+
border-radius: 50%;
20+
}
21+
22+
1823
body {
1924
background-color: #0a0a0a;
2025
color: #fff;
@@ -246,10 +251,10 @@ <h2>Write to Us</h2>
246251
<section id="team">
247252
<h2>Our Core Team</h2>
248253
<div class="team">
249-
<div class="card"><img src="assets/logo.png" alt="TBD"><h3>TBD</h3><p>Role</p></div>
250-
<div class="card"><img src="assets/logo.png" alt="TBD"><h3>TBD</h3><p>Role</p></div>
251-
<div class="card"><img src="assets/logo.png" alt="TBD"><h3>TBD</h3><p>Role</p></div>
252-
<div class="card"><img src="assets/logo.png" alt="TBD"><h3>TBD</h3><p>Role</p></div>
254+
<div class="card"><img src="logo.png" alt="TBD"><h3>TBD</h3><p>Role</p></div>
255+
<div class="card"><img src="logo.png" alt="TBD"><h3>TBD</h3><p>Role</p></div>
256+
<div class="card"><img src="logo.png" alt="TBD"><h3>TBD</h3><p>Role</p></div>
257+
<div class="card"><img src="logo.png" alt="TBD"><h3>TBD</h3><p>Role</p></div>
253258
</div>
254259
</section>
255260

@@ -258,6 +263,16 @@ <h2>Events</h2>
258263
<p>No upcoming events right now. Stay tuned!</p>
259264
</section>
260265

266+
<section id="team">
267+
<h2>Our Partners and Supporters</h2>
268+
<div class="team">
269+
<div class="card"><img src="logo.png" alt="Partner 1"><h3>Partner 1</h3></div>
270+
<div class="card"><img src="logo.png" alt="Partner 2"><h3>Partner 2</h3></div>
271+
<div class="card"><img src="logo.png" alt="Partner 3"><h3>Partner 3</h3></div>
272+
<div class="card"><img src="logo.png" alt="Partner 4"><h3>Partner 4</h3></div>
273+
</div>
274+
</section>
275+
261276
<footer>
262277
&copy; 2025 Fork & Flow • Built with ❤️ for the community<br>
263278
<p>Find us on:

0 commit comments

Comments
 (0)