-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
157 lines (145 loc) · 6.72 KB
/
contact.html
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!DOCTYPE html>
<head>
<!--
NAIM AYA NAI NAIMA NAI
TNAIM AYA MAY YATNAI MAY
NAIMAY ATN MAYATNA ATN
NAIMAYA TNA NAIMA. ATN NAIMAYA.TNAI. IMAY ATN NAI MAY NAIMA. NAIMAY
IMA YATNAIM "YAT AIM MAY "ATN "AIM AIMA YAT ATN AIM "YAT ATN
AYA TNAIMA .NAIMAYA AYA AYA TNA IMA NAIM AYA AYA TNA .NAIMAYA AIM
YAT NAIMA TNA IMA TNA YAT NAI MAY TNAIMAYATNA IMAY ATN TNA IMA AYAT.
YAT NAIM "YATNAIM IMA ATN AIM AYA IMAY ATN "AIMAY "YATNAIM "NAIM
TNA
IMA YATN
"AIMA"
CREATED BY NAIM AYAT | NaimAyat.me
-->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "Naim Ayat",
"url": "http://NaimAyat.me",
"sameAs": ["https://www.linkedin.com/in/NaimAyat", "https://www.github.com/NaimAyat", "https://www.twitter.com/NaimAyat", "https://www.instagram.com/NaimAyat", "https://www.facebook.com/NaimAyat"],
"logo": "http://NaimAyat.me/img/NaimAyat.png",
"contactPoint": [{
"@type": "ContactPoint",
"telephone": "+1-707-495-0005",
"email": "[email protected]",
"contactType": "sales"
}]
}
</script>
<script type='application/ld+json'>
{
"@context": "http://www.schema.org",
"@type": "Person",
"name": "Naim Ayat",
"url": "http://naimayat.me",
"image": "https://pbs.twimg.com/profile_images/861748279838507008/74RQ3BcV_400x400.jpg",
"sameAs": ["https://www.linkedin.com/in/NaimAyat", "https://www.github.com/NaimAyat", "https://www.twitter.com/NaimAyat", "https://www.instagram.com/NaimAyat", "https://www.facebook.com/NaimAyat"],
"email": "[email protected]",
"description": "Computer science student at UCLA.",
"alumniOf": ["University of California, Los Angeles", "Stanford University", "Sonoma State University"]
}
</script>
<script type='application/ld+json'>
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": "Naim Ayat",
"alternateName": "NaimAyat.me",
"url": "http://naimayat.me"
}
</script>
<meta charset="utf-8" />
<meta name="description" content="Contact Naim Ayat.">
<meta name="keywords" content="Naim,Ayat,NaimAyat,NaimAyat.me,Portfolio,Computer,Science,Programming,HTML,CSS,XML,XHTML,JavaScript,Cpp,C,Perl,Python,Java">
<meta name="author" content="Naim Ayat">
<meta property="og:image" content="http://naimayat.me/favicons/og_small.png">
<meta property='og:title' content="Naim Ayat | Contact">
<meta property='og:description' content="Contact Naim Ayat.">
<meta property='og:url' content="http://naimayat.me/contact">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@NaimAyat">
<meta name="twitter:creator" content="@NaimAyat">
<meta name="twitter:title" content="Naim Ayat | Contact">
<meta name="twitter:description" content="Contact Naim Ayat.">
<meta name="twitter:image" content="http://naimayat.me/favicons/og_small.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Naim Ayat | Contact</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
<link href="css/font-awesome.min.css" rel="stylesheet"/>
<link rel="shortcut icon" type="image/png" href="img/favicon2.png"/>
<link rel="apple-touch-icon" sizes="76x76" href="/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/favicons/manifest.json">
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#000000">
<meta name="theme-color" content="#ffffff">
</head>
<body vlink="white" link="white">
<header>
<div id="header-inner">
<a href="/index.html" id="logo">NAIM AYAT</a>
<nav>
<a href="#" id="menu-icon"></a>
<ul>
<li><a href="/index.html">HOME</a></li>
<li><div class="dropdown">
<a href="#"><div class="dropbtn">EXPERIENCE</div></a>
<div class="dropdown-content">
<a href="/wdc.html">WESTERN DIGITAL</a>
<a href="/ziprecruiter.html">ZIPRECRUITER</a>
<a href="/perl.html">PERL TUTORIALS</a>
<a href="/projects.html">PROJECTS</a>
<a href="/courses.html">BUSINESS COURSES</a>
</div>
</div></li>
<li><a href="/contact.html" class="current">CONTACT</a></li>
</ul>
</nav>
</div>
</header>
<!--END HEADER-->
<section class ="banner-contact">
<form action="https://formspree.io/f/mrgoaoaq" method="POST">
<div>
<label for="name">Name :   </label>
<input type="text" id="name" name="user_name" placeholder="Firstname Lastname">
</div>
<div>
<label for="mail">E-mail :   </label>
<input type="email" id="mail" name="_replyto" placeholder="[email protected]">
</div>
<div>
<label for="msg">Message :   </label>
<textarea id="msg" name="user_message"></textarea>
</div>
<button class="button" type="submit" value="Send">Send</button>
</form>
</section>
<!--END BANNER-->
<footer>
<ul class="social">
<li><a href="https://www.linkedin.com/in/NaimAyat" target="_blank"><i class="fa fa-linkedin"></i></a></li>
        
<li><a href="https://www.github.com/NaimAyat" target="_blank"><i class="fa fa-github"></i></a></li>
        
<li><a href="https://www.twitter.com/NaimAyat" target="_blank"><i class="fa fa-twitter"></i></a></li>
        
<li><a href="https://www.instagram.com/NaimAyat" target="_blank"><i class="fa fa-instagram"></i></a></li>
        
<li><a href="https://www.facebook.com/NaimAyat" target="_blank"><i class="fa fa-facebook"></i></a></li>
</ul>
</footer>
<!--END SOCIAL FOOTER-->
<footer class="second">
<a href="https://github.com/NaimAyat/NaimAyat.github.io" id= "open-source" target="_blank">© 2019 NAIM AYAT</a>
<!--Fixes Chrome glitch in which CSS transitions fire on form page load-->
<script> </script>
<!--End fix-->
</footer>
<!--END SECOND FOOTER-->
</body>
</html>