File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dotenv.config();
99
1010const config : Config = {
1111 title : "recode hive" ,
12- tagline : "Dinosaurs are cool " ,
12+ tagline : "Learn, Build & Grow with Open Source " ,
1313 favicon : "img/favicon.ico" ,
1414
1515 url : "https://www.recodehive.com" ,
@@ -213,6 +213,24 @@ const config: Config = {
213213 // type: "search",
214214 // position: "right",
215215 // },
216+ {
217+ type : "html" ,
218+ position : "right" ,
219+ value : `<a href="https://github.com/recodehive" target="_blank" rel="noopener noreferrer" aria-label="GitHub" title="GitHub" class="navbar__link navbar-social-icon">
220+ <svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
221+ <path d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z"/>
222+ </svg>
223+ </a>` ,
224+ } ,
225+ {
226+ type : "html" ,
227+ position : "right" ,
228+ value : `<a href="https://discord.gg/b6ffxhXRNH" target="_blank" rel="noopener noreferrer" aria-label="Discord" title="Discord" class="navbar__link navbar-social-icon">
229+ <svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
230+ <path d="M20.317 4.37a19.791 19.791 0 00-4.885-1.515.074.074 0 00-.079.037c-.21.375-.444.864-.608 1.25a18.27 18.27 0 00-5.487 0 12.64 12.64 0 00-.617-1.25.077.077 0 00-.079-.037A19.736 19.736 0 003.677 4.37a.07.07 0 00-.032.027C.533 9.046-.32 13.58.099 18.057a.082.082 0 00.031.057 19.9 19.9 0 005.993 3.03.078.078 0 00.084-.028c.462-.63.874-1.295 1.226-1.994a.076.076 0 00-.041-.106 13.107 13.107 0 01-1.872-.892.077.077 0 01-.008-.128 10.2 10.2 0 00.372-.292.074.074 0 01.077-.01c3.928 1.793 8.18 1.793 12.062 0a.074.074 0 01.078.01c.12.098.246.198.373.292a.077.077 0 01-.006.127 12.299 12.299 0 01-1.873.892.077.077 0 00-.041.107c.36.698.772 1.362 1.225 1.993a.076.076 0 00.084.028 19.839 19.839 0 006.002-3.03.077.077 0 00.032-.054c.5-5.177-.838-9.674-3.549-13.66a.061.061 0 00-.031-.03zM8.02 15.33c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.956-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.956 2.418-2.157 2.418zm7.975 0c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.955-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.946 2.418-2.157 2.418z"/>
231+ </svg>
232+ </a>` ,
233+ } ,
216234 {
217235 type : "html" ,
218236 position : "right" ,
Original file line number Diff line number Diff line change @@ -414,6 +414,23 @@ body {
414414 min-height : 18px ;
415415}
416416
417+ /* Navbar social icon styles */
418+ .navbar-social-icon {
419+ display : inline-flex;
420+ align-items : center;
421+ justify-content : center;
422+ padding : 6px ;
423+ border-radius : 6px ;
424+ color : var (--ifm-navbar-link-color );
425+ transition : color 0.2s ease, background-color 0.2s ease;
426+ }
427+
428+ .navbar-social-icon : hover {
429+ color : var (--ifm-color-primary );
430+ background-color : var (--ifm-color-emphasis-100 );
431+ text-decoration : none;
432+ }
433+
417434[data-theme = "dark" ] {
418435 --ifm-color-primary : # 25c2a0 ;
419436 --ifm-color-primary-dark : # 21af90 ;
You can’t perform that action at this time.
0 commit comments