Skip to content

Commit ad27a0e

Browse files
committed
update overall design
1 parent 3bd7523 commit ad27a0e

File tree

8 files changed

+14
-16
lines changed

8 files changed

+14
-16
lines changed
20.6 KB
Loading

assets/templates/listing-template.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,12 @@
157157
<header class="site-header site-header--small">
158158
<menu class="menu menu--header">
159159
<li class="menu-item">
160-
<img class="site-logo" src="./assets/img/0-Shared/logo/pba-logo-white.svg" />
160+
<img style="height: 2.5vw; border-radius: 50px; margin-right: 20px;" class="watermark-logo" src="{{{base}}}/assets/img/0-Shared/logo/openguild-logo.png"
161+
alt="PBA Logo">
162+
<h1> OpenRust</h1>
161163
</li>
162164
<li class="menu-item">
163-
<h1>PBA Slides</h1>
165+
<h1>PROGRAM SLIDES</h1>
164166
</li>
165167
</menu>
166168
</header>

assets/templates/slide-template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<header class="site-header">
4040
<!-- This logo is a link only on the watching server, not the production build -->
4141
<a href="{{{absoluteUrl}}}">
42-
<img style="height: 2.5vw;" class="watermark-logo" src="{{{base}}}/assets/img/0-Shared/logo/pba-logo-white.svg"
42+
<img style="height: 2.5vw;" class="watermark-logo" src="{{{base}}}/assets/img/0-Shared/logo/openguild-logo.png"
4343
alt="PBA Logo">
4444
</a>
4545
</header>

frontpage/assets/openguild-logo.png

20.6 KB
Loading

frontpage/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="utf-8" />
6-
<title>Polkadot Blockchain Academy</title>
6+
<title>OpenRust</title>
77
<link rel="stylesheet" href="./assets/PBA-theme.css" id="theme" />
88
<link rel="icon" href="./assets/favicon.svg" />
99
<link rel="shortcut icon" href="./assets/favicon.png" />
@@ -188,10 +188,10 @@
188188
<header class="site-header site-header--small">
189189
<menu class="menu menu--header">
190190
<li class="menu-item">
191-
<img class="site-logo" src="./assets/pba-logo-white.svg" />
191+
<img class="site-logo" style="height: 70px; width: 70px; border-radius: 50px;" src="./assets/openguild-logo.png" />
192192
</li>
193193
<li class="menu-item">
194-
<h1>PBA Slides</h1>
194+
<h1>PROGRAM INFORMATION</h1>
195195
</li>
196196
</menu>
197197
</header>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "polkadot-blockchain-academy",
33
"version": "1.0.0",
4-
"description": "Polkadot Blockchain Academy - Content",
4+
"description": "OpenRust - Content",
55
"license": "MIT",
66
"scripts": {
77
"dev": "reveal-md ./ --watch --absolute-url http://localhost:1948",

reveal-md.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
2-
"title": "Polkadot Blockchain Academy",
2+
"title": "OpenRust Course",
33
"theme": "assets/styles/PBA-theme.css",
4-
"css": [
5-
"assets/styles/custom-classes.css"
6-
],
4+
"css": ["assets/styles/custom-classes.css"],
75
"assetsDir": ".",
86
"separator": "\r?\n---\r?\n",
97
"verticalSeparator": "\r?\n---v\r?\n",
@@ -12,9 +10,7 @@
1210
"listingTemplate": "./assets/templates/listing-template.html",
1311
"host": "localhost",
1412
"staticDir": "build",
15-
"staticDirs": [
16-
"assets"
17-
],
13+
"staticDirs": ["assets"],
1814
"preprocessor": null,
1915
"glob": "**/*[Ss]lides.md"
2016
}

src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Polkadot Blockchain Academy - Agenda</title>
6+
<title>OpenRust Course made by OpenGuild</title>
77
</head>
88
<body>
99
<div id="root"></div>

0 commit comments

Comments
 (0)