diff --git a/CSS/Main.css b/CSS/Main.css index e748d84..6eebb6a 100644 --- a/CSS/Main.css +++ b/CSS/Main.css @@ -8,12 +8,55 @@ body{ color: #aaa6a6; font-family: JetBrains_Mono; } +hr { + width: 50px; + background: linear-gradient(to right, purple, orange); + border-width: 1em; +} +.header{ + padding: auto; +} +.logo{ + width: 5em; + height: 5em; + margin-top: 1em; + margin-bottom: 1em; +} .GradientBorder{ border: 5px solid; - border-image: linear-gradient(45deg, purple, orange) 1; - border-radius: 10px; + border-image: linear-gradient(to bottom, purple, orange) 1 100%; + border-style: solid; + border-width: 3px; + padding: 1rem; } -.GradientBackground{ - background-image: linear-gradient(45deg, purple, orange) 1; +.GradientText{ + background-image: linear-gradient(to left, purple, orange, purple); + background-clip: text; + color: transparent; +} +.menu{ + list-style-type: none; + margin: 0; + padding: 0; + font-size: larger; + position: relative; +} +.menu > ul{ + position: absolute; + bottom: 0; + right: 0; +} +.menu li{ + display: inline; +} +.menu li a{ + display: inline-block; + padding: 10px; + text-decoration: none; +} +.menu li a:hover{ + background-image: linear-gradient(to left, orange, purple, orange); + background-clip: text; + color: transparent; } diff --git a/Content/Logo.png b/Content/Logo.png new file mode 100644 index 0000000..8afa2e1 Binary files /dev/null and b/Content/Logo.png differ diff --git a/Views/Contact.html b/Views/Contact.html new file mode 100644 index 0000000..6db3a99 --- /dev/null +++ b/Views/Contact.html @@ -0,0 +1,56 @@ + + + + + + + + + + Mon portfolio + + + + + +
+
+
+
+ +
+ +
+

+
+
+

+
+
+ +
+
+ + + + + + + + + + diff --git a/Views/Portfolio.html b/Views/Portfolio.html new file mode 100644 index 0000000..6db3a99 --- /dev/null +++ b/Views/Portfolio.html @@ -0,0 +1,56 @@ + + + + + + + + + + Mon portfolio + + + + + +
+
+
+
+ +
+ +
+

+
+
+

+
+
+ +
+
+ + + + + + + + + + diff --git a/Views/footer.html b/Views/footer.html deleted file mode 100644 index ae2d4ad..0000000 --- a/Views/footer.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/Views/header.html b/Views/header.html deleted file mode 100644 index 37c703b..0000000 --- a/Views/header.html +++ /dev/null @@ -1,10 +0,0 @@ -
-
- -
- -
\ No newline at end of file diff --git a/index.html b/index.html index c0de189..559a2e6 100644 --- a/index.html +++ b/index.html @@ -8,14 +8,27 @@ Bienvenue sur mon site internet! - + +
-
-
-
+
+
+
+ +
+ +
+

+

Test

@@ -34,6 +47,7 @@ $('Header').replaceWith(data); } +