Skip to content

Commit c20b4bd

Browse files
committed
added banner that were revoved by contributor
1 parent 3e64dd7 commit c20b4bd

2 files changed

Lines changed: 56 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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@
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">
@@ -507,6 +509,16 @@ <h2>Anurag Pandey</h2>
507509
</div>
508510

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

0 commit comments

Comments
 (0)