Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
3f78b41f
提交
3f78b41f
authored
10月 16, 2023
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: update
上级
a7296b1b
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
15 行增加
和
25 行删除
+15
-25
projectPosition.vue
components/home/projectPosition.vue
+5
-1
school.vue
pages/about/school.vue
+10
-24
没有找到文件。
components/home/projectPosition.vue
浏览文件 @
3f78b41f
...
...
@@ -7,7 +7,11 @@
</p>
<br
/>
<p>
该项目由雪城大学硕士保研项目中国招生与教学中心(清控紫荆)全权负责招生和运营,详情请见雪城大学官网项目说明。
该项目由雪城大学硕士保研项目中国招生与教学中心(清控紫荆)全权负责招生和运营,详情请见雪城大学官网项目说明:
<a
href=
"https://ecs.syracuse.edu/academics/electrical-engineering-and-computer-science/programs/zijing-education-partnership"
target=
"_blank"
>
https://ecs.syracuse.edu/academics/electrical-engineering-and-computer-science/programs/zijing-education-partnership
</a
>
</p>
</div>
</card>
...
...
pages/about/school.vue
浏览文件 @
3f78b41f
...
...
@@ -12,7 +12,11 @@
</p>
<br
/>
<p>
该项目由雪城大学硕士保研项目中国招生与教学中心(清控紫荆)全权负责招生和运营,详情请见雪城大学官网项目说明。
该项目由雪城大学硕士保研项目中国招生与教学中心(清控紫荆)全权负责招生和运营,详情请见雪城大学官网项目说明:
<a
href=
"https://ecs.syracuse.edu/academics/electrical-engineering-and-computer-science/programs/zijing-education-partnership"
target=
"_blank"
>
https://ecs.syracuse.edu/academics/electrical-engineering-and-computer-science/programs/zijing-education-partnership
</a
>
</p>
</div>
</section>
...
...
@@ -69,9 +73,7 @@
雪城大学计算机科学硕士毕业生通常就职于亚马逊、美国运通、普华永道、安永、三星、麦肯锡、BlackRock等全球顶尖的科技公司、咨询公司以及金融机构。毕业平均起薪超过10万美元,详见雪城大学官网数据:
</p>
<p>
<a
href=
"https://ecs.syracuse.edu/academics/electrical-engineering-and-computer-science/programs/computer-science-master-program"
target=
"_blank"
<a
href=
"https://ecs.syracuse.edu/academics/electrical-engineering-and-computer-science/programs/computer-science-master-program"
target=
"_blank"
>
https://ecs.syracuse.edu/academics/electrical-engineering-and-computer-science/programs/computer-science-master-program
</a
>
</p>
...
...
@@ -106,11 +108,7 @@
<section
class=
"section"
>
<h2
class=
"title"
>
学习安排
</h2>
<div
class=
"info"
>
<img
src=
"https://webapp-pub.ezijing.com/project/syracuse-plus/project_study.png"
style=
"width:100%"
v-if=
"isMobile"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/syracuse-plus/project_study.png"
style=
"width:100%"
v-if=
"isMobile"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/syracuse-plus/project_study.png"
style=
"width:100%"
v-else
/>
<p>
该保研项目总体教学安排为20周。
</p>
...
...
@@ -140,27 +138,15 @@
<div
class=
"cert-list"
>
<div
class=
"cert-item"
v-for=
"(item, index) in certList"
:key=
"index"
>
<div
class=
"cert-item-img"
>
<img
:src=
"item.image_url"
class=
"cert-item__img"
:style=
"isMobile ? `width: .6rem}` : `width: $
{item.w}`"
/>
<img
:src=
"item.image_url"
class=
"cert-item__img"
:style=
"isMobile ? `width: .6rem}` : `width: $
{item.w}`" />
</div>
<p
v-html=
"item.title"
></p>
</div>
</div>
</section>
<!-- 院校荣誉 -->
<img
src=
"https://webapp-pub.ezijing.com/project/syracuse-plus/h5/project_honor.png"
style=
"width:100%;"
v-if=
"isMobile"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/syracuse-plus/project_honor_new.png"
style=
"width:100%;min-width:1200px;"
v-else
/>
<img
src=
"https://webapp-pub.ezijing.com/project/syracuse-plus/h5/project_honor.png"
style=
"width:100%;"
v-if=
"isMobile"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/syracuse-plus/project_honor_new.png"
style=
"width:100%;min-width:1200px;"
v-else
/>
</div>
</
template
>
<
script
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论