Added screenshot for server console
This commit is contained in:
parent
959c0f1057
commit
56a5f9820d
Binary file not shown.
After Width: | Height: | Size: 108 KiB |
|
@ -218,7 +218,7 @@
|
|||
<img class="img-fluid" src="img/settings.png" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<!--
|
||||
|
||||
<div class="col-md-6 col-lg-4">
|
||||
<a class="portfolio-item d-block mx-auto" href="#portfolio-modal-6">
|
||||
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
|
||||
|
@ -226,10 +226,10 @@
|
|||
<i class="fa fa-search-plus fa-3x"></i>
|
||||
</div>
|
||||
</div>
|
||||
<img class="img-fluid" src="img/portfolio/submarine.png" alt="">
|
||||
<img class="img-fluid" src="img/server.png" alt="">
|
||||
</a>
|
||||
</div>
|
||||
-->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -575,10 +575,10 @@
|
|||
<div class="container text-center">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 mx-auto">
|
||||
<h2 class="text-secondary text-uppercase mb-0">Project Name</h2>
|
||||
<h2 class="text-secondary text-uppercase mb-0">Server console</h2>
|
||||
<hr class="star-dark mb-5">
|
||||
<img class="img-fluid mb-5" src="img/portfolio/submarine.png" alt="">
|
||||
<p class="mb-5">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia neque assumenda ipsam nihil, molestias magnam, recusandae quos quis inventore quisquam velit asperiores, vitae? Reprehenderit soluta, eos quod consequuntur itaque. Nam.</p>
|
||||
<img class="img-fluid mb-5" src="img/server.png" alt="">
|
||||
<p class="mb-5">Log output of the server</p>
|
||||
<a class="btn btn-primary btn-lg rounded-pill portfolio-modal-dismiss" href="#">
|
||||
<i class="fa fa-close"></i>
|
||||
Close</a>
|
||||
|
|
Loading…
Reference in New Issue