Skip to content

Commit

Permalink
dispense with absolute paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdiacono committed Jan 24, 2025
1 parent b4071f9 commit 23e7c45
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 28 deletions.
18 changes: 9 additions & 9 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>μFork</title>
<link rel="icon" href="/favicon.png">
<link rel="stylesheet" href="/main.css">
<link rel="stylesheet" href="/home.css">
<link rel="icon" href="favicon.png">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="home.css">
</head>
<body>
<header>
<img src="/ufork_logo.svg" alt="uFork logo">
<img src="ufork_logo.svg" alt="uFork logo">
<h1>µFork</h1>
<p>
A pure actor-based concurrent machine architecture
Expand Down Expand Up @@ -169,7 +169,7 @@ <h2><span>🔑</span> Security</h2>
</section>
<h2>Resources</h2>
<ul>
<li>A <a href="./tutorial/index.html">tutorial</a> is available to help you get started.</li>
<li>A <a href="tutorial/index.html">tutorial</a> is available to help you get started.</li>
<li>The main project repository is <a href="https://github.com/organix/uFork">github.com/organix/uFork</a></li>
<li>An FPGA implementation is underway at <a href="https://github.com/organix/uFork/tree/main/fpga">github.com/organix/uFork/tree/main/fpga</a></li>
<li>The legacy prototype is available at <a href="https://github.com/organix/ufork-c">github.com/organix/ufork-c</a></li>
Expand All @@ -178,13 +178,13 @@ <h2>Resources</h2>
<h2>Project Support</h2>
<div class="sponsors">
<a href="https://NLnet.nl">
<img src="/nlnet_banner.svg"
<img src="nlnet_banner.svg"
alt="Logo NLnet: abstract logo of four people seen from above"></a>
<a href="https://NLnet.nl/NGI0">
<img src="/ngi0_entrust_banner.svg"
<img src="ngi0_entrust_banner.svg"
alt="Logo NGI Zero: letterlogo shaped like a tag"></a>
<a href="https://NLnet.nl/NGI0">
<img src="/ngi0_core_banner.svg"
<img src="ngi0_core_banner.svg"
alt="Logo NGI Zero: letterlogo shaped like a tag"></a>
</div>
<p>
Expand All @@ -201,7 +201,7 @@ <h2>Project Support</h2>
</main>
<footer>
Copyright &copy; 2025
<a href="https://github.com/organix/uFork"><img src="/github_logo.svg"></a>
<a href="https://github.com/organix/uFork"><img src="github_logo.svg"></a>
</footer>
</body>
</html>
10 changes: 5 additions & 5 deletions site/tutorial/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>μFork Tutorial: Introduction</title>
<link rel="icon" href="/favicon.png">
<link rel="stylesheet" href="/main.css">
<link rel="icon" href="../favicon.png">
<link rel="stylesheet" href="../main.css">
<link rel="stylesheet" href="tutorial.css">
</head>
<body>
<header>
<img src="/ufork_logo.svg" alt="uFork logo">
<img src="../ufork_logo.svg" alt="uFork logo">
<h1>µFork Tutorial</h1>
<p>
A pure actor-based concurrent machine architecture
with memory-safety and object-capability security.
</p>
<ul><li><a href="/">Home</a></li></ul>
<ul><li><a href="../">Home</a></li></ul>
</header>
<main>
<h2 name="overview">Introduction</h2>
Expand Down Expand Up @@ -190,7 +190,7 @@ <h3 name="boot">Boot Behavior</h3>
</main>
<footer>
Copyright &copy; 2025
<a href="https://github.com/organix/uFork"><img src="/github_logo.svg"></a>
<a href="https://github.com/organix/uFork"><img src="../github_logo.svg"></a>
</footer>
</body>
</html>
10 changes: 5 additions & 5 deletions site/tutorial/race.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>μFork Tutorial: Off To The Races</title>
<link rel="icon" href="/favicon.png">
<link rel="stylesheet" href="/main.css">
<link rel="icon" href="../favicon.png">
<link rel="stylesheet" href="../main.css">
<link rel="stylesheet" href="tutorial.css">
</head>
<body>
<header>
<img src="/ufork_logo.svg" alt="uFork logo">
<img src="../ufork_logo.svg" alt="uFork logo">
<h1>µFork Tutorial</h1>
<p>
A pure actor-based concurrent machine architecture
with memory-safety and object-capability security.
</p>
<ul><li><a href="/">Home</a></li></ul>
<ul><li><a href="../">Home</a></li></ul>
</header>
<main>
<h2 name="race">Off To The Races</h2>
Expand Down Expand Up @@ -346,7 +346,7 @@ <h3 name="boot">Boot Behavior</h3>
</main>
<footer>
Copyright &copy; 2025
<a href="https://github.com/organix/uFork"><img src="/github_logo.svg"></a>
<a href="https://github.com/organix/uFork"><img src="../github_logo.svg"></a>
</footer>
</body>
</html>
10 changes: 5 additions & 5 deletions site/tutorial/reuse.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>μFork Tutorial: Off To The Races</title>
<link rel="icon" href="/favicon.png">
<link rel="stylesheet" href="/main.css">
<link rel="icon" href="../favicon.png">
<link rel="stylesheet" href="../main.css">
<link rel="stylesheet" href="tutorial.css">
</head>
<body>
<header>
<img src="/ufork_logo.svg" alt="uFork logo">
<img src="../ufork_logo.svg" alt="uFork logo">
<h1>µFork Tutorial</h1>
<p>
A pure actor-based concurrent machine architecture
with memory-safety and object-capability security.
</p>
<ul><li><a href="/">Home</a></li></ul>
<ul><li><a href="../">Home</a></li></ul>
</header>
<main>
<h2 name="cell">Reduce, Reuse, Recycle</h2>
Expand Down Expand Up @@ -427,7 +427,7 @@ <h3 name="module">Complete Module</h3>
</main>
<footer>
Copyright &copy; 2025
<a href="https://github.com/organix/uFork"><img src="/github_logo.svg"></a>
<a href="https://github.com/organix/uFork"><img src="../github_logo.svg"></a>
</footer>
</body>
</html>
4 changes: 0 additions & 4 deletions site/tutorial/tutorial.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ pre.code {
}
pre.graphic {
font-family: monospace;
display: inline-block;
margin-left: 50%;
transform: translateX(-50%);
max-width: 100%;
overflow-x: auto;
}
nav.bidirectional {
Expand Down

0 comments on commit 23e7c45

Please sign in to comment.