Modification titre portfolio

This commit is contained in:
nyanloutre 2019-02-10 16:22:40 +01:00
parent 5a2d951eff
commit 63674b2145
Signed by: nyanloutre
GPG Key ID: 194A92D1103ACB2A
7 changed files with 183 additions and 11 deletions

BIN
css/font/NEOTERIC.woff Normal file

Binary file not shown.

BIN
css/font/NEOTERIC.woff2 Normal file

Binary file not shown.

143
img/whitfoxvecto.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -69,8 +69,9 @@
</header>
<section class="bg-primary" id="about">
<img class="vecto1" src="img/vecto1.svg">
<img class="vecto2" src="img/vecto2.svg">
<img id="renard" src="img/whitfoxvecto.svg">
<hr id="hr_left" />
<hr id="hr_right" />
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 text-center">

View File

@ -2,20 +2,39 @@
padding: 50px 0;
position: relative;
overflow: hidden;
background-color: $background-baniere !important;
h1 {
font-family: descuadrado-webfont;
font-size: 4rem;
font-family: NEOTERIC;
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 {
position: absolute;
width: 100%;
&.vecto1 {
left: -70rem;
top: -70rem;
}
&.vecto2 {
right: -60rem;
top: -20rem;
&#renard {
height: 170%;
opacity: 0.15;
position: absolute;
top: -9999px;
bottom: -9999px;
left: -9999px;
right: -9999px;
margin: auto;
}
}
}

View File

@ -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,
body {
width: 100%;

View File

@ -3,6 +3,7 @@
// Gray and Brand Colors for use across theme
$theme-primary: #F04B12;
$background-baniere: #210A0B;
$gray-base: #000 !default;
$gray-darker: lighten($gray-base, 13.5%) !default; // #222