Skip to content

Commit

Permalink
Update Pensum
Browse files Browse the repository at this point in the history
Add app manifest
add roadmap prototype
fix some errors and optimizations
scrollbar style and fix
  • Loading branch information
jackestar committed Feb 16, 2024
1 parent 3b01d6c commit bf603e5
Show file tree
Hide file tree
Showing 16 changed files with 894 additions and 714 deletions.
2 changes: 2 additions & 0 deletions Tools/Pensum.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="shortcut icon" href="./favicon.svg" type="image/svg+xml">
<script defer src="../js/pdfjs-st/pdf.js"></script>
<link rel="prefetch" href="../js/pdfjs-st/pdf.worker.js" as="script">
<link rel="manifest" href="pensum.json" />
</head>
<body ondragover="document.querySelector('section.bann div.upl .icon').click()">
<div class="blk" onclick="axit()"></div>
Expand All @@ -34,6 +35,7 @@ <h3>Materia</h3>
</li>
<li class="aviable">Disponible</li>
<li>No Disponible</li>
<li class="road">Camino</li>
<li class="aprobed">Aprobado</li>
<li class="copre aviable">Coprelacion</li>
<li class="dep aviable">Coprelada</li>
Expand Down
Loading

0 comments on commit bf603e5

Please sign in to comment.