org-static/test.html

258 lines
4.8 KiB
HTML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2022-12-21 Wed 01:30 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>&lrm;</title>
<meta name="author" content="Joe Bellus" />
<meta name="generator" content="Org Mode" />
<style type="text/css">
<!--/*--><![CDATA[/*><!--*/
html, body {
background: #181818;
font-family: sans-serif;
margin: 0;
padding: 0;
width: 100vw;
overflow-x: hidden;
}
a, a:active, a:visited {
text-decoration: none;
color: #de0192;
font-weight: bold;
}
h1.title {
display: fixed;
margin-top: 0;
top: 0;
width: 100%;
height: 60px;
line-height: 60px;
font-weight: 300;
color: #888;
padding: 0 15px;
background: #131313;
border-bottom: 1px solid #000;
}
h2 {
font-weight: 300;
color: #de0192;
}
h2:after {
content: ' ';
height: 2px;
display: block;
background: linear-gradient(90deg, #8604e2 60%, #de0192 100%);
width: 100%;
}
h2 {
text-transform: capitalize;
}
h3 {
text-transform: initial
}
.outline-text-4 p {
margin-top: 0;
padding-top: 0;
}
h4 {
text-transform: uppercase;
font-size: 14px;
margin-bottom: 3px;
}
.figure,
.outline-2 {
max-width: 800px;
padding: 0px 25px;
margin-left: 350px;
color: #fcfcfc;
}
.figure img {
box-shadow: rgba(0, 0, 0, 0.8) 0px 20px 30px -10px;
}
.outline-2, .outline-3 {
margin-top: 15px;
}
.org-ul, .org-ul li {
padding: 0;
margin: 0;
list-style: square;
}
.org-ul {
padding-left: 15px;
}
.figure img {
max-width:100%;
max-height:100%;
margin: auto auto;
border-radius: 5px;
overflow: hidden;
}
#table-of-contents {
position: absolute;
width: 300px;
top: 61px;
left: 0;
color: #f0f0f0;
padding: 15px;
border-radius: 0 0 5px 0;
background: #151515;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
}
#table-of-contents h2 {
display: none;
}
#table-of-contents h2:after {
display: none;
}
#text-table-of-contents > ul {
margin: 0;
padding: 0;
margin-bottom: 15px;
}
#table-of-contents li {
list-style: none;
margin: 0;
padding: 3px 0;
}
#text-table-of-contents > ul {
font-weight: 700;
font-size: 15px;
}
#text-table-of-contents > ul ul {
font-weight: 500;
list-style: square;
margin-left: 5px;
padding: 3px 0;
font-size: 13px;
}
#table-of-contents ul ul {
padding-left: 10px;
}
#table-of-contents a,
#table-of-contents a:hover,
#table-of-contents a:active,
#table-of-contents a:visited {
text-decoration: none;
color: #ffffff;
transition: color 0.2s;
}
#table-of-contents a:hover {
text-decoration: none;
color: #de0192;
transition: color 0.2s;
}
.org-src-container {
margin-top: 5px;
margin-bottom: 10px;
width: 100%;
background: #000;
border-radius: 15px;
padding: 10px;
color: #fff;
font-weight: 600;
font-family: monospace;
}
#postamble {
margin-top: 25px;
font-weight: 300;
color: #999;
font-size: 14px;
font-weight: 700;
padding: 25px 15px;
background: #131313;
border-top: 1px solid #000;
text-align: center;
}
p {
color: #f5f5f5;
font-size: 14px;
}
@media (max-width: 1000px) {
#content > p,
h1,
.figure,
.outline-2 {
margin-left: 0;
}
#table-of-contents {
display: none;
}
.org-src-container {
width: 100%;
overflow-x: scroll;
padding: 0;
}
#content .title + .org-ul {
margin-left: 0;
margin-right: 0;
}
.title + .org-ul > li b {
flex-direction: column-reverse;
text-align: right;
}
.title + .org-ul > li b a {
text-align: left;
}
}
/*]]>*/-->
</style>
</head>
<body>
<div id="content" class="content">
<div class="org-src-container">
<pre class="src src-emacs-lisp"><span style="color: #c792ea;">(</span><span style="color: #89DDFF;">progn</span>
<span style="color: #f78c6c;">(</span>add-to-list 'load-path <span style="color: #c3e88d;">"/media/joe/extradrive1/Projects/fivesigma/org-static/target/debug"</span><span style="color: #f78c6c;">)</span>
<span style="color: #f78c6c;">(</span><span style="color: #89DDFF;">require</span> '<span style="color: #f78c6c;">org-static</span><span style="color: #f78c6c;">)</span>
<span style="color: #f78c6c;">(</span>org-static-say-hello <span style="color: #c3e88d;">"joe"</span><span style="color: #f78c6c;">)</span><span style="color: #c792ea;">)</span>
<span style="color: #c792ea;">(</span>buffer-file-name<span style="color: #c792ea;">)</span>
<span style="color: #c792ea;">(</span>org-export-to-file 'html <span style="color: #c3e88d;">"test.html"</span><span style="color: #c792ea;">)</span>
</pre>
</div>
</div>
<div id="postamble" class="status">
<p class="author">Author: Joe Bellus</p>
<p class="date">Created: 2022-12-21 Wed 01:30</p>
</div>
</body>
</html>