INCREDIBLE YOU
The City Journey
Thựchiện : Mai Thảo|19.11.2022
“Khi mà ngồi xuống và thu âm,… điều đầu tiên bạn nên nghĩ là mình làm cái này thì nó sẽ tạo ra được gì tốt đẹp cho tâm hồn của mình?”
Là một tiến sĩ giáo dục đang làm việc toàn thời gian tại Mỹ, Chi Nguyễn còn là tác giả của “Một cuốn sách về chủ nghĩa tối giản” và sở hữu thêm 4 nền tảng truyền thông trải dài từ blog đến Youtube. Profile khủng của chị còn được tô điểm thêm một chiếc podcast “nho nhỏ” với cái tên The Present Writer Podcast, hiện đang đứng đầu bảng xếp hạng podcast Việt Nam của Spotify.
.button:hover{
opacity: 1;
color:#f00;
}
.button.active {
opacity: 1;
}
div#filter-btn-exp li ul.sub-menu {
position: absolute;
padding: 5px 0;
visibility: hidden;
opacity: 0;
text-align: left;
width: 100%;
z-index: 9999;
background: #262630;
}
.buttons ul {
list-style: none;
padding: 0px;
}
div#filter-btn-exp li:hover ul.sub-menu {
opacity: 1;
visibility: visible;
}
button.button {
display: inline-block;
margin: auto;
font-size: 20px;
background: #fff0;
border: 0px;
font-weight: 600;
color: #fff;
text-align: center;
font-family: 'Noto Serif Display';
cursor: pointer;
}
/*.buttons {
display: flex;
max-width: 850px;
margin: auto;
}*/
.hide { display: none; }
// Check active classes
var checkClass = function() {
if ( $('.item').hasClass('hide') ) {
$('.item').removeClass('hide');
}
};
// Category filters
$('.all').click( function() {
checkClass();
});
$('.ncredible_you').click( function() {
checkClass();
$('.item:not(.ncredible_you)').toggleClass('hide');
});
$('.business').click( function() {
checkClass();
$('.item:not(.business)').toggleClass('hide');
});
$('.face_talk').click( function() {
checkClass();
$('.item:not(.face_talk)').toggleClass('hide');
});
$('.startup_advice').click( function() {
checkClass();
$('.item:not(.startup_advice)').toggleClass('hide');
});
$('.hello_vietnam').click( function() {
checkClass();
$('.item:not(.hello_vietnam)').toggleClass('hide');
});
$('.reply').click( function() {
checkClass();
$('.item:not(.reply)').toggleClass('hide');
});
// Active tag
$('.button').click(function(){
$('.button').removeClass('active');
$(this).addClass('active');
})