1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 20:19:30 +00:00

Add components for class page

This commit is contained in:
2022-03-03 02:08:04 +00:00
parent e98f8c5026
commit 6fcb275aaf
4 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<div class='classPage__overview__members'>
{{#each members}}
<span>{{ shortName }}</span>
{{/each}}
</div>

View File

@@ -0,0 +1,4 @@
<div>
<h3>{{ value }}</h3>
<span>{{ text }}</span>
</div>

View 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
View File

@@ -0,0 +1,3 @@
<div>
placeholder graph
</div>