Skip to content

Commit

Permalink
Remove edx logo from certificates (#5325)
Browse files Browse the repository at this point in the history
  • Loading branch information
annagav authored Apr 12, 2023
1 parent f33edf1 commit 3aee0b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 104 deletions.
64 changes: 0 additions & 64 deletions static/scss/certificate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -861,67 +861,3 @@
}
}
}

.wrapper-accomplishment-metadata {
box-sizing: border-box;


.accomplishment-metadata {
margin: 0 auto;
width: 100%;
padding: .5rem .5rem 1.5rem 1.5rem;
display: flex;
flex-wrap: wrap;
}

.accomplishment-metadata::before::after {
box-sizing: border-box;
}

@media (min-width: 1200px) {
.accomplishment-metadata {
max-width: 1600px;
}
}

.accomplishment-metadata-aboutplatform, .accomplishment-metadata-aboutcert {
position: relative;
width: 100%;
padding-right: 16px;
padding-left: 16px;
}

.accomplishment-metadata-aboutplatform::before::after, .accomplishment-metadata-aboutcert::before::after {
box-sizing: border-box;
}

@media (min-width: 768px) {
.accomplishment-metadata-aboutplatform {
flex: 0 0 50%;
max-width: 50%;
}
}

.accomplishment-metadata-title {
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.0625rem;
font-size: .875rem;
line-height: 1.5;
}

.accomplishment-metadata-copy {
font-size: .875rem;
line-height: 1.5;
font-family: "Inter","Helvetica Neue",Arial,sans-serif;
font-weight: 400;
color: #454545;
}

@media (min-width: 768px) {
.accomplishment-metadata-aboutcert {
flex: 0 0 50%;
max-width: 50%;
}
}
}
40 changes: 0 additions & 40 deletions ui/templates/certificate.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,6 @@ <h4 class="signatory-name">{{ signatory.name }}</h4>
</div>
<div id="cert_detail" class="wrapper-accomplishment-stamps">
<ul class="accomplishment-stamps copy-list">
<li class="accomplishment-stamp-platform">
<a class="img-link" href="http://edx.org">
<img class="logo-img" src="{% static 'images/edx_logo.svg' %}" alt="edX" />
</a>
</li>
<li class="accomplishment-stamp-date">
<span class="title">Verified Certificate</span>
<span class="copy-micro emphasized">Issued {{ certificate.created_on|date:"F j, Y" }}</span>
Expand All @@ -148,40 +143,5 @@ <h4 class="signatory-name">{{ signatory.name }}</h4>
</div>
</main>
</div>
<div class="wrapper-accomplishment-metadata no-print">
<div class="accomplishment-metadata">
<div class="accomplishment-metadata-bit accomplishment-metadata-aboutplatform">
<h3 class="accomplishment-metadata-title">
About edX
</h3>
<p class="accomplishment-metadata-copy">
<a href="https://www.edx.org"> edX</a> offers interactive online classes and
MOOCs from the world’s best universities, including MIT, Harvard, Berkeley, University of Texas,
and many others. edX is a non-profit online initiative created by founding partners Harvard and MIT.
</p>
</div>
<div class="accomplishment-metadata-bit accomplishment-metadata-aboutcert">
<h3 class="accomplishment-metadata-title">
{% if course_title %}
About edX Verified Certificates
{% else %}
About the edX MicroMasters credential
{% endif %}
</h3>
<p class="accomplishment-metadata-copy">
{% if course_title %}
An edX Verified Certificate signifies that the learner has agreed to abide by the edX honor code and
completed all of the required tasks of this course under its guidelines, as well as having their photo
ID checked to verify their identity.
{% else %}
An edX MicroMasters credential signifies that the learner has completed a group of courses that add up
to a rich understanding of an area of study. Completion of MicroMasters Programs requires that learners earn
<a href="https://www.edx.org/verified-certificate">Verified Certificates</a>
from each of the courses included in the Program.
{% endif %}
</p>
</div>
</div>
</div>
{% include "footer.html" %}
{% endblock %}

0 comments on commit 3aee0b3

Please sign in to comment.