-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·64 lines (60 loc) · 2.76 KB
/
index.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
layout: default
title: NRE Aachen
---
<!-- Header Carousel -->
<header id="myCarousel" class="carousel slide">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active" >
<div class="fill" style="background-image:url('img/fold_1a.jpg');"></div>
<!-- <div class="fill" style="background-image:url('http://placehold.it/1900x1080&text=Cake ;-) ?');"></div> -->
<div class="carousel-caption">
<h2>Novel methods for geological modeling</h2>
</div>
</div>
<div class="item">
<!-- <div class="fill" style="background-image:url('http://placehold.it/1900x1080&text=Rogowski');"></div> -->
<div class="fill" style="background-image:url('img/results_miguel.png');"></div>
<div class="carousel-caption">
<h2>Combined geological and geophysical inversion<h2>
</div>
</div>
<div class="item">
<!-- <div class="fill" style="background-image:url('http://placehold.it/1900x1080&text=Group picture');"></div> -->
<div class="fill" style="background-image:url('img/results_jack.png');"></div>
<div class="carousel-caption">
<h2>Segmentation and clustering</h2>
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="icon-prev"></span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="icon-next"></span>
</a>
</header>
<!-- Page Content -->
<div class="container">
<!-- Marketing Icons Section -->
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">
Welcome to NRE Aachen
</h1>
</div>
<div>
Thank you for paying us a visit! We are still working to get this webpage up and running.
<b>All current content is very preliminary and only for testing purposes</b>. </div>
<div>
For current information on our group, please visit the <a href="https://www.aices.rwth-aachen.de">AICES webpage</a>
and the <a href="https://www.researchgate.net/profile/Florian_Wellmann">researchgate page of Florian Wellmann.</a>
</div>