-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestBot.html
73 lines (58 loc) · 2.49 KB
/
testBot.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>aQuack, Erica's Test Bot</title>
<link href="css/index.css" rel="stylesheet">
<link href="css/carousel.css" rel="stylesheet">
<!-- favicons -->
<link rel="icon" href="SQUARELOGO.webp" sizes="32x32" />
<link rel="icon" href="SQUARELOGO.webp" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="SQUARELOGO.webp" sizes="180x180" />
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5FF9XNM" height="0" width="0"
style="display:none;visibility:hidden"></iframe>
</noscript>
<section id="bodyContent" class="bodyContent">
<section id="courtTranscription" class="row row1 pageRow">
<section class="stackedRows">
<h2>aQuack, Erica's Test Bot</h2>
</section>
<br><br>
<section class="stackedRows">
<h3>This bot does not actually save your info anywhere. It displays it in the bot window,
but that's
it. Image uploading is turned off, so skip it to proceed.</h3>
</section>
<br><br>
<section class="stackedRows mainSection">
<iframe
src='https://webchat.botframework.com/embed/ericasBot?s=xsxV8Icwq58.XUcGB5LGpDGlyLFMMJB2mBh-QhV11lkIbbcEC5F2YGY'
style='min-width: 400px; width: 100%; min-height: 500px;'></iframe>
</section>
<section class="stackedRows mainSection">
<p>Note from Erica: I am currently working on a bot that will accept and take orders as well as provide
order status for the AQC website
which this bot is hosted at and via Cortana. Stay tuned!</p>
</section>
<section class="stackedRows mainSection">
<p><a href="http://www.ericaingram.com" target="_blank">Click here to
check out Erica's
portfolio.</a></p>
</section>
</section>
</section>
</section>
<footer>
<div class="copyright">
<p>Created by Erica Ingram, photography by Adam Ingram except
Seattle skylines.</p>
</div>
</footer>
</body>
</html>