-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct-marketer.html
113 lines (113 loc) · 3.78 KB
/
product-marketer.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Product Marketer - Ajira | Job Description</title>
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
<link rel="stylesheet" href="jd.css" />
</head>
<body>
<header class="nav-header">
<a href="/careers">
<img id="ajira-header-logo" src="ajira-logo.svg" />
</a>
</header>
<div class="hero">
<div class="role">
<p class="role-title">Product Marketer</p>
<p class="role-location-type">Chennai, India - Full time</p>
<div class="checklists">
<div class="checklist">
<img src="check.svg" />
<p>
Are You a creative thinker?
</p>
</div>
<div class="checklist">
<img src="check.svg" />
<p>
Do you have sharp analytical and problem solving skills?
</p>
</div>
<div class="checklist">
<img src="check.svg" />
<p>
Do you like to write a compelling story for different audiences?
</p>
</div>
<div class="checklist">
<img src="check.svg" />
<p>
Do you have experience in market analysis?
</p>
</div>
</div>
</div>
<div class="cta-container"><a class="hero-cta-link" href="https://forms.gle/nsHnoRvUQokBgDcq9">Apply Now</a></div>
<p class="cta-post-script">
We are creating one of the strongest tech companies and are working
extensively on cutting edge technologies.
</p>
</div>
<section class="pre-requisites-container">
<div class="pre-requisites">
<header>
<p class="pre-requisites-header-title">What We Look For</p>
</header>
<section class="pre-requisites-body">
<p>Bring in a "can-do" attitude</p>
<p>
Excellent written and verbal communication skills
</p>
<p>
Keen eye for detail
</p>
<p>
Develop and evolve market segmentation for each product
</p>
<p>
Evaluate projects using relevant KPI and feedback from existing and potential customers
</p>
<p>
Identify market trends and target industry movements
</p>
</section>
</div>
</section>
<section class="responsibilities-container">
<header>
<p class="responsibilities-header">
As a Product Marketer with 5+ years of experience...
</p>
<div class="responsibilities">
<p class="responsibility">
Create vertical specific USPs of the Product
</p>
<p class="responsibility">
Make the Company/Brand visible in all channels like LinkedIn, Facebook and third party software suggestion platforms like Capterra, Software Suggest, etc
</p>
<p class="responsibility">
Create contents and write blogs about the product
</p>
<p class="responsibility">
Get the leads generated through all the channels’ engaged
</p>
<p class="responsibility">
Keep the website and all public/customer facing mediums up to date
</p>
<p class="responsibility">
SEO/ SEM activities to make the Company pages visible
</p>
<p class="responsibility">
Coordinate with presales and sales to prepare vertical specific decks and presentations
</p>
<p class="responsibility">
Analyse the competitor strategies, strengths and weakness and provide inputs to strengthen the product
</p>
</div>
<div class="cta-container"><a class="hero-cta-link" href="https://forms.gle/nsHnoRvUQokBgDcq9">Apply Now</a></div>
</header>
</section>
</body>
</html>