-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
872a11b
commit f84c3ef
Showing
7 changed files
with
81 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: "Miroljub Zivic" | ||
--- | ||
|
||
[Sveriges Schackförbund](https://member.schack.se/ViewPlayerRatingDiagram?memberid=408873) | ||
|
||
<img src="zivic.jpg" alt="Självporträtt" width=30%><br> | ||
Självporträtt |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head><script src="/SrS/livereload.js?mindelay=10&v=2&port=1313&path=SrS/livereload" data-no-instant defer></script> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Miroljub Zivic</title> | ||
<link id="theme-stylesheet" rel="stylesheet" href="/SrS/css/dark.css"> | ||
|
||
</head> | ||
<body> | ||
|
||
<script> | ||
|
||
function applyTheme(theme) { | ||
const link = document.getElementById('theme-stylesheet'); | ||
link.href = `\/SrS\/css\/\u0024\u007btheme\u007d.css`; | ||
|
||
} | ||
|
||
function setStorage(key,value){ | ||
document.body.setAttribute(key, value); | ||
localStorage.setItem(key, value); | ||
|
||
} | ||
function setDefault(key,value) { | ||
if (localStorage.getItem(key) == null) { | ||
setStorage(key,value) | ||
} else { | ||
setStorage(key, localStorage.getItem(key)) | ||
} | ||
} | ||
setDefault('theme','dark') | ||
setDefault('fontsize','20px') | ||
setDefault('font','Helvetica') | ||
</script> | ||
|
||
<div> | ||
|
||
<h1>Miroljub Zivic</h1> | ||
|
||
|
||
|
||
<a href="/SrS/">Home</a> • | ||
<a href="/SrS/klubben/">Klubben</a> • | ||
<a href="/SrS/klubben/medlemmar/">Medlemmar</a> | ||
|
||
|
||
|
||
|
||
<p><a href="https://member.schack.se/ViewPlayerRatingDiagram?memberid=408873">Sveriges Schackförbund</a></p> | ||
<p><img src="zivic.jpg" alt="Självporträtt" width=30%><br> | ||
Självporträtt</p> | ||
|
||
|
||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||
<channel> | ||
<title>Miroljub Zivic on SrS</title> | ||
<link>http://localhost:1313/SrS/klubben/medlemmar/miroljub-zivic/</link> | ||
<description>Recent content in Miroljub Zivic on SrS</description> | ||
<generator>Hugo</generator> | ||
<language>sv-se</language> | ||
<atom:link href="http://localhost:1313/SrS/klubben/medlemmar/miroljub-zivic/index.xml" rel="self" type="application/rss+xml" /> | ||
</channel> | ||
</rss> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.