|
| 1 | +<!-- Projects Section --> |
| 2 | + <section id="projects" class="bg-png"> |
| 3 | + <div class="container"> |
| 4 | + <div class="row"> |
| 5 | + <div class="col-lg-12 text-center"> |
| 6 | + <h2 class="section-heading">Projects</h2> |
| 7 | + <h3 class="section-subheading text-muted">Research Projects</h3> |
| 8 | + </div> |
| 9 | + </div> |
| 10 | + |
| 11 | + <!--div class="row"> |
| 12 | + <div class="col-lg-12 text-center"> |
| 13 | + <h2 class="section-subheading text-muted">Ongoing Research Projects</h2> |
| 14 | + </div> |
| 15 | + </div--> |
| 16 | + |
| 17 | + <div class="row"> |
| 18 | + |
| 19 | + <div class="col-md-4 col-sm-4 projects-item"> |
| 20 | + <a href="https://secure-robots.eu/" class="projects-link" data-toggle="modal"> |
| 21 | + <div class="projects-hover"> |
| 22 | + <div class="projects-hover-content"> |
| 23 | + <i class="fa fa-plus fa-3x"></i> |
| 24 | + </div> |
| 25 | + </div> |
| 26 | + <img src="img/projects/default.png" class="img-responsive" alt=""> |
| 27 | + </a> |
| 28 | + <div class="projects-caption"> |
| 29 | + <h4>SECURE</h4> |
| 30 | + <p class="text-muted">Safety Enables Cooperation in...<!--Uncertain Robotic Environments--></p> |
| 31 | + </div> |
| 32 | + </div> |
| 33 | + |
| 34 | + <div class="col-md-4 col-sm-4 projects-item"> |
| 35 | + <a href="http://www.dcomm.eu/" class="projects-link" data-toggle="modal"> |
| 36 | + <div class="projects-hover"> |
| 37 | + <div class="projects-hover-content"> |
| 38 | + <i class="fa fa-plus fa-3x"></i> |
| 39 | + </div> |
| 40 | + </div> |
| 41 | + <img src="img/projects/default.png" class="img-responsive" alt=""> |
| 42 | + </a> |
| 43 | + <div class="projects-caption"> |
| 44 | + <h4>DComm</h4> |
| 45 | + <p class="text-muted">Deictic Communication</p> |
| 46 | + </div> |
| 47 | + </div> |
| 48 | + |
| 49 | + <div class="col-md-4 col-sm-4 projects-item"> |
| 50 | + <a class="projects-link" data-toggle="modal"><!--href--> |
| 51 | + <div class="projects-hover"> |
| 52 | + <div class="projects-hover-content"> |
| 53 | + <i class="fa fa-plus fa-3x"></i> |
| 54 | + </div> |
| 55 | + </div> |
| 56 | + <img src="img/projects/default.png" class="img-responsive" alt=""> |
| 57 | + </a> |
| 58 | + <div class="projects-caption"> |
| 59 | + <h4>Project 3</h4> |
| 60 | + <p class="text-muted">Describe Project 3</p> |
| 61 | + </div> |
| 62 | + </div> |
| 63 | + |
| 64 | + </div> |
| 65 | + |
| 66 | + </div> |
| 67 | + </section> |
0 commit comments