Skip to content

Commit

Permalink
Merge pull request #47 from RSEToolkit/dev
Browse files Browse the repository at this point in the history
Update web design and simply content
  • Loading branch information
elichad authored Sep 26, 2023
2 parents df0a1b0 + 74d732d commit 214f34b
Show file tree
Hide file tree
Showing 364 changed files with 6,559 additions and 79,706 deletions.
26 changes: 4 additions & 22 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,25 +1,7 @@
---
layout: page
permalink: /404.html
layout: default
title: Page not found
category: Error 404
---

<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>

<div class="container">
<h1>404</h1>

<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
The requested page could not be found
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.4)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
colorator (1.1.0)
concurrent-ruby (1.2.2)
Expand All @@ -10,12 +10,12 @@ GEM
http_parser.rb (~> 0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
ffi (1.15.5)
ffi (1.15.5-x64-mingw32)
ffi (1.16.1)
ffi (1.16.1-x64-mingw32)
forwardable-extended (2.6.0)
google-protobuf (3.23.3-arm64-darwin)
google-protobuf (3.23.3-x64-mingw32)
google-protobuf (3.23.3-x86_64-linux)
google-protobuf (3.23.4-arm64-darwin)
google-protobuf (3.23.4-x64-mingw32)
google-protobuf (3.23.4-x86_64-linux)
http_parser.rb (0.8.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -58,12 +58,12 @@ GEM
jekyll-seo-tag (~> 2.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.1)
public_suffix (5.0.3)
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rexml (3.2.6)
rouge (3.30.0)
safe_yaml (1.0.5)
sass-embedded (1.58.3)
Expand Down
117 changes: 34 additions & 83 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,170 +3,121 @@
<div class=" row">
<div class="col-md-3 mb-4 ms-auto">
<div>
<a href="">
<i class="fa fa-2x fa-graduation-cap me-1 mb-3 footer-logo"></i>
<a href="{% link index.md %}">
<img src="../assets/img/logo-dark.png" class="mb-3 footer-logo" alt="">
</a>
<h6 class="font-weight-bolder mb-4">RSE Competencies Toolkit</h6>
</div>
<div>
<ul class="d-flex flex-row ms-n3 nav">
<li class="nav-item">
<a class="nav-link pe-1" href="https://www.facebook.com/CreativeTim" target="_blank">
<i class="fab fa-facebook text-lg opacity-8"></i>
<a class="nav-link pe-1" href="https://ukrse.slack.com/archives/C05CY0YFWEL">
<i class="fa fa-slack text-lg opacity-8"></i>
</a>
</li>

<li class="nav-item">
<a class="nav-link pe-1" href="https://twitter.com/creativetim" target="_blank">
<i class="fab fa-twitter text-lg opacity-8"></i>
</a>
</li>

<li class="nav-item">
<a class="nav-link pe-1" href="https://dribbble.com/creativetim" target="_blank">
<i class="fab fa-dribbble text-lg opacity-8"></i>
</a>
</li>


<li class="nav-item">
<a class="nav-link pe-1" href="https://github.com/creativetimofficial" target="_blank">
<a class="nav-link pe-1" href="https://github.com/RSEToolkit/rse-competencies-toolkit">
<i class="fab fa-github text-lg opacity-8"></i>
</a>
</li>

<li class="nav-item">
<a class="nav-link pe-1" href="https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w" target="_blank">
<i class="fab fa-youtube text-lg opacity-8"></i>
<a class="nav-link pe-1" href="https://groups.google.com/g/rse-competencies-toolkit">
<i class="fa fa-envelope text-lg opacity-8"></i>
</a>
</li>
</ul>
</div>
</div>



<div class="col-md-2 col-sm-6 col-6 mb-4">
<div>
<h6 class="text-sm">Company</h6>
<h6 class="text-sm">Get involved</h6>
<ul class="flex-column ms-n3 nav">
<li class="nav-item">
<a class="nav-link" href="https://www.creative-tim.com/presentation" target="_blank">
About Us
</a>
</li>

<li class="nav-item">
<a class="nav-link" href="https://www.creative-tim.com/templates/free" target="_blank">
Freebies
<a class="nav-link" href="https://ukrse.slack.com/archives/C05CY0YFWEL">
Slack Channel
</a>
</li>

<li class="nav-item">
<a class="nav-link" href="https://www.creative-tim.com/templates/premium" target="_blank">
Premium Tools
<a class="nav-link" href="https://groups.google.com/g/rse-competencies-toolkit">
Google Groups
</a>
</li>

<li class="nav-item">
<a class="nav-link" href="https://www.creative-tim.com/blog" target="_blank">
Blog
<a class="nav-link" href="https://github.com/RSEToolkit/rse-competencies-toolkit/issues">
Github Issues
</a>
</li>
</ul>
</div>
</div>

<div class="col-md-2 col-sm-6 col-6 mb-4">
<div>
<h6 class="text-sm">Resources</h6>
<ul class="flex-column ms-n3 nav">
<li class="nav-item">
<a class="nav-link" href="https://iradesign.io/" target="_blank">
Illustrations
<a class="nav-link"
href="https://github.com/RSEToolkit/rse-competencies-toolkit/blob/main/_data/skills.json">
Skills Framework
</a>
</li>

<li class="nav-item">
<a class="nav-link" href="https://www.creative-tim.com/bits" target="_blank">
Bits & Snippets
</a>
</li>

<li class="nav-item">
<a class="nav-link" href="https://www.creative-tim.com/affiliates/new" target="_blank">
Affiliate Program
<a class="nav-link"
href="https://docs.google.com/spreadsheets/d/1bHagH4hibAlPJ1inuaZMu-0tmNtjXoJeVPzGFwwWh0U/edit?usp=sharing">
Development Resources
</a>
</li>
</ul>
</div>
</div>

<div class="col-md-2 col-sm-6 col-6 mb-4">
<div>
<h6 class="text-sm">Help & Support</h6>
<h6 class="text-sm">Project</h6>
<ul class="flex-column ms-n3 nav">
<li class="nav-item">
<a class="nav-link" href="https://www.creative-tim.com/contact-us" target="_blank">
Contact Us
</a>
</li>

<li class="nav-item">
<a class="nav-link" href="https://www.creative-tim.com/knowledge-center" target="_blank">
Knowledge Center
</a>
</li>

<li class="nav-item">
<a class="nav-link" href="https://services.creative-tim.com/?ref=ct-mk2-footer" target="_blank">
Custom Development
<a class="nav-link" href="{% link about.md %}">
About Us
</a>
</li>

<li class="nav-item">
<a class="nav-link" href="https://www.creative-tim.com/sponsorships" target="_blank">
Sponsorships
<a class="nav-link" href="{% link about.md %}#important-links">
Useful Links
</a>
</li>

</ul>
</div>
</div>

<div class="col-md-2 col-sm-6 col-6 mb-4 me-auto">
<div>
<h6 class="text-sm">Legal</h6>
<ul class="flex-column ms-n3 nav">
<li class="nav-item">
<a class="nav-link" href="https://www.creative-tim.com/knowledge-center/terms-of-service" target="_blank">
<a class="nav-link" href="#">
Terms & Conditions
</a>
</li>

<li class="nav-item">
<a class="nav-link" href="https://www.creative-tim.com/knowledge-center/privacy-policy" target="_blank">
<a class="nav-link" href="#">
Privacy Policy
</a>
</li>

<li class="nav-item">
<a class="nav-link" href="https://www.creative-tim.com/license" target="_blank">
Licenses (EULA)
<a class="nav-link" href="https://github.com/RSEToolkit/rse-competencies-toolkit/tree/main#license">
Licenses
</a>
</li>
</ul>
</div>
</div>

<div class="col-12">
<div class="text-center">
<p class="text-dark my-4 text-sm font-weight-normal">
All rights reserved. Copyright ©
<script>document.write(new Date().getFullYear())</script> RSE Competencies Toolkit.
All rights reserved. Copyright &copy;
<script>
document.write(new Date().getFullYear())
</script> RSE Competencies Toolkit.
</p>
</div>
</div>
</div>
</div>
</footer>
</footer>
1 change: 1 addition & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<script src="https://kit.fontawesome.com/42d5adcbca.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round" rel="stylesheet">
<link rel="stylesheet" href="{{ '/assets/css/material-kit.css?v=3.0.4' | relative_url }}">
<link rel="stylesheet" href="{{ '/assets/css/app.css?v=3.0.4' | relative_url }}">

<script src="{{ '/assets/js/charts/charts.min.js' | relative_url }}"></script>
<script src="{{ '/assets/js/charts/skills_chart.js' | relative_url }}"></script>
Expand Down
Loading

0 comments on commit 214f34b

Please sign in to comment.