-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
23 changed files
with
1,546 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"dependencies": { | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"recharts": "^2.1.9" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,20 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<!-- {:hyperfiddle/user-version $:hyperfiddle/user-version$} --> | ||
<meta charset="utf-8"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>Simmis</title> | ||
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/bulma.min.css"> --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.10/dist/katex.min.css" integrity="sha384-wcIxkf4k558AjM3Yz3BBFQUbk/zgIYC2R0QpeeYb+TwlBVMrlgLqwRjRtGZiK7ww" crossorigin="anonymous"> | ||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.10/dist/katex.min.js" integrity="sha384-hIoBPJpTUs74ddyc4bFZSM1TVlQDA60VBbJS0oA934VSz82sBx1X7kSx2ATBDIyd" crossorigin="anonymous"></script> | ||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.10/dist/contrib/auto-render.min.js" integrity="sha384-43gviWU0YVjaDtb/GhzOouOXtZMP/7XUzwPTstBeZFe/+rCMvRwr4yROQP43s0Xk" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script> | ||
<link rel="stylesheet" href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css"> | ||
<script src="https://cdn.tailwindcss.com"></script> | ||
<link rel="stylesheet" href="masterplan.css"> | ||
</head> | ||
<body> | ||
<!-- $key$ is a template string. See electric-starter-app.server-jetty/wrap-index-page --> | ||
<script type="text/javascript" src="$:hyperfiddle.client.module/main$"></script> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,103 @@ | ||
/* CSS for masterplan */ | ||
|
||
#content { | ||
margin-top: 30px; | ||
} | ||
|
||
.message { | ||
font-size: 60px; | ||
font-weight: bold; | ||
margin-top: 50px; | ||
} | ||
|
||
.timeline { | ||
height: 30px; | ||
vertical-align: middle; | ||
|
||
border-style: solid; | ||
border-width: 3px; | ||
margin-top: 5px; | ||
} | ||
|
||
.timeline-left { | ||
display: inline-block; | ||
position: fixed; | ||
margin-top: -3px; | ||
margin-left: -15px; | ||
} | ||
|
||
.timeline-right { | ||
display: inline-block; | ||
position: fixed; | ||
margin-right: -20px; | ||
margin-top: -3px; | ||
} | ||
|
||
.markers { | ||
padding-top: 5px; | ||
background-color: #ffffff; | ||
} | ||
|
||
.marker { | ||
color: #4d4d4d; | ||
display: inline-block; | ||
font-weight: bold; | ||
} | ||
|
||
.parent { | ||
color: #666666; | ||
background-color: #f6f6f6; | ||
} | ||
|
||
.parent-timeline-text { | ||
display: inline-block; | ||
/* visibility: hidden; */ | ||
width: calc(100% - 8px); | ||
vertical-align: middle; | ||
|
||
font-size: 16px; | ||
font-weight: bold; | ||
text-align: center; | ||
} | ||
|
||
.main { | ||
width:90%; | ||
/* left: 0; | ||
right: 0; needed for browser compat? */ | ||
margin: auto; | ||
|
||
color: #666666; | ||
background-color: #e6e6e6; | ||
border-color: #666666; | ||
} | ||
|
||
.main-timeline-text { | ||
display: inline-block; | ||
width: calc(100% - 22px); | ||
vertical-align: middle; | ||
|
||
font-size: 16px; | ||
font-weight: bold; | ||
text-align: center; | ||
} | ||
|
||
.child { | ||
width: 20%; | ||
margin-top: 15px; | ||
margin-left: 60%; | ||
|
||
color: #333333; | ||
background-color: #b3b3b3; | ||
border-color: #333333; | ||
} | ||
|
||
.child-timeline-text { | ||
display: inline-block; | ||
/* visibility: hidden; */ | ||
width: calc(100% - 8px); | ||
vertical-align: middle; | ||
|
||
font-size: 16px; | ||
font-weight: bold; | ||
text-align: center; | ||
} |
Oops, something went wrong.