|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + |
| 4 | +<head> |
| 5 | + <meta charset="UTF-8"> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 7 | + <title>The Saga Software Project</title> |
| 8 | + <meta name="description" content="Open source software for the writing community"> |
| 9 | + <link rel="preconnect" href="https://fonts.googleapis.com"> |
| 10 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
| 11 | + <link |
| 12 | + href="https://fonts.googleapis.com/css2?family=Cantarell:ital,wght@0,400;0,700;1,400&family=Lora:ital,wght@0,400;0,600;0,700;1,400&display=swap" |
| 13 | + rel="stylesheet"> |
| 14 | + <link rel="stylesheet" href="style.css"> |
| 15 | +</head> |
| 16 | + |
| 17 | +<body> |
| 18 | + <header class="site-header"> |
| 19 | + <div class="wrap"> |
| 20 | + <span class="logo">Saga Software Project</span> |
| 21 | + <nav> |
| 22 | + <a href="https://github.com/saga-soft" target="_blank" rel="noopener">GitHub</a> |
| 23 | + </nav> |
| 24 | + </div> |
| 25 | + </header> |
| 26 | + |
| 27 | + <main> |
| 28 | + <section class="top"> |
| 29 | + <div class="wrap"> |
| 30 | + <h1>The Saga Software Project</h1> |
| 31 | + <p class="tagline">Open source software for the writing community</p> |
| 32 | + </div> |
| 33 | + </section> |
| 34 | + |
| 35 | + <section class="project"> |
| 36 | + <div class="wrap project-inner"> |
| 37 | + <img class="project-logo" src="images/novelwriter.svg" alt="novelWriter logo"> |
| 38 | + <div class="project-text"> |
| 39 | + <h2><a href="https://novelwriter.io">novelWriter</a></h2> |
| 40 | + <p>A markdown-like text editor designed for writing novels and larger projects of many smaller plain text |
| 41 | + documents.</p> |
| 42 | + <p>It is designed to be a simple text editor that allows for easy organisation of text files and notes, with a |
| 43 | + meta data syntax for comments, synopsis, and cross-referencing between files, and built on plain text files |
| 44 | + for robustness.</p> |
| 45 | + <p class="project-links"> |
| 46 | + <span>Website: <a href="https://novelwriter.io">novelwriter.io</a></span> |
| 47 | + <span>Alternate: <a href="https://novelwriter.saga-soft.io">novelwriter.saga-soft.io</a></span> |
| 48 | + </p> |
| 49 | + </div> |
| 50 | + </div> |
| 51 | + </section> |
| 52 | + </main> |
| 53 | + |
| 54 | + <footer class="site-footer"> |
| 55 | + <div class="wrap"> |
| 56 | + <p>© 2026 The Saga Software Project and Veronica Berglyd Olsen</p> |
| 57 | + </div> |
| 58 | + </footer> |
| 59 | +</body> |
| 60 | + |
| 61 | +</html> |
0 commit comments