File tree Expand file tree Collapse file tree 8 files changed +14
-16
lines changed Expand file tree Collapse file tree 8 files changed +14
-16
lines changed Original file line number Diff line number Diff line change 157
157
< header class ="site-header site-header--small ">
158
158
< menu class ="menu menu--header ">
159
159
< 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 >
161
163
</ li >
162
164
< li class ="menu-item ">
163
- < h1 > PBA Slides </ h1 >
165
+ < h1 > PROGRAM SLIDES </ h1 >
164
166
</ li >
165
167
</ menu >
166
168
</ header >
Original file line number Diff line number Diff line change 39
39
< header class ="site-header ">
40
40
<!-- This logo is a link only on the watching server, not the production build -->
41
41
< 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 "
43
43
alt ="PBA Logo ">
44
44
</ a >
45
45
</ header >
Original file line number Diff line number Diff line change 3
3
4
4
< head >
5
5
< meta charset ="utf-8 " />
6
- < title > Polkadot Blockchain Academy </ title >
6
+ < title > OpenRust </ title >
7
7
< link rel ="stylesheet " href ="./assets/PBA-theme.css " id ="theme " />
8
8
< link rel ="icon " href ="./assets/favicon.svg " />
9
9
< link rel ="shortcut icon " href ="./assets/favicon.png " />
188
188
< header class ="site-header site-header--small ">
189
189
< menu class ="menu menu--header ">
190
190
< 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 " />
192
192
</ li >
193
193
< li class ="menu-item ">
194
- < h1 > PBA Slides </ h1 >
194
+ < h1 > PROGRAM INFORMATION </ h1 >
195
195
</ li >
196
196
</ menu >
197
197
</ header >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " polkadot-blockchain-academy" ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " Polkadot Blockchain Academy - Content" ,
4
+ "description" : " OpenRust - Content" ,
5
5
"license" : " MIT" ,
6
6
"scripts" : {
7
7
"dev" : " reveal-md ./ --watch --absolute-url http://localhost:1948" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "title" : " Polkadot Blockchain Academy " ,
2
+ "title" : " OpenRust Course " ,
3
3
"theme" : " assets/styles/PBA-theme.css" ,
4
- "css" : [
5
- " assets/styles/custom-classes.css"
6
- ],
4
+ "css" : [" assets/styles/custom-classes.css" ],
7
5
"assetsDir" : " ." ,
8
6
"separator" : " \r ?\n ---\r ?\n " ,
9
7
"verticalSeparator" : " \r ?\n ---v\r ?\n " ,
12
10
"listingTemplate" : " ./assets/templates/listing-template.html" ,
13
11
"host" : " localhost" ,
14
12
"staticDir" : " build" ,
15
- "staticDirs" : [
16
- " assets"
17
- ],
13
+ "staticDirs" : [" assets" ],
18
14
"preprocessor" : null ,
19
15
"glob" : " **/*[Ss]lides.md"
20
16
}
Original file line number Diff line number Diff line change 1
- <!doctype html>
1
+ <!DOCTYPE html>
2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="UTF-8 " />
5
5
< 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 >
7
7
</ head >
8
8
< body >
9
9
< div id ="root "> </ div >
You can’t perform that action at this time.
0 commit comments