Browse Source

Fixed css and changed footer

master
Marcel Haazen 6 years ago
parent
commit
ace50d8615
4 changed files with 5 additions and 8 deletions
  1. +1
    -1
      about.html
  2. +1
    -1
      contact.html
  3. +2
    -5
      css/style.css
  4. +1
    -1
      index.html

+ 1
- 1
about.html View File

@ -60,7 +60,7 @@
<div class="row"> <div class="row">
<div class="large-12 columns"> <div class="large-12 columns">
<foot> <foot>
© 2015 - <script>document.write(new Date().getFullYear())</script> <b>Marcel Haazen</b> All Rights Reserved · Logo Design by <a href="https://www.pmlogos.com"><img src="https://res.cloudinary.com/haazen/image/upload/PMLogos.png" alt="PMLogos" /></a> · Vector Design by <a href="https://www.instagram.com/apex.predator.ig/"><img src="https://res.cloudinary.com/haazen/image/upload/apex_Logo.png" alt="Apex Predator" class ="apex"/></a>
© 2015 - <script>document.write(new Date().getFullYear())</script> <b>Marcel Haazen</b> All Rights Reserved · Logo Design by <a href="https://www.pmlogos.com"><img src="https://res.cloudinary.com/haazen/image/upload/PMLogos.png" alt="PMLogos" /></a> · Vector Design by <a href="https://www.instagram.com/apex.predator.ig/"><img src="https://res.cloudinary.com/haazen/image/upload/apex_Logo.png" alt="Apex Predator"/></a>
</foot> </foot>
</div> </div>
</div> </div>

+ 1
- 1
contact.html View File

@ -75,7 +75,7 @@
<div class="row"> <div class="row">
<div class="large-12 columns"> <div class="large-12 columns">
<foot> <foot>
© 2015 - <script>document.write(new Date().getFullYear())</script> <b>Marcel Haazen</b> All Rights Reserved · Logo Design by <a href="https://www.pmlogos.com"><img src="https://res.cloudinary.com/haazen/image/upload/PMLogos.png" alt="PMLogos" /></a>
© 2015 - <script>document.write(new Date().getFullYear())</script> <b>Marcel Haazen</b> All Rights Reserved · Logo Design by <a href="https://www.pmlogos.com"><img src="https://res.cloudinary.com/haazen/image/upload/PMLogos.png" alt="PMLogos" /></a> · Vector Design by <a href="https://www.instagram.com/apex.predator.ig/"><img src="https://res.cloudinary.com/haazen/image/upload/apex_Logo.png" alt="Apex Predator"/></a>
</foot> </foot>
</div> </div>
</div> </div>

+ 2
- 5
css/style.css View File

@ -246,7 +246,7 @@ footer .row {
} }
foot img { foot img {
width: 5%;
height: 1.5rem;
margin-top: -3px; margin-top: -3px;
opacity: .4; opacity: .4;
} }
@ -689,7 +689,7 @@ elements .clearing-thumbs img:hover {
margin-top: 10px; margin-top: 10px;
} }
foot img { foot img {
width: 13%;
height: 1.5rem;
} }
about li { about li {
margin-bottom: 30px; margin-bottom: 30px;
@ -725,7 +725,4 @@ elements .clearing-thumbs img:hover {
font-size: 1.4em; font-size: 1.4em;
margin: 0px 0px 10px 0px; margin: 0px 0px 10px 0px;
border: 2px solid #ccc; border: 2px solid #ccc;
}
img.apex {
width: 2.5%;
} }

+ 1
- 1
index.html View File

@ -91,7 +91,7 @@
<div class="row"> <div class="row">
<div class="large-12 columns"> <div class="large-12 columns">
<foot> <foot>
© 2015 - <script>document.write(new Date().getFullYear())</script> <b>Marcel Haazen</b> All Rights Reserved · Logo Design by <a href="https://www.pmlogos.com"><img src="https://res.cloudinary.com/haazen/image/upload/PMLogos.png" alt="PMLogos" /></a>
© 2015 - <script>document.write(new Date().getFullYear())</script> <b>Marcel Haazen</b> All Rights Reserved · Logo Design by <a href="https://www.pmlogos.com"><img src="https://res.cloudinary.com/haazen/image/upload/PMLogos.png" alt="PMLogos" /></a> · Vector Design by <a href="https://www.instagram.com/apex.predator.ig/"><img src="https://res.cloudinary.com/haazen/image/upload/apex_Logo.png" alt="Apex Predator"/></a>
</foot> </foot>
</div> </div>
</div> </div>

Loading…
Cancel
Save