-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevent.blade.php.html
More file actions
246 lines (217 loc) · 10.1 KB
/
event.blade.php.html
File metadata and controls
246 lines (217 loc) · 10.1 KB
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/mobile.css">
<link rel="stylesheet" href="css/tablet.css">
<link rel="stylesheet" href="css/desktop.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"
integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<title>Title</title>
</head>
<body>
<div class="panel bg-white min-h-px-500 p-0">
<div class="panel-body panel-default p-0 w-100">
<nav class="text-black w-100 z-999 m-0 relative t-0">
<div class="w-90 mx-auto ml-3 pl-0 flex py-4">
<ul class="w-30 list pl-0 ml-0">
<li class="w-100 relative text-white ml-0 pl-0">
<img src="img/ClimateConcernLogoColor.png" class="w-35">
</li>
</ul>
<ul class="list text-right w-70 text-white ml-auto my-2 xl:block mr-0">
<button class="btn bg-white text-black h-24 w-rem-24 p-0 rounded-full text-xl text-center">
<i class="fas fa-bars text-4xl "></i>
</button>
</ul>
</div>
</nav>
<div class="p-0 absolute b-45">
<img src="img/envelop.png" class="w-100">
</div>
<div class="z-99 relative w-40 mx-auto text-center">
<h1 class="text-4xl text-white">EVENT PLANNING
BLOG POSTS..</h1>
</div>
</div>
</div>
<div class="panel mt-70 pt-70 p-0">
<div class="panel-body panel-default w-100">
<div class="flex pb-60 justify-content-center">
<div class="w-30 px-4 relative">
<img src="img/microenterprise.jpg">
<div class="w-75 px-4 py-2 absolute h-50 -b-25 bg-white border-1 border-solid border-grey">
<h2 class="text-xl">The Ski & Snowboard
Festival 2019</h2>
<div class="w-100">
<i class="fas fa-arrow-right"></i>
<span class="text-right text-primary">1 feb 2019</span>
</div>
</div>
</div>
<div class="w-30 px-4 relative">
<img src="img/Tuvumiliane_farming.original.jpg">
<div class="w-75 px-4 py-2 absolute h-50 -b-25 bg-white border-1 border-solid border-grey">
<h2 class="text-xl">The Ski & Snowboard
Festival 2019</h2>
<div class="w-100">
<i class="fas fa-arrow-right"></i>
<span class="text-right text-primary">1 feb 2019</span>
</div>
</div>
</div>
<div class="w-30 px-4 relative">
<img src="img/Environment.jpg">
<div class="w-75 px-4 py-2 absolute h-50 -b-25 bg-white border-1 border-solid border-grey">
<h2 class="text-xl">The Ski & Snowboard
Festival 2019</h2>
<div class="w-100">
<i class="fas fa-arrow-right"></i>
<span class="text-right text-primary">1 feb 2019</span>
</div>
</div>
</div>
</div>
<div class="flex pt-70 mt-70 pb-60 justify-content-center">
<div class="w-30 px-4 relative">
<img src="img/microenterprise.jpg">
<div class="w-75 px-4 py-2 absolute h-50 -b-25 bg-white border-1 border-solid border-grey">
<h2 class="text-xl">The Ski & Snowboard
Festival 2019</h2>
<div class="w-100">
<i class="fas fa-arrow-right"></i>
<span class="text-right text-primary">1 feb 2019</span>
</div>
</div>
</div>
<div class="w-30 px-4 relative">
<img src="img/Tuvumiliane_farming.original.jpg">
<div class="w-75 px-4 py-2 absolute h-50 -b-25 bg-white border-1 border-solid border-grey">
<h2 class="text-xl">The Ski & Snowboard
Festival 2019</h2>
<div class="w-100">
<i class="fas fa-arrow-right"></i>
<span class="text-right text-primary">1 feb 2019</span>
</div>
</div>
</div>
<div class="w-30 px-4 relative">
<img src="img/Environment.jpg">
<div class="w-75 px-4 py-2 absolute h-50 -b-25 bg-white border-1 border-solid border-grey">
<h2 class="text-xl">The Ski & Snowboard
Festival 2019</h2>
<div class="w-100">
<i class="fas fa-arrow-right"></i>
<span class="text-right text-primary">1 feb 2019</span>
</div>
</div>
</div>
</div>
<div class="flex pt-70 mt-70 pb-60 justify-content-center">
<div class="w-30 px-4 relative">
<img src="img/microenterprise.jpg">
<div class="w-75 px-4 py-2 absolute h-50 -b-25 bg-white border-1 border-solid border-grey">
<h2 class="text-xl">The Ski & Snowboard
Festival 2019</h2>
<div class="w-100">
<i class="fas fa-arrow-right"></i>
<span class="text-right text-primary">1 feb 2019</span>
</div>
</div>
</div>
<div class="w-30 px-4 relative">
<img src="img/Tuvumiliane_farming.original.jpg">
<div class="w-75 px-4 py-2 absolute h-50 -b-25 bg-white border-1 border-solid border-grey">
<h2 class="text-xl">The Ski & Snowboard
Festival 2019</h2>
<div class="w-100">
<i class="fas fa-arrow-right"></i>
<span class="text-right text-primary">1 feb 2019</span>
</div>
</div>
</div>
<div class="w-30 px-4 relative">
<img src="img/Environment.jpg">
<div class="w-75 px-4 py-2 absolute h-50 -b-25 bg-white border-1 border-solid border-grey">
<h2 class="text-xl">The Ski & Snowboard
Festival 2019</h2>
<div class="w-100">
<i class="fas fa-arrow-right"></i>
<span class="text-right text-primary">1 feb 2019</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="panel p-0 w-90 xs:w-100 mx-auto">
<div class="panel-body bg-white py-5 ">
<div class="flex w-100">
<div class="w-35 my-auto">
<div class="rounded-full bg-accent border-accent border-1 border-solid">
</div>
</div>
<div class="w-30 text-center">
<h1 class="">Climate</h1>
<h2 class="text-primary text-2xl">Concern</h2>
</div>
<div class="w-35 my-auto">
<div class="rounded-full bg-accent border-accent border-1 border-solid">
</div>
</div>
</div>
<div class="flex w-100 text-black">
<div class="w-35 xl:text-center xs:text-left md:text-left font-primary">
<h1 class="text-sm xs:text-xs">PRIVACY POLICY</h1>
<h1 class="text-sm pt-3 xs:text-xs">TERMS & CONDITION</h1>
<h1 class="text-sm pt-3 xs:text-xs">ABOUT</h1>
</div>
<div class="w-30 text-center my-auto xs:hidden">
<i class="fab fa-twitter text-3xl"></i>
<i class="fab fa-instagram text-3xl pl-5"></i>
<i class="fab fa-facebook-f text-3xl pl-5"></i>
</div>
<div class="w-30 text-center my-auto xl:hidden lg:hidden md:hidden">
<p class="p-0 m-0"><i class="fab fa-twitter text-2xl"></i></p>
<p> <i class="fab fa-instagram text-2xl"></i></p>
<p> <i class="fab fa-facebook-f text-2xl"></i> </p>
</div>
<div class="w-35 xl:text-center xs:text-right md:text-right font-primary">
<h1 class="text-sm xs:text-xs">PRIVACY POLICY</h1>
<h1 class="text-sm pt-3 xs:text-xs">TERMS & CONDITION</h1>
<h1 class="text-sm pt-3 xs:text-xs">ABOUT</h1>
</div>
</div>
<form>
<div class="w-50 xs:w-100 mt-7 mx-auto text-center">
<div>
<input name="name" type="text" required="required" placeholder="Name.."
class="bg-transparent outline-none w-55 mt-2 my-0 p-2 xs:py-1 border-1 border- border-solid ">
</div>
<div class="pt-4">
<input name="message" type="text" required="required" placeholder="Message.."
class="bg-transparent outline-none w-55 mt-2 my-0 p-2 xs:py-1 border-1 border- text-black border-solid ">
</div>
<div class="pt-4">
<button class="btn border-1 border-solid border-black">Send</button>
</div>
</div>
</form>
</div>
</div>
<div class="w-100 b-0">
<div class="panel bg-primary min-h-auto py-3 ">
<div class="flex w-80 xs:w-85 mx-auto text-sm xs:text-xs ">
<div class="text-left py-0 text-white mr-auto">
© 2019 Climate Concern Ltd. · All rights reserved ·
</div>
<div class="text-white py-0 ml-auto text-right ">
<p class="m-0 ">Developed by <a href="https://octangrp.com/" class="text-white" target="_blank"><b>Octan
Grp.</b></a>
</p>
</div>
</div>
</div></div>
</body>
</html>