This commit is contained in:
gurusabarish
2020-09-04 12:28:09 +05:30
parent 4e6c6c4899
commit 11c4ca12ac
3 changed files with 122 additions and 76 deletions
+34 -2
View File
@@ -1,3 +1,35 @@
<div class="about container-fluid row" id="about"> <section>
<div class="p-3 about bg-light text-center" id="about">
<div class="things-i-do text-primary font-weight-bold">
Things I do
</div> </div>
<div class="p-4">
<div class="row justify-content-center">
<div class="col-md-3 col-sm ">
<div class="shadow rounded p-2 bg-warning">
<svg width="3em" height="3em" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512">
<path
d="M255.03 261.65c6.25 6.25 16.38 6.25 22.63 0l11.31-11.31c6.25-6.25 6.25-16.38 0-22.63L253.25 192l35.71-35.72c6.25-6.25 6.25-16.38 0-22.63l-11.31-11.31c-6.25-6.25-16.38-6.25-22.63 0l-58.34 58.34c-6.25 6.25-6.25 16.38 0 22.63l58.35 58.34zm96.01-11.3l11.31 11.31c6.25 6.25 16.38 6.25 22.63 0l58.34-58.34c6.25-6.25 6.25-16.38 0-22.63l-58.34-58.34c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63L386.75 192l-35.71 35.72c-6.25 6.25-6.25 16.38 0 22.63zM624 416H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33.02-17.47-32.77-32H16c-8.8 0-16 7.2-16 16v16c0 35.2 28.8 64 64 64h512c35.2 0 64-28.8 64-64v-16c0-8.8-7.2-16-16-16zM576 48c0-26.4-21.6-48-48-48H112C85.6 0 64 21.6 64 48v336h512V48zm-64 272H128V64h384v256z" />
</svg>
</div>
</div>
<div class="col-md-3 col-sm">
<div class="shadow rounded p-2 bg-warning">
<svg width="3em" height="3em" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512">
<path
d="M32,224H64V416H32A31.96166,31.96166,0,0,1,0,384V256A31.96166,31.96166,0,0,1,32,224Zm512-48V448a64.06328,64.06328,0,0,1-64,64H160a64.06328,64.06328,0,0,1-64-64V176a79.974,79.974,0,0,1,80-80H288V32a32,32,0,0,1,64,0V96H464A79.974,79.974,0,0,1,544,176ZM264,256a40,40,0,1,0-40,40A39.997,39.997,0,0,0,264,256Zm-8,128H192v32h64Zm96,0H288v32h64ZM456,256a40,40,0,1,0-40,40A39.997,39.997,0,0,0,456,256Zm-8,128H384v32h64ZM640,256V384a31.96166,31.96166,0,0,1-32,32H576V224h32A31.96166,31.96166,0,0,1,640,256Z" />
</svg>
</div>
</div>
<div class="col-md-3 col-sm ">
<div class="shadow rounded p-2 bg-warning">
<svg width="3em" height="3em" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512">
<path
d="M0 32l34.9 395.8L191.5 480l157.6-52.2L384 32H0zm308.2 127.9H124.4l4.1 49.4h175.6l-13.6 148.4-97.9 27v.3h-1.1l-98.7-27.3-6-75.8h47.7L138 320l53.5 14.5 53.7-14.5 6-62.2H84.3L71.5 112.2h241.1l-4.4 47.7z" />
</svg>
</div>
</div>
</div>
</div>
</div>
</section>
+2
View File
@@ -1,3 +1,4 @@
<section>
<div class="home container-fluid row" id="home"> <div class="home container-fluid row" id="home">
<div class="text-white col-lg-8 col-sm "> <div class="text-white col-lg-8 col-sm ">
<div class="name-intro"> <div class="name-intro">
@@ -72,3 +73,4 @@
<div class="col col-lg-4 col-sm home-content"></div> <div class="col col-lg-4 col-sm home-content"></div>
</div> </div>
</section>
+19 -7
View File
@@ -9,6 +9,7 @@
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: right bottom; background-position: right bottom;
overflow: hidden;
} }
.name { .name {
@@ -31,6 +32,11 @@
font-family: cursive; font-family: cursive;
} }
.know-more a:hover {
text-decoration-line: none;
color: black;
}
.home-content { .home-content {
padding-top: 0; padding-top: 0;
padding-left: 18%; padding-left: 18%;
@@ -45,19 +51,16 @@
text-decoration-line: none; text-decoration-line: none;
} }
.know-more a:hover {
text-decoration-line: none;
color: black;
}
@media only screen and (max-width: 600px) { @media only screen and (max-width: 600px) {
.home { .home {
height: 70vh; height: 90vh;
background-position: initial; background-position: center;
} }
.name-intro { .name-intro {
height: 200px; height: 200px;
padding-left: 10%;
} }
.profile { .profile {
@@ -75,13 +78,22 @@
padding-left: 20%; padding-left: 20%;
padding-right: 20%; padding-right: 20%;
} }
.know-more a {
color: black;
}
} }
/* about */ /* about */
.about { .about {
height: 60vh; height: 100vh;
padding: 0; padding: 0;
padding-bottom: 0; padding-bottom: 0;
margin: 0; margin: 0;
overflow: hidden;
}
.things-i-do {
font-family: 'Alata', sans-serif;
} }