-
Notifications
You must be signed in to change notification settings - Fork 0
/
ethos.html
106 lines (85 loc) · 5.24 KB
/
ethos.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QJCYVVK2Q0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-QJCYVVK2Q0');
</script>
<title>Quality and Community Focused Cooking Classes & Private Chef in Hua Hin</title>
<meta property="og:title" content="Quality and Community Focused Cooking Classes & Private Chef in Hua Hin" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://kinthai.in.th/ethos.html" />
<meta property="og:image" content="https://kinthai.in.th/img/Mascote.png" />
<meta property="og:description" content="Explore Kinthai's dedication to exceptional culinary quality and community engagement in Hua Hin. Learn how our values influence every event and meal we craft." />
<meta property="og:site_name" content="Kinthai" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Explore Kinthai's dedication to exceptional culinary quality and community engagement in Hua Hin. Learn how our values influence every event and meal we craft.">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://kinthai.in.th/ethos.html">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link href="./css/aos.css" rel="stylesheet">
<link rel="stylesheet" href="./css/style.css" />
<script src="./js/jquery.min.js"></script>
<link rel="icon" href="./img/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="180x180" href="./img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./img/favicon-16x16.png">
<link rel="manifest" href="./img/site.webmanifest">
</head>
<div id="header"></div>
<script>
fetch('header.html')
.then(response => response.text())
.then(data => {
document.getElementById('header').innerHTML = data;
});
</script>
<body>
<div class="maincontent">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8">
<h1 class="display-4 text-center">Commitment to Authenticity, Community Impact, and Respectful Service</h1>
<div class="featured-img mt-5 mb-5">
<img data-aos="fade-up" data-aos-duration="1000" data-aos-offset="0" src="img/Mascote.png" alt="Private Chef Service" title="Private Chef Service">
</div>
<article class="article text-center" data-aos="fade-up" data-aos-duration="1000" data-aos-offset="0" data-aos-delay="200">
<h2>Authenticity and Transparency:</h2>
<p>Operate with absolute transparency in all interactions and communications. Embrace authenticity in the way we present our products and brand.</p><br>
<h2>Respect for Consumer Autonomy:</h2>
<p>Honor the consumer's right to make informed choices without manipulation. Avoid coercive or deceptive tactics to influence consumer behavior.</p><br>
<h2>Social Responsibility and Impact:</h2>
<p>Prioritize <a href="/#menu">products</a>, <a href="how-to-order.html">services</a> and marketing strategies that contribute positively to society and the environment. Advocate for social responsibility in every action and decision.</p><br>
<h2>Human-Centric Approach:</h2>
<p>Communicate with a human touch, fostering genuine connections over automated or impersonal interactions. Prioritize the individual's well-being and aspirations in our communication.</p><br>
<h2>Spiritual and Ethical Connection:</h2>
<p>Cultivate connections based on shared values, ethics, and a deeper understanding. Communicate with sincerity, aiming for a genuine, spiritual connection.</p><br>
<h2>Continuous Improvement:</h2>
<p>Embrace a mindset of continual growth and refinement, adapting our approach as we learn and understand more.</p><br><br>
</article>
</div>
</div>
</div>
</div>
<div id="footer"></div>
<script>
fetch('footer.html')
.then(response => response.text())
.then(data => {
document.getElementById('footer').innerHTML = data;
});
</script>
<script src="js/bootstrap.min.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script src="js/custom-general.js"></script>
</body>
</html>