Skip to content

Commit

Permalink
Merge pull request #38 from BYU-PCCL/staging
Browse files Browse the repository at this point in the history
edit temple photo op stuff
  • Loading branch information
wingated authored Aug 27, 2024
2 parents ea946e5 + 0fef0e2 commit e7856b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions experiences/temple-photo-op/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "Temple Photo Op",
"description": "Experience beautiful LDS temples.",
"action_hints": ["pick a temple"],
"queueable": true,
"queueable": false,
"layout": "full",
"lifetime": 120
"lifetime": 240
}
5 changes: 3 additions & 2 deletions experiences/temple-photo-op/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<meta charset="utf-8">
<title>Temple photo Op</title>
<link rel="stylesheet" href="./style.css" />

<script>if (typeof module === 'object') {window.module = module; module = undefined;}</script>

<script src="jquery-3.6.0.min.js" type="text/javascript"></script>
<script src="fader.js" type="text/javascript"></script>
<script src="footron-messaging.development.js" type="text/javascript"></script>
Expand Down Expand Up @@ -160,8 +163,6 @@
<div id='img_146' class='fader'><div class='temple_container'><img height=1216 src='./imgs/Washington, D.C..jpeg'><div class='temple_name'>Washington, D.C.</div></div></div>
<div id='img_147' class='fader'><div class='temple_container'><img height=1216 src='./imgs/Winter Quarters, Nebraska.jpeg'><div class='temple_name'>Winter Quarters, Nebraska</div></div></div>

<!-- div class="optxt" id="optxt"> Use the QR code below to pick a temple! </div -->

<script>

var curpin = "";
Expand Down
2 changes: 1 addition & 1 deletion folders.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ featured = "cpms50"
visible = true

[lds]
title = "LDS"
title = "Temple Photo Op"
description = "LDS-themed experiences"
tags = [ "lds" ]
featured = "temple-photo-op"
Expand Down

0 comments on commit e7856b5

Please sign in to comment.