Added education in home
This commit is contained in:
@@ -16,4 +16,18 @@
|
||||
})
|
||||
|
||||
</script>
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
<script>
|
||||
let loadingIcons;
|
||||
|
||||
function loading() {
|
||||
myVar = setTimeout(showPage, 100);
|
||||
}
|
||||
|
||||
function showPage() {
|
||||
try{
|
||||
document.getElementById("loading-icons").style.display = "block";
|
||||
} catch(err) {}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user