Compare commits
No commits in common. "e87136de8aaf0769b259d2b2023027e844f88e53" and "c5bc35758e8759dd0dd910ab214dd5140fa9acfa" have entirely different histories.
e87136de8a
...
c5bc35758e
@ -443,10 +443,6 @@ section {
|
|||||||
line-height: 0;
|
line-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#test span {
|
|
||||||
color: #3b434a17;
|
|
||||||
}
|
|
||||||
|
|
||||||
.section-title p {
|
.section-title p {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -975,10 +971,7 @@ section {
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.portfolio-details
|
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
|
||||||
.portfolio-details-slider
|
|
||||||
.swiper-pagination
|
|
||||||
.swiper-pagination-bullet {
|
|
||||||
width: 12px;
|
width: 12px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
@ -986,10 +979,7 @@ section {
|
|||||||
border: 1px solid #ffb727;
|
border: 1px solid #ffb727;
|
||||||
}
|
}
|
||||||
|
|
||||||
.portfolio-details
|
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
|
||||||
.portfolio-details-slider
|
|
||||||
.swiper-pagination
|
|
||||||
.swiper-pagination-bullet-active {
|
|
||||||
background-color: #ffb727;
|
background-color: #ffb727;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1270,7 +1260,7 @@ section {
|
|||||||
padding: 12px 15px;
|
padding: 12px 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact .php-email-form button[type="submit"] {
|
.contact .php-email-form button[type=submit] {
|
||||||
background: #ffb727;
|
background: #ffb727;
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 10px 24px;
|
padding: 10px 24px;
|
||||||
@ -1279,7 +1269,7 @@ section {
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact .php-email-form button[type="submit"]:hover {
|
.contact .php-email-form button[type=submit]:hover {
|
||||||
background: #ffc85a;
|
background: #ffc85a;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
14
index.html
14
index.html
@ -71,8 +71,7 @@
|
|||||||
<section id="about" class="about">
|
<section id="about" class="about">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<div class="row">
|
<div class="section-title">
|
||||||
<div class="section-title col-lg-6">
|
|
||||||
<span>About Me</span>
|
<span>About Me</span>
|
||||||
<h2>About Me</h2>
|
<h2>About Me</h2>
|
||||||
<p> Passionate about computer science and love to have lengthy conversations
|
<p> Passionate about computer science and love to have lengthy conversations
|
||||||
@ -82,17 +81,6 @@
|
|||||||
Overall flexible, adaptable and always curious by new experiences.
|
Overall flexible, adaptable and always curious by new experiences.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="section-title col-lg-6" id="test">
|
|
||||||
<span>About Me</span>
|
|
||||||
<h2>About Me</h2>
|
|
||||||
<p> Passionate about computer science and love to have lengthy conversations
|
|
||||||
about it.<br>
|
|
||||||
Autonomous but also capable of communicating and
|
|
||||||
handling people.<br>
|
|
||||||
Overall flexible, adaptable and always curious by new experiences.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div
|
<div
|
||||||
|
Loading…
Reference in New Issue
Block a user