-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
36 lines (35 loc) · 1.8 KB
/
contact.html
File metadata and controls
36 lines (35 loc) · 1.8 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Rosy Lemus :: Contact</title>
<link href="_css/lemus-final-website.css" rel="stylesheet" type="text/css">
</head>
<body class="background">
<header class="hdr"> <img src="_img/rl-logo.svg" alt=" rosy lemus logo" class="rl-logo"/>
<input type="checkbox" class="toggler">
<div class="hamburger">
<div></div>
</div>
<nav class="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<nav class="lrg-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<div class="contact-form">
<div id="wufoo-q1660w5p1udvik4"> Fill out my <a href="https://nirvanahealth.wufoo.com/forms/q1660w5p1udvik4">online form</a>. </div>
<script type="text/javascript"> var q1660w5p1udvik4; (function(d, t) { var s = d.createElement(t), options = { 'userName':'nirvanahealth', 'formHash':'q1660w5p1udvik4', 'autoResize':true, 'height':'523', 'async':true, 'host':'wufoo.com', 'header':'show', 'ssl':true }; s.src = ('https:' == d.location.protocol ?'https://':'http://') + 'secure.wufoo.com/scripts/embed/form.js'; s.onload = s.onreadystatechange = function() { var rs = this.readyState; if (rs) if (rs != 'complete') if (rs != 'loaded') return; try { q1660w5p1udvik4 = new WufooForm(); q1660w5p1udvik4.initialize(options); q1660w5p1udvik4.display(); } catch (e) { } }; var scr = d.getElementsByTagName(t)[0], par = scr.parentNode; par.insertBefore(s, scr); })(document, 'script'); </script>
</div>
</body>
</html>