diff --git a/src/assets/image/bg-contacts.png b/src/assets/image/bg-contacts.png new file mode 100644 index 0000000..49cdf5e Binary files /dev/null and b/src/assets/image/bg-contacts.png differ diff --git a/src/assets/image/bg-events-calendar.png b/src/assets/image/bg-events-calendar.png new file mode 100644 index 0000000..af37692 Binary files /dev/null and b/src/assets/image/bg-events-calendar.png differ diff --git a/src/assets/image/bg-news.png b/src/assets/image/bg-news.png new file mode 100644 index 0000000..eca6233 Binary files /dev/null and b/src/assets/image/bg-news.png differ diff --git a/src/assets/image/bg-pc-2.png b/src/assets/image/bg-pc-2.png new file mode 100644 index 0000000..72a55d6 Binary files /dev/null and b/src/assets/image/bg-pc-2.png differ diff --git a/src/assets/image/bg-pc.png b/src/assets/image/bg-pc.png index fe7f117..af37692 100644 Binary files a/src/assets/image/bg-pc.png and b/src/assets/image/bg-pc.png differ diff --git a/src/assets/image/bg-stock-quote.png b/src/assets/image/bg-stock-quote.png new file mode 100644 index 0000000..8c7b64e Binary files /dev/null and b/src/assets/image/bg-stock-quote.png differ diff --git a/src/assets/image/contacts-bg.png b/src/assets/image/contacts-bg.png new file mode 100644 index 0000000..7d56912 Binary files /dev/null and b/src/assets/image/contacts-bg.png differ diff --git a/src/assets/image/email-alerts-submit.png b/src/assets/image/email-alerts-submit.png new file mode 100644 index 0000000..62790dd Binary files /dev/null and b/src/assets/image/email-alerts-submit.png differ diff --git a/src/assets/image/events-calendar-bg.png b/src/assets/image/events-calendar-bg.png new file mode 100644 index 0000000..d12b3d3 Binary files /dev/null and b/src/assets/image/events-calendar-bg.png differ diff --git a/src/assets/image/historic-stock-375.png b/src/assets/image/historic-stock-375.png deleted file mode 100644 index 1a31307..0000000 Binary files a/src/assets/image/historic-stock-375.png and /dev/null differ diff --git a/src/assets/image/historic-stock.png b/src/assets/image/historic-stock.png deleted file mode 100644 index 86b1996..0000000 Binary files a/src/assets/image/historic-stock.png and /dev/null differ diff --git a/src/assets/image/icon-link-svg.svg b/src/assets/image/icon-link-svg.svg new file mode 100644 index 0000000..df06f36 --- /dev/null +++ b/src/assets/image/icon-link-svg.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/assets/image/product-introduction-icon1.png b/src/assets/image/product-introduction-icon1.png new file mode 100644 index 0000000..ab3e26f Binary files /dev/null and b/src/assets/image/product-introduction-icon1.png differ diff --git a/src/assets/image/product-introduction-icon2.png b/src/assets/image/product-introduction-icon2.png new file mode 100644 index 0000000..2ed2613 Binary files /dev/null and b/src/assets/image/product-introduction-icon2.png differ diff --git a/src/assets/image/product-introduction-icon3.png b/src/assets/image/product-introduction-icon3.png new file mode 100644 index 0000000..d09e127 Binary files /dev/null and b/src/assets/image/product-introduction-icon3.png differ diff --git a/src/assets/image/product-introduction-img1.png b/src/assets/image/product-introduction-img1.png new file mode 100644 index 0000000..7ec424f Binary files /dev/null and b/src/assets/image/product-introduction-img1.png differ diff --git a/src/assets/image/product-introduction-img2.jpg b/src/assets/image/product-introduction-img2.jpg new file mode 100644 index 0000000..71fb37d Binary files /dev/null and b/src/assets/image/product-introduction-img2.jpg differ diff --git a/src/assets/image/product-introduction-img2.png b/src/assets/image/product-introduction-img2.png new file mode 100644 index 0000000..d81a721 Binary files /dev/null and b/src/assets/image/product-introduction-img2.png differ diff --git a/src/assets/image/product-introduction-img3.png b/src/assets/image/product-introduction-img3.png new file mode 100644 index 0000000..7bd08d6 Binary files /dev/null and b/src/assets/image/product-introduction-img3.png differ diff --git a/src/assets/image/product-introduction-img4.png b/src/assets/image/product-introduction-img4.png new file mode 100644 index 0000000..71bffba Binary files /dev/null and b/src/assets/image/product-introduction-img4.png differ diff --git a/src/assets/image/product-introduction-img5.png b/src/assets/image/product-introduction-img5.png new file mode 100644 index 0000000..a4311f0 Binary files /dev/null and b/src/assets/image/product-introduction-img5.png differ diff --git a/src/assets/image/product-introduction-img6.png b/src/assets/image/product-introduction-img6.png new file mode 100644 index 0000000..f3a7bda Binary files /dev/null and b/src/assets/image/product-introduction-img6.png differ diff --git a/src/components/customEcharts/size1920/index.vue b/src/components/customEcharts/size1920/index.vue index 8f11abc..0ed76a0 100644 --- a/src/components/customEcharts/size1920/index.vue +++ b/src/components/customEcharts/size1920/index.vue @@ -2,12 +2,16 @@
-
- FiEE, Inc. Stock Price History + +
+
+
+ FiEE, Inc. Stock Price History +
- + Range
@@ -15,6 +19,7 @@ class="search-range-list-each" v-for="(item, index) in state.searchRange" :key="index" + :class="{ activeRange: state.activeRange === item }" @click="changeSearchRange(item)" > {{ item }} @@ -23,21 +28,10 @@
- - to -
@@ -48,40 +42,38 @@
diff --git a/src/views/email-alerts/size1920/index.vue b/src/views/email-alerts/size1920/index.vue index 6390c64..8bda168 100644 --- a/src/views/email-alerts/size1920/index.vue +++ b/src/views/email-alerts/size1920/index.vue @@ -8,7 +8,6 @@ const form = ref({ email: "", company: "", phone: "", - alertType: "all", }); const submitted = ref(false); @@ -26,126 +25,264 @@ async function handleSubmit(e) { diff --git a/src/views/events-calendar/size1920/index.vue b/src/views/events-calendar/size1920/index.vue index 70efa8c..fb52c16 100644 --- a/src/views/events-calendar/size1920/index.vue +++ b/src/views/events-calendar/size1920/index.vue @@ -1,29 +1,95 @@ diff --git a/src/views/financialinformation/annualreports/size1920/index.vue b/src/views/financialinformation/annualreports/size1920/index.vue index 711288e..692d0ef 100644 --- a/src/views/financialinformation/annualreports/size1920/index.vue +++ b/src/views/financialinformation/annualreports/size1920/index.vue @@ -1,9 +1,12 @@ diff --git a/src/views/financialinformation/quarterlyreports/size1440/index.vue b/src/views/financialinformation/quarterlyreports/size1440/index.vue index baaf40f..3f3b57f 100644 --- a/src/views/financialinformation/quarterlyreports/size1440/index.vue +++ b/src/views/financialinformation/quarterlyreports/size1440/index.vue @@ -1,6 +1,6 @@