Skip to content

Commit

Permalink
Update for account rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadir Technologies committed Dec 4, 2023
1 parent aa2759b commit 2c6dbda
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Image Viewer</title>

<link rel="stylesheet" href="https://nadir-software.github.io/nadircss/nadir.css">
<link rel="stylesheet" href="https://linfindel.github.io/nadircss/nadir.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,0,0" />
</head>
<body style="background-size: cover; background-repeat: no-repeat;">
Expand All @@ -27,12 +27,12 @@ <h1 id="version">Loading...</h1>
</div>

<div class="row">
<button id="about1" onclick="window.open('https://nadir-software.github.io', '_blank')" class="about">
<button id="about1" onclick="window.open('https://linfindel.github.io', '_blank')" class="about">
<span class="material-symbols-rounded">home</span>
More projects
</button>

<button id="about2" onclick="window.open('https://www.github.com/Nadir-Software/images', '_blank')" class="about">
<button id="about2" onclick="window.open('https://www.github.com/linfindel/images', '_blank')" class="about">
<span class="material-symbols-rounded">code</span>
View source
</button>
Expand Down
2 changes: 1 addition & 1 deletion about.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const username = 'Nadir-Software';
const username = 'linfindel';
const repo = 'images';

fetch(`https://api.github.com/repos/${username}/${repo}/commits?per_page=1`)
Expand Down
2 changes: 1 addition & 1 deletion filters.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Image Viewer</title>

<link rel="stylesheet" href="https://nadir-software.github.io/nadircss/nadir.css">
<link rel="stylesheet" href="https://linfindel.github.io/nadircss/nadir.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,0,0" />
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Image Viewer</title>

<link rel="stylesheet" href="https://nadir-software.github.io/nadircss/nadir.css">
<link rel="stylesheet" href="https://linfindel.github.io/nadircss/nadir.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,0,0" />
</head>
<body style="background-size: cover; background-repeat: no-repeat;">
Expand Down

0 comments on commit 2c6dbda

Please sign in to comment.