-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.html
More file actions
154 lines (154 loc) · 5.31 KB
/
template.html
File metadata and controls
154 lines (154 loc) · 5.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CodeVortex</title>
</head>
<body
style="
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
/* background-color: #f00; */
"
>
<div style="background-color: #07152b; line-height: 1.6">
<table
role="presentation"
cellpadding="0"
cellspacing="0"
width="100%"
style="
max-width: 600px;
margin: auto;
background-color: #07152b;
color: #9290c3;
"
>
<tr>
<td style="padding: 0 20px; text-align: center">
<h1 style="color: white; font-size: 4rem; margin-bottom: 0px">
</K>
</h1>
<h1 style="color: #f3f3fd; margin-bottom: 0px">CodeVortex</h1>
<h2 style="color: #cfd1fa; padding: 0px; margin: 0px">
workshop by KodeWreck
</h2>
</td>
</tr>
<tr>
<td style="padding: 0 20px">
<p>Dear First-Year Students,</p>
<p>
Are you ready to embark on an exhilarating journey into the world
of coding and competitive programming? We are thrilled to extend
our invitation to you for our upcoming workshop,
<strong>CodeVortex</strong>, tailored to ignite your passion for
problem-solving through coding.
</p>
<p>
During this workshop, slated for <strong>24th March 2024</strong>,
we will delve into the foundational aspects of competitive
programming. Whether you aspire to shine in programming
competitions or simply wish to sharpen your problem-solving
skills, this workshop promises to be invaluable to you.
</p>
<p>
Make sure not to miss out on this incredible opportunity! Join us
at:
</p>
<ul>
<li><strong>Date:</strong> 24th March 2024</li>
<li><strong>Time:</strong> 11 am to 2 pm</li>
<li><strong>Location:</strong> Campus 14, Block C</li>
</ul>
<p>Register now to secure your spot:</p>
<p style="text-align: center">
<a
href="https://docs.google.com/forms/d/e/1FAIpQLScU9MXb7uGmwOaoJE9ViC2OExx8eFS78inDdB4I2j4hod2spA/viewform?usp=sf_link"
target="_blank"
style="
display: inline-block;
padding: 10px 27px;
background-color: #9290c3;
color: #1a1b55;
text-decoration: none;
border-radius: 5px;
"
><strong>Register here</strong></a
>
</p>
<p style="text-align: center">
<a
href="https://chat.whatsapp.com/Ley7bQ0n3Q3CiNGDluZJV1"
target="_blank"
style="
display: inline-block;
padding: 10px 20px;
background-color: #9290c3;
color: #1a1b55;
text-decoration: none;
border-radius: 5px;
"
><strong>Join WhatsApp</strong></a
>
</p>
</td>
</tr>
<tr>
<td style="padding: 0 20px">
<p>
In this workshop, we will provide a comprehensive walkthrough
covering essential topics, including:
</p>
<ul>
<li>How to read problem statements effectively</li>
<li>Understanding and analyzing test cases</li>
<li>Coding and submitting solutions efficiently</li>
</ul>
<p>
This workshop is crafted to equip you with the necessary tools and
strategies to tackle coding challenges with confidence and
finesse. Don't miss this chance to elevate your coding skills to
new heights!
</p>
</td>
</tr>
<tr>
<td style="padding: 20px; text-align: center">
<p>Warm regards,<br />KodeWreck</p>
<p style="margin-top: 0px">Follow us:</p>
<a
href="https://www.instagram.com/KodeWreck"
target="_blank"
style="text-decoration: none"
>
<img
src="https://raw.githubusercontent.com/Raj-deepp/storage/main/instagram.png"
alt="Instagram"
width="36"
height="36"
style="background-color: transparent"
/>
</a>
<a
href="https://www.linkedin.com/company/kodewreck/about/"
target="_blank"
style="text-decoration: none"
>
<img
src="https://raw.githubusercontent.com/Raj-deepp/storage/main/linkedin.png"
alt="Instagram"
width="32"
height="32"
style="background-color: transparent"
/>
</a>
</td>
</tr>
</table>
</div>
</body>
</html>