-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader2.php
More file actions
51 lines (47 loc) · 1.7 KB
/
header2.php
File metadata and controls
51 lines (47 loc) · 1.7 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
<?php
// php script moved to PHP_SCRIPTS/pull.php
include 'pull.php';
?>
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Super Fast Developer</title>
<link rel="stylesheet" href="stylesheets/app.css" />
<link href='https://fonts.googleapis.com/css?family=Abel' rel='stylesheet' type='text/css'>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/chatEngine.js" type="text/javascript"></script>
</head>
<header>
</header>
<body class="body-two">
<div class="banner">
<div class="merchants">
<img src="images/secured_by_pp.png" alt="Secured By PayPal" width="120px" />
<img src="images/Powered-By-Stripe.png" alt="Powered By Stripe" width="120px" />
</div>
<h1>Chatting with <?php echo $dev; ?></h1>
<div class="banner-content">
<div class="banner-left">
<h3><?php echo $experience;?> Years Experience</h3>
<p>Currently Employed at Alopex Interaction Design</p>
</div>
<div class="banner-middle">
<h3><?php echo $degree;?></h3>
<p><?php echo $school; ?></p>
</div>
<div class="banner-right">
<h3><?php echo $projects;?> Projects</h3>
<p>Saved the day for <?php echo $projects; ?> projects</p>
</div>
</div>
<!--
<div class="banner-timer">
<div class="timer">
<h1></h1>
</div>
</div>
-->
</div>