chgt contenus Léa Jean

This commit is contained in:
root 2021-12-14 14:46:02 +01:00
parent 973abd9fa3
commit 13b760acb8
12 changed files with 1062 additions and 61 deletions

View file

@ -1,15 +1,16 @@
{ {
"title" : "Experience", "title" : "Expérience",
"experience" : [ "experience" : [
{ {
"timeperiod" : "May 2017 - Nov 2017", "timeperiod" : "May 2017 - Nov 2017",
"company" : "Uber", "company" : "DUT Génie Mécanique",
"website": "https://www.uber.com", "website": "",
"description" : "Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. " "description" : "Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. "
}, },
{ {
"timeperiod" : "Nov 2017 - Present", "timeperiod" : "Août 2021 - Present",
"company" : "Google", "company" : "Fablab - IUT de l'Université Bordeaux",
"website": "https://projets.cohabit.fr/redmine/",
"description" : "Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. " "description" : "Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. "
} }
] ]

View file

@ -1,14 +1,24 @@
{ {
"title" : "Services", "title" : "Projets",
"services" : [ "services" : [
{ {
"icon" : "pencil-ruler", "icon" : "pencil-ruler",
"title" : "Logo Design", "title" : "Impression 3D",
"description" : "Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. " "description" : "Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. "
}, },
{ {
"icon" : "pen-nib", "icon" : "pen-nib",
"title" : "Graphics Design", "title" : "Scanner 3D",
"description" : "Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. "
},
{
"icon" : "pen-nib",
"title" : "Fraiseuse numérique",
"description" : "Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. "
},
{
"icon" : "pen-nib",
"title" : "Découpeuse Laser",
"description" : "Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. " "description" : "Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. "
} }
] ]

View file

@ -1,6 +1,6 @@
{ {
"title" : "hey world, i'm", "title" : "Bonjour, mon nom est",
"highlightedText" : "valentina", "highlightedText" : "Léa jean",
"description" : "A graphics designer, based in Germany.", "description" : "Etudiante en fin de service civique, bientôt disponible pour concrétiser vos prototypes de fabrication numérique.",
"displayPicture" : "sim.jpg" "displayPicture" : ""
} }

View file

@ -1,9 +1,12 @@
{ {
"title" : "Skills", "title" : "Compétences",
"skills" : { "skills" : {
"Sketch" : "90", "Lire et questionner un cahier des charges initial" : "75",
"Adobe XD" : "80", "Choisir les solutions techniques les mieux adaptées aux contraintes de réalisation" : "65",
"Illustrator" : "65", "Mettre en œuvre les outils métiers pour produire une solution complexe optimale" : "70",
"Photoshop" : "97" "Élaborer un dossier technique exhaustif pour des pièces/systèmes complexes" : "85"
} }
} }

View file

@ -11,20 +11,20 @@
<form action="{{ $config.formspree }}" method="post"> <form action="{{ $config.formspree }}" method="post">
<div class="form-row"> <div class="form-row">
<div class="col-12 col-xl-6 col-lg-6 col-md-6"> <div class="col-12 col-xl-6 col-lg-6 col-md-6">
<label>Name</label> <label>Votre Nom :</label>
<input type="text" class="form-control" name="name" placeholder="Name"> <input type="text" class="form-control" name="name" placeholder="nom...">
</div> </div>
<div class="col-12 col-xl-6 col-lg-6 col-md-6"> <div class="col-12 col-xl-6 col-lg-6 col-md-6">
<label>Email</label> <label>Votre Email :</label>
<input type="email" class="form-control" name="_replyto" placeholder="Email"> <input type="email" class="form-control" name="_replyto" placeholder="email...">
</div> </div>
</div> </div>
<div class="form-group"> <div class="form-group">
<label>Message</label> <label>Votre message :</label>
<textarea placeholder="Message" name="message" class="form-control" rows="4"></textarea> <textarea placeholder="message..." name="message" class="form-control" rows="4"></textarea>
</div> </div>
<button type="submit" class="btn btn-dark">Submit</button> <button type="submit" class="btn btn-dark">Envoyer >></button>
</form> </form>
</div> </div>
</section> </section>

View file

@ -71,10 +71,10 @@
<section id="sidebar" class="sidebar d-flex align-items-center p-5"> <section id="sidebar" class="sidebar d-flex align-items-center p-5">
<div class="main-info"> <div class="main-info">
<img src="/images/sim.jpg" class="rounded-circle mb-3" width="160px"> <img src="/images/" class="rounded-circle mb-3" width="160px">
<h1 class="heading">hey world, i&#39;m <span class="highlight">valentina</span></h1> <h1 class="heading">Bonjour, mon nom est <span class="highlight">Léa jean</span></h1>
<p class="text-muted">A graphics designer, based in Germany.</p> <p class="text-muted">Etudiante en fin de service civique, bientôt disponible pour concrétiser vos prototypes de fabrication numérique.</p>
<div class="social my-4"> <div class="social my-4">
@ -115,20 +115,12 @@
<section id="skills" class="aqua text-light"> <section id="skills" class="aqua text-light">
<h2 class="heading">Skills</h2> <h2 class="heading">Compétences</h2>
<div class="skill"> <div class="skill">
<span class="h6">Adobe XD</span> <span class="h6">Choisir les solutions techniques les mieux adaptées aux contraintes de réalisation</span>
<div class="progress">
<div class="progress-bar bg-blue" role="progressbar" style="width: 80%" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="skill">
<span class="h6">Illustrator</span>
<div class="progress"> <div class="progress">
<div class="progress-bar bg-blue" role="progressbar" style="width: 65%" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100"></div> <div class="progress-bar bg-blue" role="progressbar" style="width: 65%" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100"></div>
</div> </div>
@ -136,17 +128,25 @@
<div class="skill"> <div class="skill">
<span class="h6">Photoshop</span> <span class="h6">Lire et questionner un cahier des charges initial</span>
<div class="progress"> <div class="progress">
<div class="progress-bar bg-blue" role="progressbar" style="width: 97%" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100"></div> <div class="progress-bar bg-blue" role="progressbar" style="width: 75%" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100"></div>
</div> </div>
</div> </div>
<div class="skill"> <div class="skill">
<span class="h6">Sketch</span> <span class="h6">Mettre en œuvre les outils métiers pour produire une solution complexe optimale</span>
<div class="progress"> <div class="progress">
<div class="progress-bar bg-blue" role="progressbar" style="width: 90%" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100"></div> <div class="progress-bar bg-blue" role="progressbar" style="width: 70%" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="skill">
<span class="h6">Élaborer un dossier technique exhaustif pour des pièces/systèmes complexes</span>
<div class="progress">
<div class="progress-bar bg-blue" role="progressbar" style="width: 85%" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100"></div>
</div> </div>
</div> </div>
@ -154,7 +154,7 @@
<section id="experience" class="green"> <section id="experience" class="green">
<h2 class="heading">Experience</h2> <h2 class="heading">Expérience</h2>
<div id="timeline"> <div id="timeline">
<div class="timeline-item clearfix"> <div class="timeline-item clearfix">
@ -162,14 +162,9 @@
<div class="timeline-content right "> <div class="timeline-content right ">
<span class="date">May 2017 - Nov 2017</span> <span class="date">May 2017 - Nov 2017</span>
<h6 class="h3 my-2">Uber</h6> <h6 class="h3 my-2">DUT Génie Mécanique</h6>
<a target="_blank" href="https://www.uber.com">
<i class="fas fa-link"></i>
https://www.uber.com
</a>
<p class="">Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. </p> <p class="">Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. </p>
</div> </div>
</div> </div>
@ -178,10 +173,15 @@
<div class="timeline-icon"></div> <div class="timeline-icon"></div>
<div class="timeline-content "> <div class="timeline-content ">
<span class="date">Nov 2017 - Present</span> <span class="date">Août 2021 - Present</span>
<h6 class="h3 my-2">Google</h6> <h6 class="h3 my-2">Fablab - IUT de l&#39;Université Bordeaux</h6>
<a target="_blank" href="https://projets.cohabit.fr/redmine/">
<i class="fas fa-link"></i>
https://projets.cohabit.fr/redmine/
</a>
<p class="">Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. </p> <p class="">Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. </p>
</div> </div>
</div> </div>
@ -192,7 +192,7 @@
<section class="blue"> <section class="blue">
<h2 class="heading">Services</h2> <h2 class="heading">Projets</h2>
<div class="row justify-content-md-center text-center"> <div class="row justify-content-md-center text-center">
@ -201,7 +201,7 @@
<div class="col-12 col-lg-6 col-md-6 mb-3"> <div class="col-12 col-lg-6 col-md-6 mb-3">
<div class="card p-4"> <div class="card p-4">
<i class="mt-3 fa fa-pencil-ruler fa-3x"></i> <i class="mt-3 fa fa-pencil-ruler fa-3x"></i>
<h5 class="mt-4">Logo Design</h5> <h5 class="mt-4">Impression 3D</h5>
<p class="text-muted">Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. </p> <p class="text-muted">Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. </p>
</div> </div>
</div> </div>
@ -211,7 +211,27 @@
<div class="col-12 col-lg-6 col-md-6 mb-3"> <div class="col-12 col-lg-6 col-md-6 mb-3">
<div class="card p-4"> <div class="card p-4">
<i class="mt-3 fa fa-pen-nib fa-3x"></i> <i class="mt-3 fa fa-pen-nib fa-3x"></i>
<h5 class="mt-4">Graphics Design</h5> <h5 class="mt-4">Scanner 3D</h5>
<p class="text-muted">Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. </p>
</div>
</div>
<div class="col-12 col-lg-6 col-md-6 mb-3">
<div class="card p-4">
<i class="mt-3 fa fa-pen-nib fa-3x"></i>
<h5 class="mt-4">Fraiseuse numérique</h5>
<p class="text-muted">Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. </p>
</div>
</div>
<div class="col-12 col-lg-6 col-md-6 mb-3">
<div class="card p-4">
<i class="mt-3 fa fa-pen-nib fa-3x"></i>
<h5 class="mt-4">Découpeuse Laser</h5>
<p class="text-muted">Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. </p> <p class="text-muted">Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. </p>
</div> </div>
</div> </div>
@ -240,20 +260,20 @@
<form action="https://your-form-endpoint-goes-here" method="post"> <form action="https://your-form-endpoint-goes-here" method="post">
<div class="form-row"> <div class="form-row">
<div class="col-12 col-xl-6 col-lg-6 col-md-6"> <div class="col-12 col-xl-6 col-lg-6 col-md-6">
<label>Name</label> <label>Votre Nom :</label>
<input type="text" class="form-control" name="name" placeholder="Name"> <input type="text" class="form-control" name="name" placeholder="nom...">
</div> </div>
<div class="col-12 col-xl-6 col-lg-6 col-md-6"> <div class="col-12 col-xl-6 col-lg-6 col-md-6">
<label>Email</label> <label>Votre Email :</label>
<input type="email" class="form-control" name="_replyto" placeholder="Email"> <input type="email" class="form-control" name="_replyto" placeholder="email...">
</div> </div>
</div> </div>
<div class="form-group"> <div class="form-group">
<label>Message</label> <label>Votre message :</label>
<textarea placeholder="Message" name="message" class="form-control" rows="4"></textarea> <textarea placeholder="message..." name="message" class="form-control" rows="4"></textarea>
</div> </div>
<button type="submit" class="btn btn-dark">Submit</button> <button type="submit" class="btn btn-dark">Envoyer >></button>
</form> </form>
</div> </div>
</section> </section>

1
static/css/highlight.css Normal file
View file

@ -0,0 +1 @@
.hljs-comment,.hljs-quote{color:#8e908c}.hljs-variable,.hljs-template-variable,.hljs-tag,.hljs-name,.hljs-selector-id,.hljs-selector-class,.hljs-regexp,.hljs-deletion{color:#c82829}.hljs-number,.hljs-built_in,.hljs-builtin-name,.hljs-literal,.hljs-type,.hljs-params,.hljs-meta,.hljs-link{color:#f5871f}.hljs-attribute{color:#eab700}.hljs-string,.hljs-symbol,.hljs-bullet,.hljs-addition{color:#718c00}.hljs-title,.hljs-section{color:#4271ae}.hljs-keyword,.hljs-selector-tag{color:#8959a8}.hljs{display:block;overflow-x:auto;background:white;color:#4d4d4c;padding:0.5em}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}

440
static/css/styles.css Normal file
View file

@ -0,0 +1,440 @@
html {
overflow-x: hidden;
overflow-y: scroll;
}
a:hover {
text-decoration: none;
}
.sidebar {
position: fixed;
left: 0px;
top: 0px;
right: 552px;
bottom: 0px;
z-index: 1;
width: 40%;
height: 100%;
}
.sidebar .main-info * {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
opacity: 0;
-webkit-transform: translateX(-40px);
transform: translateX(-40px);
}
.sidebar .main-info *.bs {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.main-content {
position: relative;
overflow: visible;
width: 60%;
max-width: 1200px;
margin-left: 40%;
float: none;
clear: none;
}
.main-content:after {
position: absolute;
content: '';
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transition: all 0.8s cubic-bezier(0.79, 0, 0.05, 0.83);
transition: all 0.8s cubic-bezier(0.79, 0, 0.05, 0.83);
background-color: #fff;
}
.main-content.active:after {
position: absolute;
content: '';
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%);
background-color: #fff;
}
article {
font-size: 18px !important;
line-height: 1.8rem;
}
article p {
color: rgba(0, 0, 0, 0.8);
}
article img {
max-width: 100%;
}
article code {
background-color: #fbfbfb !important;
width: 100%;
max-width: 800px;
margin: 0 auto;
}
article mark {
background-color: white;
color: #c80000;
}
.heading,
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif !important;
font-weight: 800;
text-transform: uppercase;
}
.heading {
font-size: 38px;
}
.highlight {
background-color: #ededed;
padding: 4px 8px;
/*display: inline-block;*/
}
.form-control {
border: none;
background-color: #e8ebef !important;
}
.primaryMenu {
-webkit-transform: translateY(-90px);
transform: translateY(-90px);
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
position: absolute;
margin-left: 35px;
}
.primaryMenu.active {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
.secondaryMenu {
position: absolute;
widows: 100%;
-webkit-transform: translateY(-90px);
transform: translateY(-90px);
margin-left: 25px;
padding-left: 0;
z-index: 2;
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.secondaryMenu.active {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
.btn {
border-radius: 6px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn.btn-primary {
background-color: #31E7B6;
border-color: #31E7B6;
}
.btn.btn-primary:hover {
background-color: #32d2a7;
border-color: #32d2a7;
}
.btn.btn-primary:active {
-webkit-transform: scale(0.95);
transform: scale(0.95);
background-color: #32d2a7;
border-color: #32d2a7;
}
.btn-dark-faded {
font-weight: 300;
font-family: 'Montserrat', sans-serif !important;
/*text-transform: uppercase;*/
background-color: rgba(0, 0, 0, 0.07);
color: black;
}
.social:hover a {
color: rgba(0, 0, 0, 0.4);
}
.social a {
color: black;
font-size: 28px;
margin-right: 12px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.social a:hover {
color: black;
}
.social a:hover i {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
section {
padding: 10%;
}
section .heading {
margin-bottom: 30px;
}
section.yellow {
background-color: #ffd061;
color: #000 !important;
}
section.yellow .progress .bg-blue {
background-color: #c19c43;
}
section.voilet {
background-color: #4768FD;
}
section.blue {
background-color: #cadfdf;
}
section.orange {
color: #fff;
background-color: #fb7833;
}
section.green {
background-color: #aaffa7;
}
section.skin {
background-color: #fdead2;
}
section.aqua {
background-color: #00fefe;
color: #000 !important;
}
section.pink {
background-color: #fff1f1;
}
.progress {
height: 0.6rem;
background-color: #fff;
}
.progress .bg-blue {
background-color: #2e96a5;
}
.card {
border-radius: 6px;
border: none;
}
#timeline {
width: 100%;
position: relative;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
#timeline:before {
content: "";
width: 3px;
height: 100%;
background: #000;
left: 50%;
-webkit-transform: translate(-50%);
transform: translate(-50%);
top: 0;
position: absolute;
}
#timeline:after {
content: "";
clear: both;
display: table;
width: 100%;
}
#timeline .timeline-item {
margin-bottom: 50px;
position: relative;
text-align: right;
}
#timeline .timeline-item .timeline-icon {
background: #000;
width: 20px;
height: 20px;
position: absolute;
top: 0;
left: 50%;
overflow: hidden;
margin-left: -10px;
border-radius: 50%;
}
#timeline .timeline-item .timeline-content {
width: 45%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#timeline .timeline-item .timeline-content p {
color: rgba(0, 0, 0, 0.7);
}
#timeline .timeline-item .timeline-content .date {
display: inline-block;
background-color: rgba(0, 0, 0, 0.1);
padding: 10px;
border-radius: 3px;
}
#timeline .timeline-item .timeline-content.right {
float: right;
text-align: left;
}
.pagination .page-item.active .page-link {
background-color: black;
border-color: black !important;
color: #fff !important;
}
.pagination .page-link {
border: none;
color: #000 !important;
}
.skill {
margin-bottom: 20px;
}
@media (max-width: 767px) {
.sidebar {
position: static;
width: 100%;
padding-left: 65px;
}
.main-content {
width: 100%;
margin-left: 0%;
}
#timeline {
margin: 30px;
padding: 0px;
width: 90%;
}
#timeline:before {
left: 0;
}
#timeline .timeline-item .timeline-content {
width: 90%;
float: right;
text-align: left;
}
#timeline .timeline-item .timeline-content:before,
#timeline .timeline-item .timeline-content .right:before {
left: 10%;
margin-left: -6px;
border-left: 0;
border-right: 7px solid #ee4d4d;
}
#timeline .timeline-item .timeline-icon {
left: 0;
}
}
.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
width: 24px;
height: 4px;
}
.hamburger-menu {
position: relative;
-webkit-transform: translateY(8px);
transform: translateY(8px);
background: black;
-webkit-transition: all 0ms 300ms;
transition: all 0ms 300ms;
}
.hamburger-menu.animate {
background: rgba(255, 255, 255, 0);
}
.hamburger-menu:before {
content: "";
position: absolute;
left: 0;
bottom: 8px;
background: black;
-webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 350ms cubic-bezier(0.23, 1, 0.32, 1);
transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 350ms cubic-bezier(0.23, 1, 0.32, 1);
transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 350ms cubic-bezier(0.23, 1, 0.32, 1);
transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 350ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 350ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu:after {
content: "";
position: absolute;
left: 0;
top: 8px;
background: black;
-webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 350ms cubic-bezier(0.23, 1, 0.32, 1);
transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 350ms cubic-bezier(0.23, 1, 0.32, 1);
transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 350ms cubic-bezier(0.23, 1, 0.32, 1);
transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 350ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 350ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.animate:after {
top: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 350ms 350ms cubic-bezier(0.23, 1, 0.32, 1);
transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 350ms 350ms cubic-bezier(0.23, 1, 0.32, 1);
transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 350ms 350ms cubic-bezier(0.23, 1, 0.32, 1);
transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 350ms 350ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 350ms 350ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.animate:before {
bottom: 0;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 350ms 350ms cubic-bezier(0.23, 1, 0.32, 1);
transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 350ms 350ms cubic-bezier(0.23, 1, 0.32, 1);
transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 350ms 350ms cubic-bezier(0.23, 1, 0.32, 1);
transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 350ms 350ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 350ms 350ms cubic-bezier(0.23, 1, 0.32, 1);
}
/*# sourceMappingURL=styles.css.map */

File diff suppressed because one or more lines are too long

448
static/css/styles.scss Normal file
View file

@ -0,0 +1,448 @@
*{
// outline: 1px solid red;
}
html{
overflow-x: hidden;
overflow-y: scroll;
}
a{
&:hover{
text-decoration: none;
}
}
.sidebar{
position: fixed;
left: 0px;
top: 0px;
right: 552px;
bottom: 0px;
z-index: 1;
width: 40%;
height: 100%;
.main-info *{
transition: all 0.3s ease;
opacity: 0;
transform: translateX(-40px);
&.bs{
transform: translateX(0);
opacity: 1;
}
}
}
.main-content{
position: relative;
overflow: visible;
width: 60%;
max-width: 1200px;
margin-left: 40%;
float: none;
clear: none;
&:after{
position: absolute;
content: '';
top: 0; bottom: 0;
left: 0; right: 0;
transition: all 0.8s cubic-bezier(0.79, 0, 0.05, 0.83);;
background-color: #fff;
}
&.active{
&:after{
position: absolute;
content: '';
top: 0; bottom: 0;
left: 0; right: 0;
transform: translateX(100%);
background-color: #fff;
}
}
}
article{
font-size: 18px !important;
line-height: 1.8rem;
p{
color: rgba(0,0,0,0.8);
}
img{
max-width: 100%;
}
code{
background-color: #fbfbfb !important;
width: 100%;
max-width: 800px;
margin: 0 auto;
}
mark{
background-color: white;
color: rgb(200,0,0);
}
}
.heading,
h1,h2,h3,h4,h5,h6{
font-family: 'Montserrat', sans-serif !important;
font-weight: 800;
text-transform: uppercase;
}
.heading{
font-size: 38px;
}
.highlight{
background-color: #ededed;
padding: 4px 8px;
/*display: inline-block;*/
}
.form-control{
border: none;
background-color: #e8ebef !important;
}
.primaryMenu{
// margin-top: -90px;
transform: translateY(-90px);
transition: transform 0.3s ease;
position: absolute;
margin-left: 35px;
&.active{
transform: translateY(0px);
}
}
.secondaryMenu{
position: absolute;
widows: 100%;
// margin-top: -90px;
transform: translateY(-90px);
margin-left: 25px;
padding-left: 0;
z-index: 2;
transition: transform 0.3s ease;
&.active{
// margin-top: 0px;
transform: translateY(0px);
}
}
// styles for buttons
.btn{
border-radius: 6px;
transition: all 0.3s ease;
&.btn-primary{
background-color : #31E7B6;
border-color: #31E7B6;
&:hover{
background-color : #32d2a7;
border-color: #32d2a7;
}
&:active{
transform: scale(0.95);
background-color : #32d2a7;
border-color: #32d2a7;
}
}
}
.btn-dark-faded{
font-weight: 300;
font-family: 'Montserrat', sans-serif !important;
/*text-transform: uppercase;*/
background-color: rgba(0,0,0,0.07);
color: black;
}
// Styles for social icons
.social{
&:hover{
a{
color: rgba(0,0,0,0.4);
}
}
a{
color: rgba(0,0,0,1);
font-size: 28px;
margin-right: 12px;
transition: all 0.3s ease;
&:hover{
color: rgba(0,0,0,1);
i{
transform: scale(1.3);
}
}
}
}
section{
padding: 10%;
.heading{
margin-bottom: 30px;
}
&.yellow{
background-color: #ffd061;
color: #000 !important;
.progress .bg-blue{
background-color: #c19c43;
}
}
&.voilet{
background-color: #4768FD;
}
&.blue{
background-color: #cadfdf;
}
&.orange{
color: #fff;
background-color: #fb7833;
}
&.green{
background-color: #aaffa7;
}
&.skin{
background-color: #fdead2;
}
&.aqua{
background-color: #00fefe;
color: #000 !important;
}
&.pink{
background-color: #fff1f1;
}
}
// styles for progress bar
.progress{
height: 0.6rem;
background-color: #fff;
.bg-blue{
background-color: #2e96a5;
}
}
.card{
border-radius: 6px;
border: none;
}
// styles for timeline
#timeline {
width: 100%;
position: relative;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;
&:before {
content: "";
width: 3px;
height: 100%;
background: #000;
left: 50%;
transform: translate(-50%);
top: 0;
position: absolute;
}
&:after {
content: "";
clear: both;
display: table;
width: 100%;
}
.timeline-item {
margin-bottom: 50px;
position: relative;
text-align: right;
.timeline-icon {
background: #000;
width: 20px;
height: 20px;
position: absolute;
top: 0;
left: 50%;
overflow: hidden;
margin-left: -10px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.timeline-content {
width: 45%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
p {
color: rgba(0,0,0,0.7);
}
.date{
display: inline-block;
background-color: rgba(0,0,0,0.1);
padding: 10px;
border-radius: 3px;
}
&.right {
float: right;
text-align: left;
}
}
}
}
.pagination{
.page-item.active{
.page-link{
background-color: black;
border-color: black !important;
color: #fff !important;
}
}
.page-link{
border: none;
color: #000 !important;
}
}
.skill{
margin-bottom: 20px;
}
@media (max-width: 767px){
.sidebar {
position: static;
width: 100%;
padding-left: 65px;
}
.main-content{
width: 100%;
margin-left: 0%;
}
#timeline {
margin: 30px;
padding: 0px;
width: 90%;
&:before {
left: 0;
}
.timeline-item{
.timeline-content {
width: 90%;
float: right;
text-align: left;
&:before,
.right:before{
left: 10%;
margin-left: -6px;
border-left: 0;
border-right: 7px solid #ee4d4d;
}
}
.timeline-icon {
left: 0;
}
}
}
}
$bar-width: 24px;
$bar-height: 4px;
$bar-spacing: 8px;
.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
width: $bar-width;
height: $bar-height;
}
.hamburger-menu {
position: relative;
transform: translateY($bar-spacing);
background: rgba(0, 0, 0, 1);
transition: all 0ms 300ms;
&.animate {
background: rgba(255, 255, 255, 0);
}
}
.hamburger-menu:before {
content: "";
position: absolute;
left: 0;
bottom: $bar-spacing;
background: rgba(0, 0, 0, 1);
transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 350ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu:after {
content: "";
position: absolute;
left: 0;
top: $bar-spacing;
background: rgba(0, 0, 0, 1);
transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 350ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.animate:after {
top: 0;
transform: rotate(45deg);
transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 350ms 350ms cubic-bezier(0.23, 1, 0.32, 1);;
}
.hamburger-menu.animate:before {
bottom: 0;
transform: rotate(-45deg);
transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 350ms 350ms cubic-bezier(0.23, 1, 0.32, 1);;
}

BIN
static/images/sim.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

69
static/js/main.js Normal file
View file

@ -0,0 +1,69 @@
/*
*=================================
* Hugo UILite Portfolio v0.8
*=================================
*
* Free version https://uicard.io/products/hugo-uilite
* Pro version https://uicard.io/products/hugo-uilite-pro
* Demo https://demo.uicard.io/hugo-uilite-portfolio-demo/
*
* Coded By UICardio
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*
*/
let menuBtn = $("#menuBar");
menuBtn.click(function() {
$('.hamburger-menu').toggleClass('animate');
if ($(".secondaryMenu").hasClass("active")) {
$(".secondaryMenu").removeClass("active");
setTimeout(function() {
$(".primaryMenu").addClass("active");
}, 400);
} else {
$(".primaryMenu").removeClass("active");
setTimeout(function() {
$(".secondaryMenu").addClass("active");
}, 350);
}
});
function scrollTo(target) {
const top = $(target).offset().top;
const duration = 500;
const changeHash = function() {
location.hash = target
};
$("html, body").animate({ scrollTop: top }, duration, changeHash);
}
$(document).ready(function() {
var elements = $(".sidebar > .main-info *");
console.log(elements);
for (let i = 0; i < elements.length; i++) {
setTimeout(function() {
$(elements[i].tagName).addClass("bs");
}, (400 * i) - 90 * i);
}
setTimeout(function() {
$(".main-content").addClass("active");
}, 1900);
$("#sidebar a.btn[href='#contact']").on("click", function (event) {
event.preventDefault();
scrollTo($.attr(this, "href"));
});
});