Mô Tả Công Việc
.svg-color path {
fill: #223F99
}
.curved-edge {
--c: 120px;
mask: radial-gradient(50.3% var(--c) at top, #0000 calc(100% - 1px), #000);
background: #18489D;
}
@media (max-width: 768px) {
.curved-edge {
--c: 60px;
aspect-ratio: 3 / 2;
mask: radial-gradient(51% var(--c) at top, #0000 calc(100% - 1px), #000);
background: #18489D;
}
}
We Are Hiring
[Urgent] 06 Web3.0 Operations Manager
Job Details
Responsibilities
Product Strategy
Responsible for the operation of blockchain-related products, including conducting research, organizing business logic, and planning and executing operational strategies.
Strategic Planning
Manage official communities on platforms such as Telegram and Discord, design and implement community growth plans and operational strategies to enhance brand influence and achieve objectives.
Performance Optimization
Responsible for expanding community KOL (Key Opinion Leader) resources in the blockchain/cryptocurrency industry, including but not limited to community leaders, bloggers, and websites. Develop performance-oriented expansion plans and establish a cooperation resource database.
Partnership Development
Expand overseas community and channel resources, handle business negotiations and partnerships.
Deployment Planning
Plan and execute operational activities, including full-process tracking and outputting creative product ideas.
Requirements
Proficient in Chinese and English listening, speaking, reading, and writing; overseas study experience and familiarity with overseas markets are preferred.
Must be able to adapt to irregular business trips.
Have a certain level of understanding of the blockchain industry and be familiar with blockchain encryption policies and trends.
Experience in operating projects such as DeFi, SocialFi, centralized exchanges (CEX), or decentralized exchanges (DEX) is preferred.
Candidates with domestic and international KOL, community, and agency channel resources are preferred.
Outgoing personality with strong interpersonal skills; management experience is a plus.
Benefit
Salary
Negotiable
Benefit
Competitive salary, commensurate with experience and skills.
Income: Project bonuses, Tet bonuses, and holiday bonuses.
Eligible for social insurance, health insurance, and unemployment insurance in accordance with current labor laws and company policies.
Monday to Friday, 9:00 AM to 6:00 PM
function hexToRgb(hex) {
const bigint = parseInt(hex.slice(1), 16);
return {
r: (bigint >> 16) & 255,
g: (bigint >> 8) & 255,
b: bigint & 255,
};
}
function rgbToHex({ r, g, b }) {
return (
'#' +
[r, g, b]
.map((val) => val.toString(16).padStart(2, '0'))
.join('')
.toUpperCase()
);
}
function getRelativeLuminance({ r, g, b }) {
const normalize = (value) =>
value / 255 <= 0.03928
? value / 255 / 12.92
: Math.pow((value / 255 + 0.055) / 1.055, 2.4);
const R = normalize(r);
const G = normalize(g);
const B = normalize(b);
return 0.2126 * R + 0.7152 * G + 0.0722 * B;
}
function getContrast(rgb1, rgb2) {
const L1 = getRelativeLuminance(rgb1);
const L2 = getRelativeLuminance(rgb2);
return L1 > L2 ? (L1 + 0.05) / (L2 + 0.05) : (L2 + 0.05) / (L1 + 0.05);
}
function darkenColor(color, amount) {
const rgb = hexToRgb(color);
return {
r: Math.max(0, rgb.r - amount),
g: Math.max(0, rgb.g - amount),
b: Math.max(0, rgb.b - amount),
};
}
function generateColors(baseHex, backgroundHex, steps = 5) {
const backgroundRgb = hexToRgb(backgroundHex);
let colors = [baseHex];
let currentColor = baseHex;
for (let i = 0; i < steps; i++) {
let nextRgb;
let contrast;
let attempts = 0;
do {
nextRgb = darkenColor(currentColor, 15);
contrast = getContrast(nextRgb, backgroundRgb);
attempts++;
if (attempts > 100) {
console.warn('Stopped attempting to darken further.');
break;
}
} while (contrast < 4.5);
currentColor = rgbToHex(nextRgb);
colors.push(currentColor);
}
return colors;
}
const colors = generateColors('#54A6D6', '#FFFFFF', 0);
const listItems = document.querySelectorAll('.recruitment-process-text');
listItems.forEach((item, index) => {
item.style.backgroundColor = colors[index];
console.log(colors[index])
});
const listItems2 = document.querySelectorAll('.recruitment-process-text-2');
listItems2.forEach((item, index) => {
item.style.backgroundColor = colors[index];
console.log(colors[index])
});
Xem toàn bộ Mô Tả Công Việc
Hình thức
Full-time
Mức lương
Thỏa thuận
Báo cáo tin tuyển dụng: Nếu bạn thấy rằng tin tuyển dụng này không đúng hoặc có dấu hiệu lừa đảo,
hãy phản ánh với chúng tôi.
Tham khảo: 10 Dấu hiệu nhận biết hành vi lừa đảo qua tin tuyển dụng.
Tham khảo: 10 Dấu hiệu nhận biết hành vi lừa đảo qua tin tuyển dụng.