Skip to content

Commit c5ceb77

Browse files
committed
Add section: about: infrastructure
1 parent 0a89030 commit c5ceb77

3 files changed

Lines changed: 21 additions & 1 deletion

File tree

_includes/about.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!-- About Section -->
2+
<section id="about">
3+
<div class="container">
4+
<div class="row">
5+
<div class="col-lg-12 text-center">
6+
<h2 class="section-heading">About</h2>
7+
<h3 class="section-subheading text-muted">About the Research Group</h3>
8+
</div>
9+
</div>
10+
<div class="row">
11+
<div class="col-lg-12">
12+
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
13+
</div>
14+
</div>
15+
</div>
16+
</section>

_includes/header.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
<li class="hidden">
1919
<a href="#page-top"></a>
2020
</li>
21+
<li>
22+
<a class="page-scroll" href="#about">About</a>
23+
</li>
2124
<li>
2225
<a class="page-scroll" href="#portfolio">Members</a>
2326
</li>
@@ -37,7 +40,7 @@
3740
<div class="intro-text">
3841
<div class="intro-heading">COgnitive RObotics LAB (COROLAB)</div>
3942
<div class="intro-lead-in">School of Computer Science, University of Manchester</div>
40-
<a href="#portfolio" class="page-scroll btn btn-xl">Tell Me More</a>
43+
<a href="#about" class="page-scroll btn btn-xl">Tell Me More</a>
4144
</div>
4245
</div>
4346
</header>

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<body id="page-top" class="index">
88

99
{% include header.html %}
10+
{% include about.html %}
1011
{% include members.html title='Members' collection=site.members%}
1112
{% include contact.html %}
1213
{% include footer.html %}

0 commit comments

Comments
 (0)