Skip to content
Open
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
13 changes: 0 additions & 13 deletions CREDITS.md

This file was deleted.

2 changes: 1 addition & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2392,7 +2392,7 @@ body {
padding-top: 3.25rem; }
body:before {
content: ' ';
background-image: url(../../images/bg.jpg);
background-color: #ff5733;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
Expand Down
4 changes: 2 additions & 2 deletions assets/sass/layout/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

&:before {
content: ' ';
background-image: url(../../images/bg.jpg);
background-color: #ff5733;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
Expand Down Expand Up @@ -110,4 +110,4 @@
#header {
min-width: 320px;
}
}
}
4 changes: 2 additions & 2 deletions examples/elements.html
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ <h4>Magna sed ipsum</h4>
</section>
</div>
<div class="copyright">
&copy; Untitled. Photos <a href="https://unsplash.co">Unsplash</a>, Video <a href="https://coverr.co">Coverr</a>.
&copy; Viking Robotics Society
</div>
</div>
</footer>
Expand All @@ -512,4 +512,4 @@ <h4>Magna sed ipsum</h4>
<script src="assets/js/main.js"></script>

</body>
</html>
</html>
4 changes: 2 additions & 2 deletions examples/generic.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h4>Magna sed ipsum</h4>
</section>
</div>
<div class="copyright">
&copy; Untitled. Photos <a href="https://unsplash.co">Unsplash</a>, Video <a href="https://coverr.co">Coverr</a>.
&copy; Viking Robotics Society
</div>
</div>
</footer>
Expand All @@ -95,4 +95,4 @@ <h4>Magna sed ipsum</h4>
<script src="assets/js/main.js"></script>

</body>
</html>
</html>
Binary file removed images/bg.jpg
Binary file not shown.
Binary file removed images/cta01.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion parts/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</section>
</div>
<div class="copyright">
&copy; Viking Robotics Society. Photos <a href="https://unsplash.co">Unsplash</a>, Video <a href="https://coverr.co">Coverr</a>.
&copy; Viking Robotics Society
</div>
</div>
</footer>