-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.php
121 lines (91 loc) · 2.63 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<html>
<head>
<title> Farial Mahmod </title>
<meta name="viewport" content="width=device-width , initial-scale=1.0">
<meta name="description" content="Historic Date is an application that shows highlighted past events took place on a particular day." />
<link rel="icon" href="Taba.jpg ">
<style>
.topnav {
overflow: hidden;
background-color: ;
}
.topnav a {
float: center;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #ddd;
color: red;
}
.topnav a.active {
background-color: lightgray;
color: crimson;
}
body{
background-image: url(" ");
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: ;
background-color: papayawhip;
}
.ff{
background-image: url("colormixer.000webhostapp.com");
}
A{
text-decoration: none;
}
</style>
</head>
<body>
<center>
<div class="topnav">
<a class="active" href="index.php">Home</a>
<a class="active" href="about.php">About</a>
<a class="active" href="contact.php">Contact</a>
</div>
<div style="padding-left:16px">
</div> <br/><br/><br/>
<font face=arial> Farial Mahmod (Tishan) has been a freelance developer working on standalone projects. A graduate of Computer Science, he is fond of software technology,
particularly the Web backend technology.
<br/><br/><br/>
Some recent projects include:
<br/><br/>
<li> <a href=http://geocal.000webhostapp.com/> GeoCal </a> <br/>
<li> <a href=http://colormixer.000webhostapp.com/> Color Mixer </a> <br/>
<li> <a href="http://myfatemafashion.wordpress.com/"> Fatema Fashion </a> <br/>
<li> <a href="http://codemsg.000webhostapp.com/"> Code Message </a> <br/>
<li> <a href="http://devork.000webhostapp.com/"> DevOrk </a></li>
<li> <a href="http://eashaera.000webhostapp.com/"> Easha Nicea </a> </li>
</p>
</font>
<br/><br/><br/>
For any query or suggestion, feel free to contact: <br/><br/>
<div id="demo">
<img src="mail.png" alt="Email" height=25 width=25 onclick="loadDoc()">
</div>
<script>
function loadDoc() {
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {
document.getElementById("demo").innerHTML =
this.responseText;
}
};
xhttp.open("GET","a_b.txt", true);
xhttp.send();
}
</script>
<noscript> Enable JavaScript on your browser</noscript>
<br/>
<a href="https://www.linkedin.com/in/farial-mahmod">
<img src="linkedin.png" alt="Linkedin" height=25 width=25></a>
<a href="https://twitter.com/farial04">
<img src="twitter.png" alt="Twitter" height=25 width=25> </a>
</html>