-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreporter.html
More file actions
192 lines (173 loc) · 5.73 KB
/
Copy pathreporter.html
File metadata and controls
192 lines (173 loc) · 5.73 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
<!DOCTYPE html>
<html lang="bn">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>কেন্দুয়া উপজেলার সাংবাদিক তালিকা</title>
<!-- Font Awesome CDN -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background: #e0f7fa;
overflow: hidden;
animation: fadeIn 2s ease-in-out;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.container {
display: flex;
align-items: center;
background-color: #ffffff;
padding: 15px;
border-radius: 10px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
margin: 5px 0;
width: 80%;
justify-content: space-between;
opacity: 0;
animation: fadeInUp 0.5s forwards;
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.icon {
width: 50px;
height: 50px;
background-color: #4CAF50;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
margin-right: 15px;
transition: transform 0.3s ease;
}
.icon:hover {
transform: scale(1.1);
}
.icon i {
font-size: 30px;
color: white;
}
.text {
font-size: 18px;
font-weight: bold;
color: #333;
text-align: left;
}
.call-button {
background-color: #007BFF;
color: white;
border: none;
border-radius: 50%;
padding: 10px;
font-size: 20px;
cursor: pointer;
}
.call-button:hover {
background-color: #0056b3;
}
.content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
padding-top: 20px;
}
.container {
margin-bottom: 8px;
}
</style>
</head>
<body>
<div class="content">
<div class="container">
<div class="icon">
<i class="fas fa-user-edit"></i> <!-- Reporter Icon -->
</div>
<div class="text">
লুৎফর রহমান ভূঁইয়া<br>দৈনিক ভোরের কাগজ<br>০১৭১৬৫৯৮৯৪৭
</div>
<a href="tel:+8801716598947">
<button class="call-button">📞</button>
</a>
</div>
<div class="container">
<div class="icon">
<i class="fas fa-user-edit"></i> <!-- Reporter Icon -->
</div>
<div class="text">
মামুনুর রশিদ মামুন<br>দৈনিক যুগান্তর<br>০১৭১৯৩১১৮৮৭
</div>
<a href="tel:+8801719311887">
<button class="call-button">📞</button>
</a>
</div>
<div class="container">
<div class="icon">
<i class="fas fa-user-edit"></i> <!-- Reporter Icon -->
</div>
<div class="text">
আবুল কাশেম আকন্দ<br>দৈনিক ভোরের ডাক<br>০১৭১৯৩১১৮৮৭
</div>
<a href="tel:+8801719311887">
<button class="call-button">📞</button>
</a>
</div>
<div class="container">
<div class="icon">
<i class="fas fa-user-edit"></i> <!-- Reporter Icon -->
</div>
<div class="text">
আসাদুল কবির মামুন<br>দৈনিক কালের কণ্ঠ<br>০১৭১১৯০৯৪৬৫
</div>
<a href="tel:+8801711909465">
<button class="call-button">📞</button>
</a>
</div>
<div class="container">
<div class="icon">
<i class="fas fa-user-edit"></i> <!-- Reporter Icon -->
</div>
<div class="text">
কামরুল কবির ভূঁইয়া<br>দৈনিক জনকণ্ঠ<br>০১৭১৯৬৭৪৯২৯
</div>
<a href="tel:+8801719674929">
<button class="call-button">📞</button>
</a>
</div>
<div class="container">
<div class="icon">
<i class="fas fa-user-edit"></i> <!-- Reporter Icon -->
</div>
<div class="text">
নেহাল হাফিজ<br>দৈনিক বাংলার নেত্র<br>০১৭৪৩৯৪০০১৩
</div>
<a href="tel:+8801743940013">
<button class="call-button">📞</button>
</a>
</div>
<!-- Additional entries can follow the same structure -->
</div>
</body>
</html>