-
Notifications
You must be signed in to change notification settings - Fork 2
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
karurochari
committed
Dec 19, 2024
1 parent
e104107
commit 05618cc
Showing
8 changed files
with
447 additions
and
115 deletions.
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="color-scheme" content="light dark"> | ||
<meta name="description" content="Documentation for vs.fltk, the lightweight UI builder and runtime based on fltk"> | ||
<meta name="keywords" content="fltk, UI, builder, xml, SFC"> | ||
<meta name="author" content="karurochari"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" | ||
integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg==" | ||
crossorigin="anonymous" referrerpolicy="no-referrer" /> | ||
<title>Documentation of vs.fltk</title> | ||
<style> | ||
figure { | ||
text-align: center; | ||
max-width: 600px; | ||
|
||
} | ||
|
||
nav { | ||
gap: 1.0em; | ||
flex-direction: column; | ||
max-width: 600px; | ||
} | ||
|
||
nav button { | ||
width: 100%; | ||
} | ||
|
||
main { | ||
justify-items: center; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body class="container"> | ||
|
||
<header> | ||
|
||
</header> | ||
<main> | ||
<figure> | ||
<img src="./public/vs.light.svg" /> | ||
</figure> | ||
<hr /> | ||
<nav> | ||
<a href="https://github.com/KaruroChori/vs-fltk/releases"><button><i class="fa-solid fa-download"></i> | ||
Releases</button></a> | ||
<a href="https://github.com/KaruroChori/vs-fltk"><button><i class="fa-brands fa-github"></i> | ||
Source</button></a> | ||
<a href="./docs"><button><i class="fa-solid fa-book"></i> Main documentation</button></a> | ||
<a href="./doxygen"><button><i class="fa-solid fa-book"></i> Doxygen reference</button></a> | ||
<button disabled>Online demo</button> | ||
<button disabled><i class="fa-solid fa-comment"></i> Help</button> | ||
</nav> | ||
</main> | ||
<footer> | ||
|
||
</footer> | ||
|
||
</body> | ||
|
||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.