Skip to content

Commit

Permalink
Merge pull request #29 from dis-delft/rowdy/imgs
Browse files Browse the repository at this point in the history
Add new home page image
  • Loading branch information
InvictusRMC authored Sep 27, 2024
2 parents 5b83676 + 731d467 commit eeac393
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
Binary file added assets/img/home/data.webp
Binary file not shown.
16 changes: 9 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,35 +49,37 @@ <h1 class="container text-white">Data-Intensive Systems</h1>
<div class="row">
<!-- Card 1 -->
<div class="col-md-4">
<div class="card animated" data-animation="fadeInLeft">
<div class="card animated" data-animation="fadeInLeft" style="height: 100%">
<img src="/assets/img/home/learning.webp" class="card-img-top"
alt="Distributed Machine-learning Systems">
<div class="card-body">
<h6 class="card-title">Machine Learning &amp; AI Systems</h6>
<p class="card-text">Researching the principles and practices for enabling machine learning in large-scale
<p class="card-text">Researching the principles and practices for enabling machine learning in
large-scale
distributed &amp; federated systems.</p>
<a href="#" class="btn btn-primary">Learn More</a>
</div>
</div>
</div>
<!-- Card 2 -->
<div class="col-md-4">
<div class="card animated" data-animation="fadeInRight">
<div class="card animated" data-animation="fadeInRight" style="height: 100%">
<img src="/assets/img/home/blockchain.webp" class="card-img-top" alt="Cooperative Systems">
<div class="card-body">
<h6 class="card-title">Resilient Systems &amp; Blockchain</h6>
<p class="card-text">Understand and designing decentralized &amp; fault-tolerant systems and consensus-free blockchain.</p>
<p class="card-text">Understand and designing decentralized &amp; fault-tolerant systems and
consensus-free blockchain.</p>
<a href="#" class="btn btn-primary">Learn More</a>
</div>
</div>
</div>
<!-- Card 3 -->
<div class="col-md-4">
<div class="card animated" data-animation="fadeInRight">
<img src="/assets/img/home/blockchain.webp" class="card-img-top" alt="Cooperative Systems">
<div class="card animated" data-animation="fadeInRight" style="height: 100%">
<img src="/assets/img/home/data.webp" class="card-img-top" alt="Cooperative Systems">
<div class="card-body">
<h6 class="card-title">Data Management</h6>
<p class="card-text">Reearsh in data-intensive systems, and data integration.</p>
<p class="card-text">Research in data-intensive systems, and data integration.</p>
<a href="#" class="btn btn-primary">Learn More</a>
</div>
</div>
Expand Down

0 comments on commit eeac393

Please sign in to comment.