forked from sudiptasarkar011/FusionVision
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontributor.html
34 lines (30 loc) · 1.07 KB
/
contributor.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contributors Page</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="contributor.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<header class="header" style="background: rgba(168, 173, 200, 0.9);">
<div class="logo-section">
<img src="Logo.png" alt="Fusion Vision Logo" class="logo zoomable">
<h1 class="brand-title">Fusion Vision</h1>
</div>
<h1 class="navbar-title">Contributors of FUSION VISION</h1>
<a href="index.html" class="nav-link">Back to Home</a>
</nav>
<!-- Contributors Section -->
<div class="container">
<div id="contributors" class="contributors-grid">
<!-- Dynamic contributors will be added here -->
</div>
</div>
<script src="contributor.js"></script>
</body>
</html>