Modification titre portfolio
All checks were successful
All checks were successful
This commit is contained in:
parent
5a2d951eff
commit
63674b2145
BIN
css/font/NEOTERIC.woff
Normal file
BIN
css/font/NEOTERIC.woff
Normal file
Binary file not shown.
BIN
css/font/NEOTERIC.woff2
Normal file
BIN
css/font/NEOTERIC.woff2
Normal file
Binary file not shown.
143
img/whitfoxvecto.svg
Normal file
143
img/whitfoxvecto.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 18 KiB |
@ -69,8 +69,9 @@
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
<section class="bg-primary" id="about">
|
<section class="bg-primary" id="about">
|
||||||
<img class="vecto1" src="img/vecto1.svg">
|
<img id="renard" src="img/whitfoxvecto.svg">
|
||||||
<img class="vecto2" src="img/vecto2.svg">
|
<hr id="hr_left" />
|
||||||
|
<hr id="hr_right" />
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row justify-content-center">
|
<div class="row justify-content-center">
|
||||||
<div class="col-lg-8 text-center">
|
<div class="col-lg-8 text-center">
|
||||||
|
@ -2,20 +2,39 @@
|
|||||||
padding: 50px 0;
|
padding: 50px 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
background-color: $background-baniere !important;
|
||||||
h1 {
|
h1 {
|
||||||
font-family: descuadrado-webfont;
|
font-family: NEOTERIC;
|
||||||
font-size: 4rem;
|
font-size: 3rem;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
position: absolute;
|
||||||
|
max-width: 100%;
|
||||||
|
width: 30%;
|
||||||
|
top: 50%;
|
||||||
|
margin: 0;
|
||||||
|
border-color: white;
|
||||||
|
border-width: 2px;
|
||||||
|
&#hr_left{
|
||||||
|
|
||||||
|
}
|
||||||
|
&#hr_right{
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
&.vecto1 {
|
&#renard {
|
||||||
left: -70rem;
|
height: 170%;
|
||||||
top: -70rem;
|
opacity: 0.15;
|
||||||
}
|
position: absolute;
|
||||||
&.vecto2 {
|
top: -9999px;
|
||||||
right: -60rem;
|
bottom: -9999px;
|
||||||
top: -20rem;
|
left: -9999px;
|
||||||
|
right: -9999px;
|
||||||
|
margin: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -9,6 +9,14 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'NEOTERIC';
|
||||||
|
src: url('font/NEOTERIC.woff2') format('woff2'),
|
||||||
|
url('font/NEOTERIC.woff') format('woff');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
// Gray and Brand Colors for use across theme
|
// Gray and Brand Colors for use across theme
|
||||||
|
|
||||||
$theme-primary: #F04B12;
|
$theme-primary: #F04B12;
|
||||||
|
$background-baniere: #210A0B;
|
||||||
|
|
||||||
$gray-base: #000 !default;
|
$gray-base: #000 !default;
|
||||||
$gray-darker: lighten($gray-base, 13.5%) !default; // #222
|
$gray-darker: lighten($gray-base, 13.5%) !default; // #222
|
||||||
|
Loading…
Reference in New Issue
Block a user