-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoffee-giveaway.php
More file actions
85 lines (52 loc) · 1.87 KB
/
coffee-giveaway.php
File metadata and controls
85 lines (52 loc) · 1.87 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
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
<?php include("inc/headernova.php");?>
<!-- header -->
<section id="header-wrap">
<header id="site-header" class="group">
<div id='brand'>
<h1>saforian</h1>
<a href="http://www.saforian.com"><img src="/images/logo_safosolo_white.png" alt="Logo Safosolo White"></a>
</div>
<nav id="site-nav">
<ul class='topnav group'>
<li><a href='/#top' id='topnav-hello' data-scrollto='safo-start'>Hello</a></li>
<!-- <li><a href='/#history' id='topnav-history' data-scrollto='safo-history'>History</a></li> -->
<li><a href='/#method' id='topnav-method' data-scrollto='safo-methodology'>Strategy</a></li>
<li><a href="/#services" id="topnav-services" data-scrollto='safo-services'>Services</a></li>
<li><a href='/#clients' id='topnav-clients' data-scrollto='safo-clients'>Clients</a></li>
<li><a href='/#work' id='topnav-work' data-scrollto='safo-work'>Work</a></li>
<li><a href='/#careers' id='topnav-careers' data-scrollto='safo-jobs'>Careers</a></li>
<li class="last"><a href='/#contact' id='topnav-contact' data-scrollto='safo-contact'>Contact</a></li>
</ul>
<span class="opennav"></span>
</nav>
</header>
</section>
<section class="coffee-bg">
<div id="coffee-table">
</div>
<div id="coffee-positionar">
<div id="coffeesteam">
<h1>Let's reconnect</h1>
<p>
We know schedules are busy.<br />
Take a breather and have some coffee<br />
on Saforian.
</p>
</div>
<div id="coffeecup">
</div>
</div
</section>
<form id="coffee-form">
<div id="coffee-label-wrapper">
<label id="coffee-label">code</label>
</div>
<div id="entrycode-wrapper">
<input type='text' id="entrycode" name='entrycode' value='' />
</div>
<div id="coffee-enter-wrapper">
<input type="hidden" name="submitted" value="submitted">
<input type='submit' id="coffee-enter" name="submit" value='submit' />
</div>
</form>
<?php include('inc/footer2.php');?>