-
Notifications
You must be signed in to change notification settings - Fork 2
/
beestsupport.html
146 lines (141 loc) · 6.91 KB
/
beestsupport.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-152392632-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-152392632-3');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="A simple element creator to generate responsive code that can be easily embbedded into Moodle">
<meta name="author" content="T&M">
<title>BEEST support</title>
<link rel="icon" href="img/black favicon-16x16.png" type="image/gif">
<!-- external link to css file -->
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- Arts CSS -->
<link rel="stylesheet" href="css/adminPlusSetuBlockStyle.css">
<link rel="stylesheet" hret="css/monashElements.css">
<!-- external link to js file -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src=" https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<!-- Bootstrap js file -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<!-- FontAwesome js file -->
<script src="https://kit.fontawesome.com/3817feae52.js"></script>
<script>
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
</script>
<script>
window.onload=function(){
$('#beestNav').load('common/beestnav.html');
$('#beestFooter').load('common/beestfooter.html');
function activeNav() {
var pgurl = window.location.href.substr(window.location.href.lastIndexOf("/")+1);
$(".nav-link").each(function(){
if($(this).attr("href") == pgurl || $(this).attr("href") == '' ){
$(this).addClass("active");
$(this).removeClass("text-white");
$(this).append('<span class="sr-only">(current)</span>');
$(this).closest('.nav-item').css({"background": "#004DAE"});
}
});
}
setTimeout(function() {
activeNav();
}, 100);
};
</script>
<style>
.nav-item:hover {
background:#004DAE;
}
</style>
</head>
<body>
<div id="beestNav"></div>
<div class="py-5"></div>
<div class="container-fluid">
<h3>Support</h3>
<p>Should you require any assistance with the Moodle setup and the use of the BEEST elements, please email<ul><li> <a href="https://mail.google.com/mail/u/0/?view=cm&fs=1&[email protected]&su=Question%20about%20BEEST%20tool" target="_blank">[email protected]</a> for Arts academics or</li><li><a href="https://mail.google.com/mail/u/0/?view=cm&fs=1&[email protected]&su=Question%20about%20BEEST%20tool" target="_blank">[email protected]</a> for FIT academics</li></ul></p>
<h3>Improvement suggestions and issues</h3>
<p>If you have a suggestion you would like to put to the BEEST team or find an issue/bug with one of the current elements, <a href="https://docs.google.com/forms/d/e/1FAIpQLSeojgdmy3o6gUq1ZzuV3Q2YflUDfxH4TKKzz5lbpTJLmLOm5w/viewform?usp=sf_link" target="_blank" title="improvements and issues form">please fill out the form linked here.</a></p>
<div class="d-none">
<h3>Examples of currently available elements</h3>
<p>If you would like to see how one of the current elements is created and can be used in Moodle, please <a href="beestexamples.html" title="BEEST examples">take a look at our examples page</a>.</p>
</div>
<h3>Meet the BEEST Team</h3>
<div class="row w-100 mx-auto">
<div class="col-lg border border-dark rounded p-2 mx-2">
<div class="row w-100 mx-auto">
<div class="col-lg-7">
<img src="img/tim.png" class="img-fluid w-100" />
</div>
<div class="col-lg my-auto">
<p class="font-weight-bold"><a href="https://www.linkedin.com/in/tim-scholl/">Timothy Scholl</a></p>
<p>External (formerly Faculty of Arts)</p>
</div>
</div>
<div class="row w-100 mx-auto"><div class="col-lg my-auto"><hr></div></div>
<div class="row w-100 mx-auto"><div class="mx-auto"><p><b>Creator</b></p></div>
</div>
</div>
<div class="col-lg border border-dark rounded p-2 mx-2">
<div class="row w-100 mx-auto">
<div class="col-lg-7">
<img src="img/matt.png" class="img-fluid w-100" />
</div>
<div class="col-lg my-auto">
<p class="font-weight-bold"><a href="https://www.linkedin.com/in/matthaochen/">Matt Chen</a></p>
<p>Senior Educational Designer</p>
<p>Faculty of Information Technology</p>
</div>
</div>
<div class="row w-100 mx-auto"><div class="col-lg my-auto"><hr></div></div>
<div class="row w-100 mx-auto"><div class="mx-auto"><p><b>Creator and contributor</b></p></div>
</div>
</div>
<div class="col-lg border border-dark rounded p-2 mx-2">
<div class="row w-100 mx-auto">
<div class="col-lg-7">
<img src="img/phil.png" class="img-fluid w-100" />
</div>
<div class="col-lg my-auto">
<p class="font-weight-bold"><a href="https://www.linkedin.com/in/phillipabramson/">Phillip Abramson</a> (They/Them)</p>
<p>Educational Designer</p>
<p>Faculty of Information Technology</p>
</div>
</div>
<div class="row w-100 mx-auto"><div class="col-lg my-auto"><hr></div></div>
<div class="row w-100 mx-auto"><div class="mx-auto"><p><b>Creator and contributor</b></p></div>
</div>
</div>
<div class="col-lg border border-dark rounded p-2 mx-2">
<div class="row w-100 mx-auto">
<div class="col-lg-7">
<img src="img/carmen.png" class="img-fluid w-100" />
</div>
<div class="col-lg my-auto">
<p class="font-weight-bold"><a href="https://www.linkedin.com/in/carmensapsed/">Carmen Sapsed</a></p>
<p>Educational Designer</p>
<p>Faculty of Arts</p>
</div>
</div>
<div class="row w-100 mx-auto"><div class="col-lg my-auto"><hr></div></div>
<div class="row w-100 mx-auto"><div class="mx-auto"><p><b>Contributor</b></p></div>
</div>
</div>
</div>
</div>
<div id="beestFooter"></div>
</body>
</html>