-
Notifications
You must be signed in to change notification settings - Fork 0
/
mobile-tips.php
41 lines (38 loc) · 1.82 KB
/
mobile-tips.php
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
<?php $page_title = "Mobile Technology Tips"; ?>
<?php include_once('includes/header/header.inc'); ?>
<!-- Include the header -->
<div id="mobile-tips-page" class="grid_12">
<div id="main">
<div class="grid_3 alpha">
<?php include_once('includes/links/links.inc'); ?>
</div>
<div class="grid_9 omega">
<div id="mobile-tips-page-result">
<h4>Tips for Mobile Device Owners</h4>
<p>
DeSales is committed to helping students use technology effectively, professionally, and ethically. To that end, here are some learner expectations and pointers to keep in mind in class:
</p>
<ul>
<li>Arrive early and turn off device sounds before class begins.</li>
<li>Stay on task. Surfing, texting, and gaming are distractions to you and to others.</li>
<li>Respect others' and your own privacy. Do not open social media sites, WebAdvisor, Online Bill Pay, or email during class.</li>
<li>Have a back-up plan in case technology (or battery) fails.</li>
</ul>
<p class="bold">Additional owner guidance:</p>
<ul>
<li>Never leave devices unattended or exposed to heat especially from direct sunlight or a closed car.</li>
<li>Enable the passcode feature on the mobile device to protect data. Avoid storing credit card numbers or social security numbers on devices.</li>
<li>No university-wide policy exists for buying device apps. iTunes requires a credit card.</li>
<li>DEIT provides very limited technical support for mobile devices including smart phones.</li>
</ul>
</div>
</div>
</div>
</div>
<div class="clear"></div>
<!-- Include the footer -->
<?php include_once('includes/footer/footer.inc'); ?>
<!-- Close the containter_12 div -->
</div>
</body>
</html>