Giter VIP home page Giter VIP logo

nikronic.github.io's Introduction

Acknowledgement

All possible thanks to this template https://github.com/alshedivat/al-folio.

Remark

You might ask why on earth someone decides to give star to a personal website that is literally the template itself.

Well, prior to the current website (which is based on the amazing folio template), it was based on colorlib template (source code, deployed website (considered the OLD website)) and had many customizations and was re-written to target jekyll for better customization. After getting more experience, I learned that it was too distracting, so I adopted the folio theme.

nikronic.github.io's People

Contributors

abstractgeek avatar adunning avatar akindofyoga avatar alerezaaa avatar allcontributors[bot] avatar alshedivat avatar brunovianna avatar cmoralesmx avatar dag7dev avatar davidkrassnig avatar dominikstrb avatar furkanakkurt1335 avatar g-oikonomou avatar george-gca avatar gzwongkk avatar jkmacc-lanl avatar jmrplens avatar johanneshoerner avatar junghans avatar mgeorgiou avatar monkeywithacupcake avatar nikronic avatar pourmand1376 avatar raffaem avatar rohandebsarkar avatar samfearn avatar scottleechua avatar sim642 avatar yifanjiang233 avatar ziruizhuang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

nikronic.github.io's Issues

Design/Grammar/Word Fix/Improvement

I have hard-coded many parts as I am not a web developer and the code may seem ridiculous even I have used a template and googled a lot!
I would be grateful for any help about fixing issues related to design or any improvement or suggestion. :-)

Align 'stars' to the right of its container

Aligning 'star' icons so the size of text does not make them stay in different places.
image
As you can see, because of texts' different sizes, starts are not aligned.
Thank you for your help.

Use following resources for pulling a remote repo as an orphan branch for replacing master

Well, I was developing the folio website on a separate repo. After I finished developing it, I wanted to replace the master branch of this repo entirely with what is in master branch of folio repo. Steps needed for doing this:

  • Create an orphan branch orphan on nikronic.github.io
  • add a remote to [email protected]:Nikronic/folio.git alongside the default remote origin
  • pull entire master branch of folio into the newly created orphan branch orphan
  • replace master of nikronic.github.io with filled orphan branch

Now in action:

  1. add remote to folio repo: git remote add -t master folio [email protected]:Nikronic/folio.git. new remote is now called folio
  2. create and orphan branch git switch --orphan folio-temp.
  3. pull master branch of remote folio into the orphan branch:
    1. git checkout folio-temp
    2. git pull folio master
  4. merge folio-temp into master with ours strategy:
    1. git checkout folio-temp
    2. git merge --allow-unrelated-histories -s ours master
    3. git checkout master
    4. git merge folio-temp

Done

References

  1. https://stackoverflow.com/questions/2862590/how-to-replace-master-branch-in-git-entirely-from-another-branch
  2. https://stackoverflow.com/questions/41644776/how-to-pull-from-a-different-remote-branch-in-git
  3. https://stackoverflow.com/questions/34100048/create-empty-branch-on-github

Grammar Fix/Improvement

Hi, actually I am not a native English speaker, so I would be appreciated for any help even a typo.
Thank you.

make tile wider in mobile view

I think if the panel be a little wider;It is more readable.
It is in the project experience section and for mobile view. I tried but I could not realize responsive stuff!
Thank you
image

Point all images for 'projects' and 'publications' to open as 'popout' instead of new tab of only image

Currently, by clicking on images in 'open source' and 'publications' section, user will be redirected to a new tab where only image exists.

This is not smooth and annoying as many may want to go into the blog, github or pdf actually. So instead, we create a 'popout' version for all images so they can see image in high quality very fast and easily opt out if they want to go into github, pdf, blog etc.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.