-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathORstats.html
More file actions
48 lines (48 loc) · 2 KB
/
ORstats.html
File metadata and controls
48 lines (48 loc) · 2 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>OR stats</title>
<link rel="stylesheet" href="css/obggpt.css">
<script type="text/javascript" src="js/javascript1.js"></script>
<link rel="icon" href="img/sat logo.jpeg">
<script src="https://kit.fontawesome.com/79ba05e417.js" crossorigin="anonymous"></script>
</head>
<body>
<header>
<h1>SAT</h1>
<nav>
<a href="sat-home.html">Home</a>
<a href="phonenumbers.html">Phone number</a>
<a href="instructions.html">Instructions</a>
<a href="resources.html">Resources & Classes</a>
<a href="program.html">Program schedule</a>
<a href="stats.html">Stastics</a>
<a href="technology.html">Technology</a>
</nav>
</header>
<main>
<section class="right">
<a href="stats.html">Go back</a>
<h3>OR book</h3>
<hr>
<p><a href="https://lookerstudio.google.com/reporting/54b159e0-fe0e-4d37-8e3c-c52807c76c79" target="_blank">Check entered OR number list</a></p>
<p><a href="https://lookerstudio.google.com/u/0/reporting/8517262e-cdcf-4508-bfc4-e3e0aa0ce8e5/page/UU53D" target="_blank">Click here for this month's LR Stat report</a></p>
<hr>
<p><a href="#" target="_blank">To Enter <b>Nov 24</b> OR details click here</a></p>
<p><a href="#" target="_blank">To Enter <b>Dec 24</b> OR details click here</a></p>
<hr>
</section>
</main>
<footer>
<details close>
<summary>Terms & conditions - Access is restricted</summary>
<p>Access will be restricted to data (information) considering the sensitivity. Access will be provided to preauthorized official emails registered at SAT office.<br>
In case of change in mail ID or need for access through different mail ID, send details by <a href="https://docs.google.com/forms/d/e/1FAIpQLSeI8uIiw5pWMJfGv5bxPUK-W1ARJDIQ_cAFI7NSYshT0dnhiA/viewform?usp=pp_url&entry.560776670=OBG">Clicking here!</a><br>
Data is strictly for SAT internal usage.<br>
New entries will be auto-updated every 20 mins, avoid double entries.
</p>
</details>
</footer>
</body>
</html>