Skip to content

Commit 27969f0

Browse files
committed
Added terms of use and privacy policy to footer
1 parent e4e3d1c commit 27969f0

3 files changed

Lines changed: 36 additions & 15 deletions

File tree

_includes/footer.html

Lines changed: 36 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,21 @@
33
<hr class="custom-hr" />
44
</div>
55
<footer>
6-
<p class=" trademark">
7-
"Fields of View" and "FoV" are trademarks of Fields of View Society © <span>2022</span>. Fields of View. <br>All Rights
8-
Reserved.
9-
</p>
6+
<div>
7+
<p class=" trademark">
8+
"Fields of View" and "FoV" are trademarks of Fields of View Society © <span>2022</span>. Fields of View.
9+
<br>All Rights
10+
Reserved.<br>
11+
12+
</p>
13+
<div class="links">
14+
<a href="{{site.baseurl}}/docs/legal/FieldsofView_Website_TermsofUse_May2022.pdf" target="_blank">Terms of
15+
Use</a> |
16+
<a href="{{site.baseurl}}/docs/legal/FieldsofView_Website_PrivacyPolicy_May2022.pdf" target="_blank">Privacy
17+
Policy</a>
18+
</div>
19+
</div>
20+
1021
<p class="address">
1122
#1915, 5th Cross, 18th 'A' Main, JP Nagar 2nd Phase,<br /> Bangalore - 560 078
1223
</p>
@@ -61,17 +72,26 @@
6172
padding: var(--p3-rem) var(--p4-rem) var(--p2-rem) var(--p4-rem);
6273
margin-bottom: var(--p2-rem);
6374
justify-content: space-between;
64-
align-items: center;
75+
align-items: start;
6576
}
6677

67-
footer p {
78+
footer>*:not(.icons) {
6879
color: var(--subtitle-color);
6980
font-size: var(--fs16);
7081
width: 30rem;
71-
height: 2.2rem;
82+
/* height: 2.2rem; */
7283
margin-right: var(--p3-rem);
7384
}
7485

86+
footer .links {
87+
color: var(--title-color);
88+
}
89+
90+
footer a {
91+
text-decoration: underline;
92+
text-underline-position: from-font;
93+
}
94+
7595
footer .icons {
7696
/* position: absolute; */
7797
/* right: 4rem; */
@@ -94,16 +114,17 @@
94114
footer {
95115
/* gap: var(--p2-rem); */
96116
display: grid;
97-
grid-template-columns: 1fr 1fr;
98-
gap: var(--p2-rem);
117+
grid-template-columns: 1fr;
118+
/* gap: var(--p1-rem); */
99119
align-items: center;
100120
justify-items: center;
121+
text-align: center;
101122
}
102123

103-
footer p {
124+
footer>*:not(.icons) {
104125
width: 100%;
105-
/* height: min-content; */
106126
margin-bottom: 2rem;
127+
margin-right: 0;
107128
}
108129

109130
footer .icons {
@@ -116,17 +137,17 @@
116137
}
117138

118139
.contact {
119-
text-align: start;
140+
text-align: center;
120141
}
121142

122143
footer .icons>li>a>img {
123-
height: clamp(30px, 3rem, 40px);
124-
width: clamp(30px, 3rem, 40px);
144+
height: clamp(30px, 2rem, 40px);
145+
width: clamp(30px, 2rem, 40px);
125146
}
126147
}
127148
</style>
128149
<script>
129-
document.addEventListener('DOMContentLoaded', function() {
150+
document.addEventListener('DOMContentLoaded', function () {
130151
const yearSpan = document.querySelector('footer .trademark span');
131152
const currentYear = new Date().getFullYear();
132153
yearSpan.textContent = currentYear;
117 KB
Binary file not shown.
134 KB
Binary file not shown.

0 commit comments

Comments
 (0)