Skip to content

Commit 9a05854

Browse files
refactor: update title, primary color, company name
- fix github access token
1 parent e8d8adc commit 9a05854

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>WebBro Software - Open Source Innovation</title>
7+
<title>NitroBrain - Where Smart Minds Move at Nitro Speed.</title>
88
<meta name="description"
99
content="WebBro Software - Open-source initiative developing tools, libraries, games, and developer utilities. Building creative software solutions for developers worldwide.">
1010
<meta name="author" content="WebBro Software">
@@ -28,17 +28,17 @@
2828
<body>
2929
<nav class="navbar" id="navbar">
3030
<div class="navbar-container">
31-
<a href="#" class="logo">Webbro (in test mode)</a>
32-
<a href="https://github.com/webbro-software" target="_blank" rel="noopener noreferrer" class="github-btn">
31+
<a href="#" class="logo">Nitro Brain</a>
32+
<a href="https://github.com/NitroBrain" target="_blank" rel="noopener noreferrer" class="github-btn">
3333
<span>GitHub</span>
3434
</a>
3535
</div>
3636
</nav>
3737

3838
<section class="hero">
3939
<div class="hero-content">
40-
<h1>Webbro</h1>
41-
<h2>Software</h2>
40+
<h1>Nitro Brain</h1>
41+
<h2>Core</h2>
4242
<p>
4343
Open-source initiative developing tools, libraries, games, and developer utilities.
4444
Building a strong ecosystem of creative software solutions.
@@ -214,7 +214,7 @@ <h3>Connect with WebBro</h3>
214214
<hr class="footer-divider">
215215

216216
<div class="footer-copyright">
217-
<span>© 2025 WebBro Software | Built with</span>
217+
<span>© 2025 Nitro Brain | Built with</span>
218218
<span class="heart"></span>
219219
<span>by developers for developers</span>
220220
</div>
@@ -223,4 +223,4 @@ <h3>Connect with WebBro</h3>
223223
<script src="script.js"></script>
224224
</body>
225225

226-
</html>
226+
</html>

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ async function loadFeaturedProjects() {
4343

4444
try {
4545
const res = await fetch(
46-
"https://api.github.com/orgs/webbro-software/repos?per_page=100&type=public&sort=updated"
46+
"https://api.github.com/orgs/NitroBrain/repos?per_page=100&type=public&sort=updated"
4747
);
4848
let repos = await res.json();
4949

styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:root {
2-
--primary: #0051b3;
2+
--primary: #FC4850;
33
--white: #fff;
44
--black: #000;
55
--gray-50: #f8fafc;
@@ -651,4 +651,4 @@ body {
651651
.section-title h2 {
652652
font-size: 2rem;
653653
}
654-
}
654+
}

0 commit comments

Comments
 (0)