-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog-details.html
More file actions
323 lines (251 loc) · 13.8 KB
/
blog-details.html
File metadata and controls
323 lines (251 loc) · 13.8 KB
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>JinTuDi LingFeng Bootstrap Template - Blog</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600;1,700&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
<!-- =======================================================
* Template Name: JinTuDi LingFeng
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/JinTuDi LingFeng-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body class="page-blog">
<!-- ======= Header ======= -->
<header id="header" class="header d-flex align-items-center fixed-top">
<div class="container-fluid container-xl d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center">
<!-- Uncomment the line below if you also wish to use an image logo -->
<!-- <img src="assets/img/logo.png" alt=""> -->
<h1 class="d-flex align-items-center">JinTuDi LingFeng</h1>
</a>
<i class="mobile-nav-toggle mobile-nav-show bi bi-list"></i>
<i class="mobile-nav-toggle mobile-nav-hide d-none bi bi-x"></i>
<nav id="navbar" class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<!--<li><a href="portfolio.html">portfolio</a></li>-->
<li><a href="team.html">Team</a></li>
<li><a href="blog.html" class="active">Blog</a></li>
<li class="dropdown"><a href="#"><span>Dropdown</span> <i class="bi bi-chevron-down dropdown-indicator"></i></a>
<ul>
<li><a href="#">Dropdown 1</a></li>
<li class="dropdown"><a href="#"><span>Deep Dropdown</span> <i class="bi bi-chevron-down dropdown-indicator"></i></a>
<ul>
<li><a href="#">Deep Dropdown 1</a></li>
<li><a href="#">Deep Dropdown 2</a></li>
<li><a href="#">Deep Dropdown 3</a></li>
<li><a href="#">Deep Dropdown 4</a></li>
<li><a href="#">Deep Dropdown 5</a></li>
</ul>
</li>
<li><a href="#">Dropdown 2</a></li>
<li><a href="#">Dropdown 3</a></li>
<li><a href="#">Dropdown 4</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<main id="main">
<!-- ======= Breadcrumbs ======= -->
<div class="breadcrumbs d-flex align-items-center" style="background-image: url('assets/img/blog-header.jpg');">
<div class="container position-relative d-flex flex-column align-items-center">
<h2>Blog Details</h2>
<ol>
<li><a href="index.html">Home</a></li>
<li>Blog Details</li>
</ol>
</div>
</div><!-- End Breadcrumbs -->
<!-- ======= Blog Details Section ======= -->
<section id="blog" class="blog">
<div class="container" data-aos="fade-up">
<div class="row g-5">
<div class="col-lg-8" data-aos="fade-up" data-aos-delay="200">
<article class="blog-details">
<div class="post-img">
<img src="assets/img/blog/dubai__8.jpg" alt="" class="img-fluid">
</div>
<h2 class="title">JinTuDi LingFeng Company Shines at Gulfood 2024</h2>
<div class="meta-top">
<ul>
<li class="d-flex align-items-center"><i class="bi bi-person"></i> <a href="blog-details.html">Dean Yan</a></li>
<li class="d-flex align-items-center"><i class="bi bi-clock"></i> <a href="blog-details.html"><time datetime="2024-02-20">Feb 20, 2024</time></a></li>
</ul>
</div><!-- End meta top -->
<div class="content">
<blockquote>
<p>
JinTuDi LingFeng Company made its mark at Gulfood 2024, the world's largest food exhibition held in Dubai. Led by General Manager Haimingchao and CEO Mashuang, the company showcased its flagship product, tomato sauce, and engaged in fruitful discussions with partners and friends.
</p>
</blockquote>
<img src="assets/img/blog/dubai_10.jpg" class="img-fluid" alt="">
<blockquote>
<p>
JinTuDi LingFeng's booth was abuzz with activity as visitors sampled its premium tomato sauce offerings. The company's representatives seized the opportunity to network with industry stakeholders, fostering new partnerships and strengthening existing ones..
</p>
</blockquote>
<div class="image-container">
<img src="assets/img/blog/dubai_4.jpg" class="img-fluid" alt="">
</div>
<blockquote>
<p>
Gulfood 2024 provided JinTuDi LingFeng with a platform to expand its network of distributors and retailers. By showcasing the quality and versatility of its products, JinTuDi LingFeng laid the groundwork for future collaborations, driving growth and market presence.
</p>
</blockquote>
<img src="assets/img/blog/dubai_2.jpg" class="img-fluid" alt="">
<blockquote>
<p>
Attendees marveled at JinTuDi LingFeng's range of tomato sauce products, lauding their taste and nutritional value. From traditional recipes to innovative flavors, JinTuDi LingFeng demonstrated its commitment to excellence and customer satisfaction.
</p>
</blockquote>
<img src="assets/img/blog/dubai_6.jpg" class="img-fluid" alt="">
<blockquote>
<p>
With the success of Gulfood 2024 behind them, JinTuDi LingFeng looks ahead to a future of continued growth and innovation. With a dedicated team and a focus on customer-centric values, the company is poised to capitalize on emerging opportunities and solidify its position as a leader in the food export market.
</p>
<img src="assets/img/blog/dubai_9.jpg" class="img-fluid" alt="">
</blockquote>
</div><!-- End post content -->
<div class="meta-bottom">
<i class="bi bi-folder"></i>
<ul class="cats">
<li><a href="#">Business</a></li>
</ul>
<i class="bi bi-tags"></i>
<ul class="tags">
<li><a href="#">Creative</a></li>
<li><a href="#">Tips</a></li>
<li><a href="#">Marketing</a></li>
</ul>
</div><!-- End meta bottom -->
</article><!-- End blog post -->
</div>
<div class="col-lg-4" data-aos="fade-up" data-aos-delay="400">
<div class="sidebar ps-lg-4">
<div class="sidebar-item search-form">
<h3 class="sidebar-title">Search</h3>
<form action="" class="mt-3">
<input type="text">
<button type="submit"><i class="bi bi-search"></i></button>
</form>
</div><!-- End sidebar search formn-->
<div class="sidebar-item categories">
<h3 class="sidebar-title">Categories</h3>
<ul class="mt-3">
<li><a href="#">Exhibitions <span>(1)</span></a></li>
</ul>
</div><!-- End sidebar categories-->
<div class="sidebar-item recent-posts">
<h3 class="sidebar-title">Recent Posts</h3>
<div class="mt-3">
<div class="post-item mt-3">
<img src="assets/img/blog/guangzhou_1.jpg" alt="" class="flex-shrink-0">
<div>
<h4><a href="blog-guangzhou.html">Meet out friends&partners on Gulfood 2024 in Dubai!</a></h4>
<time datetime="2024-11-4">Nov 4, 2024</time>
</div>
</div><!-- End recent post item-->
</div>
</div><!-- End sidebar recent posts-->
<div class="sidebar-item tags">
<h3 class="sidebar-title">Tags</h3>
<ul class="mt-3">
<li><a href="#">Food</a></li>
<li><a href="#">Business</a></li>
<li><a href="#">Marketing</a></li>
</ul>
</div><!-- End sidebar tags-->
</div><!-- End Blog Sidebar -->
</div>
</div>
</div>
</section><!-- End Blog Details Section -->
</main><!-- End #main -->
<footer id="footer" class="footer">
<div class="footer-content">
<div class="container">
<div class="row gy-4">
<div class="col-lg-5 col-md-12 footer-info">
<a href="index.html" class="logo d-flex align-items-center">
<span>JinTuDi LingFeng</span>
</a>
<p> We focus on the inheritance and propagatio of traditional brewing techniques using modern scientific research.We aim to spread the culinary culture and provide high-quality products. Our tomato sauces, tomato beverages, tomato ketchup, and canned seasoning products are designed to let more people enjoy the tastes we offer!</p>
<div class="social-links d-flex mt-3">
<a href="https://wa.me/18002173181" class="whatsapp"><i class="bi bi-whatsapp"></i></a>
<a href="https://www.facebook.com/profile.php?id=100090977941835" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="mailto:shenchao666666@gmail.com" class="email"><i class="bi bi-mailbox"></i></a>
<!--<a href="#" class="linkedin"><i class="bi bi-linkedin"></i></a>-->
</div>
</div>
<div class="col-lg-2 col-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bi bi-dash"></i> <a href="#">Home</a></li>
<li><i class="bi bi-dash"></i> <a href="#">About us</a></li>
<li><i class="bi bi-dash"></i> <a href="#">Products & Services</a></li>
<li><i class="bi bi-dash"></i> <a href="#">Terms of service</a></li>
<li><i class="bi bi-dash"></i> <a href="#">Privacy policy</a></li>
</ul>
</div>
<div class="col-lg-2 col-6 footer-links">
<h4>Products & Services</h4>
<ul>
<li><i class="bi bi-dash"></i> <a href="#">Tomato Paste</a></li>
<li><i class="bi bi-dash"></i> <a href="#">Tomato Ketchup</a></li>
<li><i class="bi bi-dash"></i> <a href="#">Tomato Puree</a></li>
<li><i class="bi bi-dash"></i> <a href="#">Tomato Sauce</a></li>
<li><i class="bi bi-dash"></i> <a href="#">Peeled Tomatoes </a></li><li><i class="bi bi-dash"></i> <a href="#">Diced Tomatoes </a></li>
</ul>
</div>
<div class="col-lg-3 col-md-12 footer-contact text-center text-md-start">
<h4>Contact Us</h4>
<p>
Dakoutun Town Industrial Function Park <br>
Baodi District, Tianjin 301801<br>
China <br><br>
<strong>Phone:</strong> +86 180 0217 3181<br>
<strong>Email:</strong> SHENCHAO666666@gmail.com<br>
</p>
</div>
</div>
</div>
</div>
<a href="#" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>