Skip to content

Commit ac27655

Browse files
committed
Fix broken style
1 parent 67b3b74 commit ac27655

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

docs/index.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
<!-- STYLES -->
4040
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
4141
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
42-
<link rel="stylesheet" href="/css/global.css" />
43-
<link rel="stylesheet" href="/css/styles.css" />
42+
<link rel="stylesheet" href="./css/global.css" />
43+
<link rel="stylesheet" href="./css/styles.css" />
4444
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
4545
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
4646
crossorigin="anonymous" />
@@ -50,7 +50,7 @@
5050
<header id="hero">
5151
<div class="navbar">
5252
<div></div>
53-
<h1 class="logo"><a href="#home"><img src="/assets/chryz-hub-transparent.png" alt="Logo-image"></a>
53+
<h1 class="logo"><a href="#home"><img src="./assets/chryz-hub-transparent.png" alt="Logo-image"></a>
5454
</h1>
5555
<nav>
5656
<div class="burger">
@@ -74,10 +74,10 @@ <h1 class="text-primary">Chryz-Hub</h1>
7474
<p class="text-secondary">The World of Open Source, Where Your Ideas and Contributions Count and are Highly
7575
Appreciated</p>
7676
<div class="social">
77-
<a href="https://youtube.com/channel/UCxro6LYOp3pmmuWDPMg-p1Q"><img src="/assets/youtube.png"
77+
<a href="https://youtube.com/channel/UCxro6LYOp3pmmuWDPMg-p1Q"><img src="./assets/youtube.png"
7878
alt="YouTube icon" /></a>
79-
<a href="https://twitter.com/ChryzHub"><img src="/assets/twitter.png" alt="Twitter icon" /></a>
80-
<a href="https://t.co/CxeDvbUiFB?amp=1"><img src="/assets/discord.png" alt="Discord icon"></a>
79+
<a href="https://twitter.com/ChryzHub"><img src="./assets/twitter.png" alt="Twitter icon" /></a>
80+
<a href="https://t.co/CxeDvbUiFB?amp=1"><img src="./assets/discord.png" alt="Discord icon"></a>
8181
</div>
8282
</div>
8383

@@ -89,7 +89,7 @@ <h2 class="text-primary">Our Vision</h2>
8989
<p class="text-secondary">Our vision is to add value, solve problems, render help and support to developers,
9090
open source contributors and everyone at large and also raise and build Open Source Giants.</p>
9191
<a href="https://github.com/chryz-hub/chryz-hub.github.io/blob/master/vision.md"
92-
class="btn btn-primary btn-rounded" re="noopener" target="_blank">Read more</a>
92+
class="btn btn-primary btn-rounded" rel="noopener" target="_blank">Read more</a>
9393
</div>
9494
</div>
9595
</section>
@@ -206,7 +206,7 @@ <h2 class="text-center fw-bold my-5 heading">Our Moderators</h2>
206206
<div class="row g-5">
207207
<div class="col-12 col-lg-6">
208208
<div class="moderator">
209-
<img src="/assets/moderator-sample.jpg" alt="moderator image" class="moderator-img">
209+
<img src="./assets/moderator-sample.jpg" alt="moderator image" class="moderator-img">
210210
<div class="moderator_details">
211211
<h5 class="fw-bold moderator_name">Olanrewaju Alaba</h5>
212212
<p class="mb-0">Open-Source Enthusiast</p>
@@ -228,7 +228,7 @@ <h5 class="fw-bold moderator_name">Olanrewaju Alaba</h5>
228228
</div>
229229
<div class="col-12 col-lg-6">
230230
<div class="moderator">
231-
<img src="/assets/moderator-sample.jpg" alt="moderator image" class="moderator-img">
231+
<img src="./assets/moderator-sample.jpg" alt="moderator image" class="moderator-img">
232232
<div class="moderator_details">
233233
<h5 class="fw-bold moderator_name">Olanrewaju Alaba</h5>
234234
<p class="mb-0">Open-Source Enthusiast</p>
@@ -250,7 +250,7 @@ <h5 class="fw-bold moderator_name">Olanrewaju Alaba</h5>
250250
</div>
251251
<div class="col-12 col-lg-6">
252252
<div class="moderator">
253-
<img src="/assets/moderator-sample.jpg" alt="moderator image" class="moderator-img">
253+
<img src="./assets/moderator-sample.jpg" alt="moderator image" class="moderator-img">
254254
<div class="moderator_details">
255255
<h5 class="fw-bold moderator_name">Olanrewaju Alaba</h5>
256256
<p class="mb-0">Open-Source Enthusiast</p>
@@ -272,7 +272,7 @@ <h5 class="fw-bold moderator_name">Olanrewaju Alaba</h5>
272272
</div>
273273
<div class="col-12 col-lg-6">
274274
<div class="moderator">
275-
<img src="/assets/moderator-sample.jpg" alt="moderator image" class="moderator-img">
275+
<img src="./assets/moderator-sample.jpg" alt="moderator image" class="moderator-img">
276276
<div class="moderator_details">
277277
<h5 class="fw-bold moderator_name">Olanrewaju Alaba</h5>
278278
<p class="mb-0">Open-Source Enthusiast</p>
@@ -307,7 +307,7 @@ <h4 class="copyright-text text-center py-5">
307307
</div>
308308
</footer>
309309
<!-- JAVASCRIPT -->
310-
<script src="/javascript/script.js"></script>
310+
<script src="./javascript/script.js"></script>
311311
</body>
312312

313313
</html>

docs/javascript/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function createprojectcard(project, background) {
6868
let projectcard = `<div class="col-12 col-sm-6 col-lg-4">
6969
<a href="${project.html_url}" class="project-box">
7070
<div class="item project">
71-
<img src="/assets/projects/${background}" class="project-image" alt="${project.name}">
71+
<img src="./assets/projects/${background}" class="project-image" alt="${project.name}">
7272
<div class="project-content">
7373
<h4 class="text-secondary">${project.name}</h4>
7474
<p>${project.description}</p>

0 commit comments

Comments
 (0)