{"id":527,"date":"2025-05-14T18:06:45","date_gmt":"2025-05-14T10:06:45","guid":{"rendered":"http:\/\/localhost:8888\/wordpress\/?page_id=527"},"modified":"2025-08-06T13:49:00","modified_gmt":"2025-08-06T05:49:00","slug":"ac_en-our-story","status":"publish","type":"page","link":"https:\/\/istageacademy.com\/index.php\/zh\/ac_en-our-story\/","title":{"rendered":"\u6211\u4eec\u7684\u6545\u4e8b"},"content":{"rendered":"\n<p><strong>\u60a8\u597d\uff0c\u6211\u4eec\u662f<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">iStage Academy<\/mark><\/strong><\/p>\n\n\n\n<p>iStage Academy\u6210\u7acb\u4e8e2016\u5e74\uff0c\u603b\u90e8\u4f4d\u4e8e\u9999\u6e2f\u7279\u522b\u884c\u653f\u533a\u3002 \u662f\u4e00\u5bb6\u9886\u5148\u7684\u72ec\u7acb\u56fd\u9645\u53cc\u8bed\u8868\u6f14\u827a\u672f\u673a\u6784\u3002\u5728\u4e0a\u6d77\u8bbe\u6709\u4e24\u4e2a\u6821 \u533a:\u6d66\u4e1c\u9646\u5bb6\u5634\u6821\u533a\u548c\u6d66\u897f\u9ec4\u6d66\u5267\u9662\u6821\u533a\u3002\u6b64\u5916\uff0c\u5728\u9999\u6e2f\u4e5f\u8bbe \u6709\u4e00\u4e2a\u6821\u533a\u3002<\/p>\n\n\n\n<p>\u6211\u4eec\u81f4\u529b\u4e8e\u4e3a\u5b66\u751f\u63d0\u4f9b\u4e2a\u6027\u5316\u3001\u5168\u65b9\u4f4d\u7684\u6559\u80b2\u4f53\u9a8c\uff0c\u5e2e\u52a9\u6bcf\u4e00\u4f4d\u5b66\u751f\u53d1\u73b0\u4ed6\u4eec\u7684\u70ed\u60c5\u548c\u5929\u8d4b\uff0c\u5e76\u5728\u5b66\u4e60\u8fc7\u7a0b\u4e2d\u57f9\u517b\u4ed6\u4eec\u7684\u6c42\u77e5\u6b32\u3001\u6279\u5224\u6027\u601d\u7ef4\u548c\u5171\u60c5\u80fd\u529b\u3002\u8fd9\u4e00\u5207\u90fd\u5728\u6211\u4eec\u516d\u5927\u6838\u5fc3\u4ef7\u503c\u89c2\u7684\u6307\u5f15\u4e0b\u8fdb\u884c:\u6fc0\u60c5\u3001\u5c0a\u91cd\u3001\u5f00\u653e\u5fc3\u6001\u3001\u521b\u9020\u529b\u3001\u51b3\u5fc3\u548c\u8bda\u4fe1\u3002<br><br><\/p>\n\n\n<style>\n\/* \u91cc\u7a0b\u7891\u65f6\u95f4\u7ebf\u6837\u5f0f *\/\n.timeline-container {\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 40px 20px;\n}\n\n.timeline-title {\n  text-align: center;\n  font-size: 2.2rem;\n  color: #2c3e50;\n  margin-bottom: 60px;\n  font-weight: 700;\n}\n\n.timeline-year {\n  position: relative;\n  margin: 40px 0;\n  padding-top: 20px;\n}\n\n.timeline-year::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 50%;\n  transform: translateX(-50%);\n  width: 80%;\n  height: 4px;\n  background: #3498db;\n}\n\n.year-header {\n  width: 80px;\n  height: 80px;\n  background: #3498db;\n  color: white;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 1.5rem;\n  font-weight: bold;\n  margin: 0 auto 30px;\n  position: relative;\n  z-index: 2;\n}\n\n.timeline-events {\n  display: flex;\n  flex-direction: column;\n  gap: 25px;\n}\n\n.timeline-event {\n  display: flex;\n  position: relative;\n  padding: 0 15px;\n}\n\n.timeline-event::before {\n  content: '';\n  position: absolute;\n  left: 50%;\n  top: 15px;\n  transform: translateX(-50%);\n  width: 12px;\n  height: 12px;\n  border-radius: 50%;\n  background: #3498db;\n  z-index: 1;\n}\n\n.event-content {\n  flex: 1;\n  background: #f8f9fa;\n  padding: 20px;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n}\n\n\/* \u5de6\u53f3\u4ea4\u66ff\u5e03\u5c40 *\/\n.timeline-event:nth-child(odd) .event-content {\n  margin-right: 50%;\n  padding-right: 30px;\n}\n\n.timeline-event:nth-child(even) .event-content {\n  margin-left: 50%;\n  padding-left: 30px;\n}\n\n.event-date {\n  font-weight: 600;\n  color: #3498db;\n  margin-bottom: 8px;\n  font-size: 1.1rem;\n}\n\n.event-description {\n  color: #333;\n  line-height: 1.6;\n}\n\n\/* \u54cd\u5e94\u5f0f\u8c03\u6574 *\/\n@media (max-width: 768px) {\n  .timeline-event::before {\n    left: 30px;\n  }\n  \n  .timeline-event:nth-child(odd) .event-content,\n  .timeline-event:nth-child(even) .event-content {\n    margin: 0 0 0 60px;\n    padding: 20px;\n  }\n  \n  .year-header {\n    width: 60px;\n    height: 60px;\n    font-size: 1.2rem;\n  }\n}\n<\/style>\n\n<div class=\"timeline-container\">\n\n  <!-- 2016\u5e74 -->\n  <div class=\"timeline-year\">\n    <div class=\"year-header\">2016<\/div>\n    <div class=\"timeline-events\">\n      <div class=\"timeline-event\">\n        <div class=\"event-content\">\n          <div class=\"event-date\">4\u6708<\/div>\n          <div class=\"event-description\">iStage \u5b66\u9662\u5728\u4e0a\u6d77\u9646\u5bb6\u5634\u6210\u7acb<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"timeline-event\">\n        <div class=\"event-content\">\n          <div class=\"event-date\">6\u6708<\/div>\n          <div class=\"event-description\">\u82f1\u56fd\u6587\u5316\u603b\u9886\u4e8b\u9986\u8bbf\u95ee iStage<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"timeline-event\">\n        <div class=\"event-content\">\n          <div class=\"event-date\">11\u6708<\/div>\n          <div class=\"event-description\">\u8363\u83b7\u4e0a\u6d77\u521b\u4e1a\u5927\u8d5b\u51a0\u519b\u5956<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- 2018\u5e74 -->\n  <div class=\"timeline-year\">\n    <div class=\"year-header\">2018<\/div>\n    <div class=\"timeline-events\">\n      <div class=\"timeline-event\">\n        <div class=\"event-content\">\n          <div class=\"event-date\">3\u6708<\/div>\n          <div class=\"event-description\">\u521b\u59cb\u4eba\u53d7\u9080\u53c2\u52a0TEDx\u6f14\u8bb2\uff0c\u5f3a\u8c03\u8868\u6f14\u827a\u672f\u7684\u91cd\u8981\u6027<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"timeline-event\">\n        <div class=\"event-content\">\n          <div class=\"event-date\">9\u6708<\/div>\n          <div class=\"event-description\">\u63a8\u51fa\u5168\u65b0\u7684\u8868\u6f14\u827a\u672f\u8bfe\u7a0b\u7efc\u5408\u5927\u7eb2\u548c\u6559\u5b66\u5927\u7eb2<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"timeline-event\">\n        <div class=\"event-content\">\n          <div class=\"event-date\">12\u6708<\/div>\n          <div class=\"event-description\">\u542f\u52a8&#8221;\u4e0e iStage \u4e00\u8d77\u6210\u957f&#8221;\u7406\u5ff5\uff0c\u9f13\u52b1 iStage \u7684\u6bcf\u4e2a\u4eba\u5171\u540c\u6210\u957f<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- 2020\u5e74 -->\n  <div class=\"timeline-year\">\n    <div class=\"year-header\">2020<\/div>\n    <div class=\"timeline-events\">\n      <div class=\"timeline-event\">\n        <div class=\"event-content\">\n          <div class=\"event-date\">6\u6708<\/div>\n          <div class=\"event-description\">\u4e0a\u6d77\u552f\u4e00\u4e00\u5bb6\u5728\u5927\u6d41\u884c\u540e\u901a\u8fc7\u7f51\u7edc\u8bfe\u7a0b\u6210\u529f\u5b8c\u6210\u4e09\u573a\u7cbe\u5f69\u6f14\u51fa\u7684\u673a\u6784<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"timeline-event\">\n        <div class=\"event-content\">\n          <div class=\"event-date\">11\u6708-12\u6708<\/div>\n          <div class=\"event-description\">\u5e94\u9080\u53c2\u52a0\u9646\u5bb6\u5634\u91d1\u878d\u57ce\u3001\u82f1\u56fd\u5546\u4f1a\u3001\u5168\u7403\u9886\u8896\u5cf0\u4f1a\u3001\u5361\u5730\u4e9a\u7b49\u4e3b\u529e\u7684\u591a\u9879\u6d3b\u52a8\u5e76\u8fdb\u884c\u6f14\u51fa\uff0c\u4e49\u6f1420\u4f59\u573a<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- 2021\u5e74 -->\n  <div class=\"timeline-year\">\n    <div class=\"year-header\">2021<\/div>\n    <div class=\"timeline-events\">\n      <div class=\"timeline-event\">\n        <div class=\"event-content\">\n          <div class=\"event-date\">5\u6708<\/div>\n          <div class=\"event-description\">\u5411\u8000\u4e2d\u56fd\u9645\u5b66\u6821\u6350\u8d60\u4eba\u6c11\u5e0150\u4e07\u5143\uff0c\u4f5c\u4e3a\u5956\u5b66\u91d1\uff0c\u652f\u6301\u6821\u56ed\u8868\u6f14\u827a\u672f\u9879\u76ee\u7684\u53d1\u5c55<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- 2023\u5e74 -->\n  <div class=\"timeline-year\">\n    <div class=\"year-header\">2023<\/div>\n    <div class=\"timeline-events\">\n      <div class=\"timeline-event\">\n        <div class=\"event-content\">\n          <div class=\"event-date\">\uff08\u65f6\u95f4\u5f85\u5b9a\uff09<\/div>\n          <div class=\"event-description\">\u5e94\u82f1\u56fd\u9a7b\u4e0a\u6d77\u603b\u9886\u4e8b\u9986\u9080\u8bf7\uff0c\u5728\u67e5\u5c14\u65af\u4e09\u4e16\u52a0\u5195\u5e86\u5178\u4e0a\u6f14\u51fa<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"timeline-event\">\n        <div class=\"event-content\">\n          <div class=\"event-date\">6\u6708<\/div>\n          <div class=\"event-description\">\u4e0e\u65b0\u52a0\u5761\u8868\u6f14\u827a\u672f\u673a\u6784\u5408\u4f5c\uff0c\u8fc8\u51fa iStage SEA \u6269\u5c55\u8ba1\u5212\u7684\u7b2c\u4e00\u6b65<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"timeline-event\">\n        <div class=\"event-content\">\n          <div class=\"event-date\">6\u6708<\/div>\n          <div class=\"event-description\">iStage \u4e9a\u6d32\u603b\u90e8\u8fc1\u81f3\u9999\u6e2f<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- 2024\u5e74 -->\n  <div class=\"timeline-year\">\n    <div class=\"year-header\">2024<\/div>\n    <div class=\"timeline-events\">\n      <div class=\"timeline-event\">\n        <div class=\"event-content\">\n          <div class=\"event-date\">1\u6708<\/div>\n          <div class=\"event-description\">\u901a\u8fc7\u57f9\u751f BTEC \u8ba4\u8bc1\uff0c\u63a8\u51fa\u4e9a\u6d32\u9996\u4e2a BTEC \u8868\u6f14\u827a\u672f\u8bfe\u7a0b<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"timeline-event\">\n        <div class=\"event-content\">\n          <div class=\"event-date\">6\u6708<\/div>\n          <div class=\"event-description\">\u539f\u521b\u97f3\u4e50\u5267\u300a\u864e\u76ae\u65f6\u4ee3\u300b\u5728\u5b9b\u5e73\u57ce\u5927\u5267\u9662\u4e0a\u6f14\uff0c\u5e7f\u53d7\u597d\u8bc4\uff0c\u4e2d\u592e\u7535\u89c6\u53f0\u8fdb\u884c\u4e86\u4e13\u9898\u62a5\u9053<br>\n          The original musical \u201cThe Tabby Times\u201d was performed at Wanping Theatre to wide acclaim, and featured on CCTV<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>\u60a8\u597d\uff0c\u6211\u4eec\u662fiStage Academy iStage Academy\u6210\u7acb\u4e8e2016\u5e74\uff0c\u603b\u90e8\u4f4d\u4e8e\u9999\u6e2f &hellip; <\/p>\n","protected":false},"author":1,"featured_media":2063,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_vp_format_video_url":"","_vp_image_focal_point":[],"footnotes":""},"istage_academy_cn":[138],"istage_academy_en":[],"aishen_cn":[],"aishen_en":[],"world_classroom_en":[],"world_classroom_cn":[],"class_list":["post-527","page","type-page","status-publish","has-post-thumbnail","hentry","istage_academy_cn-our-story-cn"],"_links":{"self":[{"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/pages\/527","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/comments?post=527"}],"version-history":[{"count":13,"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/pages\/527\/revisions"}],"predecessor-version":[{"id":2521,"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/pages\/527\/revisions\/2521"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/media\/2063"}],"wp:attachment":[{"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/media?parent=527"}],"wp:term":[{"taxonomy":"istage_academy_cn","embeddable":true,"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/istage_academy_cn?post=527"},{"taxonomy":"istage_academy_en","embeddable":true,"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/istage_academy_en?post=527"},{"taxonomy":"aishen_cn","embeddable":true,"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/aishen_cn?post=527"},{"taxonomy":"aishen_en","embeddable":true,"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/aishen_en?post=527"},{"taxonomy":"world_classroom_en","embeddable":true,"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/world_classroom_en?post=527"},{"taxonomy":"world_classroom_cn","embeddable":true,"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/world_classroom_cn?post=527"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}