Skip to content

Commit 32d4457

Browse files
committed
Change in layout
1 parent 2f639ec commit 32d4457

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

mmg_website/index.markdown

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,17 @@
22
# Feel free to add content and custom Front Matter to this file.
33
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
44

5-
layout: home
5+
layout: default
66
---
77

88
<html lang="en">
99
<head>
1010
<meta charset="UTF-8">
1111
<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>
2112
</head>
2213
<body>
23-
<!-- <h1>Welcome to Materials Modelling group</h1>
24-
<br> -->
25-
<h4>Hello there :)</h4>
14+
<h2>Hello there &#128400;</h2>
15+
<br>
16+
<h1>Welcome to Materials Modelling Group</h1>
2617
</body>
2718
</html>

0 commit comments

Comments
 (0)