-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvenue.html
executable file
·32 lines (28 loc) · 1.15 KB
/
venue.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
layout: main
title: Venue | Protein Electrostatics 2025, Lisbon
---
<section class="ts-intro-content">
<div class="container">
<div class="row">
<div class="col-lg-6">
<h2 class="column-title">
<span>Conference Venue</span>
Faculty of Sciences, University of Lisbon, Portugal
</h2>
<div class="intro-content-text">
<p>
The Conference will take place at the Faculty of Sciences, University of Lisbon, Portugal, on 23-27th June 2025.
More information will be provided soon!
</p>
</div><!-- single intro text end-->
</div><!-- col end-->
<div class="col-lg-6">
<div class="intro-content-img" style="display: flex;">
<img class="venue-img" src="images/venue/fcul.jpg" style="margin: auto" alt="">
</div>
</div><!-- col end-->
</div><!-- row end-->
</div><!-- container end-->
</section>
<!-- ts intro end-->