Skip to content

Commit 4826897

Browse files
Merge pull request #7 from splendidinternet/openmage
Openmage
2 parents d8bb6ed + 82b3f3f commit 4826897

388 files changed

Lines changed: 36963 additions & 5668 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_layouts/m1x.html

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,28 @@
1111
<title>{{ page.title }}</title>
1212
</head>
1313
<body>
14-
<a name="top"></a>
15-
<img src="{{ site.baseurl }}/common/images/m1x/m1xheader.png" width="1024" alt="header" />
16-
{% include m1x/eol_message.html %}
14+
<a name="top"></a>
15+
16+
<div class="site-title">
17+
<svg xmlns="http://www.w3.org/2000/svg" width="257" height="63" viewBox="0 0 257 63" style="margin-top:15px">
18+
<defs>
19+
<style>
20+
.ba{fill:#fb0e70;}
21+
.bb{fill:#fff;font-size:45px;}
22+
.bb,.bc{font-family:Poppins-SemiBold, Poppins;font-weight:600;letter-spacing:-0.05em;}
23+
.bc{fill:#707070;font-size:38px;}
24+
</style>
25+
</defs>
26+
<path class="ba" d="M0,0H34a8,8,0,0,1,8,8V42a0,0,0,0,1,0,0H0a0,0,0,0,1,0,0V0A0,0,0,0,1,0,0Z" transform="translate(11 5)"></path>
27+
<text class="bb" transform="translate(0 47)">
28+
<tspan x="0" y="0">m</tspan>
29+
</text>
30+
<text class="bc" transform="translate(56 42)">
31+
<tspan x="0" y="0">openmage</tspan>
32+
</text>
33+
</svg>
34+
<h4>{{ site.title }}</h4>
35+
</div>
1736
<h1>{{ page.title }}</h1>
1837
<div id="content">
1938
{{ content }}

_layouts/m1x_rest.html

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,26 @@
3131
</head>
3232
<body>
3333
<a name="top"></a>
34-
<img src="{{ site.baseurl }}/common/images/m1x/m1xheader.png" width="1024" alt="header" />
35-
{% include m1x/eol_message.html %}
34+
<div class="site-title">
35+
<svg xmlns="http://www.w3.org/2000/svg" width="257" height="63" viewBox="0 0 257 63" style="margin-top:15px">
36+
<defs>
37+
<style>
38+
.ba{fill:#fb0e70;}
39+
.bb{fill:#fff;font-size:45px;}
40+
.bb,.bc{font-family:Poppins-SemiBold, Poppins;font-weight:600;letter-spacing:-0.05em;}
41+
.bc{fill:#707070;font-size:38px;}
42+
</style>
43+
</defs>
44+
<path class="ba" d="M0,0H34a8,8,0,0,1,8,8V42a0,0,0,0,1,0,0H0a0,0,0,0,1,0,0V0A0,0,0,0,1,0,0Z" transform="translate(11 5)"></path>
45+
<text class="bb" transform="translate(0 47)">
46+
<tspan x="0" y="0">m</tspan>
47+
</text>
48+
<text class="bc" transform="translate(56 42)">
49+
<tspan x="0" y="0">openmage</tspan>
50+
</text>
51+
</svg>
52+
<h4>{{ site.title }}</h4>
53+
</div>
3654
<h1>{{ page.title }}</h1>
3755
<div id="content">
3856
<p><a href="{{ site.m1xgithuburl }}{{ page.url }}" target="_blank">Edit this page on GitHub <img src="{{ site.baseurl }}/common/images/github_icon.png" height="15px"></a></p>

_layouts/m1x_soap.html

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,26 @@
3131
</head>
3232
<body>
3333
<a name="top"></a>
34-
<img src="{{ site.baseurl }}/common/images/m1x/m1xheader.png" width="1024" alt="header" />
35-
{% include m1x/eol_message.html %}
34+
<div class="site-title">
35+
<svg xmlns="http://www.w3.org/2000/svg" width="257" height="63" viewBox="0 0 257 63" style="margin-top:15px">
36+
<defs>
37+
<style>
38+
.ba{fill:#fb0e70;}
39+
.bb{fill:#fff;font-size:45px;}
40+
.bb,.bc{font-family:Poppins-SemiBold, Poppins;font-weight:600;letter-spacing:-0.05em;}
41+
.bc{fill:#707070;font-size:38px;}
42+
</style>
43+
</defs>
44+
<path class="ba" d="M0,0H34a8,8,0,0,1,8,8V42a0,0,0,0,1,0,0H0a0,0,0,0,1,0,0V0A0,0,0,0,1,0,0Z" transform="translate(11 5)"></path>
45+
<text class="bb" transform="translate(0 47)">
46+
<tspan x="0" y="0">m</tspan>
47+
</text>
48+
<text class="bc" transform="translate(56 42)">
49+
<tspan x="0" y="0">openmage</tspan>
50+
</text>
51+
</svg>
52+
<h4>{{ site.title }}</h4>
53+
</div>
3654
<h1>{{ page.title }}</h1>
3755
<div id="content">
3856
<p><a href="{{ site.m1xgithuburl }}{{ page.url }}" target="_blank">Edit this page on GitHub <img src="{{ site.baseurl }}/common/images/github_icon.png" height="15px"></a></p>
8.55 KB
Binary file not shown.

common/css/poppins-v12-latin/poppins-v12-latin-600.svg

Lines changed: 322 additions & 0 deletions
Loading
15.7 KB
Binary file not shown.
10.4 KB
Binary file not shown.
7.8 KB
Binary file not shown.
8.43 KB
Binary file not shown.

common/css/poppins-v12-latin/poppins-v12-latin-regular.svg

Lines changed: 323 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)