Skip to content

Commit 95506ad

Browse files
A number of optimization improvements have been made to the website.
1 parent 6a8b65e commit 95506ad

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Contracts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</head>
2929
<body class="body">
3030
<nav class="navbar navbar-expand-lg title-navbar fs-4 py-3">
31-
<img class="navbar-brand" src="https://avatars.githubusercontent.com/u/143949134?v=4" width="30" height="30" alt="OpenSoftware-World" title="OpenSoftware-World Logo">
31+
<img class="navbar-brand ms-3" src="/assets/opensoftware-world-logo.png" alt="OpenSoftware-World" title="OpenSoftware-World Logo">
3232
<a class="navbar-brand" href="/">OpenSoftware-World</a>
3333
<a class="navbar-brand" href="/WS_Pages/About/" target="_blank" id="About"></a>
3434
<a class="navbar-brand" href="https://github.com/OpenSoftware-World/" target="_blank">Github</a>

WS_Pages/About/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<body class="body">
4141
<nav class="navbar navbar-expand-lg navbar-light bg-light title-navbar fs-4 py-2" style="background-color: #EAEAEA !important; font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;">
4242
<div class="container-fluid">
43-
<img class="navbar-brand ms-3" src="https://avatars.githubusercontent.com/u/143949134?v=4" width="30" height="30" alt="OpenSoftware-World" title="OpenSoftware-World Logo">
43+
<img class="navbar-brand ms-3" src="/assets/opensoftware-world-logo.png" alt="OpenSoftware-World" title="OpenSoftware-World Logo">
4444
<button class="navbar-toggler collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
4545
<div class="navbar-collapse collapse" id="navbarContent">
4646
<ul class="navbar-nav">

WS_Pages/MyPhilosophy/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<body class="body" style="overflow-x: hidden;">
4040
<nav class="navbar navbar-expand-lg navbar-light bg-light title-navbar fs-4 py-2" style="background-color: #EAEAEA !important; font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;">
4141
<div class="container-fluid">
42-
<img class="navbar-brand ms-3" src="https://avatars.githubusercontent.com/u/143949134?v=4" width="30" height="30" alt="OpenSoftware-World" title="OpenSoftware-World Logo">
42+
<img class="navbar-brand ms-3" src="/assets/opensoftware-world-logo.png" alt="OpenSoftware-World" title="OpenSoftware-World Logo">
4343
<button class="navbar-toggler collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
4444
<div class="navbar-collapse collapse" id="navbarContent">
4545
<ul class="navbar-nav">

WS_Pages/mainpage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<body class="body" style="background-color: #FAFAFA">
3838
<nav class="navbar navbar-expand-lg navbar-light bg-light title-navbar fs-4 py-2" style="background-color: #EAEAEA !important; font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;">
3939
<div class="container-fluid">
40-
<img class="navbar-brand ms-3" src="https://avatars.githubusercontent.com/u/143949134?v=4" width="30" height="30" alt="OpenSoftware-World" title="OpenSoftware-World Logo">
40+
<img class="navbar-brand ms-3" src="/assets/opensoftware-world-logo.png" alt="OpenSoftware-World" title="OpenSoftware-World Logo">
4141
<button class="navbar-toggler collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
4242
<div class="navbar-collapse collapse" id="navbarContent">
4343
<ul class="navbar-nav">

0 commit comments

Comments
 (0)