/** * Copyright (C) 2014-2020 ServMask Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * ███████╗███████╗██████╗ ██╗ ██╗███╗ ███╗ █████╗ ███████╗██╗ ██╗ * ██╔════╝██╔════╝██╔══██╗██║ ██║████╗ ████║██╔══██╗██╔════╝██║ ██╔╝ * ███████╗█████╗ ██████╔╝██║ ██║██╔████╔██║███████║███████╗█████╔╝ * ╚════██║██╔══╝ ██╔══██╗╚██╗ ██╔╝██║╚██╔╝██║██╔══██║╚════██║██╔═██╗ * ███████║███████╗██║ ██║ ╚████╔╝ ██║ ╚═╝ ██║██║ ██║███████║██║ ██╗ * ╚══════╝╚══════╝╚═╝ ╚═╝ ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ */ if ( ! defined( 'ABSPATH' ) ) { die( 'Kangaroos cannot jump here' ); } class Ai1wm_Export_Content { public static function execute( $params ) { // Set archive bytes offset if ( isset( $params['archive_bytes_offset'] ) ) { $archive_bytes_offset = (int) $params['archive_bytes_offset']; } else { $archive_bytes_offset = ai1wm_archive_bytes( $params ); } // Set file bytes offset if ( isset( $params['file_bytes_offset'] ) ) { $file_bytes_offset = (int) $params['file_bytes_offset']; } else { $file_bytes_offset = 0; } // Set content bytes offset if ( isset( $params['content_bytes_offset'] ) ) { $content_bytes_offset = (int) $params['content_bytes_offset']; } else { $content_bytes_offset = 0; } // Get processed files size if ( isset( $params['processed_files_size'] ) ) { $processed_files_size = (int) $params['processed_files_size']; } else { $processed_files_size = 0; } // Get total content files size if ( isset( $params['total_content_files_size'] ) ) { $total_content_files_size = (int) $params['total_content_files_size']; } else { $total_content_files_size = 1; } // Get total content files count if ( isset( $params['total_content_files_count'] ) ) { $total_content_files_count = (int) $params['total_content_files_count']; } else { $total_content_files_count = 1; } // What percent of files have we processed? $progress = (int) min( ( $processed_files_size / $total_content_files_size ) * 100, 100 ); // Set progress Ai1wm_Status::info( sprintf( __( 'Archiving %d content files...
%d%% complete', AI1WM_PLUGIN_NAME ), $total_content_files_count, $progress ) ); // Flag to hold if file data has been processed $completed = true; // Start time $start = microtime( true ); // Get content list file $content_list = ai1wm_open( ai1wm_content_list_path( $params ), 'r' ); // Set the file pointer at the current index if ( fseek( $content_list, $content_bytes_offset ) !== -1 ) { // Open the archive file for writing $archive = new Ai1wm_Compressor( ai1wm_archive_path( $params ) ); // Set the file pointer to the one that we have saved $archive->set_file_pointer( $archive_bytes_offset ); // Loop over files while ( list( $file_abspath, $file_relpath, $file_size, $file_mtime ) = fgetcsv( $content_list ) ) { $file_bytes_written = 0; // Add file to archive if ( ( $completed = $archive->add_file( $file_abspath, $file_relpath, $file_bytes_written, $file_bytes_offset ) ) ) { $file_bytes_offset = 0; // Get content bytes offset $content_bytes_offset = ftell( $content_list ); } // Increment processed files size $processed_files_size += $file_bytes_written; // What percent of files have we processed? $progress = (int) min( ( $processed_files_size / $total_content_files_size ) * 100, 100 ); // Set progress Ai1wm_Status::info( sprintf( __( 'Archiving %d content files...
%d%% complete', AI1WM_PLUGIN_NAME ), $total_content_files_count, $progress ) ); // More than 10 seconds have passed, break and do another request if ( ( $timeout = apply_filters( 'ai1wm_completed_timeout', 10 ) ) ) { if ( ( microtime( true ) - $start ) > $timeout ) { $completed = false; break; } } } // Get archive bytes offset $archive_bytes_offset = $archive->get_file_pointer(); // Truncate the archive file $archive->truncate(); // Close the archive file $archive->close(); } // End of the content list? if ( feof( $content_list ) ) { // Unset archive bytes offset unset( $params['archive_bytes_offset'] ); // Unset file bytes offset unset( $params['file_bytes_offset'] ); // Unset content bytes offset unset( $params['content_bytes_offset'] ); // Unset processed files size unset( $params['processed_files_size'] ); // Unset total content files size unset( $params['total_content_files_size'] ); // Unset total content files count unset( $params['total_content_files_count'] ); // Unset completed flag unset( $params['completed'] ); } else { // Set archive bytes offset $params['archive_bytes_offset'] = $archive_bytes_offset; // Set file bytes offset $params['file_bytes_offset'] = $file_bytes_offset; // Set content bytes offset $params['content_bytes_offset'] = $content_bytes_offset; // Set processed files size $params['processed_files_size'] = $processed_files_size; // Set total content files size $params['total_content_files_size'] = $total_content_files_size; // Set total content files count $params['total_content_files_count'] = $total_content_files_count; // Set completed flag $params['completed'] = $completed; } // Close the content list file ai1wm_close( $content_list ); return $params; } } Mẫu Logo Vietcombank Cũ Và Ý Nghĩa Của Biểu Tượng Mới - Vay Tài Chính 247

Mẫu Logo Vietcombank Cũ Và Ý Nghĩa Của Biểu Tượng Mới

Chắc hẳn bạn có thể dễ dàng bắt gặp được logo Vietcombank trên cung đường di chuyển hằng ngày nhưng liệu bạn có biết được rằng nó đã có sự thay đổi so với mẫu thiết kế trước đây? Theo dõi ngay bài viêt sau của VayOnlineNhanh để biết hình ảnh logo Vietcombank cũ cũng như ý nghĩa biểu tượng ngân hàng Vietcombank mới nhé!

Hình Ảnh Của Logo Vietcombank Cũ

Biểu tượng cũ hay cũng là biểu tượng đầu tiên của ngân hàng Vietcombank chính là các chữ VCB được lồng ghép vào với nhau theo phông chữ nổi.

Ngay bên dưới là chữ Vietombank viết theo phong cách chữ nghiêng, điều này làm logo khá uyển chuyển, thể hiện sự dịu nhẹ ngay trong phong cách làm việc. Về màu sắc thì thì màu xanh toàn chữ hình có trên logo không thay đổi nhiều.

logo vietcombank cu
Biểu tượng logo cũ của ngân hàng Vietcombank

Xem thêm: Vietcombank là ngân hàng nhà nước hay tư nhân?

Ý Nghĩa Biểu Tượng Ngân Hàng Vietcombank Mới

Để hiểu ý nghĩa của biểu tượng logo mới Vietcombank các bạn nên đánh giá cả hình ảnh, màu sắc và phần chữ. Cụ thể như sau:

Phần Hình Ảnh

logo vietcombank mới
logo vietcombank mới

Hình ảnh logo được thiết kế chữ V thể hiện sự bền vững. Cụ thể hình dáng logo là hình trái tim cách điệu thể hiện sự mạnh mẽ và sự chung tay đoàn kết dẫn đến các thành công. Từ đó cũng thể hiện kết tinh của 6 giá trị cốt lõi mang thương hiệu Vietcombank:

  • Sáng tạo (Innovative)
  • Phát triển không ngừng (Continuous)
  • Lấy sự Chu đáo – Tận tâm (Caring)
  • Kết nối rộng khắp (Connected)
  • Luôn nỗ lực tìm kiếm sự khác biệt (Individual)
  • Đề cao tính an toàn, bảo mật (Secure)

Màu Sắc

Màu sắc chủ đạo của logo Vietcombank chính là màu xanh. Điều này có ý nghĩa mang sức mạnh từ thiên nhiên và cũng biểu tượng cho niềm tin và hi vọng với mục đích khao khát vươn xa.

Phần Chữ

Phần chữ trên logo được thiết kế in đậm, chữ V thể hiện sự vững vàng và mang ý nghĩa khẳng định thương hiệu của mình.

Bên dưới có dòng chữ sloga: Together for the future nghĩa là tất cả vì tương lai, điều này thể hiện sự chu đáo, tận tâm của ngân hàng đối với khách hàng. Và hình ảnh trái tim cùng với slogan được đặt bên phải logo.

Xem thêm: Giờ làm việc ngân hàng Vietcombank cập nhật mới nhất

File Dowload Logo Vietcombank Vector

Logo Vietcombank Vector là file dùng CDR giúp bạn có thể tùy chỉnh trong phần mềm thiết kế Corel Draw. Để dowload logo các bạn có thể làm theo các bước sau:

  • Bước 1: Truy cập vào đường link: https://thuvienvector.com/vector/vector-logo/128-vector-logo-ngan-hang-vietcombank-file-cdr-coreldraw.html
  • Bước 2: Tải xuống, các bạn ấn nút “Tải về” chờ 1 – 2s để get link file download.

Tổng Kết

Như vậy đến đây các bạn đã biết được ý nghĩa của logo Vietcombank. Hy vọng đây sẽ là những kiến thức bổ ích giúp các bạn hiểu biết thêm về ngân hàng này.

Xem thêm:

Logo VPBank có ý nghĩa gì?

Logo MB Bank có ý nghĩa gì?

Ý nghĩa biểu tượng của Logo Sacombank là gì?

Ý nghĩa biểu tượng của Logo VIB là gì?

Ý nghĩa biểu tượng của Logo HDBank là gì?

Bài viết được biên tập bởi: VayOnlineNhanh.VN

Bài được vaytaichinh247.net tổng hợp từ nhiều nguồn khác nhau cho bạn đọc tham khảo.