-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (32 loc) · 1.05 KB
/
index.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
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Widget Demo</title>
</head>
<body>
<h1>Widget Demo</h1>
<p>Welcome to the demo page.</p>
<h2>Demo 1 - Footlight Widget</h2>
<p>The Footlight CMS widget in an iFrame. [CMS](https://cms.footlight.io) link to edit events and widget https://cms.footlight.io
</p>
<p>
<a href="art-cms-widget.html">NAC Demo 1 page</a> with Footlight widget </p>
<br>
<br>
<strong>
Footlight Widget - integration as a div :DEMO
</strong>
<p>
<a href="art-cms-div-widget.html">NAC Demo 1 page</a> with Footlight widget as a div
</p>
<hr>
<h2>Demo 2 - 3rd Party Widget</h2>
<p>Existing out-of-the-box widgets like this Elfsight Event Calendar widget.</p>
<a href="art-elf-widget.html">NAC Demo 2 page</a> with Elfsight Event Widget.
<br>
<a href="https://e872182217fd4f93a0848c77afc676c9.elf.site/">Variation 1</a>
<br>
<a href="https://1e2a0603c11d47c385d8847233cfd277.elf.site/">Variation 2</a>
</body>
</html>