-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathto-do-list.html
192 lines (182 loc) · 8.01 KB
/
to-do-list.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
180
181
182
183
184
185
186
187
188
189
190
191
192
<!DOCTYPE>
<html>
<head>
<title>TO-DO List
</title>
<style>
body {
font-family: Arial, sans-serif;
background:white;
align-items: center;
justify-content: center;
justify-self: center;
}
.todo-list {
background: whitesmoke;
border-radius: 15px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
padding: 20px;
width: 470px;
margin: auto;
justify-self: center;
}
.todo-item {
margin-bottom: 20px;
}
.todo-item:last-child {
margin-bottom: 0;
}
.title1{
text-align: center;
color: rgba(28, 28, 32, 0.83);
font-style:normal;
font-size: x-large;
}
.title {
font-size: 18px;
color: #333;
}
.before-event {
line-height: 3;
color: #555;
font-style: normal;
font-size:x-small;
}
.description {
margin: 10px 0;
color: #666;
font-size: small;
}
.logo {
width: 100px;
height: 100px;
margin-right: 70%;
}
.logo img{
width: 350px;
height: 100px;
padding-left: 35px;
}
input.check{
width:0.5cm;
height:0.5cm;
}
</style>
</head>
<body>
<link rel="stylesheet" href="sks1.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.sub-btn').click(function(){
$(this).next('.sub-menu').slideToggle();
$(this).find('.dropdown').toggleClass('rotate');
});
$('.menu-btn').click(function(){
$('.side-bar').addClass('active');
$('.menu-btn').css('visibility',"hidden");
});
$('.header-container').click(function(){
$(this).next('.menu-btn').slideToggle();
$(this).find('.xii').toggleClass('rotate');
});
$('.close-btn').click(function(){
$('.side-bar').removeClass('active');
$('.menu-btn').css('visibility',"visible");
});
});
</script>
</head>
<body>
<div class="menu-btn">
<i class="fas fa-bars mn"></i>
</div>
<div class="side-bar">
<div class="close-btn">
<i class="fas fa-times xy"></i>
</div>
<div class="menu">
<div class="item"><a href="#"><i class="fas fa-home"></i>home</a></div>
<div class="item">
<a class="sub-btn"><i class='bx bx-calendar-event'></i>events<i class="fas fa-angle-right dropdown"></i></a>
<div class="sub-menu">
<a href="#" class="sub-item"><img src="image.png" height="30px" width="30px" alt=""> Birthday</a>
<a href="#" class="sub-item"><img src="wedding-couple.png" height="30px" width="30px" alt="">Marraige</a>
<a href="#" class="sub-item"><img src="dancing.png" height="30px" width="30px"alt="">Vacation</a>
<a href="#" class="sub-item"><img src="decoration.png" height="30px" width="30px"alt="">Parties</a>
</div>
</div>
<div class="item"><a href="#"><img src="q-and-a.png"height="30px" width="30px" alt=""></i>faq</a></div>
<div class="item"><a href="#"><img src="telephone.png" height="20px" width="20px"alt=""> contacts</a></div>
<div class="item"><a href="#"><i class="fas fa-clock"></i>date</a></div>
<div class="item"><a href="#"><i class="fas fa-info-circle"></i>About</a></div>
</div>
</div>
<div class="logo">
<img src="logo.jpg" alt="Logo">
</div><h2 class="title1" >TO-DO LIST</h2><br>
<div class="todo-list">
<div class="todo-item">
<p class="title"><input class="check" type="checkbox"> 1. Add All Organisers</p>
<p class="before-event">BEFORE EVENT</p>
<p class="description">To ensure you make best use of your event camera app and capture as many memories as possible, add all other event organisers to this event.</p>
<a href="Add-organisers">Add Organisers -></a>
</div>
<div class="todo-item">
<p class="title"><input class="check" type="checkbox"> 2. Adjust App Settings</p>
<p class="before-event">BEFORE EVENT</p>
<p class="description"> You can control how your guest camera app can be used and how it looks, so be sure to adjust any settings that you wish for the best experience.</p>
<a href="settings">Open Settings -></a>
</div>
<div class="todo-item">
<p class="title"><input class="check" type="checkbox"> 3. Print QR Codes</p>
<p class="before-event">BEFORE EVENT</p>
<p class="description">We have prepared a variety of QR code designs for your event camera, all ready for print. You can alternatively design your own with the solo QR code image.</p>
<a href="Qrcode">View QR Codes -></a>
</div>
<div class="todo-item">
<p class="title"><input class="check" type="checkbox"> 4. Place QR Codes Around Venue</p>
<p class="before-event">MORNING OF EVENT</p>
<p class="description"> Remember, guests simply need to scan your QR code to load your event disposable camera, so place them in visible locations around your venue.</p>
<a href="Qrcode">View QR Codes -></a>
</div>
<div class="todo-item">
<p class="title"><input class="check" type="checkbox"> 5. Ask Host To Announce App</p>
<p class="before-event">START OF EVENT</p>
<p class="description">To ensure you capture the most memories, ask your event host to direct guests to scan the camera QR codes and join you in creating a beautiful event album.</p>
</div>
<div class="todo-item">
<p class="title"><input class="check" type="checkbox"> 6. Review Photo Album</p>
<p class="before-event">AFTER EVENT</p>
<p class="description">Once your event is complete, review all photos in the event album and remove any you don't wish to keep.</p>
<a href="album">View Album -></a>
</div>
<div class="todo-item">
<p class="title"><input class="check" type="checkbox"> 7. Share Album With Guests</p>
<p class="before-event">AFTER EVENT</p>
<p class="description">Your album is private by default, so if and when you wish to share it with guests, simply hit the share icon at the top of your album.</p>
<a href="album">View Album -></a>
</div>
<div class="todo-item">
<p class="title"><input class="check" type="checkbox"> 8. Generate & Share Video</p>
<p class="before-event">AFTER EVENT</p>
<p class="description">It's the best way to share memories with family and friends on social media. Simply generate a video in 3 steps, download it, and then share it on Instagram, Facebook, TikTok and more.</p>
<a href="video">Create videos -></a>
</div>
<div class="todo-item">
<p class="title"><input class="check" type="checkbox"> 9. Review Disposable</p>
<p class="before-event">AFTER EVENT</p>
<p class="description">If you can spare a minute, our small team would sincerely appreciate a review of your experience with the Disposable Camera App.</p>
<a href="review">Write a review-></a>
</div>
<div class="todo-item">
<p class="title"><input class="check" type="checkbox"> 10. Share Disposable</p>
<p class="before-event">AFTER EVENT</p>
<p class="description">If you loved Disposable, help others capture beautiful memories by sharing www.disposable.app with anyone organising events soon.</p>
<a href="link">Link-></a>
</div>
</div>
</body>
</html>