Nikola Ignjatovic 5 vuotta sitten
vanhempi
commit
51b259195b
3 muutettua tiedostoa jossa 26 lisäystä ja 3 poistoa
  1. 1
    1
      job_apply.php
  2. 1
    2
      style.css
  3. 24
    0
      styles/custom.css

+ 1
- 1
job_apply.php Näytä tiedosto

$mail->Port = 587; $mail->Port = 587;
$mail->Username = "[email protected]"; // SMTP username $mail->Username = "[email protected]"; // 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";

+ 1
- 2
style.css Näytä tiedosto

} }
#contact:not(.our_partners) #contact:not(.our_partners)
{ {
/* padding-top: 0px; */
margin-top: -53px;
margin-top:-53px;
} }
#about-section, #about-section,
#services-section, #services-section,

+ 24
- 0
styles/custom.css Näytä tiedosto



/* header end*/ /* header end*/


<<<<<<< HEAD
#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 #back-to-top
{ {
position: fixed; position: fixed;
font-size: 20px; font-size: 20px;
color: #fff; color: #fff;
} }
>>>>>>> 3c0307424f0b6fa253fce3c5b59486a4e578f613
#back-to-top.active{ #back-to-top.active{
display: block; display: block;
} }

Loading…
Peruuta
Tallenna