Skip to content

devded/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple portfolio

Update Info

To update about go to js/about.js and update the info

{
    name: "",
    description: "",
    image: "",
    cv: "#",
    email: "mailto:",
    linkedin: "",
    google_scholar: "",
}

Update Config

To update config go to js/config.js and update the info

socials = [
  { key: "", icon: "", label: "" },
  # Add more socials
  
]

tags = []  ## Here add the tags

Papers

To update papers go to js/papers.js and update the info

papers = [
    {
        title: "",
        authors: "",
        journal: "",
        year: "",
        link: "",
    },
    # Add more papers
]

Projects

To update projects go to js/projects.js and update the info

projects = [
    {
        title: "",
        description: "",
        image: "",
        link: "",
    },
    # Add more projects
]

About

https://devded.github.io/portfolio/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors