| $mail->Port = 587; | $mail->Port = 587; | ||||
| $mail->Username = "contactus@dilig.net"; // SMTP username | $mail->Username = "contactus@dilig.net"; // SMTP username | ||||
| $mail->Password = "contactus#dlgnt"; // SMTP password | $mail->Password = "contactus#dlgnt"; // SMTP password | ||||
| $mail->SetFrom($email, 'Nikola Ignjatovic'); | |||||
| $mail->SetFrom($email, $name); | |||||
| $data = substr($resume, strpos($resume, ",")); | $data = substr($resume, strpos($resume, ",")); | ||||
| $filename = $resume_name; | $filename = $resume_name; | ||||
| $encoding = "base64"; | $encoding = "base64"; |
| } | } | ||||
| #contact:not(.our_partners) | #contact:not(.our_partners) | ||||
| { | { | ||||
| padding-top: 0px; | |||||
| margin-top: -53px; | margin-top: -53px; | ||||
| } | } | ||||
| #about-section, | #about-section, |
| /* header end*/ | /* header end*/ | ||||
| #back-to-top | |||||
| { | |||||
| position: fixed; | |||||
| right: 16px; | |||||
| bottom: 40px; | |||||
| width: 0; | |||||
| height: 0; | |||||
| display: none; | |||||
| border-right: 50px solid transparent; | |||||
| border-left: 50px solid transparent; | |||||
| border-bottom: 50px solid #993c95; | |||||
| border-radius: 7px; | |||||
| z-index: 99; | |||||
| #back-to-top { | |||||
| position: fixed; | |||||
| right: 16px; | |||||
| bottom: 40px; | |||||
| width: 70px; | |||||
| height: 50px; | |||||
| display: none; | |||||
| background-color: #993c95; | |||||
| border-radius: 7px; | |||||
| z-index: 99; | |||||
| } | |||||
| #back-to-top span { | |||||
| position: relative; | |||||
| top: 17px; | |||||
| left: 29%; | |||||
| font-size: 20px; | |||||
| color: #fff; | |||||
| } | |||||
| } | |||||
| #back-to-top span | |||||
| { | |||||
| position: relative; | |||||
| top: 21px; | |||||
| left: -15px; | |||||
| font-size: 20px; | |||||
| color: #fff; | |||||
| } | |||||
| #back-to-top.active{ | #back-to-top.active{ | ||||
| display: block; | display: block; | ||||
| } | } |