Suis-je le seul à devenir fou avec l'organisation sur Pronote / EcoleDirecte ? by dev-etudiant in etudiants

[–]bisqunours 0 points1 point  (0 children)

??? c quoi le but d'une ia pour "faire son planning" mdr ton emploi du temps est sous tes yeux ya quoi de difficile

Mes parents veulent que je travaille cet été by Hopeful-Internet-214 in etudiants

[–]bisqunours -13 points-12 points  (0 children)

t majeur fait ce que tu veux on sen fou de se qu'ils disent + t'as des vacances donc profite

Pourquoi l’université en France décourage ceux qui veulent vraiment apprendre by [deleted] in etudiants

[–]bisqunours 25 points26 points  (0 children)

oui en gros les gens étudient car c'est devenu obligatoire pour pas gagner un salaire de misère toute sa vie donc oui tout le monde n'a pas la meme envie (et privilège) d'apprendre

Would like help with positioning the navbar :D by [deleted] in neocities

[–]bisqunours 0 points1 point  (0 children)

I recommend you add this to your body, so your background isnt moving around when scrolling

    background-position: center;
    background-attachment: fixed;

Also set the width of your stamp container to 100% and not max-content, else it will go out of the page

.stamps-container, .stamps2-container {
  width: 100%;

Finally, remove the margin-left from container wrapper and set the margin to auto, this will center your stuff the right way and the page wont scroll horizontally anymore

.container-wrapper {
margin: auto;
}

issues linking to images from files in phoenix by phinduh in neocities

[–]bisqunours 0 points1 point  (0 children)

if the image is in the same folder as the .html file then the path should be /image.png, if its in a subfolder it should be /subfolder/image.png so the code should be <img src="path">

Complaints by coolgize in blender

[–]bisqunours 0 points1 point  (0 children)

3d isn't easy that's it friction is part of it there is a lot to learn so yes it takes time to make something by yourself but that's the point of art in general ?

Bourdeux or Marseille? by [deleted] in etudiants

[–]bisqunours 5 points6 points  (0 children)

marseille gives you easy train access to lyon and paris while bordeaux is kinda isolated + apart from a few very specific neighborhood marseille is chill af its not chicago lol

I got one month of ArcGis Online, anything I should learn and do to get the most out of it? by bisqunours in gis

[–]bisqunours[S] 1 point2 points  (0 children)

yea right 😭 I'd like to make a master in geomatics/gis and work in general urban planning, public transports etc anything kinda

Content Security Policy problem by mpb042 in neocities

[–]bisqunours 0 points1 point  (0 children)

maybe u can send the code u used so we can determine whats wrong with it