Skip to content

Commit 7f01555

Browse files
authored
bootstrap
1 parent c610615 commit 7f01555

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+24023
-0
lines changed

Diff for: Template-04/css/bootstrap.css

+11,798
Large diffs are not rendered by default.

Diff for: Template-04/css/font-awesome.css

+10,276
Large diffs are not rendered by default.

Diff for: Template-04/css/styles.css

+141
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
.xl-text {
2+
font-size: 65px;
3+
}
4+
5+
.header {
6+
background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)), url("../images/header-background.jpg") left center no-repeat;
7+
background-size: cover;
8+
height: 600px;
9+
}
10+
11+
.vertical-decoration {
12+
top: 12%;
13+
width: 24px;
14+
}
15+
16+
.hr-heading {
17+
display: inline-block;
18+
width: 3.5rem;
19+
height: 0.125rem;
20+
margin-top: 0.625rem;
21+
border: none;
22+
background-color: var(--bs-primary);
23+
opacity: 1;
24+
}
25+
26+
.navbar {
27+
transition: all 0.5s ease-in-out;
28+
}
29+
30+
.navbar-sticky {
31+
opacity: 0.8;
32+
}
33+
34+
.details .vertical-decoration {
35+
top: 0;
36+
left: 0;
37+
width: 24px;
38+
}
39+
40+
.details-2 .vertical-decoration {
41+
top: 5%;
42+
right: 0;
43+
width: 24px;
44+
}
45+
46+
.video-play-button {
47+
position: absolute;
48+
z-index: 10;
49+
top: 50%;
50+
left: 50%;
51+
transform: translateX(-50%) translateY(-50%);
52+
width: 32px;
53+
height: 44px;
54+
border-radius: 50%;
55+
display: block;
56+
box-sizing: content-box;
57+
padding: 1.125rem 1.25rem 1.125rem 1.75rem;
58+
cursor: pointer;
59+
}
60+
61+
.video-play-button:before {
62+
content: "";
63+
position: absolute;
64+
z-index: 0;
65+
top: 50%;
66+
left: 50%;
67+
transform: translateX(-50%) translateY(-50%);
68+
width: 76px;
69+
height: 76px;
70+
border-radius: 50%;
71+
display: block;
72+
background: var(--bs-primary);
73+
cursor: pointer;
74+
animation: pulse-border 1500ms ease-in-out infinite;
75+
}
76+
77+
.video-play-button:after {
78+
content: "";
79+
position: absolute;
80+
z-index: 1;
81+
top: 50%;
82+
left: 50%;
83+
transform: translateX(-50%) translateY(-50%);
84+
width: 70px;
85+
height: 70px;
86+
border-radius: 50%;
87+
display: block;
88+
background: var(--bs-primary);
89+
cursor: pointer;
90+
transition: all 200ms;
91+
}
92+
93+
.video-play-button span {
94+
position: relative;
95+
display: block;
96+
z-index: 3;
97+
top: 6px;
98+
left: 4px;
99+
width: 0;
100+
height: 0;
101+
border-left: 26px solid #fff;
102+
border-top: 16px solid transparent;
103+
border-bottom: 16px solid transparent;
104+
}
105+
106+
@keyframes pulse-border {
107+
0% {
108+
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
109+
opacity: 1;
110+
}
111+
100% {
112+
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
113+
opacity: 0;
114+
}
115+
}
116+
.video-modal .modal-dialog {
117+
max-width: 1150px;
118+
margin-top: 20px;
119+
}
120+
121+
.project-modals .modal-dialog {
122+
max-width: 1150px;
123+
margin-top: 130px;
124+
}
125+
126+
@media (max-width: 992px) {
127+
.xl-text {
128+
font-size: 50px;
129+
}
130+
.header {
131+
text-align: center;
132+
background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9)), url("../images/header-background.jpg") center center no-repeat;
133+
}
134+
.video-points {
135+
padding: 0 !important;
136+
text-align: center;
137+
}
138+
.video-points .col-lg-4 {
139+
margin-bottom: 20px;
140+
}
141+
}

Diff for: Template-04/images/article-details-large.jpg

79.1 KB

Diff for: Template-04/images/article-details-small.jpg

76.6 KB

Diff for: Template-04/images/details-1.jpg

46.5 KB

Diff for: Template-04/images/details-2.jpg

48.5 KB

Diff for: Template-04/images/favicon.png

1.3 KB

Diff for: Template-04/images/header-background.jpg

460 KB

Diff for: Template-04/images/logo.svg

+1

Diff for: Template-04/images/partner-logo-1.png

2.49 KB

Diff for: Template-04/images/partner-logo-2.png

2.6 KB

Diff for: Template-04/images/partner-logo-3.png

2.41 KB

Diff for: Template-04/images/partner-logo-4.png

2.47 KB

Diff for: Template-04/images/partner-logo-5.png

2.48 KB

Diff for: Template-04/images/partner-logo-6.png

2.31 KB

Diff for: Template-04/images/project-1.jpg

52.6 KB

Diff for: Template-04/images/project-2.jpg

18.5 KB

Diff for: Template-04/images/project-3.jpg

31.1 KB

Diff for: Template-04/images/project-4.jpg

34.3 KB

Diff for: Template-04/images/project-5.jpg

21.3 KB

Diff for: Template-04/images/project-6.jpg

27.5 KB

Diff for: Template-04/images/screen.png

778 KB

Diff for: Template-04/images/solution-1.jpg

46.9 KB

Diff for: Template-04/images/solution-2.jpg

64.3 KB

Diff for: Template-04/images/solution-3.jpg

44.3 KB

Diff for: Template-04/images/solution-4.jpg

47 KB

Diff for: Template-04/images/team-member-1.jpg

19.5 KB

Diff for: Template-04/images/team-member-2.jpg

19.9 KB

Diff for: Template-04/images/team-member-3.jpg

17.2 KB

Diff for: Template-04/images/team-member-4.jpg

23.4 KB

Diff for: Template-04/images/team-member-5.jpg

17.4 KB

Diff for: Template-04/images/team-member-6.jpg

19 KB

Diff for: Template-04/images/testimonial-1.jpg

8.95 KB

Diff for: Template-04/images/testimonial-2.jpg

7.35 KB

Diff for: Template-04/images/testimonial-3.jpg

8.15 KB

Diff for: Template-04/images/testimonial-4.jpg

7.13 KB

Diff for: Template-04/images/testimonial-5.jpg

7.57 KB

Diff for: Template-04/images/testimonial-6.jpg

6.9 KB

Diff for: Template-04/images/up-arrow.png

1.1 KB

Diff for: Template-04/images/vertical-decoration-left.svg

+1

Diff for: Template-04/images/vertical-decoration-right.svg

+1

Diff for: Template-04/images/video-preview.jpg

100 KB

0 commit comments

Comments
 (0)