format job list
This commit is contained in:
+11
-11
@@ -35,7 +35,7 @@ getWrenchBoardJobs();
|
||||
//console.log("Ameye got here");
|
||||
// return blogResultData; // getWrenchBoardBlog();
|
||||
|
||||
var res1 = [
|
||||
var res1 =[
|
||||
{
|
||||
"title": "Post 5 articles to social ",
|
||||
"description": "This task is about posting 5 articles like from www.dorcastore.com to you Facebook page",
|
||||
@@ -43,7 +43,7 @@ getWrenchBoardJobs();
|
||||
"job_description": null,
|
||||
"price": null,
|
||||
"timeline_days": null,
|
||||
"expire": null,
|
||||
"expire": "2022-01-05 22:22:14.527961",
|
||||
"sent": null
|
||||
},
|
||||
{
|
||||
@@ -53,7 +53,7 @@ getWrenchBoardJobs();
|
||||
"job_description": null,
|
||||
"price": null,
|
||||
"timeline_days": null,
|
||||
"expire": null,
|
||||
"expire": "2019-12-05 15:46:27.465409",
|
||||
"sent": null
|
||||
},
|
||||
{
|
||||
@@ -63,7 +63,7 @@ getWrenchBoardJobs();
|
||||
"job_description": null,
|
||||
"price": null,
|
||||
"timeline_days": null,
|
||||
"expire": null,
|
||||
"expire": "2018-11-14 16:46:14.561234",
|
||||
"sent": null
|
||||
},
|
||||
{
|
||||
@@ -73,7 +73,7 @@ getWrenchBoardJobs();
|
||||
"job_description": null,
|
||||
"price": null,
|
||||
"timeline_days": null,
|
||||
"expire": null,
|
||||
"expire": "2018-11-14 16:45:41.738202",
|
||||
"sent": null
|
||||
},
|
||||
{
|
||||
@@ -83,7 +83,7 @@ getWrenchBoardJobs();
|
||||
"job_description": null,
|
||||
"price": null,
|
||||
"timeline_days": null,
|
||||
"expire": null,
|
||||
"expire": "2018-11-14 16:45:21.880229",
|
||||
"sent": null
|
||||
},
|
||||
{
|
||||
@@ -93,7 +93,7 @@ getWrenchBoardJobs();
|
||||
"job_description": null,
|
||||
"price": null,
|
||||
"timeline_days": null,
|
||||
"expire": null,
|
||||
"expire": "2018-11-09 18:52:21.578724",
|
||||
"sent": null
|
||||
},
|
||||
{
|
||||
@@ -103,7 +103,7 @@ getWrenchBoardJobs();
|
||||
"job_description": null,
|
||||
"price": null,
|
||||
"timeline_days": null,
|
||||
"expire": null,
|
||||
"expire": "2018-11-09 18:18:07.785055",
|
||||
"sent": null
|
||||
},
|
||||
{
|
||||
@@ -113,7 +113,7 @@ getWrenchBoardJobs();
|
||||
"job_description": null,
|
||||
"price": null,
|
||||
"timeline_days": null,
|
||||
"expire": null,
|
||||
"expire": "2018-10-31 13:02:02.357193",
|
||||
"sent": null
|
||||
},
|
||||
{
|
||||
@@ -123,7 +123,7 @@ getWrenchBoardJobs();
|
||||
"job_description": null,
|
||||
"price": null,
|
||||
"timeline_days": null,
|
||||
"expire": null,
|
||||
"expire": "2018-10-28 12:57:30.908631",
|
||||
"sent": null
|
||||
},
|
||||
{
|
||||
@@ -133,7 +133,7 @@ getWrenchBoardJobs();
|
||||
"job_description": null,
|
||||
"price": null,
|
||||
"timeline_days": null,
|
||||
"expire": null,
|
||||
"expire": "2018-07-25 10:14:18.334484",
|
||||
"sent": null
|
||||
}
|
||||
];
|
||||
|
||||
@@ -40,10 +40,11 @@ var dashUrl = "https://dashboard.wrenchboard.com/";
|
||||
</h3>
|
||||
<div className="blog-meta">
|
||||
<ul>
|
||||
<li>December 10, 2021</li>
|
||||
<li>
|
||||
<a href={dashUrl}>Online Jobs</a>
|
||||
<a href={dashUrl}>Expires :</a>
|
||||
</li>
|
||||
<li> <a href={dashUrl}>{i.expire}</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<a href={dashUrl}>
|
||||
|
||||
Reference in New Issue
Block a user