-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
114 lines (93 loc) · 4.75 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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=poppins" >
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="x-apple-disable-message-reformatting">
<link rel="stylesheet" href="my-Portfolio-Styles.css">
<title>MY PORTFOLIO WEBSITE</title>
</head>
<body id="home">
<!--Index-Webpage Begins-->
<div>
<!--Row1 MENU/NAVIGATION Begins-->
<div class="transparent-bg">
<header class="primary-header flex">
<nav id = "navig" class="primary-header flex">
<div style="margin-right: 10px;">
<p ><a id ="brand" href="index.html">Rayspeedemails</a></p>
</div>
<div style="margin-left: 50px;">
<button class="mobile-nav-toggle" style="float:left; font-size: 12px;" aria-controls="primary-navigation" aria-expanded="false">
<!-- <span class="sr-only"> Menu </span> -->
</button>
<ul id = "primary-navigation" data-visible = "false" class="primary-navigation flex">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About Me</a>
</li>
<li>
<a href="portfolio.html">Portfolio</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</header>
</div>
<!--Row1 MENU/NAVIGATION ENDS-->
<!--Row2 Begins-->
<div style="background-color: #9bbeb0; padding-bottom: 110px;">
<table width="100%" class="flex-container">
<tr>
<td align="center" style="padding:20px;" class="td-1column-resize-tablet" width="50%">
<p class ="font-hero-resize-tablet" style="text-align: left; padding-left:25px; padding-right:25px; margin-top:30px; font-weight:lighter; font-size:18px; color: #151717; line-height: 30px;">
Needing an email specialist to code your email templates?
</br>
<!---- <span style="font-size:30px;line-height:32px;font-weight:bold;"> COMFORT CHIDI </span> </br> </br> -->
Please get in touch - I'm always up for a chat.
</p>
<p style=" text-align: left;padding-left:25px; padding-right:25px; padding-top: 30px; font-size:18px; color: #000000c8;">
Contact me today at <a href="mailto:rayspeedemails.gmail.com" style="text-decoration:none; color:#0a5d77; font-weight:bold;">rayspeedemails@gmail.com </a>
</p>
<!-- <p style="text-align:left; margin-left: 20px; padding-left:0px; padding-right:0px;padding-top: 30px;">
<button class="button-hero"><a href=""> Hire Me </a></button>
</p>
-->
<p align="left" style="margin-left: 50px; padding-bottom: 20px; padding-top: 20px;">
<a href="https://www.facebook.com/comforto.chidi">
<img src="facebk-icon-black-bg.png" alt="facebook-social-icon" style="width:20px; height:auto; display: inline;" />
</a>
<a href="">
<img src="linkedin-icon-black-bg.png" alt="linkedin-social-icon" style="width:22px; height:auto; display: inline;" />
</a>
</p>
</td>
</tr>
</table>
</div>
<!--Row2 ends-->
<!--Row4-Footer Starts-->
<div>
<div style="background-color:#0e0b0b; padding-top: 50px; padding-bottom: 50px;">
<p align="center" style="margin-bottom:30px;">
<a href="https://www.facebook.com/comforto.chidi"> <img src="facebk-icon-white-bg.png" alt="facebook-social-icon" style="width:20px; height:auto; display: inline;"></a>
<a href=""> <img src="linkedin-icon-white-bg copy.png" alt="linkedin-social-icon" style="width:20px; height:auto; display: inline;"> </a>
<a href=""> <img src="" alt=""> </a>
</p>
<p align="center" style="color:#ffffff;">
© Copyright 2023 </br> </br> Designed by Rayspeedemails
</p>
</div>
</div>
<!--Row4 ends-->
<!--Index-Webpage ends-->
</div>
<script type="text/javascript" src="script.js"></script>
</body>
</html>