Compare commits
12 Commits
main
...
e87136de8a
Author | SHA1 | Date | |
---|---|---|---|
e87136de8a | |||
0504e918e9 | |||
c5bc35758e | |||
91627cff17 | |||
7b35c96b8b | |||
e71436ee19 | |||
50c21a2e64 | |||
a0731860e5 | |||
39f1e58f2d | |||
31eb5c7c26 | |||
a54d6cdffa | |||
b4bb836650 |
@ -443,6 +443,10 @@ section {
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
#test span {
|
||||
color: #3b434a17;
|
||||
}
|
||||
|
||||
.section-title p {
|
||||
margin-bottom: 0;
|
||||
position: relative;
|
||||
@ -971,7 +975,10 @@ section {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
|
||||
.portfolio-details
|
||||
.portfolio-details-slider
|
||||
.swiper-pagination
|
||||
.swiper-pagination-bullet {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
background-color: #fff;
|
||||
@ -979,7 +986,10 @@ section {
|
||||
border: 1px solid #ffb727;
|
||||
}
|
||||
|
||||
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
|
||||
.portfolio-details
|
||||
.portfolio-details-slider
|
||||
.swiper-pagination
|
||||
.swiper-pagination-bullet-active {
|
||||
background-color: #ffb727;
|
||||
}
|
||||
|
||||
@ -1260,7 +1270,7 @@ section {
|
||||
padding: 12px 15px;
|
||||
}
|
||||
|
||||
.contact .php-email-form button[type=submit] {
|
||||
.contact .php-email-form button[type="submit"] {
|
||||
background: #ffb727;
|
||||
border: 0;
|
||||
padding: 10px 24px;
|
||||
@ -1269,7 +1279,7 @@ section {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.contact .php-email-form button[type=submit]:hover {
|
||||
.contact .php-email-form button[type="submit"]:hover {
|
||||
background: #ffc85a;
|
||||
}
|
||||
|
||||
|
18
index.html
18
index.html
@ -71,7 +71,8 @@
|
||||
<section id="about" class="about">
|
||||
<div class="container">
|
||||
|
||||
<div class="section-title">
|
||||
<div class="row">
|
||||
<div class="section-title col-lg-6">
|
||||
<span>About Me</span>
|
||||
<h2>About Me</h2>
|
||||
<p> Passionate about computer science and love to have lengthy conversations
|
||||
@ -81,6 +82,17 @@
|
||||
Overall flexible, adaptable and always curious by new experiences.
|
||||
</p>
|
||||
</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
|
||||
@ -139,9 +151,9 @@
|
||||
</div>
|
||||
|
||||
<div class="progress">
|
||||
<span class="skill">JavaScript <i class="val">75%</i></span>
|
||||
<span class="skill">JavaScript <i class="val">95%</i></span>
|
||||
<div class="progress-bar-wrap">
|
||||
<div class="progress-bar" role="progressbar" aria-valuenow="75"
|
||||
<div class="progress-bar" role="progressbar" aria-valuenow="95"
|
||||
aria-valuemin="0" aria-valuemax="100"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user