Hey guys! I am currently working on my portfolio project. I have a question about the portfolio part of the website. The page that we have as a model has projects as a div with an image of the actual project.
I am trying to find a way to get a picture of my own ziplines. Do you have any idea how to do that?
imgur TOS specifically says "don't link to your website" so yeah...
wyattelliott
@wyattwade
I've had problems with Dropbox for some reason, not sure why
Only with recent versions tho
How's it going @mutantspore
Bruce Young
@mutantspore
@wyattwade :) good. you hav eto fiddle with teh dropbox url to get it right
Larry Simiyu
@LarrySimiyu
can some one help me with the portfolio project
batilc1
@batilc1
hello frontendies! I finally did make a 3D simon game with pure-css pouring a lot of effort in it! please check it out, you can switch between 2d and 3d graphics. Zoom in to see the height :D http://codepen.io/batilc/pen/rxbadv
Dimitri Apostal
@Stateford
@batilc1 having an issue, it asks for the same inputs everytime instead of a random one.
batilc1
@batilc1
@idietmoran oh having the same issue as well, wasnt happening 10min ago :S
Doandes Razvan
@Fuzyon
Can someone tell me why I can't vertically align all the content in my body in this project? I know my css is probably messy, still learning http://codepen.io/Fuzyon/pen/KVJBLW
_
Bruce Young
@mutantspore
@Fuzyon as I mentioned earlier this rounding of your lat and lon is making your location very inaccurate .. 40 miles off for me.
var latitude = Math.round(position.coords.latitude);
var longitude = Math.round(position.coords.longitude);
batilc1
@batilc1
@idietmoran it is working perfectly right now? I dont understand, i did not do anything?
Doandes Razvan
@Fuzyon
@mutantspore changed that, thanks
CamperBot
@camperbot
fuzyon sends brownie points to @mutantspore :sparkles: :thumbsup: :sparkles:
it's not gonna be perfect, even the official website doesn't get my exact location.
Bruce Young
@mutantspore
@Fuzyon it’s correct now
Doandes Razvan
@Fuzyon
good! :D any idea for centering? display:flex and align-items: center messes up everything
Bruce Young
@mutantspore
is that not what you wanted?
wyattelliott
@wyattwade
@mutantspore I know I tried for a while!! I'll give dropbox another go soon. I like it a lot except for when that happens
Bruce Young
@mutantspore
@Fuzyon or do you want everything … including teh title etc to move down to be centered?
wyattelliott
@wyattwade
Hey man @mutantspore I've been working on this for weeks. The ai was done last week but I just redid a lot of the code. I still need to rename function and comment better. Some of the code probably still needs to be cleaned up. This is due tomorrow for an apprenticeship tomorrow
lemme get it on codepen 1 se4c
I know you're busy but if you want criticize the hell out of it lol
Doandes Razvan
@Fuzyon
@mutantspore yep
i wrapped everything with a container div and gave it margin-top: 5%, it's close but I don't think it's the best solution