| @@ -57,7 +57,7 @@ $mail->Host = "mail.dilig.net"; | |||
| $mail->Port = 587; | |||
| $mail->Username = "[email protected]"; // SMTP username | |||
| $mail->Password = "contactus#dlgnt"; // SMTP password | |||
| $mail->SetFrom($email, 'Nikola Ignjatovic'); | |||
| $mail->SetFrom($email, $name); | |||
| $data = substr($resume, strpos($resume, ",")); | |||
| $filename = $resume_name; | |||
| $encoding = "base64"; | |||
| @@ -373,7 +373,6 @@ p .bold-team-info, | |||
| } | |||
| #contact:not(.our_partners) | |||
| { | |||
| padding-top: 0px; | |||
| margin-top: -53px; | |||
| } | |||
| #about-section, | |||
| @@ -57,30 +57,27 @@ ul.bulleted-list { | |||
| /* 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{ | |||
| display: block; | |||
| } | |||