You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

home.tmpl 7.4 kB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. {{template "base/head_home" .}}
  2. <link rel="stylesheet" href="{{StaticUrlPrefix}}/css/placeholder-home.css?v={{TimeStampNow}}">
  3. <script src="{{StaticUrlPrefix}}/js/placeholder-home.js?v={{TimeStampNow}}"></script>
  4. <div class="ui vertical masthead secondary hometop segment" style="background:transparent;margin-bottom:0">
  5. {{template "custom/home/home_top" .}}
  6. </div>
  7. <!--组织-->
  8. {{template "custom/home/home_org" .}}
  9. <!-- 项目 -->
  10. {{template "custom/home/home_repo" .}}
  11. <!-- 数据集 -->
  12. {{template "custom/home/home_dataset" .}}
  13. <!-- 体验官 -->
  14. {{template "custom/home/home_user_experience" .}}
  15. <!-- 社区活动 -->
  16. {{template "custom/home/home_activity" .}}
  17. <!-- 中国算力网(C²NET) -->
  18. <div class="ui vertical masthead secondary c2net segment">
  19. <div class="ui container">
  20. <div class="ui center am-pt-30 am-pb-30">
  21. <h2>{{.i18n.Tr "home.c2net_title"}}</h2>
  22. <p><span class="ui text grey">{{.i18n.Tr "home.c2net_desc"}}</p>
  23. </div>
  24. <div id="app" class="_hm-computing-net-container" v-cloak>
  25. <!--底座-->
  26. <div class="rotation3D-baseMap"></div>
  27. <!--旋转3D-->
  28. <div id="rotation3D" class="rotation3D">
  29. <button class="center">{{.i18n.Tr "home.c2net_center"}}</button>
  30. <div class="itemList">
  31. <div class="rotation3D__item" :class="item.type" v-for="item in itemList">
  32. <div class="scale">
  33. <div class="baseImg"></div>
  34. <div class="cont">
  35. <i class="iconfont" :class="item.icon"></i>
  36. <p></p>
  37. </div>
  38. </div>
  39. </div>
  40. </div>
  41. <div class="lineList">
  42. <div class="rotation3D__line" v-for="item in itemList" :class="item.type">
  43. <div v-if="item.type=='blue'" class="pos">
  44. <svg width="50" height="400">
  45. <path id="path1" d="M0 400, 0 0" stroke-dasharray="5,10"/>
  46. </svg>
  47. <div class="dot dot1 ri-arrow-left-s-line"><span></span></div>
  48. </div>
  49. <div v-if="item.type=='yellow'" class="pos">
  50. <svg width="10" height="400">
  51. <path id="path2" d="M0 400, 0 0" stroke-dasharray="5,10"/>
  52. </svg>
  53. <div class="dot dot2"><i class="el-icon-close"></i><span></span></div>
  54. </div>
  55. <div v-if="item.type=='green'" class="pos">
  56. <svg width="50" height="400">
  57. <path id="path1" d="M0 400, 0 0" stroke-dasharray="5,10"/>
  58. </svg>
  59. <div class="dot dot1 ri-arrow-left-s-line"><span></span></div>
  60. </div>
  61. </div>
  62. </div>
  63. </div>
  64. </div><!--rotation3D end-->
  65. <div class="_hm-computing-net-mobile-container" style="display:none;"></div>
  66. </div>
  67. </div>
  68. <!-- 协同开发环境 -->
  69. <a name="fourth"></a>
  70. <div class="ui container i-env _hm-container" style="padding-bottom:0rem;padding-top:4rem;">
  71. <div class="ui center am-pb-30">
  72. <h2>{{.page_dev_env}}</h2>
  73. <p><span class="ui text grey">{{.page_dev_env_desc}}</p>
  74. </div>
  75. <div class="ui four doubling cards">
  76. <div class="card">
  77. <div class="image">
  78. <img src="/img/i-pic-01.jpg">
  79. </div>
  80. <div class="content">
  81. <h3 class="ui centered small header">{{.page_dev_env_desc_title}}</h3>
  82. <div class="description ui text grey">
  83. {{.page_dev_env_desc_desc}}
  84. </div>
  85. </div>
  86. </div>
  87. <div class="card">
  88. <div class="image">
  89. <img src="/img/i-pic-02.jpg">
  90. </div>
  91. <div class="content">
  92. <h3 class="ui centered small header">{{.page_dev_env_desc1_title}}</h3>
  93. <div class="description ui text grey">
  94. {{.page_dev_env_desc1_desc}}
  95. </div>
  96. </div>
  97. </div>
  98. <div class="card">
  99. <div class="image">
  100. <img src="/img/i-pic-03.jpg">
  101. </div>
  102. <div class="content">
  103. <h3 class="ui centered small header">{{.page_dev_env_desc2_title}}</h3>
  104. <div class="description ui text grey">
  105. {{.page_dev_env_desc2_desc}}
  106. </div>
  107. </div>
  108. </div>
  109. <div class="card">
  110. <div class="image">
  111. <img src="/img/i-pic-04.jpg">
  112. </div>
  113. <div class="content">
  114. <h3 class="ui centered small header">{{.page_dev_env_desc3_title}}</h3>
  115. <div class="description ui text grey">
  116. {{.page_dev_env_desc3_desc}}
  117. </div>
  118. </div>
  119. </div>
  120. </div>
  121. </div>
  122. <!-- 启智AI协作平台 介绍 -->
  123. <!--
  124. <a name="fifth"></a>
  125. <div class="ui container _hm-container">
  126. <div class="ui very padded inverted segment radius15">
  127. <div class="ui stackable grid">
  128. <div class="six wide column">
  129. <img class="ui centered large image" src="/img/i-yunnao.svg">
  130. </div>
  131. <div class="ten wide column">
  132. <h2 class="ui grey inverted header">{{.page_dev_yunlao}}</h2>
  133. <p class="am-lh-18 ui text grey">
  134. {{.page_dev_yunlao_desc1}}<br>
  135. {{.page_dev_yunlao_desc2}}<br>
  136. {{.page_dev_yunlao_desc3}}<br>
  137. {{.page_dev_yunlao_desc4}}<br>
  138. {{.page_dev_yunlao_desc5}}<br>
  139. </p>
  140. {{if .IsSigned}}
  141. <a class="ui blue basic button am-mt-10" href="{{AppSubUrl}}/dashboard">{{.page_use}}</a>
  142. {{else}}
  143. <a class="ui blue basic button am-mt-10" href="{{AppSubUrl}}/user/login">{{.page_use}}</a>
  144. {{end}}
  145. <a class="ui grey basic button am-mt-10" href="mailto:aiforge@openi.org.cn">{{.page_dev_yunlao_apply}}</a>
  146. </div>
  147. </div>
  148. </div>
  149. </div>
  150. -->
  151. <!-- <div class="am-mt-30"></div> -->
  152. <script src="/self/js/jquery.min.js?v={{MD5 AppVer}}" type="text/javascript"></script>
  153. <script src="/home/home.js?v={{MD5 AppVer}}" type="text/javascript"></script>
  154. {{template "base/footer" .}}