mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2024-11-28 18:45:49 -05:00
Update header and footer to be less redundant
Fix "Scratch Foundation" link
This commit is contained in:
parent
e1d0009385
commit
fd76bec821
2 changed files with 6 additions and 8 deletions
|
@ -728,7 +728,7 @@ picture {
|
|||
display: block;
|
||||
margin: -3px 0 0 -1px; }
|
||||
.modal .modal-close:hover:after, .modal .modal-close:hover:before {
|
||||
background: #c2c9d1; }
|
||||
background: #c2cad1; }
|
||||
.modal .modal-close:before {
|
||||
-webkit-transform: rotate(-45deg);
|
||||
-moz-transform: rotate(-45deg);
|
||||
|
@ -907,7 +907,7 @@ article header h1 + p {
|
|||
#modal-template-warning .modal-close {
|
||||
background: #dfe3e7; }
|
||||
#modal-template-warning .modal-close:before, #modal-template-warning .modal-close:after {
|
||||
background: #556372; }
|
||||
background: #556472; }
|
||||
#modal-template-warning .modal-close:hover:before, #modal-template-warning .modal-close:hover:after {
|
||||
background: #3f4a55; }
|
||||
#modal-template-warning button {
|
||||
|
|
10
index.html
10
index.html
|
@ -12,11 +12,9 @@
|
|||
<div>
|
||||
<a href="#home"><h1 class="scratchx-logo"><span>ScratchX</span></h1></a>
|
||||
<nav class="main-nav">
|
||||
Related Sites:
|
||||
<ul>
|
||||
<li><a href="https://scratch.mit.edu/">Scratch</a></li>
|
||||
<li><a href="http://scratched.gse.harvard.edu">ScratchEd</a></li>
|
||||
<li><a href="http://www.scratchjr.org/">ScratchJr</a></li>
|
||||
<li><a href="#faq">FAQ</a></li>
|
||||
<li><a href="#extensions">See all Extensions</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
@ -214,7 +212,7 @@
|
|||
<li><a href="#privacy-policy">Privacy Policy</a></li>
|
||||
<li><a href="mailto:scratch-extensions@scratch.mit.edu">Contact Us</a></li>
|
||||
<li><a href="#faq">FAQ</a></li>
|
||||
<li><a href="https://scratch.mit.edu/discuss/48/">Forum</a></li>
|
||||
<li><a href="https://scratch.mit.edu/discuss/48/">Forums</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
@ -226,7 +224,7 @@
|
|||
<li><a href="http://www.scratchjr.org/">ScratchJr</a></li>
|
||||
<li><a href="https://scratch.mit.edu/conference/">Scratch Conference</a></li>
|
||||
<li><a href="http://day.scratch.mit.edu/">Scratch Day</a></li>
|
||||
<li><a href="http://codetolearn.org/">Code-to-Learn Foundation</a></li>
|
||||
<li><a href="http://codetolearn.org/">Scratch Foundation</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue