File tree Expand file tree Collapse file tree 6 files changed +62
-43
lines changed Expand file tree Collapse file tree 6 files changed +62
-43
lines changed Original file line number Diff line number Diff line change 36
36
</div >
37
37
38
38
</div >
39
- <div class =" m-auto" >
40
- <button class =" btn btn-primary " v-if =" showMoreButton" @click =" commentsToShow += 3" >Show More</button >
39
+ <div class =" hero-item-btn m-auto" >
40
+ <button class =" hero-btn1 " v-if =" showMoreButton" @click =" commentsToShow += 3" >Show More</button >
41
41
</div >
42
42
43
43
@@ -142,7 +142,21 @@ $("#close_offcanvas").click(function () {
142
142
}
143
143
</script >
144
144
<style scoped>
145
-
145
+ .hero-item-btn .hero-btn1 {
146
+ border : 1px solid black ;
147
+ border-radius : 20px ;
148
+ width : 150px ;
149
+ padding : 5px ;
150
+ text-align : center ;
151
+ cursor : pointer ;
152
+ margin-top : 20px ;
153
+ cursor : pointer ;
154
+
155
+ }
156
+ .hero-item-btn .hero-btn1 :hover {
157
+ color : white ;
158
+ background : black ;
159
+ }
146
160
.line {
147
161
/* display: none!important; */
148
162
}
Original file line number Diff line number Diff line change 36
36
position :fixed ;
37
37
width :60px ;
38
38
height :60px ;
39
- bottom :100 px ;
39
+ bottom :50 px ;
40
40
right :40px ;
41
41
background-color :#256a8f ;
42
42
color :#FFF ;
56
56
position :fixed ;
57
57
width :60px ;
58
58
height :60px ;
59
- bottom :100 px ;
59
+ bottom :50 px ;
60
60
left :40px ;
61
61
background-color :#256a8f ;
62
62
color :#FFF ;
66
66
box-shadow : 2px 2px 3px #999 ;
67
67
z-index :100 ;
68
68
}
69
+ @media only screen and (max-width :768px ){
70
+ .float1 ,.float {
71
+ bottom :55px ;
72
+ }
73
+ }
69
74
70
75
71
76
Original file line number Diff line number Diff line change 54
54
</div >
55
55
56
56
57
-
57
+ <div class =" footer__copyright" >
58
+ <p >© 2022 - 2025 | Alrights reserved by <a href =" https://wealcoder.com/"
59
+ target =" _blank" >Wealcoder</a >
60
+ </p >
61
+ </div >
62
+
58
63
<div class =" footer__subscribe" >
59
64
<form action =" #" >
60
65
<input type =" email" name =" email" placeholder =" Enter your email" >
Original file line number Diff line number Diff line change 21
21
</div >
22
22
<div class =" header__nav-2" >
23
23
<ul class =" main-menu-3 menu-anim list-menu" >
24
- <!-- <li>
25
- <a><router-link to="/">HOME</router-link></a>
26
- </li>
27
- <li>
28
- <a> <router-link to="/About">ABOUT</router-link></a>
29
- </li>
30
- <li>
31
- <a><router-link to="/Pages">PAGES</router-link></a>
32
- </li>
33
- <li>
34
- <a><router-link to="/Services">SERVICES</router-link></a>
35
- </li>
36
- <li>
37
- <a><router-link to="/Team">TEAM</router-link></a>
38
- </li>
39
- <li>
40
- <a><router-link to="/Blog">BLOG</router-link></a>
41
- </li>
42
- <li>
43
- <a><router-link to="/Contact">CONTACT</router-link></a>
44
- </li> -->
45
- <li ><router-link to =" /contact" ><button >Let's Talk</button ></router-link ></li >
24
+ <router-link to =" /contact" > <li ><button class =" hero-btn" >Let's Talk</button ></li ></router-link >
46
25
<li ><a href =" tel:+971 4 321 0710" ><i class =" fa-solid fa-phone" > </i >+971 4 321 0710</a ></li >
47
-
48
-
26
+
49
27
</ul >
50
28
</div >
51
29
<div class =" header__nav-icon-3" >
@@ -387,11 +365,20 @@ export default {
387
365
padding : 2rem ;
388
366
border-right : 1px solid rgb (53 , 51 , 51 );
389
367
}
390
- .list-menu button {
368
+ /* .list-menu button {
391
369
border: 1px solid black;
392
370
width: 120px;
393
371
border-radius: 30px;
394
372
padding: 2px;
373
+ } */
374
+ .list-menu .hero-btn {
375
+ border : 1px solid black ;
376
+ border-radius :20px ;
377
+ width : 150px ;
378
+ padding : 5px ;
379
+ text-align : center ;
380
+ cursor : pointer ;
381
+ margin-top : 19px ;
395
382
}
396
383
.list-menu button :hover {
397
384
background-color : black ;
@@ -477,4 +464,10 @@ export default {
477
464
.offcanvas__links ul li a {
478
465
font-size : 38px ;
479
466
}
467
+ @media screen and (max-width : 960px ){
468
+ .search-icon {
469
+ display : none ;
470
+ }
471
+ }
472
+
480
473
</style >
Original file line number Diff line number Diff line change 23
23
<div class =" hero__text-3" >
24
24
<p class =" animation__word_come para-text" >Static and dynamic secure code review can prevent a day before your
25
25
product is even released. We can integrate with your dev environment</p >
26
+ <div class =" hero-item-btn" >
27
+ <button class =" hero-btn" >Let's Try</button >
28
+ </div >
26
29
</div >
27
30
<div class =" scroll-down" >
28
31
<button ><img src =" @/assets/imgs/icon/arrow-down-sm.png" alt =" arrow icon" ></button >
45
48
</div >
46
49
</div >
47
50
</div >
48
-
49
- </div >
50
- <div class =" hero-item-btn" >
51
- <button class =" hero-btn" >let's try</button >
52
51
</div >
52
+
53
53
</div >
54
-
55
-
56
54
<div class =" hero3-img-ani" >
57
55
<img src =" @/assets/imgs/hero/3/1.jpg" alt =" Hero Image" class =" hero3-img" >
58
56
</div >
105
103
text-align : center ;
106
104
cursor : pointer ;
107
105
margin-top : 20px ;
108
- cursor : pointer ;
109
- position : absolute ;
110
- left : 126 px ;
111
- bottom : 230px ;
106
+ cursor : pointer !important ;
107
+ /* position: absolute; */
108
+ /* left: 100px; */
109
+ /* bottom: 230px; */
112
110
113
111
}
114
112
/* .hero-item-btn .hero-btn:hover{
115
113
color: white;
116
114
} */
117
- .hero-item-btn .hero-btn :hover {
118
- background-color :rgb (0 , 0 , 0 );
115
+ .hero-item-btn .hero-btn :hover {
116
+ background-color :rgb (0 , 0 , 0 )!important ;
119
117
color : antiquewhite ;
120
118
}
121
119
/* text anim */
Original file line number Diff line number Diff line change 157
157
cursor : pointer ;
158
158
159
159
}
160
+ .hero-item-btn {
161
+ width : fit-content ;
162
+ }
163
+
160
164
.hero-item-btn .hero-btn1 :hover {
161
165
color : white ;
162
166
background : black ;
You can’t perform that action at this time.
0 commit comments