Skip to main content
Help Center
Toggle navigation menu
Back to website
English (US)
Deutsch
Español
Français
日本語
Nederlands
Português
Русский
Türkçe
Українська
Tiếng Việt
简体中文
繁體中文
Submit a request
Sign in
Search
BitMart
Career Opportunities
Join Our Team
How can we help?
Search
Join Our Team
Community Specialist (CIS)
2024-10-01 04:02:42 UTC
Growth Manager (SG)
2024-11-08 09:31:14 UTC
Growth Manager - Taiwan
2024-11-08 08:51:29 UTC
Paid Advertising Manager
2024-10-01 04:03:43 UTC
Customer Support Specialist (Based in Singapore)
2024-10-01 04:02:00 UTC
Futures Business Development Manager (Based in Italy, France, Korea, Germany, Turkey, Russia, Vietnam, Spain, France, South America)
2024-11-08 08:43:57 UTC
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categories
Categories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
See more
<% } %>
<% } %>