Skip to content

Commit 9643cc9

Browse files
author
Asina7
committed
working with Team page
1 parent d0c6528 commit 9643cc9

File tree

6 files changed

+425
-567
lines changed

6 files changed

+425
-567
lines changed

src/assets/imgs/icon/cursor2.png

699 Bytes
Loading

src/components/About/MainSections/TeamSection.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,13 @@ export default {
8989
height: 640px!important;
9090
}
9191
.drag-sec {
92-
cursor: grab;
93-
cursor: url(@/assets/imgs/logo/site-logo-white-2.png) 16 16, auto;
92+
cursor: grab!important;
93+
cursor: url(@/assets/imgs/icon/cursor2.png) 32 32, auto !important;
94+
9495
9596
}
9697
.drag-sec img:hover {
97-
cursor: url(@/assets/imgs/logo/site-logo-white-2.png) 16 16, auto;
98+
cursor: url(@/assets/imgs/icon/cursor2.png) 32 32, auto !important;
9899
99100
}
100101
@media only screen and (max-width: 767px){

src/components/Home/MainSection/HeroSection.vue

Lines changed: 16 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</h1>
1515

1616
<div class="col-xxl-6 col-xl-6 col-lg-6 col-md-6">
17-
<p>Static and dynamic secure code review can prevent a day before your product is even released. We can integrate with your dev environment</p>
17+
<p >Static and dynamic secure code review can prevent a day before your product is even released. We can integrate with your dev environment</p>
1818
</div>
1919

2020

@@ -77,65 +77,23 @@
7777
</script>
7878

7979
<style>
80-
81-
82-
.sec-title-wrapper .main-titlee{
83-
font-size: 54px !important;
84-
color: rgb(0, 0, 0);
85-
}
86-
87-
88-
/* css */
89-
.wrapper{
90-
position: relative;
91-
}
92-
93-
94-
95-
96-
97-
.title {
98-
display: flex;
99-
flex-direction: column;
100-
align-items: center;
80+
h1{
81+
animation: ani 2s;
82+
text-align: center;
10183
}
10284
103-
.title h3 {
104-
font-size: 40px;
105-
text-align: center;
106-
opacity: 0;
107-
transform: translateX(100%);
108-
animation: title-animation 2s ease-in-out;
109-
animation-fill-mode: forwards;
110-
}
111-
112-
.title h3:nth-child(2) {
113-
animation-delay: 2s;
114-
}
115-
116-
@keyframes title-animation {
117-
0% {
118-
opacity: 0;
119-
transform: translateX(100%);
120-
}
121-
100% {
122-
opacity: 1;
123-
transform: translateX(0);
124-
}
85+
@keyframes ani{
86+
from{
87+
letter-spacing: 10px;
88+
filter: blur(5px);
89+
opacity: 0;
90+
}to{
91+
letter-spacing: 0;
92+
filter: blur(0);
93+
opacity: 1px;
94+
}
12595
}
12696
127-
.para-text{
128-
/* font-size:20px; */
129-
/* text-align:center; */
130-
opacity:0;
131-
transform: translateX(100%);
132-
animation: title-animation 2s ease-in-out;
133-
animation-fill-mode: forwards;
134-
animation-delay: 3s;
135-
}
136-
.hero3-img-ani{
137-
/* padding-top: 135px; */
138-
}
13997
.hero-btn {
14098
border: 1px solid black;
14199
border-radius:20px;
@@ -159,4 +117,6 @@
159117
}
160118
}
161119
120+
121+
162122
</style>

src/components/Service/MainSection.vue

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -381,10 +381,5 @@
381381
margin-top:0;
382382
}
383383
}
384-
/* .cta__content .color-cta{
385-
color: black !important;
386-
}
387-
.cta-background{
388-
background-color: white!important;
389-
} */
384+
390385
</style>

0 commit comments

Comments
 (0)