-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (89 loc) · 4.76 KB
/
index.html
File metadata and controls
101 lines (89 loc) · 4.76 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Welcome to Super Surf Shack</title>
<link rel="icon" href="https://www.sunsetlearning.com/wp-content/uploads/2017/06/favicon.png" />
<!-- Brand Style -->
<style>
body {
font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
background-color: #ffffff;
color: #333;
margin: 0;
padding: 0;
}
header {
background-color: #00457c;
color: white;
padding: 1.5rem;
display: flex;
align-items: center;
justify-content: space-between;
}
header img {
height: 50px;
}
main {
padding: 2rem;
max-width: 800px;
margin: auto;
}
h1 {
color: #00457c;
font-size: 2rem;
margin-bottom: 0.5rem;
}
h2 {
color: #e87722;
font-size: 1.4rem;
margin-top: 2rem;
}
p {
font-size: 1rem;
line-height: 1.6;
}
img.illustration {
display: block;
margin: 2rem auto;
max-width: 100%;
height: auto;
}
footer {
background-color: #f5f5f5;
text-align: center;
padding: 1rem;
font-size: 0.9rem;
color: #777;
}
</style>
</head>
<body>
<header>
<img src="https://d31uennr5dcgcs.cloudfront.net/cisco-training/ai-agent/surfcar.png" alt="Surf Shack Logo" />
<div>Technical Training Excellence</div>
</header>
<main>
<h1>Student Test Success!</h1>
<img
class="illustration"
src="https://d31uennr5dcgcs.cloudfront.net/cisco-training/ai-agent/surfcar.png"
alt="Test Success Illustration"
/>
<h2>You have successfully accessed the template page.</h2>
<p>
Welcome to Super Surf Shack student testing environment. This page confirms that you can reach required course tools and that your connection meets basic training prerequisites.
</p>
<p>
Need assistance? Use the chat widget in the corner to get help from our support team.
</p>
</main>
<footer>
© Sunset Learning Institute | <a href="https://www.sunsetlearning.com" target="_blank">sunsetlearning.com</a>
</footer>
<!-- Put Chat Widget 1 Line Below -->
<div id="divicw" data-bind="4E9CA5A8-2761-41A1-B6EF-BE554C6EDA73" data-org="" data-guid="9ef685b7-bd06-49cc-898a-aeb02104de61"></div><script>var i={t:function(){try{var e=document.getElementById("divicw"),t=document.createElement("script");t.src="https://media.imi.chat/widget/js/imichatinit.js?t="+new Date().toISOString(),e.insertAdjacentElement("afterend",t),t.addEventListener("load",function(){console.log(new Date().toISOString(),"Livechat script loaded successfully!")}),t.addEventListener("error",function(){console.log(new Date().toISOString(),"Error loading Livechat script");i.o(e)})}catch(e){console.error(e)}},o:function(e){e.insertAdjacentHTML("afterend",'<iframe id="tls_al_frm" frameborder="0" style="overflow:hidden;height:208px;width:394px;position:fixed;display:block;right:48px;bottom:12px;z-index:99999;display:none;"></iframe>');var t=document.getElementById("tls_al_frm"),n=t.contentWindow,d=n.document;d.open();d.write("<!doctype html><html><head><meta charset='utf-8'><title>Untitled Document</title><style>body{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;color:#99a0b0;font-size:14px}.popover__content{background-color:#fbfbfe;padding:1.5rem;border-radius:5px;width:300px;box-shadow:0 2px 5px 0 rgba(0,0,0,0.26);position:relative}.popover__message{font-weight:600;color:#56627c;font-size:16px}.pull-left{float:left}.clearfix{clear:both}.hdr-txt{width:218px;margin-top:3px}.para-txt a{text-decoration:none;color:#005cde}.close-btn{position:absolute;right:15px;top:15px}.close-btn a{text-decoration:none;font-weight:400;color:#56627c;font-size:16px}</style></head><body><div class='popover__content'><div class='close-btn'><a href='#' onclick='closeTLSAlert()'>X</a></div><div class='popover__message'><div class='pull-left hdr-txt'>This browser version is not supported on LiveChat.</div></div><div class='clearfix'></div><p class='para-txt'>Please update your browser to the latest version and re-open the website to access the widget.</p></div><script>function closeTLSAlert(){window.parent.postMessage({key:'close_tls_alert',value:'close_tls_alert',action:'close_tls_alert'},'*');}<\/script></body></html>");d.close();t.style.display='block';window.addEventListener('message',function(e){'close_tls_alert'===e.data.action&&i.s()})},s:function(){var e=document.getElementById('tls_al_frm');e&&e.remove()}};i.t();</script>
<!-- Chat Widget Above -->
</body>
</html>