Skip to content

Commit a6a1560

Browse files
committed
Updated landing page
1 parent a0f7e8a commit a6a1560

File tree

7 files changed

+139
-29
lines changed

7 files changed

+139
-29
lines changed

mmg_website/Gemfile.lock

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ GEM
3535
jekyll-feed (0.17.0)
3636
jekyll (>= 3.7, < 5.0)
3737
jekyll-paginate (1.1.0)
38+
jekyll-remote-theme (0.4.3)
39+
addressable (~> 2.0)
40+
jekyll (>= 3.5, < 5.0)
41+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
42+
rubyzip (>= 1.3.0, < 3.0)
3843
jekyll-sass-converter (3.0.0)
3944
sass-embedded (~> 1.54)
4045
jekyll-seo-tag (2.8.0)
@@ -46,13 +51,6 @@ GEM
4651
jekyll (>= 3.6, < 5.0)
4752
nokogiri (~> 1.6)
4853
rainbow (~> 3.0)
49-
jekyll-theme-yat (1.10.0)
50-
jekyll (> 3.5, < 5.0)
51-
jekyll-feed (~> 0.9)
52-
jekyll-paginate (~> 1.1)
53-
jekyll-seo-tag (~> 2.1)
54-
jekyll-sitemap (~> 1.3)
55-
jekyll-spaceship (~> 0.2)
5654
jekyll-watch (2.2.1)
5755
listen (~> 3.0)
5856
kramdown (2.5.1)
@@ -64,6 +62,10 @@ GEM
6462
rb-fsevent (~> 0.10, >= 0.10.3)
6563
rb-inotify (~> 0.9, >= 0.9.10)
6664
mercenary (0.4.0)
65+
minima (2.5.2)
66+
jekyll (>= 3.5, < 5.0)
67+
jekyll-feed (~> 0.9)
68+
jekyll-seo-tag (~> 2.1)
6769
nokogiri (1.17.2-x86_64-linux)
6870
racc (~> 1.4)
6971
pathutil (0.16.2)
@@ -77,6 +79,7 @@ GEM
7779
ffi (~> 1.0)
7880
rexml (3.4.0)
7981
rouge (4.5.1)
82+
rubyzip (2.4.1)
8083
safe_yaml (1.0.5)
8184
sass-embedded (1.69.5)
8285
google-protobuf (~> 3.23)
@@ -93,7 +96,12 @@ DEPENDENCIES
9396
http_parser.rb (~> 0.6.0)
9497
jekyll (~> 4.3.4)
9598
jekyll-feed (~> 0.12)
96-
jekyll-theme-yat
99+
jekyll-paginate (~> 1.1)
100+
jekyll-remote-theme
101+
jekyll-seo-tag (~> 2.1)
102+
jekyll-sitemap (~> 1.3)
103+
jekyll-spaceship (~> 0.2)
104+
minima (~> 2.5)
97105
tzinfo (>= 1, < 3)
98106
tzinfo-data
99107
wdm (~> 0.1)

mmg_website/_config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@ remote_theme: "jeffreytse/jekyll-theme-yat"
4242
plugins:
4343
- jekyll-remote-theme
4444

45+
# If you want to link only specific pages in your header, uncomment
46+
# this and add the path to the pages in order as they should show up
47+
header_pages:
48+
- index.html
49+
- research_themes.html
50+
- activities.html
51+
- publications.html
52+
- about_us.html
53+
- collaborators.html
54+
4555
# Exclude from processing.
4656
# The following items will not be processed, by default.
4757
# Any item listed under the `exclude:` key here will be automatically added to
605 KB
Binary file not shown.
10.3 KB
Loading
24.9 KB
Loading

mmg_website/index.html renamed to mmg_website/dummy.html

Lines changed: 47 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,52 @@
1-
---
2-
layout: default
3-
---
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Document</title>
7+
<style>
8+
p {
9+
margin: 0;
10+
}
11+
h4 {
12+
margin: 0.5rem 0px;
13+
}
14+
.erasmus-call {
15+
display: flex;
16+
justify-content: start;
17+
align-items: center;
18+
column-gap: 0.5rem;
19+
}
20+
/* .erasmus-call img {
21+
padding: 0;
22+
margin: 0;
23+
} */
424

