Good news! We're working with LinkedIn, the world's largest professional network, to make it even easier to showcase your success. That means you can now display your edX certificates on LinkedIn to show what we’ve learned and achieved. Just click “Add to profile” below on each of the certificates you’d like to include on LinkedIn.
|
|
%for course_dict in courses_list:
<%
course_url = course_dict['course_url']
course_title = course_dict['course_title']
course_image_url = course_dict['course_image_url']
course_org = course_dict['course_org']
course_end_date = course_dict['course_end_date']
linkedin_add_url = course_dict['linkedin_add_url']
%>
## Begin table for single class
${course_title}
${course_org}
Completed ${course_end_date}
|
|
|
## End table for single class cell
%endfor
## a really complicated hr
## text for congrats on your accomplishment
Congratulations on your accomplishment! Adding this to your profile will help get the word out about your impressive edX achievement. -The edX Team-
|
|
|
## // END BODY
|
## BEGIN FOOTER //
## // END FOOTER
|
## // END TEMPLATE