Skip to content

Commit d0c8bf0

Browse files
Added team photo to About page
1 parent 2ba7b7f commit d0c8bf0

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

Diff for: _sass/base/general.sass

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pre
6363

6464
figcaption
6565
position: relative
66-
top: -20px
66+
top: 10px
6767
left: 0
6868
right: 0
6969
margin: 0 auto

Diff for: _sass/pages/page.sass

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
.about
99
img
10-
width: 50%
10+
width: 100%
1111
margin: 0 auto
1212
display: block

Diff for: about.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22
title: About
33
layout: page
44
---
5-
![Profile Image]({{ site.url }}/{{ site.picture }})
65

7-
<h1>PyCav </h1>
6+
<h1>About </h1>
7+
<figure>
8+
<img src="/assets/images/TeamPyCav.jpg" alt="Team PyCav">
9+
<figcaption>The PyCav team are Taketomo Isazawa, John Richer, Aidan Crilly, Sam Garrett , Jordan Osborn, Niall McConville, and Austen Lamacraft.</figcaption>
10+
</figure>
11+
12+
813

914
<p>The goal of PyCav is to unify computing in the Cambridge undergraduate Physics course under a single framework based on the Python programming language.</p>
1015

@@ -25,6 +30,4 @@ PyCav consists of four streams:
2530
</li>
2631
</ul>
2732

28-
The PyCav team are Aidan Crilly, Sam Garrett, Taketomo Isazawa, Jordan Osborn and Niall McConville.
29-
30-
PyCav is run by Austen Lamacraft and John Richer, with financial support from the teaching and learning innovation fund.
33+
Funding is provided by the [teaching and learning innovation fund](http://www.cctl.cam.ac.uk/support-and-training/funding/teaching-and-learning-innovation-fund).

Diff for: assets/images/TeamPyCav.jpg

1.07 MB
Loading

0 commit comments

Comments
 (0)