-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.php
executable file
·25 lines (22 loc) · 1.12 KB
/
contact.php
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
<?php
/*
* contact.php: Contact Slide
*/
// Note that the index.php has all the information through the <div>
?>
<h1>Contact Me</h1>
Contact me using the means below:
<p> <script language="JavaScript">
var preAt='saaqibz';
var postAt='gmail.com';
document.write("<a href='" + "mailt" + "o:" + preAt + "@" + postAt +"'>");
</script>
<img class='contact' alt="Email" src="img/mail-btn.png"></a>
<a href="https://www.linkedin.com/pub/s-alexander-zaman/4/765/330"><img class='contact' alt="LinkedIn" src="img/linkedin-btn.png"></a></p>
<p>I look forward to hearing from you!</p>
<p> </p>
<!-- NAVIGATION -->
<!-- navigation is put at the bottom because all the slides are below. made as part of the body instead of floating buttons-->
<a href="#/step-1"><img id="contact-home-img" alt="home" src="img/home.png" height="50"></a>
<a href="#/step-2"><img id="contact-projects-img" alt="contact" src="img/projects.png" height="50"></a>
<a href="#/step-3"><img id="contact-resume-img" alt="projects" src="img/resume.png" height="50"></a>