mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 22:39:26 +00:00
Add components for class page
This commit is contained in:
5
views/partials/classMembers.hbs
Normal file
5
views/partials/classMembers.hbs
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<div class='classPage__overview__members'>
|
||||||
|
{{#each members}}
|
||||||
|
<span>{{ shortName }}</span>
|
||||||
|
{{/each}}
|
||||||
|
</div>
|
||||||
4
views/partials/classStat.hbs
Normal file
4
views/partials/classStat.hbs
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<div>
|
||||||
|
<h3>{{ value }}</h3>
|
||||||
|
<span>{{ text }}</span>
|
||||||
|
</div>
|
||||||
4
views/partials/classTeacher.hbs
Normal file
4
views/partials/classTeacher.hbs
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<div>
|
||||||
|
<a href='mailto:{{email}}'<i class='fa-solid fa-envelope'></i></a>
|
||||||
|
{{ name }}
|
||||||
|
</div>
|
||||||
3
views/partials/graph.hbs
Normal file
3
views/partials/graph.hbs
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<div>
|
||||||
|
placeholder graph
|
||||||
|
</div>
|
||||||
Reference in New Issue
Block a user