From e7af9a09de6fc2f4e33f58c31c655303dba38e45 Mon Sep 17 00:00:00 2001
From: wangyifeng <812766448@qq.com>
Date: Sat, 31 May 2025 00:58:09 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=B0=E5=A2=9E3=E4=B8=AA=E9=9A=90?=
=?UTF-8?q?=E7=A7=81=E6=94=BF=E7=AD=96=E9=A1=B5=E9=9D=A2=EF=BC=9B=E8=B0=83?=
=?UTF-8?q?=E6=95=B4change=E6=96=87=E5=AD=97=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../customFooter/size1920/index.vue | 15 +-
src/components/customFooter/size375/index.vue | 15 +-
src/components/customFooter/size768/index.vue | 15 +-
src/locales/en.js | 2 +-
src/views/footerLinks/privacyPolicy/index.vue | 4 +-
.../privacyPolicy/size1440/index.vue | 252 ++++++++++++++++++
.../privacyPolicy/size1920/index.vue | 246 ++++++++++++++++-
.../privacyPolicy/size375/index.vue | 246 ++++++++++++++++-
.../privacyPolicy/size768/index.vue | 252 ++++++++++++++++++
src/views/footerLinks/siteMap/index.vue | 4 +-
.../footerLinks/siteMap/size1440/index.vue | 147 ++++++++++
.../footerLinks/siteMap/size1920/index.vue | 144 +++++++++-
.../footerLinks/siteMap/size375/index.vue | 144 +++++++++-
.../footerLinks/siteMap/size768/index.vue | 147 ++++++++++
src/views/footerLinks/termsOfUse/index.vue | 4 +-
.../footerLinks/termsOfUse/size1440/index.vue | 193 ++++++++++++++
.../footerLinks/termsOfUse/size1920/index.vue | 190 ++++++++++++-
.../footerLinks/termsOfUse/size375/index.vue | 190 ++++++++++++-
.../footerLinks/termsOfUse/size768/index.vue | 193 ++++++++++++++
src/views/stock-quote/size1440/index.vue | 2 +-
src/views/stock-quote/size1920/index.vue | 2 +-
src/views/stock-quote/size375/index.vue | 2 +-
src/views/stock-quote/size768/index.vue | 2 +-
23 files changed, 2351 insertions(+), 60 deletions(-)
create mode 100644 src/views/footerLinks/privacyPolicy/size1440/index.vue
create mode 100644 src/views/footerLinks/privacyPolicy/size768/index.vue
create mode 100644 src/views/footerLinks/siteMap/size1440/index.vue
create mode 100644 src/views/footerLinks/siteMap/size768/index.vue
create mode 100644 src/views/footerLinks/termsOfUse/size1440/index.vue
create mode 100644 src/views/footerLinks/termsOfUse/size768/index.vue
diff --git a/src/components/customFooter/size1920/index.vue b/src/components/customFooter/size1920/index.vue
index cd7d713..918f002 100644
--- a/src/components/customFooter/size1920/index.vue
+++ b/src/components/customFooter/size1920/index.vue
@@ -21,13 +21,14 @@ import siteMap from "@/assets/file/footer/FiEE, Inc. _ Site Map.pdf";
//点击跳转到对应的链接页面
const handleLink = (link) => {
- if (link === "privacyPolicy") {
- window.open(privacyPolicy, "_blank");
- } else if (link === "termsOfUse") {
- window.open(termsOfUse, "_blank");
- } else if (link === "siteMap") {
- window.open(siteMap, "_blank");
- }
+ // if (link === "privacyPolicy") {
+ // window.open(privacyPolicy, "_blank");
+ // } else if (link === "termsOfUse") {
+ // window.open(termsOfUse, "_blank");
+ // } else if (link === "siteMap") {
+ // window.open(siteMap, "_blank");
+ // }
+ router.push(link)
};
diff --git a/src/components/customFooter/size375/index.vue b/src/components/customFooter/size375/index.vue
index 728ffbc..e4ac8d2 100644
--- a/src/components/customFooter/size375/index.vue
+++ b/src/components/customFooter/size375/index.vue
@@ -22,13 +22,14 @@ import siteMap from "@/assets/file/footer/FiEE, Inc. _ Site Map.pdf";
//点击跳转到对应的链接页面
const handleLink = (link) => {
- if (link === "privacyPolicy") {
- window.open(privacyPolicy, "_blank");
- } else if (link === "termsOfUse") {
- window.open(termsOfUse, "_blank");
- } else if (link === "siteMap") {
- window.open(siteMap, "_blank");
- }
+ // if (link === "privacyPolicy") {
+ // window.open(privacyPolicy, "_blank");
+ // } else if (link === "termsOfUse") {
+ // window.open(termsOfUse, "_blank");
+ // } else if (link === "siteMap") {
+ // window.open(siteMap, "_blank");
+ // }
+ router.push(link)
};
diff --git a/src/components/customFooter/size768/index.vue b/src/components/customFooter/size768/index.vue
index b0eda15..33031d1 100644
--- a/src/components/customFooter/size768/index.vue
+++ b/src/components/customFooter/size768/index.vue
@@ -19,13 +19,14 @@ import siteMap from "@/assets/file/footer/FiEE, Inc. _ Site Map.pdf";
//点击跳转到对应的链接页面
const handleLink = (link) => {
- if (link === "privacyPolicy") {
- window.open(privacyPolicy, "_blank");
- } else if (link === "termsOfUse") {
- window.open(termsOfUse, "_blank");
- } else if (link === "siteMap") {
- window.open(siteMap, "_blank");
- }
+ // if (link === "privacyPolicy") {
+ // window.open(privacyPolicy, "_blank");
+ // } else if (link === "termsOfUse") {
+ // window.open(termsOfUse, "_blank");
+ // } else if (link === "siteMap") {
+ // window.open(siteMap, "_blank");
+ // }
+ router.push(link)
};
diff --git a/src/locales/en.js b/src/locales/en.js
index 94c6762..d8cea1f 100644
--- a/src/locales/en.js
+++ b/src/locales/en.js
@@ -571,7 +571,7 @@ export default {
STOCK_INFO: {
TITLE: "Stock Information",
LAST_PRICE: "Last Price",
- CHANGE: "Change",
+ CHANGE: "% Change",
STOCK_CODE: "Stock Code",
VOLUME: "Volume",
MARKET_CAP: "Market Cap",
diff --git a/src/views/footerLinks/privacyPolicy/index.vue b/src/views/footerLinks/privacyPolicy/index.vue
index 46dc0ed..b37f9b1 100644
--- a/src/views/footerLinks/privacyPolicy/index.vue
+++ b/src/views/footerLinks/privacyPolicy/index.vue
@@ -3,8 +3,8 @@ import { computed } from 'vue'
import { useWindowSize } from '@vueuse/core'
import size375 from '@/views/footerLinks/privacyPolicy/size375/index.vue'
-import size768 from '@/views/footerLinks/privacyPolicy/size375/index.vue'
-import size1440 from '@/views/footerLinks/privacyPolicy/size1920/index.vue'
+import size768 from '@/views/footerLinks/privacyPolicy/size768/index.vue'
+import size1440 from '@/views/footerLinks/privacyPolicy/size1440/index.vue'
import size1920 from '@/views/footerLinks/privacyPolicy/size1920/index.vue'
import { useRouter } from 'vue-router'
import { useI18n } from 'vue-i18n'
diff --git a/src/views/footerLinks/privacyPolicy/size1440/index.vue b/src/views/footerLinks/privacyPolicy/size1440/index.vue
new file mode 100644
index 0000000..d1a684a
--- /dev/null
+++ b/src/views/footerLinks/privacyPolicy/size1440/index.vue
@@ -0,0 +1,252 @@
+
+
+
+
+
+ We at FiEE, Inc. and its subsidiaries ("FiEE") are committed to
+ maintaining the privacy and security of visitors to our website. Through
+ this privacy policy, FiEE wants to assure you of our commitment to
+ privacy and security.
+
+
+ Our privacy philosophy is based on the concept of fair information
+ practices. This means we provide visitors to our website with notice of
+ how we manage information so that they can have a more informed
+ understanding of how we operate.
+
+ If we collect information about you, we will tell you what information is
+ being collected, how, by whom and for what purposes.
+
+ Through this statement and our web pages, we let you know what types of
+ information we collect from and about you, the types and intended uses of
+ such information, and the types of third parties to whom the information
+ may be disclosed. If we collect information from you, we clearly identify
+ the information that is necessary to fulfill your request and the optional
+ information that is used to deliver tailored information to you.
+
+ When you visit our site, we may collect information about your use of our
+ site through "cookies". Cookies are small bits of information transferred
+ to your computer's hard drive that allow us to know how often someone
+ visits our site and the activities they conduct while on the site. The
+ information collected by cookies allows us to monitor how our customers
+ are using our web site. If you simply want to browse, you do not have to
+ accept cookies from us. However, if you wish to take advantage of specific
+ services offered online, we may require you to accept cookies placed by a
+ third party supporting this activity on our behalf. We also capture the
+ paths taken as you move from page to page (i.e., your "click stream"
+ activity).
+
+ Information we collect on fiee.com may be used to enhance your use of this
+ web site in ways like these:
+
+ We reserve the right to share your personal information with third parties
+ if required to do so by law or if we believe such action is necessary in
+ order to: (a) conform with the requirements of the law or to comply with
+ legal process served upon us; (b) protect or defend our legal rights or
+ property, fiee.com, or our users; or (c) investigate, prevent, or take
+ action regarding illegal activities, suspected fraud, situations involving
+ potential threats to the physical safety of any person, or violations of
+ the terms and conditions of using fiee.com.
+
+ Please remember that when you use a link to go from fiee.com to another
+ web site, the fiee.com Terms & Conditions and this Privacy Policy are
+ no longer in effect. Your browsing and interaction on any other web site,
+ including any site that has a link on fiee.com, is subject to the rules
+ and policies of that site. We encourage you to read the rules and policies
+ of the sites you visit to further understand their procedures for
+ collecting, using, and disclosing personal information.
+
+ We will give you options about how the personal information that you
+ provide us may be used.
+
+ Before we use your personal information for any purpose, we will give you
+ choices about whether or not to allow us to engage in that use. We will
+ give you the opportunity to keep us from using or sharing the personal
+ information that you have provided to us for purposes other than to
+ fulfill your request. To exercise this choice, we will allow you to notify
+ us of your preferences during the information collection process.
+
+ If there are third parties that process FiEE data, we will require them to
+ hold all personally-identifiable information confidential, and to use our
+ customer information only for the purpose of fulfilling their business
+ obligation. We do not sell personally identifiable information to third
+ party marketers.
+
+ We use recognized industry safeguards to protect personally identifiable
+ information from unauthorized access or use.
+
+ We will employ industry recognized security safeguards to protect the
+ personally identifiable information that you have provided to us from
+ loss, misuse and unauthorized alteration. If you are required to transmit
+ sensitive information (such as social security and/or credit information)
+ to us through our Web site, we will provide you access to our secure
+ server that allows encryption of your data as it is transmitted to us.
+
+ We will protect personally identifiable information stored on the site's
+ servers from unauthorized access using commercially available computer
+ security products (e.g., firewalls), as well as carefully developed
+ security procedures and practices.
+
+ We will let you update your personal information that you have provided to
+ us. We will also take steps to make sure that any updates that you provide
+ are processed in a timely and complete manner.
+
+ If we collect personal information through our sites, we will maintain the
+ information and allow you to update it at any time. We will continue to
+ work on better methods of accessing your information to increase your
+ access to it for update purposes. Note that our site may contain links to
+ other sites that are beyond our control, and that you may want to read
+ that sites' privacy policy before entering information.
+
+ We will tell you how you can contact us regarding our privacy statement
+ and practices.
+
+ If you have any questions about this privacy statement, our information
+ handling practices, or any other aspects of your privacy and the security
+ of information, please send an e-mail to fiee@dlkadvisory.com.
+
+ FiEE may periodically update this policy to describe how new Web features
+ may affect our use of your information and to let you know of new controls
+ and features that we may provide you. FiEE will NOT apply changes to this
+ policy retroactively to information FiEE has previously collected.
+
+
+ We at FiEE, Inc. and its subsidiaries ("FiEE") are committed to
+ maintaining the privacy and security of visitors to our website. Through
+ this privacy policy, FiEE wants to assure you of our commitment to
+ privacy and security.
+
+
+ Our privacy philosophy is based on the concept of fair information
+ practices. This means we provide visitors to our website with notice of
+ how we manage information so that they can have a more informed
+ understanding of how we operate.
+
+ If we collect information about you, we will tell you what information is
+ being collected, how, by whom and for what purposes.
+
+ Through this statement and our web pages, we let you know what types of
+ information we collect from and about you, the types and intended uses of
+ such information, and the types of third parties to whom the information
+ may be disclosed. If we collect information from you, we clearly identify
+ the information that is necessary to fulfill your request and the optional
+ information that is used to deliver tailored information to you.
+
+ When you visit our site, we may collect information about your use of our
+ site through "cookies". Cookies are small bits of information transferred
+ to your computer's hard drive that allow us to know how often someone
+ visits our site and the activities they conduct while on the site. The
+ information collected by cookies allows us to monitor how our customers
+ are using our web site. If you simply want to browse, you do not have to
+ accept cookies from us. However, if you wish to take advantage of specific
+ services offered online, we may require you to accept cookies placed by a
+ third party supporting this activity on our behalf. We also capture the
+ paths taken as you move from page to page (i.e., your "click stream"
+ activity).
+
+ Information we collect on fiee.com may be used to enhance your use of this
+ web site in ways like these:
+
+ We reserve the right to share your personal information with third parties
+ if required to do so by law or if we believe such action is necessary in
+ order to: (a) conform with the requirements of the law or to comply with
+ legal process served upon us; (b) protect or defend our legal rights or
+ property, fiee.com, or our users; or (c) investigate, prevent, or take
+ action regarding illegal activities, suspected fraud, situations involving
+ potential threats to the physical safety of any person, or violations of
+ the terms and conditions of using fiee.com.
+
+ Please remember that when you use a link to go from fiee.com to another
+ web site, the fiee.com Terms & Conditions and this Privacy Policy are
+ no longer in effect. Your browsing and interaction on any other web site,
+ including any site that has a link on fiee.com, is subject to the rules
+ and policies of that site. We encourage you to read the rules and policies
+ of the sites you visit to further understand their procedures for
+ collecting, using, and disclosing personal information.
+
+ We will give you options about how the personal information that you
+ provide us may be used.
+
+ Before we use your personal information for any purpose, we will give you
+ choices about whether or not to allow us to engage in that use. We will
+ give you the opportunity to keep us from using or sharing the personal
+ information that you have provided to us for purposes other than to
+ fulfill your request. To exercise this choice, we will allow you to notify
+ us of your preferences during the information collection process.
+
+ If there are third parties that process FiEE data, we will require them to
+ hold all personally-identifiable information confidential, and to use our
+ customer information only for the purpose of fulfilling their business
+ obligation. We do not sell personally identifiable information to third
+ party marketers.
+
+ We use recognized industry safeguards to protect personally identifiable
+ information from unauthorized access or use.
+
+ We will employ industry recognized security safeguards to protect the
+ personally identifiable information that you have provided to us from
+ loss, misuse and unauthorized alteration. If you are required to transmit
+ sensitive information (such as social security and/or credit information)
+ to us through our Web site, we will provide you access to our secure
+ server that allows encryption of your data as it is transmitted to us.
+
+ We will protect personally identifiable information stored on the site's
+ servers from unauthorized access using commercially available computer
+ security products (e.g., firewalls), as well as carefully developed
+ security procedures and practices.
+
+ We will let you update your personal information that you have provided to
+ us. We will also take steps to make sure that any updates that you provide
+ are processed in a timely and complete manner.
+
+ If we collect personal information through our sites, we will maintain the
+ information and allow you to update it at any time. We will continue to
+ work on better methods of accessing your information to increase your
+ access to it for update purposes. Note that our site may contain links to
+ other sites that are beyond our control, and that you may want to read
+ that sites' privacy policy before entering information.
+
+ We will tell you how you can contact us regarding our privacy statement
+ and practices.
+
+ If you have any questions about this privacy statement, our information
+ handling practices, or any other aspects of your privacy and the security
+ of information, please send an e-mail to fiee@dlkadvisory.com.
+
+ FiEE may periodically update this policy to describe how new Web features
+ may affect our use of your information and to let you know of new controls
+ and features that we may provide you. FiEE will NOT apply changes to this
+ policy retroactively to information FiEE has previously collected.
+
+
+ We at FiEE, Inc. and its subsidiaries ("FiEE") are committed to
+ maintaining the privacy and security of visitors to our website. Through
+ this privacy policy, FiEE wants to assure you of our commitment to
+ privacy and security.
+
+
+ Our privacy philosophy is based on the concept of fair information
+ practices. This means we provide visitors to our website with notice of
+ how we manage information so that they can have a more informed
+ understanding of how we operate.
+
+ If we collect information about you, we will tell you what information is
+ being collected, how, by whom and for what purposes.
+
+ Through this statement and our web pages, we let you know what types of
+ information we collect from and about you, the types and intended uses of
+ such information, and the types of third parties to whom the information
+ may be disclosed. If we collect information from you, we clearly identify
+ the information that is necessary to fulfill your request and the optional
+ information that is used to deliver tailored information to you.
+
+ When you visit our site, we may collect information about your use of our
+ site through "cookies". Cookies are small bits of information transferred
+ to your computer's hard drive that allow us to know how often someone
+ visits our site and the activities they conduct while on the site. The
+ information collected by cookies allows us to monitor how our customers
+ are using our web site. If you simply want to browse, you do not have to
+ accept cookies from us. However, if you wish to take advantage of specific
+ services offered online, we may require you to accept cookies placed by a
+ third party supporting this activity on our behalf. We also capture the
+ paths taken as you move from page to page (i.e., your "click stream"
+ activity).
+
+ Information we collect on fiee.com may be used to enhance your use of this
+ web site in ways like these:
+
+ We reserve the right to share your personal information with third parties
+ if required to do so by law or if we believe such action is necessary in
+ order to: (a) conform with the requirements of the law or to comply with
+ legal process served upon us; (b) protect or defend our legal rights or
+ property, fiee.com, or our users; or (c) investigate, prevent, or take
+ action regarding illegal activities, suspected fraud, situations involving
+ potential threats to the physical safety of any person, or violations of
+ the terms and conditions of using fiee.com.
+
+ Please remember that when you use a link to go from fiee.com to another
+ web site, the fiee.com Terms & Conditions and this Privacy Policy are
+ no longer in effect. Your browsing and interaction on any other web site,
+ including any site that has a link on fiee.com, is subject to the rules
+ and policies of that site. We encourage you to read the rules and policies
+ of the sites you visit to further understand their procedures for
+ collecting, using, and disclosing personal information.
+
+ We will give you options about how the personal information that you
+ provide us may be used.
+
+ Before we use your personal information for any purpose, we will give you
+ choices about whether or not to allow us to engage in that use. We will
+ give you the opportunity to keep us from using or sharing the personal
+ information that you have provided to us for purposes other than to
+ fulfill your request. To exercise this choice, we will allow you to notify
+ us of your preferences during the information collection process.
+
+ If there are third parties that process FiEE data, we will require them to
+ hold all personally-identifiable information confidential, and to use our
+ customer information only for the purpose of fulfilling their business
+ obligation. We do not sell personally identifiable information to third
+ party marketers.
+
+ We use recognized industry safeguards to protect personally identifiable
+ information from unauthorized access or use.
+
+ We will employ industry recognized security safeguards to protect the
+ personally identifiable information that you have provided to us from
+ loss, misuse and unauthorized alteration. If you are required to transmit
+ sensitive information (such as social security and/or credit information)
+ to us through our Web site, we will provide you access to our secure
+ server that allows encryption of your data as it is transmitted to us.
+
+ We will protect personally identifiable information stored on the site's
+ servers from unauthorized access using commercially available computer
+ security products (e.g., firewalls), as well as carefully developed
+ security procedures and practices.
+
+ We will let you update your personal information that you have provided to
+ us. We will also take steps to make sure that any updates that you provide
+ are processed in a timely and complete manner.
+
+ If we collect personal information through our sites, we will maintain the
+ information and allow you to update it at any time. We will continue to
+ work on better methods of accessing your information to increase your
+ access to it for update purposes. Note that our site may contain links to
+ other sites that are beyond our control, and that you may want to read
+ that sites' privacy policy before entering information.
+
+ We will tell you how you can contact us regarding our privacy statement
+ and practices.
+
+ If you have any questions about this privacy statement, our information
+ handling practices, or any other aspects of your privacy and the security
+ of information, please send an e-mail to fiee@dlkadvisory.com.
+
+ FiEE may periodically update this policy to describe how new Web features
+ may affect our use of your information and to let you know of new controls
+ and features that we may provide you. FiEE will NOT apply changes to this
+ policy retroactively to information FiEE has previously collected.
+
+
+ We at FiEE, Inc. and its subsidiaries ("FiEE") are committed to
+ maintaining the privacy and security of visitors to our website. Through
+ this privacy policy, FiEE wants to assure you of our commitment to
+ privacy and security.
+
+
+ Our privacy philosophy is based on the concept of fair information
+ practices. This means we provide visitors to our website with notice of
+ how we manage information so that they can have a more informed
+ understanding of how we operate.
+
+ If we collect information about you, we will tell you what information is
+ being collected, how, by whom and for what purposes.
+
+ Through this statement and our web pages, we let you know what types of
+ information we collect from and about you, the types and intended uses of
+ such information, and the types of third parties to whom the information
+ may be disclosed. If we collect information from you, we clearly identify
+ the information that is necessary to fulfill your request and the optional
+ information that is used to deliver tailored information to you.
+
+ When you visit our site, we may collect information about your use of our
+ site through "cookies". Cookies are small bits of information transferred
+ to your computer's hard drive that allow us to know how often someone
+ visits our site and the activities they conduct while on the site. The
+ information collected by cookies allows us to monitor how our customers
+ are using our web site. If you simply want to browse, you do not have to
+ accept cookies from us. However, if you wish to take advantage of specific
+ services offered online, we may require you to accept cookies placed by a
+ third party supporting this activity on our behalf. We also capture the
+ paths taken as you move from page to page (i.e., your "click stream"
+ activity).
+
+ Information we collect on fiee.com may be used to enhance your use of this
+ web site in ways like these:
+
+ We reserve the right to share your personal information with third parties
+ if required to do so by law or if we believe such action is necessary in
+ order to: (a) conform with the requirements of the law or to comply with
+ legal process served upon us; (b) protect or defend our legal rights or
+ property, fiee.com, or our users; or (c) investigate, prevent, or take
+ action regarding illegal activities, suspected fraud, situations involving
+ potential threats to the physical safety of any person, or violations of
+ the terms and conditions of using fiee.com.
+
+ Please remember that when you use a link to go from fiee.com to another
+ web site, the fiee.com Terms & Conditions and this Privacy Policy are
+ no longer in effect. Your browsing and interaction on any other web site,
+ including any site that has a link on fiee.com, is subject to the rules
+ and policies of that site. We encourage you to read the rules and policies
+ of the sites you visit to further understand their procedures for
+ collecting, using, and disclosing personal information.
+
+ We will give you options about how the personal information that you
+ provide us may be used.
+
+ Before we use your personal information for any purpose, we will give you
+ choices about whether or not to allow us to engage in that use. We will
+ give you the opportunity to keep us from using or sharing the personal
+ information that you have provided to us for purposes other than to
+ fulfill your request. To exercise this choice, we will allow you to notify
+ us of your preferences during the information collection process.
+
+ If there are third parties that process FiEE data, we will require them to
+ hold all personally-identifiable information confidential, and to use our
+ customer information only for the purpose of fulfilling their business
+ obligation. We do not sell personally identifiable information to third
+ party marketers.
+
+ We use recognized industry safeguards to protect personally identifiable
+ information from unauthorized access or use.
+
+ We will employ industry recognized security safeguards to protect the
+ personally identifiable information that you have provided to us from
+ loss, misuse and unauthorized alteration. If you are required to transmit
+ sensitive information (such as social security and/or credit information)
+ to us through our Web site, we will provide you access to our secure
+ server that allows encryption of your data as it is transmitted to us.
+
+ We will protect personally identifiable information stored on the site's
+ servers from unauthorized access using commercially available computer
+ security products (e.g., firewalls), as well as carefully developed
+ security procedures and practices.
+
+ We will let you update your personal information that you have provided to
+ us. We will also take steps to make sure that any updates that you provide
+ are processed in a timely and complete manner.
+
+ If we collect personal information through our sites, we will maintain the
+ information and allow you to update it at any time. We will continue to
+ work on better methods of accessing your information to increase your
+ access to it for update purposes. Note that our site may contain links to
+ other sites that are beyond our control, and that you may want to read
+ that sites' privacy policy before entering information.
+
+ We will tell you how you can contact us regarding our privacy statement
+ and practices.
+
+ If you have any questions about this privacy statement, our information
+ handling practices, or any other aspects of your privacy and the security
+ of information, please send an e-mail to fiee@dlkadvisory.com.
+
+ FiEE may periodically update this policy to describe how new Web features
+ may affect our use of your information and to let you know of new controls
+ and features that we may provide you. FiEE will NOT apply changes to this
+ policy retroactively to information FiEE has previously collected.
+
+ Browse the links below for pages that make up the FiEE, Inc. website.
+
+ Browse the links below for pages that make up the FiEE, Inc. website.
+
+ Browse the links below for pages that make up the FiEE, Inc. website.
+
+ Browse the links below for pages that make up the FiEE, Inc. website.
+
+ FiEE, Inc. and its subsidiaries (collectively and individually referred to
+ herein as "FiEE") maintain the fiee.com web site (the "Site") as a service
+ to the Internet community. All site references to "FiEE", "our", "we",
+ "company" and other words of like connotation are intended to refer to
+ FiEE, Inc. and its subsidiaries, collectively and/or individually. This
+ document outlines the Terms and Conditions relating to your use of the
+ Site. These Terms and Conditions are applicable to your use of this site
+ regardless of how you accessed it. If you do not wish to be bound by these
+ Terms and Conditions, please discontinue using and accessing this site
+ immediately.
+
+ You may not use this site to engage in any illegal activity. You may not
+ use this site to engage in conduct which is defamatory, libelous,
+ threatening or harassing or that infringes on a third party's intellectual
+ property or other proprietary rights. You agree that any information you
+ provide through this site will be truthful and accurate.
+
+ The information on this site, including without limitation all design,
+ text, images, press releases, and other information, is protected under
+ United States and other copyright laws and is owned by FiEE or used under
+ license from the copyright owner. The information may not, except under
+ written license, be copied, reproduced, transmitted, displayed, performed,
+ distributed, rented, sublicensed, altered, stored for subsequent use or
+ otherwise used in whole or in part in any manner without FiEE's prior
+ written consent, except to the extent that such use is authorized under
+ the United States copyright laws. FiEE's trademarks, logos, images, and
+ service marks used on this site are the property of FiEE and may not be
+ used without permission from FiEE and then only with proper
+ acknowledgment. In addition, the information on this Web site is provided
+ "as is" and "as available" by FiEE and/or its subsidiaries without
+ warranty of any kind, either implied or expressed, to its accuracy and
+ completeness.
+
+ FiEE is including the following cautionary statement to make applicable
+ and take advantage of the safe harbor provisions of the Private Securities
+ Litigation Reform Act of 1995 for any forward-looking statements made by,
+ or on behalf of FiEE. With the exception of historical matters, any
+ matters discussed are forward-looking statements (as defined in Section
+ 21E of the Securities Exchange Act of 1934) that involve risks and
+ uncertainties that could cause actual results to differ materially from
+ projected results. These risks, uncertainties and contingencies include,
+ but are not limited to, the following: the success or failure of FiEE's
+ efforts to implement its business strategy; the effects of market demand
+ and price on performance; our liquidity, results of operations and
+ financial condition; changes in laws and regulations; results of
+ litigation; the effects of government regulation; the risk of work
+ stoppages; and management's ability to correctly estimate and accrue for
+ contingent liabilities. FiEE assumes no obligation to update information
+ contained in this site.
+
+ As a convenience, this site may contain links to other sites that are not
+ controlled by, or affiliated or associated with, FiEE. Accordingly, FiEE
+ does not make any representations concerning the privacy practices or
+ terms of use of such sites, nor does FiEE control or guarantee the
+ accuracy, integrity, or quality of the information, data, text, software,
+ music, sound, photographs, graphics, video, messages or other materials
+ available on such sites. The inclusion or exclusion does not imply any
+ endorsement by FiEE of the site, the site's provider, or the information
+ on the site. FiEE is not responsible for the content of any linked site or
+ any link contained in a linked site. FiEE reserves the right to terminate
+ any link or linking program at any time. FiEE does not endorse companies
+ or products to which it links and reserves the right to note as such on
+ its web pages. If you decide to access any of the third party sites linked
+ to this site, you do this entirely at your own risk.
+
+ FiEE reserves the right to seek all remedies available at law and in
+ equity for violations of these Terms and Conditions, including the right
+ to block access from a particular Internet address to the Site. YOU AGREE
+ TO INDEMNIFY, DEFEND AND HOLD HARMLESS FIEE FROM ANY LIABILITY, LOSS,
+ CLAIM AND EXPENSE, INCLUDING ATTORNEY'S FEES, RELATED TO YOUR VIOLATION OF
+ THESE TERMS AND CONDITIONS OR YOUR USE OF THE SERVICES AND INFORMATION
+ PROVIDED AT THE SITE.
+
+ NEITHER FIEE NOR ITS DIRECTORS, MANAGERS, OFFICERS, EMPLOYEES,
+ REPRESENTATIVES OR AFFILIATES WILL BE LIABLE FOR DAMAGES ARISING OUT OF OR
+ IN CONNECTION WITH THE USE OF THIS SITE OR ANY SITE LINKED HERETO,
+ INCLUDING, WITHOUT LIMITATION, INDIRECT, PUNITIVE, INCIDENTAL OR
+ CONSEQUENTIAL DAMAGES, LOSS OF DATA, INCOME OR PROFIT, LOSS OF OR DAMAGE
+ TO PROPERTY AND CLAIMS OF THIRD PARTIES, WHETHER BASED ON CONTRACT, TORT,
+ STRICT LIABILITY OR OTHERWISE. BECAUSE SOME STATES/JURISDICTIONS DO NOT
+ ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR INCIDENTAL OR
+ CONSEQUENTIAL DAMAGES, SUCH LIMITATION MAY NOT APPLY.
+
+ FiEE may revise these Terms and Conditions at any time. Revisions will be
+ posted on this "Terms and Conditions" page and users are responsible for
+ reviewing the page from time to time to ensure compliance.
+
+ FiEE, Inc. and its subsidiaries (collectively and individually referred to
+ herein as "FiEE") maintain the fiee.com web site (the "Site") as a service
+ to the Internet community. All site references to "FiEE", "our", "we",
+ "company" and other words of like connotation are intended to refer to
+ FiEE, Inc. and its subsidiaries, collectively and/or individually. This
+ document outlines the Terms and Conditions relating to your use of the
+ Site. These Terms and Conditions are applicable to your use of this site
+ regardless of how you accessed it. If you do not wish to be bound by these
+ Terms and Conditions, please discontinue using and accessing this site
+ immediately.
+
+ You may not use this site to engage in any illegal activity. You may not
+ use this site to engage in conduct which is defamatory, libelous,
+ threatening or harassing or that infringes on a third party's intellectual
+ property or other proprietary rights. You agree that any information you
+ provide through this site will be truthful and accurate.
+
+ The information on this site, including without limitation all design,
+ text, images, press releases, and other information, is protected under
+ United States and other copyright laws and is owned by FiEE or used under
+ license from the copyright owner. The information may not, except under
+ written license, be copied, reproduced, transmitted, displayed, performed,
+ distributed, rented, sublicensed, altered, stored for subsequent use or
+ otherwise used in whole or in part in any manner without FiEE's prior
+ written consent, except to the extent that such use is authorized under
+ the United States copyright laws. FiEE's trademarks, logos, images, and
+ service marks used on this site are the property of FiEE and may not be
+ used without permission from FiEE and then only with proper
+ acknowledgment. In addition, the information on this Web site is provided
+ "as is" and "as available" by FiEE and/or its subsidiaries without
+ warranty of any kind, either implied or expressed, to its accuracy and
+ completeness.
+
+ FiEE is including the following cautionary statement to make applicable
+ and take advantage of the safe harbor provisions of the Private Securities
+ Litigation Reform Act of 1995 for any forward-looking statements made by,
+ or on behalf of FiEE. With the exception of historical matters, any
+ matters discussed are forward-looking statements (as defined in Section
+ 21E of the Securities Exchange Act of 1934) that involve risks and
+ uncertainties that could cause actual results to differ materially from
+ projected results. These risks, uncertainties and contingencies include,
+ but are not limited to, the following: the success or failure of FiEE's
+ efforts to implement its business strategy; the effects of market demand
+ and price on performance; our liquidity, results of operations and
+ financial condition; changes in laws and regulations; results of
+ litigation; the effects of government regulation; the risk of work
+ stoppages; and management's ability to correctly estimate and accrue for
+ contingent liabilities. FiEE assumes no obligation to update information
+ contained in this site.
+
+ As a convenience, this site may contain links to other sites that are not
+ controlled by, or affiliated or associated with, FiEE. Accordingly, FiEE
+ does not make any representations concerning the privacy practices or
+ terms of use of such sites, nor does FiEE control or guarantee the
+ accuracy, integrity, or quality of the information, data, text, software,
+ music, sound, photographs, graphics, video, messages or other materials
+ available on such sites. The inclusion or exclusion does not imply any
+ endorsement by FiEE of the site, the site's provider, or the information
+ on the site. FiEE is not responsible for the content of any linked site or
+ any link contained in a linked site. FiEE reserves the right to terminate
+ any link or linking program at any time. FiEE does not endorse companies
+ or products to which it links and reserves the right to note as such on
+ its web pages. If you decide to access any of the third party sites linked
+ to this site, you do this entirely at your own risk.
+
+ FiEE reserves the right to seek all remedies available at law and in
+ equity for violations of these Terms and Conditions, including the right
+ to block access from a particular Internet address to the Site. YOU AGREE
+ TO INDEMNIFY, DEFEND AND HOLD HARMLESS FIEE FROM ANY LIABILITY, LOSS,
+ CLAIM AND EXPENSE, INCLUDING ATTORNEY'S FEES, RELATED TO YOUR VIOLATION OF
+ THESE TERMS AND CONDITIONS OR YOUR USE OF THE SERVICES AND INFORMATION
+ PROVIDED AT THE SITE.
+
+ NEITHER FIEE NOR ITS DIRECTORS, MANAGERS, OFFICERS, EMPLOYEES,
+ REPRESENTATIVES OR AFFILIATES WILL BE LIABLE FOR DAMAGES ARISING OUT OF OR
+ IN CONNECTION WITH THE USE OF THIS SITE OR ANY SITE LINKED HERETO,
+ INCLUDING, WITHOUT LIMITATION, INDIRECT, PUNITIVE, INCIDENTAL OR
+ CONSEQUENTIAL DAMAGES, LOSS OF DATA, INCOME OR PROFIT, LOSS OF OR DAMAGE
+ TO PROPERTY AND CLAIMS OF THIRD PARTIES, WHETHER BASED ON CONTRACT, TORT,
+ STRICT LIABILITY OR OTHERWISE. BECAUSE SOME STATES/JURISDICTIONS DO NOT
+ ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR INCIDENTAL OR
+ CONSEQUENTIAL DAMAGES, SUCH LIMITATION MAY NOT APPLY.
+
+ FiEE may revise these Terms and Conditions at any time. Revisions will be
+ posted on this "Terms and Conditions" page and users are responsible for
+ reviewing the page from time to time to ensure compliance.
+
+ FiEE, Inc. and its subsidiaries (collectively and individually referred to
+ herein as "FiEE") maintain the fiee.com web site (the "Site") as a service
+ to the Internet community. All site references to "FiEE", "our", "we",
+ "company" and other words of like connotation are intended to refer to
+ FiEE, Inc. and its subsidiaries, collectively and/or individually. This
+ document outlines the Terms and Conditions relating to your use of the
+ Site. These Terms and Conditions are applicable to your use of this site
+ regardless of how you accessed it. If you do not wish to be bound by these
+ Terms and Conditions, please discontinue using and accessing this site
+ immediately.
+
+ You may not use this site to engage in any illegal activity. You may not
+ use this site to engage in conduct which is defamatory, libelous,
+ threatening or harassing or that infringes on a third party's intellectual
+ property or other proprietary rights. You agree that any information you
+ provide through this site will be truthful and accurate.
+
+ The information on this site, including without limitation all design,
+ text, images, press releases, and other information, is protected under
+ United States and other copyright laws and is owned by FiEE or used under
+ license from the copyright owner. The information may not, except under
+ written license, be copied, reproduced, transmitted, displayed, performed,
+ distributed, rented, sublicensed, altered, stored for subsequent use or
+ otherwise used in whole or in part in any manner without FiEE's prior
+ written consent, except to the extent that such use is authorized under
+ the United States copyright laws. FiEE's trademarks, logos, images, and
+ service marks used on this site are the property of FiEE and may not be
+ used without permission from FiEE and then only with proper
+ acknowledgment. In addition, the information on this Web site is provided
+ "as is" and "as available" by FiEE and/or its subsidiaries without
+ warranty of any kind, either implied or expressed, to its accuracy and
+ completeness.
+
+ FiEE is including the following cautionary statement to make applicable
+ and take advantage of the safe harbor provisions of the Private Securities
+ Litigation Reform Act of 1995 for any forward-looking statements made by,
+ or on behalf of FiEE. With the exception of historical matters, any
+ matters discussed are forward-looking statements (as defined in Section
+ 21E of the Securities Exchange Act of 1934) that involve risks and
+ uncertainties that could cause actual results to differ materially from
+ projected results. These risks, uncertainties and contingencies include,
+ but are not limited to, the following: the success or failure of FiEE's
+ efforts to implement its business strategy; the effects of market demand
+ and price on performance; our liquidity, results of operations and
+ financial condition; changes in laws and regulations; results of
+ litigation; the effects of government regulation; the risk of work
+ stoppages; and management's ability to correctly estimate and accrue for
+ contingent liabilities. FiEE assumes no obligation to update information
+ contained in this site.
+
+ As a convenience, this site may contain links to other sites that are not
+ controlled by, or affiliated or associated with, FiEE. Accordingly, FiEE
+ does not make any representations concerning the privacy practices or
+ terms of use of such sites, nor does FiEE control or guarantee the
+ accuracy, integrity, or quality of the information, data, text, software,
+ music, sound, photographs, graphics, video, messages or other materials
+ available on such sites. The inclusion or exclusion does not imply any
+ endorsement by FiEE of the site, the site's provider, or the information
+ on the site. FiEE is not responsible for the content of any linked site or
+ any link contained in a linked site. FiEE reserves the right to terminate
+ any link or linking program at any time. FiEE does not endorse companies
+ or products to which it links and reserves the right to note as such on
+ its web pages. If you decide to access any of the third party sites linked
+ to this site, you do this entirely at your own risk.
+
+ FiEE reserves the right to seek all remedies available at law and in
+ equity for violations of these Terms and Conditions, including the right
+ to block access from a particular Internet address to the Site. YOU AGREE
+ TO INDEMNIFY, DEFEND AND HOLD HARMLESS FIEE FROM ANY LIABILITY, LOSS,
+ CLAIM AND EXPENSE, INCLUDING ATTORNEY'S FEES, RELATED TO YOUR VIOLATION OF
+ THESE TERMS AND CONDITIONS OR YOUR USE OF THE SERVICES AND INFORMATION
+ PROVIDED AT THE SITE.
+
+ NEITHER FIEE NOR ITS DIRECTORS, MANAGERS, OFFICERS, EMPLOYEES,
+ REPRESENTATIVES OR AFFILIATES WILL BE LIABLE FOR DAMAGES ARISING OUT OF OR
+ IN CONNECTION WITH THE USE OF THIS SITE OR ANY SITE LINKED HERETO,
+ INCLUDING, WITHOUT LIMITATION, INDIRECT, PUNITIVE, INCIDENTAL OR
+ CONSEQUENTIAL DAMAGES, LOSS OF DATA, INCOME OR PROFIT, LOSS OF OR DAMAGE
+ TO PROPERTY AND CLAIMS OF THIRD PARTIES, WHETHER BASED ON CONTRACT, TORT,
+ STRICT LIABILITY OR OTHERWISE. BECAUSE SOME STATES/JURISDICTIONS DO NOT
+ ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR INCIDENTAL OR
+ CONSEQUENTIAL DAMAGES, SUCH LIMITATION MAY NOT APPLY.
+
+ FiEE may revise these Terms and Conditions at any time. Revisions will be
+ posted on this "Terms and Conditions" page and users are responsible for
+ reviewing the page from time to time to ensure compliance.
+
+ FiEE, Inc. and its subsidiaries (collectively and individually referred to
+ herein as "FiEE") maintain the fiee.com web site (the "Site") as a service
+ to the Internet community. All site references to "FiEE", "our", "we",
+ "company" and other words of like connotation are intended to refer to
+ FiEE, Inc. and its subsidiaries, collectively and/or individually. This
+ document outlines the Terms and Conditions relating to your use of the
+ Site. These Terms and Conditions are applicable to your use of this site
+ regardless of how you accessed it. If you do not wish to be bound by these
+ Terms and Conditions, please discontinue using and accessing this site
+ immediately.
+
+ You may not use this site to engage in any illegal activity. You may not
+ use this site to engage in conduct which is defamatory, libelous,
+ threatening or harassing or that infringes on a third party's intellectual
+ property or other proprietary rights. You agree that any information you
+ provide through this site will be truthful and accurate.
+
+ The information on this site, including without limitation all design,
+ text, images, press releases, and other information, is protected under
+ United States and other copyright laws and is owned by FiEE or used under
+ license from the copyright owner. The information may not, except under
+ written license, be copied, reproduced, transmitted, displayed, performed,
+ distributed, rented, sublicensed, altered, stored for subsequent use or
+ otherwise used in whole or in part in any manner without FiEE's prior
+ written consent, except to the extent that such use is authorized under
+ the United States copyright laws. FiEE's trademarks, logos, images, and
+ service marks used on this site are the property of FiEE and may not be
+ used without permission from FiEE and then only with proper
+ acknowledgment. In addition, the information on this Web site is provided
+ "as is" and "as available" by FiEE and/or its subsidiaries without
+ warranty of any kind, either implied or expressed, to its accuracy and
+ completeness.
+
+ FiEE is including the following cautionary statement to make applicable
+ and take advantage of the safe harbor provisions of the Private Securities
+ Litigation Reform Act of 1995 for any forward-looking statements made by,
+ or on behalf of FiEE. With the exception of historical matters, any
+ matters discussed are forward-looking statements (as defined in Section
+ 21E of the Securities Exchange Act of 1934) that involve risks and
+ uncertainties that could cause actual results to differ materially from
+ projected results. These risks, uncertainties and contingencies include,
+ but are not limited to, the following: the success or failure of FiEE's
+ efforts to implement its business strategy; the effects of market demand
+ and price on performance; our liquidity, results of operations and
+ financial condition; changes in laws and regulations; results of
+ litigation; the effects of government regulation; the risk of work
+ stoppages; and management's ability to correctly estimate and accrue for
+ contingent liabilities. FiEE assumes no obligation to update information
+ contained in this site.
+
+ As a convenience, this site may contain links to other sites that are not
+ controlled by, or affiliated or associated with, FiEE. Accordingly, FiEE
+ does not make any representations concerning the privacy practices or
+ terms of use of such sites, nor does FiEE control or guarantee the
+ accuracy, integrity, or quality of the information, data, text, software,
+ music, sound, photographs, graphics, video, messages or other materials
+ available on such sites. The inclusion or exclusion does not imply any
+ endorsement by FiEE of the site, the site's provider, or the information
+ on the site. FiEE is not responsible for the content of any linked site or
+ any link contained in a linked site. FiEE reserves the right to terminate
+ any link or linking program at any time. FiEE does not endorse companies
+ or products to which it links and reserves the right to note as such on
+ its web pages. If you decide to access any of the third party sites linked
+ to this site, you do this entirely at your own risk.
+
+ FiEE reserves the right to seek all remedies available at law and in
+ equity for violations of these Terms and Conditions, including the right
+ to block access from a particular Internet address to the Site. YOU AGREE
+ TO INDEMNIFY, DEFEND AND HOLD HARMLESS FIEE FROM ANY LIABILITY, LOSS,
+ CLAIM AND EXPENSE, INCLUDING ATTORNEY'S FEES, RELATED TO YOUR VIOLATION OF
+ THESE TERMS AND CONDITIONS OR YOUR USE OF THE SERVICES AND INFORMATION
+ PROVIDED AT THE SITE.
+
+ NEITHER FIEE NOR ITS DIRECTORS, MANAGERS, OFFICERS, EMPLOYEES,
+ REPRESENTATIVES OR AFFILIATES WILL BE LIABLE FOR DAMAGES ARISING OUT OF OR
+ IN CONNECTION WITH THE USE OF THIS SITE OR ANY SITE LINKED HERETO,
+ INCLUDING, WITHOUT LIMITATION, INDIRECT, PUNITIVE, INCIDENTAL OR
+ CONSEQUENTIAL DAMAGES, LOSS OF DATA, INCOME OR PROFIT, LOSS OF OR DAMAGE
+ TO PROPERTY AND CLAIMS OF THIRD PARTIES, WHETHER BASED ON CONTRACT, TORT,
+ STRICT LIABILITY OR OTHERWISE. BECAUSE SOME STATES/JURISDICTIONS DO NOT
+ ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR INCIDENTAL OR
+ CONSEQUENTIAL DAMAGES, SUCH LIMITATION MAY NOT APPLY.
+
+ FiEE may revise these Terms and Conditions at any time. Revisions will be
+ posted on this "Terms and Conditions" page and users are responsible for
+ reviewing the page from time to time to ensure compliance.
+ Privacy Policy
+ Notice
+
+
+ Linking to Other Sites
+ Choice
+ Security
+ Access
+ Customer Service & Recourse
+ Updates
+ Privacy Policy
+ Notice
+
+
+ Linking to Other Sites
+ Choice
+ Security
+ Access
+ Customer Service & Recourse
+ Updates
+ Privacy Policy
+ Notice
+
+
+ Linking to Other Sites
+ Choice
+ Security
+ Access
+ Customer Service & Recourse
+ Updates
+ Privacy Policy
+ Notice
+
+
+ Linking to Other Sites
+ Choice
+ Security
+ Access
+ Customer Service & Recourse
+ Updates
+ FiEE, Inc. Sitemap
+ Corporate Information
+
+
+ Financial Information
+
+
+ Stock Information
+
+
+ News Releases
+
+
+ Investor Resources
+
+
+ FiEE, Inc. Sitemap
+ Corporate Information
+
+
+ Financial Information
+
+
+ Stock Information
+
+
+ News Releases
+
+
+ Investor Resources
+
+
+ FiEE, Inc. Sitemap
+ Corporate Information
+
+
+ Financial Information
+
+
+ Stock Information
+
+
+ News Releases
+
+
+ Investor Resources
+
+
+ FiEE, Inc. Sitemap
+ Corporate Information
+
+
+ Financial Information
+
+
+ Stock Information
+
+
+ News Releases
+
+
+ Investor Resources
+
+
+ Terms & Conditions
+ Your Use of This Site
+ Intellectual Property
+ Forward-looking Statements
+ Linking
+ Violations of Terms & Conditions
+ Limitation of Liability
+ Terms & Conditions
+ Your Use of This Site
+ Intellectual Property
+ Forward-looking Statements
+ Linking
+ Violations of Terms & Conditions
+ Limitation of Liability
+ Terms & Conditions
+ Your Use of This Site
+ Intellectual Property
+ Forward-looking Statements
+ Linking
+ Violations of Terms & Conditions
+ Limitation of Liability
+ Terms & Conditions
+ Your Use of This Site
+ Intellectual Property
+ Forward-looking Statements
+ Linking
+ Violations of Terms & Conditions
+ Limitation of Liability
+