HugoBlox / hugo-blox-builder

🚨 GROW YOUR AUDIENCE WITH HUGOBLOX! 🚀 HugoBlox is an easy, fast no-code website builder for researchers, entrepreneurs, data scientists, and developers. Build stunning sites in minutes. 适合研究人员、企业家、数据科学家和开发者的简单快速无代码网站构建器。用拖放功能、可定制模板和内置SEO工具快速创建精美网站!
https://hugoblox.com/templates/
MIT License
8.12k stars 2.89k forks source link

[Feature Request] Widget for showcasing various courses and MOOCs #773

Closed MrinalJain17 closed 5 years ago

MrinalJain17 commented 5 years ago

So, nowadays, a lot of people are learning things on the internet via Massive Open Online Courses (or MOOCs) provided by organizations/sites such as Coursera, Udacity, Udemy, EdX, etc. This is especially common for those in the domain of machine learning, data science, deep learning (or maybe AI in general). I believe that these online courses form an integral part of one's profile, and are worth mentioning.

I have modified the new experience widget slightly and used it to showcase the courses on my site. The following commit demonstrates the changes I had to make to the experience widget. To be more specific:

  1. Removed the timeline
  2. company -> course_name
  3. company_url -> course_url
  4. location -> certificate_url

Also, here is a screenshot of the course widget looks on my site - capture

I think a functionality like this could be really helpful if provided by Academic. We can not only use it for MOOCs, but for all sorts of courses (like courses at University level).

gcushen commented 5 years ago

Seems like other users are interested, please consider submitting a PR for review :)

MrinalJain17 commented 5 years ago

Sounds great! I have created a PR #792

The widget that I have added is quite minimal though. Hope it looks good.