My Complete Portfolio

@shaux
yes am referring to you , your work is amazing , i need some tips brother
:+1::+1: , i wrote you an email from your portfiolio contact page

1 Like

My bad… the contact form doesn’t send anywhere… I kind of need help with that… if you want to… just send me a private mail on FCC

This is amazing work, i have bookmarked this to learn and may be replicate or make something as good as this

1 Like

I have seen your portfolio. It’s a really great. I like it.

1 Like

Thanks! That is amazing to hear! :smile:

Thanks so much!
I know that you can do it. :smile:

1 Like

i know so too, just need to overcome the javascript hurdle am facing currently.

1 Like

It looks very nice !
Keep up the good work and thanks for sharing :slight_smile:

1 Like

Thanks! :slight_smile:

Hello there, its been a long time! :grinning:

I decided to revisit this project shortly to make some adjustments, but I have been struggling and would appreciate any help with them.

  1. Formatting on mobile devices
    I notice that the icons for the skills section gets displaced and out of the window width on phones. Right now I am using a grid format. I don’t think changing the grid positioning for every element on each media query is the best method.

  2. Contact Form Submissions
    How would I open the contact form to allow emails to actually send? I am worried without some type of spam checker my email could be flooded. Thanks so much! :sweat_smile:

Love your animations. Really slick and modern. I’m looking at it on an iPhone X and the main viewing section has a horizontal scroll. You may want to check one of your elements and size for mobile first then size up as you get more visual real estate.

1 Like

Hey so I made a proxy email on gmail and forward it to my primary. That way I can set up a filter on the primary to put it in a directory that is easy to monitor and clean without giving out my main adddess.

1 Like

Thanks you so much! :grinning:

So this problem mostly occurs because of the skills icon page since I have formatted it using svgs and css-grid (also minor font sizing in contact but that is easy to fix)

Any suggestions for layouting out icons… so I don’t have to resize and position the icons based on the viewport?

Honestly the best designs will always have media queries. I suppose you could use something like vw to size based on viewport width, but the sooner you get used to building your media queries and adding capabilities as screen changes the better off you’ll be. Also, I almost always design for mobile first (eg: default view) then use my media queries at higher viewports. You can check out my site http://bit-word.com to see examples.

1 Like