Revert to static website
4
.gitignore
vendored
@ -1,4 +0,0 @@
|
|||||||
bin/*.*
|
|
||||||
obj/*.*
|
|
||||||
MyWebsite/bin/*.*
|
|
||||||
MyWebsite/onj/*.*
|
|
||||||
@ -1,207 +1,184 @@
|
|||||||
html {
|
@font-face {
|
||||||
font-size: 14px;
|
font-family: JetBrains_Mono;
|
||||||
}
|
src: url(../Fonts/JetBrainsMono-Regular.woff2) format('woff2');
|
||||||
|
}
|
||||||
@media (min-width: 768px) {
|
|
||||||
html {
|
h1{
|
||||||
font-size: 16px;
|
margin: auto;
|
||||||
}
|
padding: auto;
|
||||||
}
|
}
|
||||||
|
body{
|
||||||
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
|
background-color: black;
|
||||||
box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
|
color: #aaa6a6;
|
||||||
}
|
font-family: JetBrains_Mono;
|
||||||
|
}
|
||||||
html {
|
hr {
|
||||||
position: relative;
|
width: 100%;
|
||||||
min-height: 100%;
|
background: linear-gradient(to right, #25aae1, #16b468);
|
||||||
}
|
border-width: 1em;
|
||||||
|
padding: 0.05em;
|
||||||
body {
|
}
|
||||||
margin-bottom: 60px;
|
footer{
|
||||||
}
|
align-items: center;
|
||||||
|
text-align: center;
|
||||||
@font-face {
|
}
|
||||||
font-family: JetBrains_Mono;
|
|
||||||
src: url("/Fonts/JetBrainsMono-Regular.woff2") format('woff2');
|
.dessous_titre{
|
||||||
}
|
width: 30%;
|
||||||
|
margin: auto;
|
||||||
h1{
|
margin-bottom: 3em;
|
||||||
margin: auto;
|
}
|
||||||
padding: auto;
|
.mail, .tel{
|
||||||
}
|
text-decoration: none;
|
||||||
body{
|
color: inherit;
|
||||||
background-color: black;
|
}
|
||||||
color: #aaa6a6;
|
.mail:hover, .tel:hover{
|
||||||
font-family: JetBrains_Mono;
|
text-decoration: underline;
|
||||||
}
|
color: inherit;
|
||||||
hr {
|
}
|
||||||
width: 100%;
|
.contact{
|
||||||
background: linear-gradient(to right, #25aae1, #16b468);
|
margin-bottom: 0.2em;
|
||||||
border-width: 1em;
|
font-size: 2em;
|
||||||
padding: 0.05em;
|
}
|
||||||
}
|
.Copyright{
|
||||||
footer{
|
width: 25%;
|
||||||
align-items: center;
|
margin: auto;
|
||||||
text-align: center;
|
margin-top: 0.5em;
|
||||||
}
|
margin-bottom: 0.5em;
|
||||||
|
}
|
||||||
.dessous_titre{
|
|
||||||
width: 30%;
|
.Glow{
|
||||||
margin: auto;
|
position: relative;
|
||||||
margin-bottom: 3em;
|
left: 33.3%;
|
||||||
}
|
margin: auto;
|
||||||
.mail, .tel{
|
margin-bottom: 1em;
|
||||||
text-decoration: none;
|
}
|
||||||
color: inherit;
|
.Glow ul {
|
||||||
}
|
margin: 0;
|
||||||
.mail:hover, .tel:hover{
|
padding: 0;
|
||||||
text-decoration: underline;
|
display: flex;
|
||||||
color: inherit;
|
/*position: relative;*/
|
||||||
}
|
/*top: 50%;
|
||||||
.contact{
|
left: center;*/
|
||||||
margin-bottom: 0.2em;
|
/*transform: translate(-50%, -50%);*/
|
||||||
font-size: 2em;
|
}
|
||||||
}
|
|
||||||
.Copyright{
|
.Glow ul li {
|
||||||
width: 25%;
|
list-style: none;
|
||||||
margin: auto;
|
margin: 0 2%;
|
||||||
margin-top: 0.5em;
|
}
|
||||||
margin-bottom: 0.5em;
|
|
||||||
}
|
.Glow ul li a {
|
||||||
|
position: relative;
|
||||||
.Glow{
|
display: block;
|
||||||
position: relative;
|
width: 2em;
|
||||||
left: 33.3%;
|
height: 2em;
|
||||||
margin: auto;
|
text-align: center;
|
||||||
margin-bottom: 1em;
|
line-height: 63px;
|
||||||
}
|
background: #141414;
|
||||||
.Glow ul {
|
border-radius: 50%;
|
||||||
margin: 0;
|
font-size: 1.8em;
|
||||||
padding: 0;
|
color: #666;
|
||||||
display: flex;
|
transition: .5s;
|
||||||
/*position: relative;*/
|
}
|
||||||
/*top: 50%;
|
|
||||||
left: center;*/
|
.Glow ul li a::before {
|
||||||
/*transform: translate(-50%, -50%);*/
|
content: '';
|
||||||
}
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
.Glow ul li {
|
left: 0;
|
||||||
list-style: none;
|
width: 100%;
|
||||||
margin: 0 2%;
|
height: 100%;
|
||||||
}
|
border-radius: 50%;
|
||||||
|
background: linear-gradient(to right, #25aae1, #16b468);
|
||||||
.Glow ul li a {
|
transition: .5s;
|
||||||
position: relative;
|
transform: scale(.9);
|
||||||
display: block;
|
z-index: -1;
|
||||||
width: 2em;
|
}
|
||||||
height: 2em;
|
|
||||||
text-align: center;
|
.Glow ul li a:hover::before {
|
||||||
line-height: 63px;
|
transform: scale(1.1);
|
||||||
background: #141414;
|
box-shadow: 0 0 15px #16b468;
|
||||||
border-radius: 50%;
|
}
|
||||||
font-size: 1.8em;
|
|
||||||
color: #666;
|
.Glow ul li a:hover {
|
||||||
transition: .5s;
|
color: linear-gradient(to right, #25aae1, #16b468);
|
||||||
}
|
box-shadow: 0 0 5px #25aae1;
|
||||||
|
text-shadow: 0 0 5px #25aae1;
|
||||||
.Glow ul li a::before {
|
}
|
||||||
content: '';
|
|
||||||
position: absolute;
|
.header{
|
||||||
top: 0;
|
padding: auto;
|
||||||
left: 0;
|
}
|
||||||
width: 100%;
|
.logo{
|
||||||
height: 100%;
|
width: 5em;
|
||||||
border-radius: 50%;
|
height: 5em;
|
||||||
background: linear-gradient(to right, #25aae1, #16b468);
|
margin-top: 1em;
|
||||||
transition: .5s;
|
margin-bottom: 0.2em;
|
||||||
transform: scale(.9);
|
}
|
||||||
z-index: -1;
|
.GradientBorder{
|
||||||
}
|
border: 5px solid;
|
||||||
|
border-image: linear-gradient(to bottom, #25aae1, #16b468) 1 100%;
|
||||||
.Glow ul li a:hover::before {
|
border-style: solid;
|
||||||
transform: scale(1.1);
|
border-width: 3px;
|
||||||
box-shadow: 0 0 15px #16b468;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
|
.GradientText{
|
||||||
.Glow ul li a:hover {
|
background-image: linear-gradient(to left, #25aae1, #16b468, #25aae1);
|
||||||
color: linear-gradient(to right, #25aae1, #16b468);
|
background-clip: text;
|
||||||
box-shadow: 0 0 5px #25aae1;
|
-webkit-background-clip: text;
|
||||||
text-shadow: 0 0 5px #25aae1;
|
color: transparent;
|
||||||
}
|
}
|
||||||
|
.menu{
|
||||||
.header{
|
list-style-type: none;
|
||||||
padding: auto;
|
margin: 0;
|
||||||
}
|
padding: 0;
|
||||||
.logo{
|
font-size: larger;
|
||||||
width: 5em;
|
position: relative;
|
||||||
height: 5em;
|
}
|
||||||
margin-top: 1em;
|
.menu > ul{
|
||||||
margin-bottom: 0.2em;
|
position: absolute;
|
||||||
}
|
bottom: 0;
|
||||||
.GradientBorder{
|
right: 0;
|
||||||
border: 5px solid;
|
}
|
||||||
border-image: linear-gradient(to bottom, #25aae1, #16b468) 1 100%;
|
.menu li{
|
||||||
border-style: solid;
|
display: inline;
|
||||||
border-width: 3px;
|
}
|
||||||
padding: 1rem;
|
.menu li button{
|
||||||
}
|
display: inline-block;
|
||||||
.GradientText{
|
padding: 10px;
|
||||||
background-image: linear-gradient(to left, #25aae1, #16b468, #25aae1);
|
text-decoration: none;
|
||||||
background-clip: text;
|
}
|
||||||
-webkit-background-clip: text;
|
|
||||||
color: transparent;
|
.btn-hover {
|
||||||
}
|
font-size: 16px;
|
||||||
.menu{
|
font-weight: 600;
|
||||||
list-style-type: none;
|
color: transparent;
|
||||||
margin: 0;
|
cursor: pointer;
|
||||||
padding: 0;
|
text-align:center;
|
||||||
font-size: larger;
|
border: none;
|
||||||
position: relative;
|
background-size: 300% 100%;
|
||||||
}
|
background-clip: text;
|
||||||
.menu > ul{
|
-webkit-background-clip: text;
|
||||||
position: absolute;
|
|
||||||
bottom: 0;
|
border-radius: 50px;
|
||||||
right: 0;
|
moz-transition: all .4s ease-in-out;
|
||||||
}
|
-o-transition: all .4s ease-in-out;
|
||||||
.menu li{
|
-webkit-transition: all .4s ease-in-out;
|
||||||
display: inline;
|
transition: all .4s ease-in-out;
|
||||||
}
|
}
|
||||||
.menu li button{
|
|
||||||
display: inline-block;
|
.btn-hover:hover {
|
||||||
padding: 10px;
|
background-position: 100% 0;
|
||||||
text-decoration: none;
|
moz-transition: all .4s ease-in-out;
|
||||||
}
|
-o-transition: all .4s ease-in-out;
|
||||||
|
-webkit-transition: all .4s ease-in-out;
|
||||||
.btn-hover {
|
transition: all .4s ease-in-out;
|
||||||
font-size: 16px;
|
}
|
||||||
font-weight: 600;
|
|
||||||
color: transparent;
|
.btn-hover:focus {
|
||||||
cursor: pointer;
|
outline: none;
|
||||||
text-align:center;
|
}
|
||||||
border: none;
|
.btn-hover.color-1 {
|
||||||
background-size: 300% 100%;
|
background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #16b468);
|
||||||
background-clip: text;
|
}
|
||||||
-webkit-background-clip: text;
|
|
||||||
|
|
||||||
border-radius: 50px;
|
|
||||||
moz-transition: all .4s ease-in-out;
|
|
||||||
-o-transition: all .4s ease-in-out;
|
|
||||||
-webkit-transition: all .4s ease-in-out;
|
|
||||||
transition: all .4s ease-in-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-hover:hover {
|
|
||||||
background-position: 100% 0;
|
|
||||||
moz-transition: all .4s ease-in-out;
|
|
||||||
-o-transition: all .4s ease-in-out;
|
|
||||||
-webkit-transition: all .4s ease-in-out;
|
|
||||||
transition: all .4s ease-in-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-hover:focus {
|
|
||||||
outline: none;
|
|
||||||
}
|
|
||||||
.btn-hover.color-1 {
|
|
||||||
background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #16b468);
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 899 KiB After Width: | Height: | Size: 899 KiB |
4
Javascricp/Main.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
$(document).ready(function(){
|
||||||
|
$("#header").load("../Views/header.html");
|
||||||
|
$("#footer").load("../Views/footer.html");
|
||||||
|
});
|
||||||
|
Before Width: | Height: | Size: 470 KiB After Width: | Height: | Size: 470 KiB |
|
Before Width: | Height: | Size: 144 KiB After Width: | Height: | Size: 144 KiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 953 B After Width: | Height: | Size: 953 B |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 986 B After Width: | Height: | Size: 986 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 478 B After Width: | Height: | Size: 478 B |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 615 B After Width: | Height: | Size: 615 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 956 B After Width: | Height: | Size: 956 B |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 931 B After Width: | Height: | Size: 931 B |
|
Before Width: | Height: | Size: 816 B After Width: | Height: | Size: 816 B |
|
Before Width: | Height: | Size: 592 B After Width: | Height: | Size: 592 B |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |