-
Notifications
You must be signed in to change notification settings - Fork 0
/
responsive-footer.html
179 lines (163 loc) · 7.59 KB
/
responsive-footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Responsive Footer</title>
<!-- iconscout -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@iconscout/[email protected]/css/line.css">
<!-- Tailwind -->
<script src="https://cdn-tailwindcss.vercel.app/"></script>
</head>
<body>
<div class="flex">
<span class="text-center font-bold my-20 mx-auto">
Footer icons required Unicons (npm i @iconscout/unicons)
<hr class="my-4">
<a href="https://egoistdeveloper.github.io/twcss-to-sass-playground/" target="_blank" class="text-blue-600">
Convetert to SASS
</a>
</span>
</div>
<footer class="bg-gray-800 pt-10 sm:mt-10 pt-10">
<div class="max-w-6xl m-auto text-gray-800 flex flex-wrap justify-left">
<!-- Col-1 -->
<div class="p-5 w-1/2 sm:w-4/12 md:w-3/12">
<!-- Col Title -->
<div class="text-xs uppercase text-gray-400 font-medium mb-6">
Getting Started
</div>
<!-- Links -->
<a href="#" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
Installation
</a>
<a href="#" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
Release Notes
</a>
<a href="#" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
Upgrade Guide
</a>
<a href="#" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
Using with Preprocessors
</a>
<a href="#" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
Optimizing for Production
</a>
<a href="#" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
Browser Support
</a>
<a href="#" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
IntelliSense
</a>
</div>
<!-- Col-2 -->
<div class="p-5 w-1/2 sm:w-4/12 md:w-3/12">
<!-- Col Title -->
<div class="text-xs uppercase text-gray-400 font-medium mb-6">
Core Concepts
</div>
<!-- Links -->
<a href="#" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
Utility-First
</a>
<a href="#" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
Responsive Design
</a>
<a href="#" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
Hover, Focus, & Other States
</a>
<a href="#" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
Dark Mode
</a>
<a href="#" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
Adding Base Styles
</a>
<a href="#" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
Extracting Components
</a>
<a href="#" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
Adding New Utilities
</a>
</div>
<!-- Col-3 -->
<div class="p-5 w-1/2 sm:w-4/12 md:w-3/12">
<!-- Col Title -->
<div class="text-xs uppercase text-gray-400 font-medium mb-6">
Customization
</div>
<!-- Links -->
<a href="#" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
Configuration
</a>
<a href="#" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
Theme Configuration
</a>
<a href="#" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
Breakpoints
</a>
<a href="#" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
Customizing Colors
</a>
<a href="#" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
Customizing Spacing
</a>
<a href="#" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
Configuring Variants
</a>
<a href="#" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
Plugins
</a>
</div>
<!-- Col-3 -->
<div class="p-5 w-1/2 sm:w-4/12 md:w-3/12">
<!-- Col Title -->
<div class="text-xs uppercase text-gray-400 font-medium mb-6">
Community
</div>
<!-- Links -->
<a href="#" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
GitHub
</a>
<a href="#" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
Discord
</a>
<a href="#" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
Twitter
</a>
<a href="#" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
YouTube
</a>
</div>
</div>
<!-- Copyright Bar -->
<div class="pt-2">
<div class="flex pb-5 px-3 m-auto pt-5
border-t border-gray-500 text-gray-400 text-sm
flex-col md:flex-row max-w-6xl">
<div class="mt-2">
© Copyright 1998-year. All Rights Reserved.
</div>
<!-- Required Unicons (if you want) -->
<div class="md:flex-auto md:flex-row-reverse mt-2 flex-row flex">
<a href="#" class="w-6 mx-1">
<i class="uil uil-facebook-f"></i>
</a>
<a href="#" class="w-6 mx-1">
<i class="uil uil-twitter-alt"></i>
</a>
<a href="#" class="w-6 mx-1">
<i class="uil uil-youtube"></i>
</a>
<a href="#" class="w-6 mx-1">
<i class="uil uil-linkedin"></i>
</a>
<a href="#" class="w-6 mx-1">
<i class="uil uil-instagram"></i>
</a>
</div>
</div>
</div>
</footer>
</body>
</html>