forked from Gitlink/forgeplus-react
banner图+首页文字内容
This commit is contained in:
parent
ab78ffe84f
commit
12779419fe
Binary file not shown.
Before Width: | Height: | Size: 72 MiB After Width: | Height: | Size: 46 KiB |
|
@ -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 是一个集Jupyter、Notebook、文本编辑器、终端以及各种个性化组件于一体的全能IDE。作为一种基于web的集成开发环境,你可以使用它编写notebook、操作终端、编辑markdown文本、打开交互模式、查看csv文件及图片等功能。
|
||||
JupyterLab是Jupyter Notebook的全面升级,是一个集Jupyter、Notebook、文本编辑器、终端以及各种个性化组件于一体的全能科研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" }} />
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue