-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·77 lines (77 loc) · 3.48 KB
/
Copy pathindex.html
File metadata and controls
executable file
·77 lines (77 loc) · 3.48 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
<!DOCTYPE html>
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if IE 9 ]> <html class="no-js ie9" lang="en-US"> <![endif]-->
<head>
<title>DGS Landing</title>
<link href="css/index.css" rel="stylesheet" />
<link rel="shortcut icon" href="http://content.delta.com/etc/designs/delta/images/favicon.ico" />
<!--[if lt IE 9]><script src="js/html5shiv.min.js"></script><![endif]-->
<head>
<body>
<section>
<div class="content">
<header>
<ul class="logos">
<li class="logo-left">
<img src="images/dgs_logo.png" alt="DGS Logo"/>
<span class="header-tag">Experience the Difference...</span>
</li>
<li class="logo-right">
<img src="images/delta_logo.png" alt="Delta Logo"/>
</li>
</ul>
</header>
<article>
<nav>
<ul>
<li>Home</li>
<li><a href="aviation/index.html">Aviation</a></li>
<li><a href="http://deltaglobalstaffing.com/">Staffing</a></li>
<li><a href="security/index.html">Security</a></li>
<li><a href="awareness/index.html">Security Awareness</a></li>
<li><a href="http://dalgs.com/contact2.htm">Contact Us</a></li>
</ul>
</nav>
<div class="headline-2">
Our <span>FOCUS ON</span> Leadership, Training, Saftey, and Efficiency
Results in the QUALITY PERFORMANCE You Expect.
</div>
<div class="promo-caption">
Providing Services and Solutions to More Than 30 Corporations in More Than 50 Locations in North America:
</div>
<div class="promo-content">
<ul>
<li>
<h3><a href="http://deltaglobalstaffing.com/">STAFFING</a></h3>
<div class="promo-text"><span>Delta Global Staffing</span> has been providing full service staffing solutions and great benefits to clients and employees since 1995.</div>
<img src="images/promo_staffing_bg.png" />
<a href="http://deltaglobalstaffing.com/">MORE »</a>
</li>
<li>
<h3><a href="security/index.html">SECURITY</a></h3>
<div class="promo-text"><span>Delta Global Security</span> enhances the lives of client companies, their employees and customers by providing a more <span>secure environment</span>in which to conduct business.</div>
<img src="images/promo_security_bg.png" />
<a href="security/index.html">MORE »</a>
</li>
<li>
<h3><a href="aviation/index.html">AVIATION</a></h3>
<div class="promo-text"><span>DAL Global Aviation</span> offers a wide range of services including a full range of aircraft ground handling services, cabin and cargo services, operations and load control, aircraft and ground support equipment maintenance.</div>
<img src="images/promo_aviation_bg.png" />
<a href="aviation/index.html">MORE »</a>
</li>
<li>
<h3><a href="awareness/index.html">SECURITY AWARENESS</a></h3>
<div class="promo-text"><span>DGS Aviation Security Awareness Training and Consulting Group</span> has unparalleled experience, comprehensive capabilities across the aviation industry and business functions to help clients become high-performers.</div>
<img src="images/promo_awareness_bg.png" />
<a href="awareness/index.html">MORE »</a>
</li>
</ul>
</div>
</article>
<footer>
<div>© Delta Global Security. All Rights Reserved.</div>
</footer>
</div>
</section>
</body>
</html>