diff --git a/WEB/View/assets/img/ImgMain.png b/WEB/View/assets/img/ImgMain.png new file mode 100644 index 00000000..b2adc342 Binary files /dev/null and b/WEB/View/assets/img/ImgMain.png differ diff --git a/WEB/View/src/CSS/Main2.css b/WEB/View/src/CSS/Main2.css new file mode 100644 index 00000000..6a4b6bb9 --- /dev/null +++ b/WEB/View/src/CSS/Main2.css @@ -0,0 +1,22 @@ +body { + min-height: 100vh; + font-family: "Orbitron", sans-serif; + color: white; + scroll-behavior: smooth; + height: 100vh; + background-image: radial-gradient( + circle, + #312c42, + #2e2a3d, + #2a2738, + #272434, + #24222f, + #22202c, + #1f1f29, + #1d1d26, + #1b1b23, + #191a21, + #17181e, + #15161c + ); +} diff --git a/WEB/View/src/pages/FirstTests/FirstTest2.html b/WEB/View/src/pages/FirstTests/FirstTest2.html index bd4e39c1..1d9dae15 100644 --- a/WEB/View/src/pages/FirstTests/FirstTest2.html +++ b/WEB/View/src/pages/FirstTests/FirstTest2.html @@ -47,13 +47,21 @@
@@ -64,7 +72,8 @@ >

Pour ce deuxième test, nous allons voir comment déclarer une - variable et la manipuler. Pour créer une variable en python il suffit de faire : + variable et la manipuler. Pour créer une variable en python il + suffit de faire :

x = 1

@@ -82,7 +91,8 @@ x = x * 2
x = x / 2
x = x - 1 -

+
+

Nous pouvons afficher la valeur de x en faisant :

print(x) @@ -105,13 +115,13 @@
-
x = 1 +
x = 1 print("La varible 'x' :", x) -y=x+2 -print("Le résultat de 'x+2' :", y) +y=x+2 +print("Le résultat de'x+2' :", y) -x=y*2 +x=y*2 print("Le résultat de '(x+2)*2' :",x)
diff --git a/WEB/View/src/pages/Main2.html b/WEB/View/src/pages/Main2.html index 801b48de..c569c41f 100644 --- a/WEB/View/src/pages/Main2.html +++ b/WEB/View/src/pages/Main2.html @@ -20,8 +20,11 @@ integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/" crossorigin="anonymous" > + - +
+ +