|
3 | 3 | <hr class="custom-hr" /> |
4 | 4 | </div> |
5 | 5 | <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 | + |
10 | 21 | <p class="address"> |
11 | 22 | #1915, 5th Cross, 18th 'A' Main, JP Nagar 2nd Phase,<br /> Bangalore - 560 078 |
12 | 23 | </p> |
|
61 | 72 | padding: var(--p3-rem) var(--p4-rem) var(--p2-rem) var(--p4-rem); |
62 | 73 | margin-bottom: var(--p2-rem); |
63 | 74 | justify-content: space-between; |
64 | | - align-items: center; |
| 75 | + align-items: start; |
65 | 76 | } |
66 | 77 |
|
67 | | - footer p { |
| 78 | + footer>*:not(.icons) { |
68 | 79 | color: var(--subtitle-color); |
69 | 80 | font-size: var(--fs16); |
70 | 81 | width: 30rem; |
71 | | - height: 2.2rem; |
| 82 | + /* height: 2.2rem; */ |
72 | 83 | margin-right: var(--p3-rem); |
73 | 84 | } |
74 | 85 |
|
| 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 | + |
75 | 95 | footer .icons { |
76 | 96 | /* position: absolute; */ |
77 | 97 | /* right: 4rem; */ |
|
94 | 114 | footer { |
95 | 115 | /* gap: var(--p2-rem); */ |
96 | 116 | display: grid; |
97 | | - grid-template-columns: 1fr 1fr; |
98 | | - gap: var(--p2-rem); |
| 117 | + grid-template-columns: 1fr; |
| 118 | + /* gap: var(--p1-rem); */ |
99 | 119 | align-items: center; |
100 | 120 | justify-items: center; |
| 121 | + text-align: center; |
101 | 122 | } |
102 | 123 |
|
103 | | - footer p { |
| 124 | + footer>*:not(.icons) { |
104 | 125 | width: 100%; |
105 | | - /* height: min-content; */ |
106 | 126 | margin-bottom: 2rem; |
| 127 | + margin-right: 0; |
107 | 128 | } |
108 | 129 |
|
109 | 130 | footer .icons { |
|
116 | 137 | } |
117 | 138 |
|
118 | 139 | .contact { |
119 | | - text-align: start; |
| 140 | + text-align: center; |
120 | 141 | } |
121 | 142 |
|
122 | 143 | 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); |
125 | 146 | } |
126 | 147 | } |
127 | 148 | </style> |
128 | 149 | <script> |
129 | | - document.addEventListener('DOMContentLoaded', function() { |
| 150 | + document.addEventListener('DOMContentLoaded', function () { |
130 | 151 | const yearSpan = document.querySelector('footer .trademark span'); |
131 | 152 | const currentYear = new Date().getFullYear(); |
132 | 153 | yearSpan.textContent = currentYear; |
|
0 commit comments