-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathtrending topics_and_footer.txt
155 lines (112 loc) · 6.22 KB
/
trending topics_and_footer.txt
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
<section class="section-padding section-bg">
<div class="container">
<div class="row">
<div class="col-lg-12 col-12">
<h3 class="mb-4">Trending Topics</h3>
</div>
<div class="col-lg-6 col-md-6 col-12 mt-3 mb-4 mb-lg-0">
<div class="custom-block bg-white shadow-lg">
<a href="topics-detail.html">
<div class="d-flex">
<div>
<h5 class="mb-2">Investment</h5>
<p class="mb-0">Lorem Ipsum dolor sit amet consectetur</p>
</div>
<span class="badge bg-finance rounded-pill ms-auto">30</span>
</div>
<img src="images/topics/undraw_Finance_re_gnv2.png" class="custom-block-image img-fluid"
alt="">
</a>
</div>
</div>
<div class="col-lg-6 col-md-6 col-12 mt-lg-3">
<div class="custom-block custom-block-overlay">
<div class="d-flex flex-column h-100">
<img src="images/businesswoman-using-tablet-analysis.jpg"
class="custom-block-image img-fluid" alt="">
<div class="custom-block-overlay-text d-flex">
<div>
<h5 class="text-white mb-2">Finance</h5>
<p class="text-white">Lorem ipsum dolor, sit amet consectetur adipisicing elit.
Sint animi necessitatibus aperiam repudiandae nam omnis</p>
<a href="topics-detail.html" class="btn custom-btn mt-2 mt-lg-3">Learn More</a>
</div>
<span class="badge bg-finance rounded-pill ms-auto">25</span>
</div>
<div class="social-share d-flex">
<p class="text-white me-4">Share:</p>
<ul class="social-icon">
<li class="social-icon-item">
<a href="#" class="social-icon-link bi-twitter"></a>
</li>
<li class="social-icon-item">
<a href="#" class="social-icon-link bi-facebook"></a>
</li>
<li class="social-icon-item">
<a href="#" class="social-icon-link bi-pinterest"></a>
</li>
</ul>
<a href="#" class="custom-icon bi-bookmark ms-auto"></a>
</div>
<div class="section-overlay"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="site-footer section-padding">
<div class="container">
<div class="row">
<div class="col-lg-3 col-12 mb-4 pb-2">
<a class="navbar-brand mb-2" href="index.html">
<i class="bi-back"></i>
<span>InsightSync</span>
</a>
</div>
<div class="col-lg-3 col-md-4 col-6">
<h6 class="site-footer-title mb-3">Resources</h6>
<ul class="site-footer-links">
<li class="site-footer-link-item">
<a href="#" class="site-footer-link">Home</a>
</li>
<li class="site-footer-link-item">
<a href="#" class="site-footer-link">How it works</a>
</li>
<li class="site-footer-link-item">
<a href="#" class="site-footer-link">FAQs</a>
</li>
<li class="site-footer-link-item">
<a href="#" class="site-footer-link">Contact</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-4 col-6 mb-4 mb-lg-0">
<h6 class="site-footer-title mb-3">Information</h6>
<p class="text-white d-flex mb-1">
<a href="tel: 305-240-9671" class="site-footer-link">
305-240-9671
</a>
</p>
<p class="text-white d-flex">
<a href="mailto:info@company.com" class="site-footer-link">
info@company.com
</a>
</p>
</div>
<div class="col-lg-3 col-md-4 col-12 mt-4 mt-lg-0 ms-auto">
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" type="button" data-bs-toggle="dropdown"
aria-expanded="false">
English</button>
<ul class="dropdown-menu">
<li><button class="dropdown-item" type="button">Thai</button></li>
<li><button class="dropdown-item" type="button">Myanmar</button></li>
<li><button class="dropdown-item" type="button">Arabic</button></li>
</ul>
</div>
<p class="copyright-text mt-lg-5 mt-4">Copyright © 2024 InsightSync. All rights reserved.</p>
</div>
</div>
</div>
</footer>