-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (48 loc) · 1.67 KB
/
index.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
</head>
<body>
<div class="sidebar">
<img src="img/logo-fce.png" alt="">
<!-- <select id="select-materia" class="" name="">
<option value="admin">Administracion</option>
<option selected="selected" value="sistemas">Sistemas</option>
</select> -->
<div class="kpi-wrapper">
<h5 id="">Materias Aprobadas</h3>
<h3 id="kpi-aprobadas"></h3>
</div>
<div class="kpi-wrapper">
<h5 id="">Avance Carrera</h3>
<h3 id="kpi-avance"></h3>
</div>
<div class="kpi-wrapper">
<h5 id="">Materias Restantes</h3>
<h3 id="kpi-restante"></h3>
</div>
</div>
<div class="materias-container">
<input id="tramos" type="checkbox" onclick="" name="Tengo Aprobado 1er Tramo" value=""> Primer y Segundo Tramo Aprobado
<div id="input-container" class="">
<!-- <svg id="relaciones" width="100%" height="100%" style="position:absolute;">
<defs>
<marker id="arrow" markerWidth="10" markerHeight="7"
refX="0" refY="3.5" orient="auto">
<polygon points="0 0, 10 3.5, 0 7" />
</marker>
</defs>
</svg> -->
</div>
</div>
<div id="materias-ui-container" class="">
</div>
<script type="text/javascript" src="info.js"></script>
<script type="text/javascript" src="script.js"></script>
</body>
</html>