-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
256 lines (207 loc) · 12.9 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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Christian Medallada</title>
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.0.2/TweenMax.min.js"></script>
<link rel="shortcut icon" href="./img/Favicon.png" type="image/x-icon" />
<!-- stylesheet -->
<link rel="stylesheet" href="./styles/style.css">
<!-- bootstrap cdns -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<!-- google fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:100,100i,300,300i,400,400i,500,500i,700,700i" rel="stylesheet">
<!-- terminal effect -->
<script src="./scripts/t.min.js"></script>
<!-- Icons -->
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<!-- for on scroll animations -->
<link rel="stylesheet" href="./styles/animate.css">
<script src="./scripts/wow.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
<body>
<div class="wrapper">
<!------------ intro ------------------------------->
<div class="intro">
<h1 class="logo-header">
<span class="logo1">Contact</span><span class="logo1"> Me</span>
</h1>
</div>
<!--------------- navbar starts here --------------->
<div class="menu-open">menu</div>
<div class="nav-container">
<div class="menu-close">close</div>
<div class="socials">
<a href="https://tinyurl.com/38u9r4d7" target="_blank"><span>facebook</span></a>
<a href="https://tinyurl.com/38bv8ths" target="_blank"><span>instagram</span></a>
<a href="https://tinyurl.com/mv3vjvmt" target="_blank"><span>github</span></a>
<a href="https://tinyurl.com/498hj8b4" target="_blank"><span>linkedln</span></a>
</div>
<nav class="menu">
<div class="menu__item">
<a href="index.html" class="menu__item-link">Home</a>
<img class="menu__item-img" src="./img/menu-one.jpg" />
<div class="marquee">
<div class="marquee__inner">
<span>Home - Home - Home - Home - Home - Home - Home</span>
</div>
</div>
</div>
<div class="menu__item">
<a href="work.html" class="menu__item-link">Work</a>
<img class="menu__item-img" src="./img/menu-two.jpg" />
<div class="marquee">
<div class="marquee__inner">
<span
>Work - Work - Work - Work - Work - Work
- Work</span
>
</div>
</div>
</div>
<div class="menu__item">
<a href="about.html" class="menu__item-link">About</a>
<img class="menu__item-img" src="./img/menu-three.jpg" />
<div class="marquee">
<div class="marquee__inner">
<span>About - About - About - About - About - About - About</span>
</div>
</div>
</div>
<div class="menu__item">
<a href="contact.html"class="menu__item-link">Contact</a>
<img class="menu__item-img" src="./img/menu-four.jpg" />
<div class="marquee">
<div class="marquee__inner">
<span
>Contact - Contact - Contact - Contact - Contact - Contact -
Contact</span>
</div>
</div>
</div>
</nav>
</div>
<!--------------- navbar ends here --------------->
<div class="whitespace"></div>
<!--------------- hero section starts here say hello 👋 --------------->
<div class="container">
<div class="hero-content">
<br><br>
<div class="row">
<div class="col-lg-8">
<h3 class="wow fadeInUp" data-wow-delay="1s">Get in touch — let’s <Br>work together. </h3><br>
<p class="wow fadeInUp" data-wow-delay="1.2s">I provide high-quality website and app development services at reasonable pricing. I am skilled and well-trained to create outstanding websites and apps that will assist you in meeting your company objectives.</p>
</div>
</div>
</div>
</div>
<!--------------- hero section ends here --------------->
<!-- <div class="whitespace"></div> -->
<!--------------- form section starts here --------------->
<div class="container-fluid">
<div class="row">
<div class="col-lg-8">
<form name="contact-form" id="contact-form" class="gform pure-form pure-form-stacked" method="POST" data-email="[email protected]"
action="https://script.google.com/macros/s/AKfycbw9d9TgnUF6-hfgG8OItVzGDNE0E3yYTdU5374YH-p2SBPpiokXHXP3CwoO7LO_5xex/exec"
onsubmit="event.preventDefault(); validateForm()">
<ul>
<li class="wow fadeInUp" data-wow-delay="1.4s">
<div class="textarea">
<label for="name">Name:</label>
<input type="text" name="name" id="name" placeholder="Your Name">
</div>
<small class="error"></small>
</li>
<li class="wow fadeInUp" data-wow-delay="1.6s">
<div class="textarea">
<label for="email">Email:</label>
<input type="text" name="email" id="email" placeholder="Your Email">
</div>
<small class="error"></small>
</li>
<li class="wow fadeInUp" data-wow-delay="1.6s">
<label for="dropdown">Services</label style="width: 100px;">
<br>
<select id="dropdown" name="service">
<<option value="" disabled selected hidden>What are you interested in?</option>
<option>UI/UX Web & Mobile Design</option>
<option>Web & Mobile App Development</option>
<option>Graphic Design</option>
<option>IT Solution</option>
</select>
</li>
<li class="wow fadeInUp" data-wow-delay="1.6s">
<div class="textarea">
<label for="message">Message:</label>
<textarea id="message" name="message" placeholder="Your Message"></textarea>
</div>
<small class="error"></small>
</li>
</ul>
<input type="submit" id="send" value="Send Message" >
<p id="success"></p>
</form>
</div>
</div>
</div>
<!--------------- form section ends here --------------->
<div class="whitespace"></div>
<!--------------- footer starts here --------------->
<div class="footer">
<div class="container">
<br><br>
<div class="collab">
<div class="row">
<div class="col-lg-12">
<p class="wow fadeInUp">Do you have an interesting project? I can assist you.</p>
</div>
</div>
</div>
<br>
<div class="hr">
<div class="row"></div>
</div>
<br><br>
<div class="info">
<div class="row">
<div class="col-lg-4" id="personal">
<p class="wow fadeInUp">connect with me</p>
<a href="tel:+639951617400"><h4 class="wow fadeInUp" data-wow-delay="0.2s"><ion-icon name="call-outline"></ion-icon> +63 945 2395 356</h4></a>
<br><br>
</div>
<div class="col-lg-4" id="media">
<p class="wow fadeInUp" data-wow-delay="0s">follow me</p>
<ul>
<a href="https://tinyurl.com/38u9r4d7" target="_blank"><li id="fb" class="wow fadeInUp" data-wow-delay="0.4s">facebook</li></a>
<a href="https://tinyurl.com/38bv8ths" target="_blank"><li id="ig" class="wow fadeInUp" data-wow-delay="0.6s">instagram</li></a>
<a href="https://tinyurl.com/mv3vjvmt" target="_blank"><li id="gh" class="wow fadeInUp" data-wow-delay="0.8s">github</li></a>
<a href="https://tinyurl.com/498hj8b4" target="_blank"><li id="ln" class="wow fadeInUp" data-wow-delay="1s">linkedln</li></a>
</ul>
<br><br>
</div>
<div class="col-lg-4" id="address">
<p class="wow fadeInUp" data-wow-delay="0s">say hello</p>
<a href="mailto:[email protected]"><h4 class="wow fadeInUp" data-wow-delay="0.2s">[email protected]</h4></a>
<br><br>
</div>
</div>
</div>
</div>
</div>
<!--------------- footer ends here --------------->
<br><br><br><br>
</div>
<script src="./scripts/form.js"></script>
<script src="./scripts/script.js"></script>
<script src="./scripts/message.js"></script>
<!-- greensock cdn -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.1.2/TweenMax.min.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
</body>
</html>