Coder Social home page Coder Social logo

bennycarlsson / myportfolio-hacktoberfest2019 Goto Github PK

View Code? Open in Web Editor NEW
106.0 5.0 224.0 10.26 MB

I'm in need for a new portfolio website. Maybe the Hacktoberfest army could help me?

Home Page: https://bennycarlsson.github.io/MyPortfolio-Hacktoberfest2019/

License: MIT License

HTML 28.54% CSS 34.40% JavaScript 37.06%
hacktoberfest hacktoberfest2019 hacktoberfest-2019 portfolio html css javascript lingonsaft

myportfolio-hacktoberfest2019's Introduction

MyPortfolio-Hacktoberfest2019 Live Website

Help me make a horrible portfolio by letting people from all over the world contribute with their own ideas and design!

If you have any questions or any requests, feel free to message me! By the way, following articles and tutorials will guide you to create complete and correct pull requests.

Disclaimer! This is a project for fun! I do not expect a professional or high standard website for free. I expect the community to give me a horrendous portfolio and that we will have fun creating it together

Contribution Rules (Will be updated)

Don't

  • No spam! Small contributions like minor styling or spell correction are accepted but obvious spam for the t-shirt will be labeled invalid.
  • Don't use prettier/auto indent/ auto format because it will create HUGE merge conflicts
  • Do NOT add any build steps e.g. npm install (I want to keep this a simple static site).

Do

  • Keep pull requests small to minimize merge conflicts.
  • Make sure there is no merge conflict
  • Fun things! This is not supposed to be serious or pretty. Be creative add easter eggs and pink stuff! 🐷

About me

  • Unemployed Software Developer soon starting to look for jobs in Gothenburg Sweden.
  • 26 years old
  • Studied computer science at Linnaeus University Kalmar Sweden
  • Worked as a professional software developer for almost 3 years.
  • Twitter
  • Current portfolio
  • LinkedIn
  • YouTube

Videos

How to make a pull request link

Information on syncing forks link.

Ideas for contributions/Idées de contributions

  • Style the index.html
  • Update Readme.md
  • Add information about the developer
  • Check issues for more things to do
  • Spelling and grammar

FAQs

  • Who can contribute?

    • Anyone with a github account and who is signed up for hacktoberfest :).
  • Who are you and why are you doing this?

    • I'm an unemployed software developer from Sweden My Github. Hacktoberfest is like Christmas for me. This year I thought it would be fun to crowdsource a portfolio.
  • Did you not do something like this last year?

    • Yes I did but it got too big and too time consuming this year I'm going smaller :)
  • Are you not one of the guys from that failed CodeCardCodingCards kickstarter?

    • Yes...
  • How many pull requests (PRs) must be made to get an awesome shirt from Hacktoberfest 2019?

    • 4
  • How do I track my progress to get an awesome shirt from Hacktoberfest 2019?

  • What is the duration of Hacktoberfest 2019?

    • It is from October 1st, 2019 to October 31st, 2019.
  • What is the event for?

    • For open source community engagement.

Don't forget to Star! ⭐

I will do my best to merge as much as possible from everyone. However, time is limited and the merge conflicts are horrible ❤️

Don't break my💔 by not giving a⭐️!!

myportfolio-hacktoberfest2019's People

Contributors

20koen02 avatar abdulkhadhar avatar apoorvlathey avatar bennycarlsson avatar david-webber avatar eltonpinto156 avatar farbrorgarbo avatar iamshm avatar ipshu41 avatar itzmerafa avatar javascripterika avatar jimmy1wu avatar m-mitchell avatar mickanside avatar muffdiddly avatar naveenbandarage avatar nehabhalekar18 avatar nickbelli avatar np1e avatar riznob avatar samanshk avatar sidneymachara avatar slimjoex avatar souravpd avatar souravs17031999 avatar srbilla avatar steveperkins avatar sweta271097 avatar treetrnk avatar xklbr avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

myportfolio-hacktoberfest2019's Issues

Double header menu

A weird merge happend and now we have 2 head menus and the content is to the left and to small.

Add information

The data needs some information about me.
You can find information on my old portfolio/twitter and in readme

More Design

Change/add or update the design on the website

Font-awesome is behing loaded twice

Someone could fix this

<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.css">

Dublicate sidebare

The left sidebar (image, Software Developer, Links) seems to have been duplicated in the center.
Maybe remove it?

Website Theme

The portfolio could use a theme its way too colorful and could also use a different layout.

Todo

  • Get a color palette with about 5 colors
  • Some good fonts can help the website stand out

Text

Change, update or edit the text / content on the website

Easter eggs

The website needs some funny easter eggs 🥚

Styling

The website looks boring. It needs some styling

Cleanup CSS

There is now a lot of CSS that is not in use or is duplicates. If someone have time todo some cleanup that would be great

More features

The website needs some buttons and features maybe some easter eggs

Content is to the left

A bad merge made the content to be smaller and to the left so it's covered by the left menu.

Left sidebar dublicate

Looks like a bad merge have made the left sidebar dublicated. So now the pikachu gif and stuff covers some content.

Double github icons

In the right corner there are 2 github icons/links. Should only be 1 the second one probably got there because of a bad merge 😄

Background colors

The dark background colors doesn't really work well with the text.
Maybe some other colors need a redesign as well?

CSS Cleanup

I belive a lot of the CSS can be cleaned up

CSS cleanup

I belive there are a lot of CSS that is not used anymore. Some cleanup would be great

Animations

I think the website is in more need of animations 🎆

Benny Animation

Use the BennyCarlssonGif.gif or the animation in the animation folder

laravel routes conflict

I try to set up route localhost:8000/vers or localhost:8000/register in laravel using following routes:
route
but when i go to localhost:8000/vers or localhost:8000/register it runs the localhost:8000/test
or the localhost /voir_doc/{voirmat} . please help , i get troubled

==> je ne cesse de me troubler, S'il vous plait aidez moi, quand j'essaie de lancer <<localhost:8000/vers ou localhost:8000/register>> ce sont les routes << localhost:8000/test ou localhost:8000>> qui répondent en lieu et place en tout cas les routes <> ne répondent pas

HTML cleanup

I think there is a lot of html that is not used and can be cleaned up

Styling

We can always add more styling ;) lets put some makeup on this 🐷

Correct a spell

Screenshot from 2022-10-05 16-09-41
As you can see, there is a missing space between words "in" and "Gothenberg", I can help you correct that!

Design

Change, update or edit the design on the website

Update text

Some of the text on the website can be added or updated

Add text

The website is in great need of some text.

Text

The text about me can be updated to be more selling

left sidebar is pushed down

Something is pushing down the left sidebar (profile picture, Benny Carlsson, Software Developer, links)

So the links is not shown

Design

Change or add design on the website 🍪

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.