create profile section

This commit is contained in:
HAM!DREZA
2024-05-21 15:01:29 +03:30
parent abe8daf536
commit 0c7fd83de2
18 changed files with 1535 additions and 39 deletions
+3 -3
View File
@@ -39,11 +39,11 @@
</template>
<style scoped>
<style>
@media (min-width: 768px) {
.panel {
background: url("./images/aboutUs.jpg");
background: url("public/images/aboutUs.jpg");
background-size: cover;
background-repeat: no-repeat !important;
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
@@ -80,7 +80,7 @@
}
.panel {
background: url("./images/aboutUs.jpg");
background: url("public/images/aboutUs.jpg");
background-size: cover;
background-repeat: no-repeat !important;
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);