@@ -25,27 +25,69 @@ <h1 class="px-4 mb-10 py-4 text-center font-thin text-xl border-t-2 border-b-2 b
25
25
< a href ="https://github.com/rossmcneil/free-tailwindcss-layouts " class ="bg-blue-200 text-blue-700 py-3 px-4 rounded-sm no-underline text-xs inline-block hover:bg-blue-300 hover:shadow-lg "> View on Github</ a >
26
26
</ div >
27
27
< div class ="container mx-auto flex justify-start items-start flex-wrap ">
28
+ < div class ="w-full md:w-1/2 lg:w-1/3 p-4 ">
29
+ < div class ="block rounded-sm w-full h-64 relative overflow-hidden shadow bg-white ">
30
+ < iframe src ="layouts/voyage.html " class ="absolute layout-frame "> </ iframe >
31
+ < a href ="layouts/voyage.html " class ="block absolute pin w-full h-full opacity-25 hover:bg-blue-100 "> </ a >
32
+ </ div >
33
+ < h2 class ="p-4 text-center text-lg font-thin "> Voyage</ h2 >
34
+ </ div >
35
+ < div class ="w-full md:w-1/2 lg:w-1/3 p-4 ">
36
+ < div class ="block rounded-sm w-full h-64 relative overflow-hidden shadow bg-white ">
37
+ < iframe src ="layouts/tributary.html " class ="absolute layout-frame "> </ iframe >
38
+ < a href ="layouts/tributary.html " class ="block absolute pin w-full h-full opacity-25 hover:bg-blue-100 "> </ a >
39
+ </ div >
40
+ < h2 class ="p-4 text-center text-lg font-thin "> Tributary</ h2 >
41
+ </ div >
42
+ < div class ="w-full md:w-1/2 lg:w-1/3 p-4 ">
43
+ < div class ="block rounded-sm w-full h-64 relative overflow-hidden shadow bg-white ">
44
+ < iframe src ="layouts/foundation.html " class ="absolute layout-frame "> </ iframe >
45
+ < a href ="layouts/foundation.html " class ="block absolute pin w-full h-full opacity-25 hover:bg-blue-100 "> </ a >
46
+ </ div >
47
+ < h2 class ="p-4 text-center text-lg font-thin "> Foundation</ h2 >
48
+ </ div >
49
+ < div class ="w-full md:w-1/2 lg:w-1/3 p-4 ">
50
+ < div class ="block rounded-sm w-full h-64 relative overflow-hidden shadow bg-white ">
51
+ < iframe src ="layouts/outlet.html " class ="absolute layout-frame "> </ iframe >
52
+ < a href ="layouts/outlet.html " class ="block absolute pin w-full h-full opacity-25 hover:bg-blue-100 "> </ a >
53
+ </ div >
54
+ < h2 class ="p-4 text-center text-lg font-thin "> Outlet</ h2 >
55
+ </ div >
56
+ < div class ="w-full md:w-1/2 lg:w-1/3 p-4 ">
57
+ < div class ="block rounded-sm w-full h-64 relative overflow-hidden shadow bg-white ">
58
+ < iframe src ="layouts/essential.html " class ="absolute layout-frame "> </ iframe >
59
+ < a href ="layouts/essential.html " class ="block absolute pin w-full h-full opacity-25 hover:bg-blue-100 "> </ a >
60
+ </ div >
61
+ < h2 class ="p-4 text-center text-lg font-thin "> Essential</ h2 >
62
+ </ div >
63
+ < div class ="w-full md:w-1/2 lg:w-1/3 p-4 ">
64
+ < div class ="block rounded-sm w-full h-64 relative overflow-hidden shadow bg-white ">
65
+ < iframe src ="layouts/fettle.html " class ="absolute layout-frame "> </ iframe >
66
+ < a href ="layouts/fettle.html " class ="block absolute pin w-full h-full opacity-25 hover:bg-blue-100 "> </ a >
67
+ </ div >
68
+ < h2 class ="p-4 text-center text-lg font-thin "> Fettle</ h2 >
69
+ </ div >
28
70
< div class ="w-full md:w-1/2 lg:w-1/3 p-4 ">
29
71
< div class ="block rounded-sm w-full h-64 relative overflow-hidden shadow bg-white ">
30
72
< iframe src ="layouts/impulse.html " class ="absolute layout-frame "> </ iframe >
31
73
< a href ="layouts/impulse.html " class ="block absolute pin w-full h-full opacity-25 hover:bg-blue-100 "> </ a >
32
74
</ div >
33
75
< h2 class ="p-4 text-center text-lg font-thin "> Impulse - Lifestyle Blog</ h2 >
34
76
</ div >
35
- < div class ="w-full md:w-1/2 lg:w-1/3 p-4 ">
77
+ <!-- < div class="w-full md:w-1/2 lg:w-1/3 p-4">
36
78
<div class="block rounded-sm w-full h-64 relative overflow-hidden shadow bg-white">
37
79
<iframe src="layouts/masonry.html" class="absolute layout-frame"></iframe>
38
80
<a href="layouts/masonry.html" class="block absolute pin w-full h-full opacity-25 hover:bg-blue-100"></a>
39
81
</div>
40
82
<h2 class="p-4 text-center text-lg font-thin">Horizontal Masonry Layout</h2>
41
- </ div >
42
- < div class ="w-full md:w-1/2 lg:w-1/3 p-4 ">
83
+ </div> -->
84
+ <!-- < div class="w-full md:w-1/2 lg:w-1/3 p-4">
43
85
<div class="block rounded-sm w-full h-64 relative overflow-hidden shadow bg-white">
44
86
<iframe src="layouts/responsive-menu.html" class="absolute layout-frame"></iframe>
45
87
<a href="layouts/responsive-menu.html" class="block absolute pin w-full h-full opacity-25 hover:bg-blue-100"></a>
46
88
</div>
47
89
<h2 class="p-4 text-center text-lg font-thin">Single Element Responsive Menu</h2>
48
- </ div >
90
+ </div> -->
49
91
< div class ="w-full md:w-1/2 lg:w-1/3 p-4 ">
50
92
< div class ="block rounded-sm w-full h-64 relative overflow-hidden shadow bg-white ">
51
93
< iframe src ="layouts/uncover.html " class ="absolute layout-frame "> </ iframe >
@@ -88,13 +130,13 @@ <h2 class="p-4 text-center text-lg font-thin">Fullscreen</h2>
88
130
</ div >
89
131
< h2 class ="p-4 text-center text-lg font-thin "> Blocks</ h2 >
90
132
</ div >
91
- < div class ="w-full md:w-1/2 lg:w-1/3 p-4 ">
133
+ <!-- < div class="w-full md:w-1/2 lg:w-1/3 p-4">
92
134
<div class="block rounded-sm w-full h-64 relative overflow-hidden shadow bg-white">
93
135
<iframe src="layouts/home-3.html" class="absolute layout-frame"></iframe>
94
136
<a href="layouts/home-3.html" class="block absolute pin w-full h-full opacity-25 hover:bg-blue-100"></a>
95
137
</div>
96
138
<h2 class="p-4 text-center text-lg font-thin">Marketing Home Page</h2>
97
- </ div >
139
+ </div> -->
98
140
< div class ="w-full md:w-1/2 lg:w-1/3 p-4 ">
99
141
< div class ="block rounded-sm w-full h-64 relative overflow-hidden shadow bg-white ">
100
142
< iframe src ="layouts/launch.html " class ="absolute layout-frame "> </ iframe >
@@ -116,7 +158,7 @@ <h2 class="p-4 text-center text-lg font-thin">Photography</h2>
116
158
</ div >
117
159
< h2 class ="p-4 text-center text-lg font-thin "> Product Showcase</ h2 >
118
160
</ div >
119
- < div class ="w-full md:w-1/2 lg:w-1/3 p-4 ">
161
+ <!-- < div class="w-full md:w-1/2 lg:w-1/3 p-4">
120
162
<div class="block rounded-sm w-full h-64 relative overflow-hidden shadow bg-white">
121
163
<iframe src="layouts/login.html" class="absolute layout-frame"></iframe>
122
164
<a href="layouts/login.html" class="block absolute pin w-full h-full opacity-25 hover:bg-blue-100"></a>
@@ -164,7 +206,7 @@ <h2 class="p-4 text-center text-lg font-thin">Home Page</h2>
164
206
<a href="layouts/home-1.html" class="block absolute pin w-full h-full opacity-25 hover:bg-blue-100"></a>
165
207
</div>
166
208
<h2 class="p-4 text-center text-lg font-thin">Home Page</h2>
167
- </ div >
209
+ </div> -->
168
210
</ div >
169
211
</ div >
170
212
< footer class ="w-full bg-white border-t font-thin ">
0 commit comments