banner图+首页文字内容

This commit is contained in:
caishi 2021-04-10 11:42:39 +08:00
parent ab78ffe84f
commit 12779419fe
3 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 MiB

After

Width:  |  Height:  |  Size: 46 KiB

View File

@ -33,10 +33,10 @@ function Index(props) {
<img src={two} alt="" />
<div className="m-left infobox">
<div className="titleLeft">
<p>JupyterLab极其强大的下一代notebook</p>
<p>JupyterLab功能强大的新一代可视化科研环境</p>
</div>
<div className="desc">
JupyterLab是Jupyter Notebook的全面升级事实上JupyterLab 是一个集JupyterNotebook文本编辑器终端以及各种个性化组件于一体的全能IDE作为一种基于web的集成开发环境你可以使用它编写notebook操作终端编辑markdown文本打开交互模式查看csv文件及图片等功能
JupyterLab是Jupyter Notebook的全面升级是一个集JupyterNotebook文本编辑器终端以及各种个性化组件于一体的全能科研IDE作为一种基于web的集成开发环境你可以使用它完成notebook编写终端操作markdown文本编辑交互模式启用csv文件及图片查看等科研活动
</div>
<a href="http://39.105.62.120:60088/lab?" target="_blank" className="btnBox" style={{width:'160px'}}>
<img src={arrow} alt="" style={{ marginRight: "5px" }} />

View File

@ -33,10 +33,10 @@
align-items: center;
justify-content: center;
.infobox{
max-width: 520px;
max-width: 550px;
}
.m-left{
margin-left: 120px;
margin-left: 100px;
}
.desc{
font-size: 18px;