Skip to content

Commit

Permalink
update interface
Browse files Browse the repository at this point in the history
  • Loading branch information
lixinyang123 committed Apr 10, 2022
1 parent 94bd8fe commit 28e037c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/wwwroot/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}

.system:hover .card-img {
transform: scale(1.07);
transform: scale(1.1);
}

#shell iframe{
Expand Down
Binary file modified src/wwwroot/images/rockylinux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<h1 class="display-4">CloudShell</h1>
<p class="lead">开箱即用的在线 Linux 环境,支持多种发行版本,内置 curl ssh vim git tmux 等基本工具.</p>
<hr class="my-4">
<p>目前 Ubuntu 和 CentOS 中集成了
<p>目前 Ubuntu 和 RockyLinux 中集成了
<a href="http://nodejs.cn/" target="blank">Nodejs</a>
<a href="https://www.python.org/" target="blank">Python</a>
<a href="https://dotnet.microsoft.com/" target="blank">.NET</a>
Expand Down Expand Up @@ -78,9 +78,9 @@ <h1 class="display-4">System</h1>
</div>

<div class="col-md-4">
<div class="card text-white system" onclick="createContainer('centos')" data-toggle="modal"
<div class="card text-white system" onclick="createContainer('rockylinux')" data-toggle="modal"
data-target="#shell">
<img src="images/centos.png" class="card-img">
<img src="images/rockylinux.png" class="card-img">
</div>
</div>

Expand Down Expand Up @@ -127,9 +127,9 @@ <h1 class="display-4">System</h1>
</div>

<div class="col-md-4">
<div class="card text-white system" onclick="createContainer('rockylinux')" data-toggle="modal"
<div class="card text-white system" onclick="createContainer('centos')" data-toggle="modal"
data-target="#shell">
<img src="images/rockylinux.png" class="card-img">
<img src="images/centos.png" class="card-img">
</div>
</div>

Expand Down

0 comments on commit 28e037c

Please sign in to comment.