HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/shootinschool/wp-content/plugins/sg-cachepress/templates/partials/campaing-2-step.php
				<!-- Header Image With link -->
				<tr>
					<td style="padding: 0 0 40px 0">
						<a href="<?php echo $args['campaign_link']; ?>"
						   class="body-text"
						   target="_blank" rel="noreferrer"><img
								src="<?php echo $args['header_image']; ?>"
								width="600"
								alt="<?php echo $args['header_alt']; ?>"
								style="max-height: 300px;"/></a>
					</td>
				</tr>
				<!--End Header Image With link -->
				
				<!-- Primary Title / H1 -->
				<tr>
					<td class="body-text"
						style="color: #363636; font-weight: 600; font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size: 30px; line-height: 40px; padding: 0 0 30px 0"><?php echo $args['primary_title']; ?></td>
				</tr>
				<!-- End Primary Title / H1 -->
				<!-- Paragraph -->
				<tr>
					<td class="body-text"
						style="color: #363636; font-weight: 400; font-family: 'Roboto', Arial, Helvetica, sans-serif; font-size: 18px; line-height: 30px; padding: 0px 0 30px 0"><?php echo $args['paragraph_1']; ?></td>
				</tr>
				<!-- End Paragraph -->
				
				<!-- Paragraph with styled link-->
				<tr>
					<td class="body-text"
						style="color: #363636; font-weight: 400; font-family: 'Roboto', Arial, Helvetica, sans-serif; font-size: 18px; line-height: 30px; padding: 0 0 30px 0"><?php echo $args['paragraph_2']; ?></td>
				</tr>
				<!-- End Paragraph with styled link-->
				
				<tr>
					<td style="padding: 0 0 30px 0;">
						<!--Start List-->
						<table border="0" cellpadding="0" cellspacing="0" width="100%">
							<tr>
								<td class="body-text"
									style="color: #363636; font-weight: 400; font-family: 'Roboto', Arial, Helvetica, sans-serif; font-size: 18px; line-height: 30px;">
									<span style="color: #363636; display: inline-block; padding: 0 5px 0 0;"
										  class="body-text">&#9679;</span>                                  <?php echo $args['list_text']; ?></td>
							</tr>
							<tr>
								<td class="body-text"
									style="color: #363636; font-weight: 400; font-family: 'Roboto', Arial, Helvetica, sans-serif; font-size: 18px; line-height: 30px;">
									<span style="color: #363636; display: inline-block; padding: 0 5px 0 0;"
										  class="body-text">&#9679;</span>                                  <?php echo $args['list_text_2']; ?></td>
							</tr>
							<tr>
								<td class="body-text"
									style="color: #363636; font-weight: 400; font-family: 'Roboto', Arial, Helvetica, sans-serif; font-size: 18px; line-height: 30px;">
									<span style="color: #363636; display: inline-block; padding: 0 5px 0 0;"
										  class="body-text">&#9679;</span>                                  <?php echo $args['list_text_3']; ?></td>
							</tr>
							<tr>
								<td class="body-text"
									style="color: #363636; font-weight: 400; font-family: 'Roboto', Arial, Helvetica, sans-serif; font-size: 18px; line-height: 30px;">
									<span style="color: #363636; display: inline-block; padding: 0 5px 0 0;"
										  class="body-text">&#9679;</span>                                  <?php echo $args['list_text_4']; ?></td>
							</tr>
							
						</table>
					</td>
				</tr>
				 
				 <!-- CTA -->
				<tr>
					<td class="body-text"
						style="padding: 0px 0 60px 0">
						<a href="<?php echo $args['campaign_link']; ?>" target="_blank" class="body-text"
						   style="font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size: 18px; font-weight: 600; line-height: 20px; text-transform: uppercase; text-decoration: none; display: inline-block; border-top: 15px solid #4343f0; border-bottom: 15px solid #4343f0; border-left: 30px solid #4343f0; border-right: 30px solid #4343f0;  color: #ffffff; background: #4343f0; border-radius: 25px;" rel="noreferrer"><?php echo $args['button_text']; ?></a>
					</td>
				</tr>
				<!-- End CTA -->
				 
				<!-- Paragraph with styled link-->
				<tr>
					<td class="body-text"
						style="color: #363636; font-weight: 400; font-family: 'Roboto', Arial, Helvetica, sans-serif; font-size: 18px; line-height: 30px; padding: 0 0 30px 0"><?php echo $args['paragraph_3']; ?></td>
				</tr>
				<!-- End Paragraph with styled link-->