Skip to content

Commit a68c4bc

Browse files
authored
Revert "Add Vue Mastery Banner for Vue 3 Deep Dive course promotion (#2627)" (#2630)
This reverts commit 9d75700.
1 parent 9d75700 commit a68c4bc

File tree

14 files changed

+9
-579
lines changed

14 files changed

+9
-579
lines changed

src/images/flares.svg

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/images/logo-vuemastery.svg

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/images/planet.svg

Lines changed: 0 additions & 72 deletions
This file was deleted.

src/images/stars.svg

Lines changed: 0 additions & 45 deletions
This file was deleted.

themes/vue/layout/layout.ejs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,10 @@
9090
<script type="text/javascript" defer="defer" src="https://extend.vimeocdn.com/ga/72160148.js"></script>
9191
</head>
9292
<body class="<%- isIndex ? '' : 'docs' -%>">
93-
<%- partial('partials/vuemastery_banner.ejs') %>
9493
<div id="mobile-bar" <%- isIndex ? 'class="top"' : '' %>>
95-
<!-- <a class="menu-button blm"></a> -->
96-
<a class="menu-button"></a>
94+
<a class="menu-button blm"></a>
9795
<a class="logo" href="/"></a>
98-
<!-- <a class="blm-mobile" href="https://support.eji.org/give/153413/#!/donation/checkout" rel="noreferrer" target="_blank">#BlackLivesMatter</a> -->
96+
<a class="blm-mobile" href="/#">#BlackLivesMatter</a>
9997
</div>
10098
<%- partial('partials/header') %>
10199
<% if (!isIndex) { %>

themes/vue/layout/partials/header.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<div>
2-
<!-- <div id="blm">
2+
<div id="blm">
33
<span id="blm-hashtag">#B<span>lack</span>L<span>ives</span>M<span>atter</span></span>
44
<a href="https://support.eji.org/give/153413/#!/donation/checkout" target="_blank" rel="noreferrer" id="blm-link">Support the Equal Justice Initiative.</a>
5-
</div> -->
5+
</div>
66

77
<header id="header">
88
<a id="logo" href="<%- url_for("/") %>">

0 commit comments

Comments
 (0)