25+
.erasmus-call .unican-logo {
26+
width: 80px;
27+
}
28+
.erasmus-call .tuk-logo {
29+
width: 80px;
30+
}
31+
.erasmus23 {
32+
width: 100%;
33+
}
34+
</style>
35+
</head>
536
<body>
6-
<h2>Hello there &#128400;</h2>
7-
<br>
837
<h1>Welcome to Materials Modelling Group</h1>
9-
<h2>Erasmus+ Call</h2>
38+
39+
<div class="erasmus">
40+
41+
</div>
42+
43+
<div class="erasmus-call">
44+
<h2>Erasmus+ Call</h2>
45+
<img src="assets/images/pictures/tuk-logo.webp" class="tuk-logo" alt="">
46+
<img src="assets/images/pictures/unican-logo.jpg" class="unican-logo" alt="">
47+
</div>
48+
49+
<img src="assets/images/pictures/Erasmus-photo-2023.jfif" class="erasmus23" alt="">
1050
<p>
1151
The <a href="https://materials-modelling-group.github.io/">Materials Modeling Group</a>
1252
of the Department of Physics, Earth and Environment Science at The Technical
@@ -35,15 +75,5 @@ <h4>Applications and More Information</h4>
3575
<a href="mailto:[email protected]">[email protected]</a>.
3676
</p>
3777

38-
3978
</body>
40-
41-
<!-- ---
42-
# Feel free to add content and custom Front Matter to this file.
43-
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
44-
45-
layout: home
46-
title: Home
47-
banner: "/assets/images/banners/home.jpeg"
48-
--- -->
49-
79+
</html>

mmg_website/index.markdown

Lines changed: 66 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,74 @@ layout: default
77

88
<html lang="en">
99
<head>
10-
<meta charset="UTF-8">
11-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
10+
<style>
11+
p {
12+
margin: 0.8rem;
13+
font-size: 1rem;
14+
}
15+
h4 {
16+
margin: 0.5rem 0px;
17+
}
18+
.erasmus-call {
19+
display: flex;
20+
justify-content: space-between;
21+
align-items: center;
22+
}
23+
.erasmus-call .unican-logo {
24+
width: 80px;
25+
}
26+
.erasmus-call .tuk-logo {
27+
width: 80px;
28+
}
29+
.erasmus23 {
30+
width: 100%;
31+
}
32+
</style>
1233
</head>
1334
<body>
14-
<h2>Hello there &#128400;</h2>
15-
<br>
1635
<h1>Welcome to Materials Modelling Group</h1>
36+
37+
<div class="container">
38+
<h2>Erasmus+ Call</h2>
39+
<p>
40+
The <a href="https://materials-modelling-group.github.io/">Materials Modeling Group</a>
41+
of the Department of Physics, Earth and Environment Science at The Technical
42+
University of Kenya, has been nominated to participate in an Erasmus Mundus
43+
research mobility grant in partnership with University of Cantabria in Spain.
44+
A call for expression of interest for participation is made with the
45+
following requirements:
46+
</p>
47+
<img src="assets/images/pictures/Erasmus-photo-2023.jfif" class="erasmus23" alt="">
48+
49+
<h4>Applicant Profile</h4>
50+
<p>Students at their first year Msc in Physics or equivalent and above can apply,
51+
with a demonstrable interest and knowledge of materials modeling and a continuing
52+
interest in Computational Physics. A strong knowledge and experience in using the
53+
Linux environment, as well as working with peers will be a benefit. Students
54+
located in TU-K are encouraged to apply.
55+
</p>
56+
57+
<h4>Activities and Outcomes</h4>
58+
<p>The program during the year, will involve active participation in research and academic
59+
activities, including a visit to a research collaborator. During the research visit to
60+
collaborators, the beneficiary’s costs will be covered by the program’s budget.
61+
</p>
62+
63+
<h4>Applications and More Information</h4>
64+
<p>Please send your CV and relevant documentation of your academic qualifications to
65+
<a href="mailto:[email protected]">[email protected]</a>.
66+
</p>
67+
68+
<div class="erasmus-call">
69+
<img src="assets/images/pictures/tuk-logo.webp" class="tuk-logo" alt="">
70+
<img src="assets/images/pictures/unican-logo.jpg" class="unican-logo" alt="">
71+
</div>
72+
73+
</div>
74+
75+
76+
77+
78+
1779
</body>
1880
</html>

0 commit comments

Comments
 (0)