Skip to content

Revert "Add Vue Mastery Banner for the Evan You Vue 3 Deep Dive course promotion" #2630

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions src/images/flares.svg

This file was deleted.

22 changes: 0 additions & 22 deletions src/images/logo-vuemastery.svg

This file was deleted.

72 changes: 0 additions & 72 deletions src/images/planet.svg

This file was deleted.

45 changes: 0 additions & 45 deletions src/images/stars.svg

This file was deleted.

6 changes: 2 additions & 4 deletions themes/vue/layout/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,10 @@
<script type="text/javascript" defer="defer" src="https://extend.vimeocdn.com/ga/72160148.js"></script>
</head>
<body class="<%- isIndex ? '' : 'docs' -%>">
<%- partial('partials/vuemastery_banner.ejs') %>
<div id="mobile-bar" <%- isIndex ? 'class="top"' : '' %>>
<!-- <a class="menu-button blm"></a> -->
<a class="menu-button"></a>
<a class="menu-button blm"></a>
<a class="logo" href="/"></a>
<!-- <a class="blm-mobile" href="https://support.eji.org/give/153413/#!/donation/checkout" rel="noreferrer" target="_blank">#BlackLivesMatter</a> -->
<a class="blm-mobile" href="/#">#BlackLivesMatter</a>
</div>
<%- partial('partials/header') %>
<% if (!isIndex) { %>
Expand Down
4 changes: 2 additions & 2 deletions themes/vue/layout/partials/header.ejs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div>
<!-- <div id="blm">
<div id="blm">
<span id="blm-hashtag">#B<span>lack</span>L<span>ives</span>M<span>atter</span></span>
<a href="https://support.eji.org/give/153413/#!/donation/checkout" target="_blank" rel="noreferrer" id="blm-link">Support the Equal Justice Initiative.</a>
</div> -->
</div>

<header id="header">
<a id="logo" href="<%- url_for("/") %>">
Expand Down
Loading