-
Notifications
You must be signed in to change notification settings - Fork 0
/
Blog.html~
27 lines (25 loc) · 1.62 KB
/
Blog.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Computer Science I</title>
<link rel="stylesheet" href="./styles/styleSheet.css">
<meta charset="utf-8">
</head>
<body>
<main class="mainHeader">BLOG</main>
<div class="floatContainer">
<div class="mainBody">
<h2 class="runningHeader">BLOG</h2>
<p class="apaHeading"><b>FingerPrints: A Brief Summary of Web Security</b><br>
Soohan Cho<br>
Allen ISD STEAM Center <br>
Computer Science II<br>
Dr. Ben-Yaakov<br>
May 2, 2023
</p>
<h2>School District Policy: BYOD Network Policy</h2>
<p>The allen high school policy surrounding the usage of personal computers in school has resulted in a banning of BYOD network connections outside of allen high school issued computers. This is significantly hamper the working efficiency and productivity of my work along with any type of project or activity I want to partake in during my school time. Many of the projects that I do in school already require me to use off hand ways to gain access to sites and resources that the high school has decided to block. The restrictions that they are preseting us are terrible in terms of logistics and is sugar coated by the insidious emails regarding the SUCCESS of the one on one device program. Not only is this a joke presented to us, the students, it is outrageous to say that the program is successful when there are numerous accounts regarding issues with school issued chromesbooks along with the restrictions they present. The hardware in the chromebooks are barely usable with slow speeds and argiously inefficient usage.</p>
</div>
</div>
</body>
</html>