Skip to content

Commit 9d75700

Browse files
authored
Add Vue Mastery Banner for Vue 3 Deep Dive course promotion (#2627)
1 parent 213eb0e commit 9d75700

File tree

14 files changed

+579
-9
lines changed

14 files changed

+579
-9
lines changed

src/images/flares.svg

Lines changed: 21 additions & 0 deletions
Loading

src/images/logo-vuemastery.svg

Lines changed: 22 additions & 0 deletions
Loading

src/images/planet.svg

Lines changed: 72 additions & 0 deletions
Loading

src/images/stars.svg

Lines changed: 45 additions & 0 deletions
Loading

themes/vue/layout/layout.ejs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,12 @@
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') %>
9394
<div id="mobile-bar" <%- isIndex ? 'class="top"' : '' %>>
94-
<a class="menu-button blm"></a>
95+
<!-- <a class="menu-button blm"></a> -->
96+
<a class="menu-button"></a>
9597
<a class="logo" href="/"></a>
96-
<a class="blm-mobile" href="/#">#BlackLivesMatter</a>
98+
<!-- <a class="blm-mobile" href="https://support.eji.org/give/153413/#!/donation/checkout" rel="noreferrer" target="_blank">#BlackLivesMatter</a> -->
9799
</div>
98100
<%- partial('partials/header') %>
99101
<% 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)