Skip to content

Commit 2f639ec

Browse files
committed
minor update
1 parent a1d985f commit 2f639ec

File tree

8 files changed

+32
-11
lines changed

8 files changed

+32
-11
lines changed

mmg_website/_config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020

2121
title: Materials Modelling Group
2222
23-
description: >- # this means to ignore newlines until "baseurl:"
24-
Write an awesome description for your new site here. You can edit this
25-
line in _config.yml. It will appear in your document head meta (for
26-
Google search results) and in your feed.xml site description.
23+
# description: >- # this means to ignore newlines until "baseurl:"
24+
# Write an awesome description for your new site here. You can edit this
25+
# line in _config.yml. It will appear in your document head meta (for
26+
# Google search results) and in your feed.xml site description.
2727
baseurl: "" # the subpath of your site, e.g. /blog
2828
url: "" # the base hostname & protocol for your site, e.g. http://example.com
29-
twitter_username: jekyllrb
30-
github_username: jekyll
29+
# twitter_username: jekyllrb
30+
# github_username: jekyll
3131

3232
# Build settings
3333
# theme: minima

mmg_website/_posts/2025-01-24-welcome-to-jekyll.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: "Welcome to Jekyll!"
3+
title: "Welcome to Materials modelling group"
44
date: 2025-01-24 14:51:57 +0300
55
categories: jekyll update
66
---

mmg_website/about_us.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: about
2+
layout: default
33
title: About Us
44
---
55

@@ -38,7 +38,7 @@ <h1> {{ page.title }} </h1>
3838
<h2> Our members </h2>
3939
<div class="members-container">
4040
<div class="member">
41-
<img src="/pictures/ProfGeorgeAmolo.JPG" alt="Prof. George Amolo" >
41+
<img src="/pictures/amolo-go-passport.jpg" alt="Prof. George Amolo" >
4242
<br>
4343
<b>Prof. George Amolo</b>
4444
</div>
@@ -86,7 +86,7 @@ <h2> Our members </h2>
8686
</div>
8787
<!--%%%%%%%%%%%%-->
8888
<div class="member">
89-
<img src="/pictures/Lady.jpeg" alt="Leah Wairimu">
89+
<img src="/pictures/LeahWairimu.jpg" alt="Leah Wairimu">
9090
<br>
9191
<b>Leah Wairimu</b>
9292
</div>

mmg_website/collaborators.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: about
2+
layout: default
33
title: Collaborators
44
---
55

mmg_website/index.markdown

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,24 @@
44

55
layout: home
66
---
7+
8+
<html lang="en">
9+
<head>
10+
<meta charset="UTF-8">
11+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
12+
<style>
13+
body{
14+
background-image: url(/pictures/background_Photo.png);
15+
background-position: center;
16+
background-repeat: no-repeat;
17+
background-attachment: scroll;
18+
background-size: 70% 100%;
19+
}
20+
</style>
21+
</head>
22+
<body>
23+
<!-- <h1>Welcome to Materials Modelling group</h1>
24+
<br> -->
25+
<h4>Hello there :)</h4>
26+
</body>
27+
</html>
23.4 KB
Loading
125 KB
Loading
261 KB
Loading

0 commit comments

Comments
 (0)