Compare commits
3 Commits
2805c14e56
...
bvn-modula
Author | SHA1 | Date | |
---|---|---|---|
b0dd929427 | |||
|
504333d086 | ||
|
1ad601c943 |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +1,6 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
_site/
|
_site/
|
||||||
.env
|
.env
|
||||||
|
.env.*
|
||||||
|
Image_Credits.txt
|
||||||
|
_data\communityEvents.js
|
@@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
# **Bloom Valley Nursery Web Design**
|
# **Bloom Valley Nursery Web Design**
|
||||||
|
|
||||||
|
**Note:** This README is the writeup for the original project which was written in HTML, CSS, and vanilla JS. It does not reflect changes made while refactoring and modularizing the demo. This file will be updated with those reflections soon.
|
||||||
|
|
||||||
### **Table of Contents**
|
### **Table of Contents**
|
||||||
|
|
||||||
- [Introduction](#introduction)
|
- [Introduction](#introduction)
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @fileoverview This data file contains all community events for Bloom Valley Nursery Demo.
|
* @fileoverview This data file contains all community events for Bloom Valley Nursery Demo.
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const communityEvents = [
|
const communityEvents = [
|
||||||
|
@@ -27,7 +27,7 @@ document.addEventListener("DOMContentLoaded", () => {
|
|||||||
|
|
||||||
let message = document.createElement("p");
|
let message = document.createElement("p");
|
||||||
message.innerText =
|
message.innerText =
|
||||||
"This site is for demonstration purposes only and is not a real e-commerce store. No purchases can be made.";
|
"This site is best viewed using a desktop browser. It is for demonstration purposes only and is not a real e-commerce store. No purchases can be made.";
|
||||||
|
|
||||||
let closeButton = document.createElement("button");
|
let closeButton = document.createElement("button");
|
||||||
closeButton.innerText = "I Understand";
|
closeButton.innerText = "I Understand";
|
||||||
|
Reference in New Issue
Block a user