Curriculum Vitae theme by cusmedroid
You must be 4 base collection or column4
You must be 2 base collection or column2
You must be 3 base collection or column3
Are you a developer?
I want to explain a little for those of you who want to create a look like this.
You can download/clone my repo
git clone https://github.com/CusMeDroid/cv.git
Replace the owner's name with your name, and do not remove/change any more!
Example
{
"short_name": "Suryo DwiJayanto", // Replace Your Name
"name": "Curriculum Vitae Suryo DwiJayanto, Theme by CusMeDroid.",
"icons": [
{
"src": "/cv/suryodwijayanto/images/head.png", // Replace name by directory
And the name so on.
Replace to the owner's name with your name, and all about you.
Replace the picture if no change to the collection in the index you can just arrive with the same name.
What do you like song? you can enter it here!
And check the file on index Embed by youtube :
Replace https://www.youtube.com/embed/SlPhMPnQ58k with music url you choose
<iframe id="music-video" src="https://www.youtube.com/embed/SlPhMPnQ58k?enablejsapi=1&html5=1" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" frameborder="0" allowfullscreen></iframe>
You added a new style? we need additional classes for the background, color and the image in the header.
// Button Music Color
.orange-music-btn-color {
color: #FF6A00 !important;
}
// Background
.orange-grad-bg {
background: linear-gradient(#FF6A00, #CB9557);
}
// Button Background
.orange-grad-bg-btn {
background: linear-gradient(#FF6A00, #CB9557);
}
.orange-grad-bg-btn:hover {
background: linear-gradient(#CB9557, #FF6A00);
}
// Background image
.orange-bg-img {
background: url(../images/bg/orange-bground.jpg);
background-repeat: no-repeat;
background-size: 100% auto;
}
You can see on index file className.
Confused?
Upload your directory on this, and please the directory name is your name!