Skip to content

Commit 039ebee

Browse files
authored
Merge pull request #250 from pandeyji711/contributor
added banner that were revoved by contributor
2 parents 3e64dd7 + 1f0b901 commit 039ebee

2 files changed

Lines changed: 58 additions & 0 deletions

File tree

Official_Website/banner copy.css

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
2+
3+
.join-team {
4+
display: flex;
5+
align-items: center;
6+
background-color: white;
7+
padding: 20px 30px;
8+
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
9+
border-radius: 8px;
10+
}
11+
12+
.trophy {
13+
font-size: 24px;
14+
margin-right: 15px;
15+
}
16+
17+
.text-content {
18+
flex-grow: 1;
19+
}
20+
21+
.text-content h2 {
22+
margin: 0 0 5px 0;
23+
font-size: 18px;
24+
color: #333;
25+
}
26+
27+
.text-content p {
28+
margin: 0;
29+
color: #666;
30+
}
31+
32+
.join-button {
33+
background-color: #7a5eff;
34+
color: white;
35+
border: none;
36+
padding: 10px 20px;
37+
border-radius: 5px;
38+
cursor: pointer;
39+
transition: background-color 0.3s ease;
40+
}
41+
42+
.join-button:hover {
43+
background-color: #6749e8;
44+
}

Official_Website/contributor-index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,18 @@
1414
<link rel="stylesheet" href="newCards.css" />
1515
<link rel="stylesheet" href="style.css" />
1616
<link rel="stylesheet" href="navstyle.css" />
17+
<link rel="stylesheet" href="banner.css" />
1718
<script src="darkmode.js"></script>
1819

20+
1921
</head>
2022
<body>
2123
<header class="header">
2224

2325
<div class="logo">
26+
<a href="https://helpops-hub.vercel.app/">
2427
<img src="logo.png" alt="HelpOps-Hub Logo">
28+
</a>
2529
</div>
2630
<div>
2731

@@ -507,6 +511,16 @@ <h2>Anurag Pandey</h2>
507511
</div>
508512

509513
</div>
514+
<div class="join-team">
515+
<span class="trophy">🏆</span>
516+
<div class="text-content">
517+
<h2>Join our awesome team!</h2>
518+
<p>Be a contributor and improve HelpOps-Hub and help fellow developers.</p>
519+
</div>
520+
<a href="https://github.com/mdazfar2/HelpOps-Hub">
521+
<button class="join-button">Join us now ➜</button>
522+
</a>
523+
</div>
510524
<button id="load-more" style="display: none;">Load More</button>
511525
<script src="contributor.js"></script>
512526
<script src="dark_mode.js"></script>

0 commit comments

Comments
 (0)