Skills rearranging
This commit is contained in:
parent
a6293a4052
commit
65eaf07352
2 changed files with 7 additions and 8 deletions
|
@ -8,7 +8,7 @@
|
|||
background-color: get-light-color('bg-primary') !important;
|
||||
height: -moz-fit-content;
|
||||
height: fit-content;
|
||||
padding: 0.7rem;
|
||||
padding: 0.625rem;
|
||||
padding-bottom: 0rem;
|
||||
// border-bottom: 0.0625rem solid rgba(get-light-color('accent-color'), 0.4);
|
||||
|
||||
|
@ -53,7 +53,6 @@ html[data-theme='dark'] {
|
|||
.card {
|
||||
.card-head {
|
||||
background-color: get-dark-color('bg-card') !important;
|
||||
// border-bottom: 0.0625rem solid rgba(get-dark-color('accent-color'), 0.4);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,15 +21,18 @@ section:
|
|||
# filter: "others"
|
||||
|
||||
skills:
|
||||
- name: Python
|
||||
logo: /images/python.svg
|
||||
|
||||
- name: Linux
|
||||
logo: /images/tux.svg
|
||||
|
||||
- name: Git
|
||||
logo: /images/git.svg
|
||||
|
||||
- name: ROS2
|
||||
logo: /images/ros2.svg
|
||||
|
||||
- name: Python
|
||||
logo: /images/python.svg
|
||||
|
||||
- name: C++
|
||||
logo: /images/C++_logo.svg
|
||||
|
||||
|
@ -42,9 +45,6 @@ skills:
|
|||
- name: Java
|
||||
logo: /images/java.svg
|
||||
|
||||
- name: ROS2
|
||||
logo: /images/ros2.svg
|
||||
|
||||
- name: MATLAB
|
||||
logo: /images/matlab.svg
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue