-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsoftware.html
30 lines (27 loc) · 1.17 KB
/
software.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>Fuller's Research and Projects</title>
<meta name="author" content="Mark E. Fuller">
<meta name="description" content="Distributable Publications">
<link href="styles/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=MuseoModerno&family=Ubuntu+Condensed&display=swap"
rel="stylesheet">
</head>
<body>
<h1>Distributable software:</h1>
<p>Most of my public software contributions may be found on <a href="https://github.com/mefuller">github</a> (and a
few things on <a href="https://gitlab.com/mefuller">gitlab</a> or <a
href="https://codeberg.org/fuller">codeberg</a>).
Further, I package (build the installable binaries) <a
href="https://src.fedoraproject.org/user/fuller/projects">
additional software for Fedora Linux</a>.
I used to have links here for some particular packages relevant to my
current work and maybe I will again someday...</p>
<footer>
<center>
<p>©Copyright 2020-2024 by Mark E. Fuller. All rights reversed.</p>
</footer>
</body>
</html>