Skip to content

Commit 873c8b5

Browse files
committed
new visual design
1 parent 6db748a commit 873c8b5

File tree

7 files changed

+13
-11
lines changed

7 files changed

+13
-11
lines changed

content/contribution/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: "Community Contribution"
2+
title: "Contribution"
33
date: 2020-10-07T22:47:58+01:00
44
draft: false
55
menu: true
66
---
77

8-
We continuous to contribute to the opensource community, especially on robotics projects and we hope our research can contribute to the future development of robotics.
8+
We continuous to contribute to academic research and the opensource community, especially on robotics projects and we hope our work can contribute to the future development of robotics.

content/contribution/col1.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ order: 1
88

99
We work and publish papers in the research area of:
1010

11-
- Machine learning
1211
- Reinforcement and transfer learning
13-
- SLAM
1412
- Operating systems and task scheduling for robots
1513
- Dexterous robot hand
16-
- Self-driving cars
1714
- Safety for autonomous systems
18-
- Swarm robots

content/contribution/col2.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ menu: true
66
order: 2
77
---
88

9-
We love opensource and we extensively work on industrial robots and make innovations using opensource software and hardware, that includes:
9+
We love opensource and we make innovations using opensource software and hardware includeing:
1010

11-
- gnu/gcc
12-
- Linux
11+
- Linux gnu/gcc
1312
- ROS/Gazebo
1413
- Arduino
1514
- Raspberry Pi

content/education/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ draft: false
55
menu: true
66
---
77

8-
We use solutions from Microsoft, BBC Micro:bit, Raspberry Pi Foundation and opensource projects to promote STEM education and help primary/secondary students to participate in building future technology.
8+
We use solutions from Microsoft, BBC Micro:bit, Raspberry Pi Foundation and opensource projects to promote STEM education and help primary / secondary students to participate in building future technology.

layouts/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
{{ with .Site.GetPage "/education" }}
1919
<h2>{{ .Title }}</h2>
2020
{{ .Content }}
21+
<div class="col-sm">
22+
<img src="images/robot-hand.jpg" class="float-right" alt="..." style="height:350px; width:auto;">
23+
</div>
2124
{{range .Pages.ByParam "order"}}
2225
<div class="col-sm">
2326
<h3 class="text-center">{{ .Title }}</h3>
@@ -42,6 +45,9 @@ <h3 class="text-center">{{ .Title }}</h3>
4245
{{ .Content }}
4346
</div>
4447
{{ end }}
48+
<div class="col-sm">
49+
<img src="images/asmo.jpg" class="float-right" alt="..." style="height:400px; width:auto;">
50+
</div>
4551
</div>
4652
{{ end }}
4753
</section>
@@ -56,7 +62,7 @@ <h2>{{ .Title }}</h2>
5662
<div class="col-6">
5763
<img src="images/map.png" class="img-fluid" alt="Responsive image">
5864
</div>
59-
<div class="col-4">
65+
<div class="col-4" style="">
6066
{{ .Content}}
6167
</div>
6268
</div>

static/css/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
h1 {
2+
font-size: 4em;
23
font-weight: 1000;
34
}
45

static/images/robot-hand.jpg

103 KB
Loading

0 commit comments

Comments
 (0)