-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
175 lines (147 loc) · 5.21 KB
/
index.html
File metadata and controls
175 lines (147 loc) · 5.21 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="description about page">
<meta name="viewport" content="width=device-width initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie-edge">
<title>AOG | Home Page</title>
<link rel="shortcut icon" href="">
<!--[if gt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="css/style.min.css"/>
</head>
<body>
<div class="lines">
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
</div>
<!-- header page -->
<header class="header">
<div class="flex flex-sb flex-align-center">
<a class="logo" href="index.html">
<img src="img/svg/logo_header.svg" alt="aog logotype">
</a>
<nav class="navbar">
<ul class="navbar__list flex flex-column flex-xld-row flex-align-top flex-xld-align-center">
<li class="navbar__logo">
<a class="logo" href="index.html">
<img src="img/svg/logo_header.svg" alt="aog logotype">
</a>
</li>
<li><a href="about.html">Our company</a></li>
<li><a href="investors.html">Prospective Investors</a></li>
<li><a href="shareholders.html">Current Shareholders</a></li>
<li>
<ul class="flex flex-align-center">
<li class="login">Log In</li>
<li class="signup btn primary">Sign In</li>
</ul>
</li>
</ul>
</nav>
<div class="enter">
<ul class="flex flex-align-center">
<li class="login">Log In</li>
<li class="signup btn primary">Sign In</li>
</ul>
</div>
<div class="navicon">
<span class="nav-icon">
<i></i>
<i></i>
<i></i>
</span>
</div>
</div>
</header>
<!-- end header page tag -->
<!-- main page -->
<main>
<!-- banner page -->
<section class="banner">
<div class="overlay"></div>
<div class="container">
<h1 class="banner__title">The Power of Unity</h1>
</div>
</section>
<!-- end banner page tag -->
<!-- about page -->
<section class="about">
<div class="container">
<div class="flex flex-sb flex-align-top">
<h3 class="about__title f-item" data-cols="12" data-smd-cols="4" data-offset="0">Who We Are</h3>
<article class="about__text f-item" data-cols="12" data-smd-cols="8" data-offset="0">
<p>Associate Owners Group (AOG) is a consortium of highly successful, independent financial professionals who have combined their collective resources and talents to create leveraging opportunities with financial services providers. </p>
<p>These industry leaders are responsible for placing up to $1 Billion dollars of life insurance premium per year with a primary goal of aligning partnership opportunities AOG is to create ownership opportunities for professionals who distribute financial products while creating greater value for product providers. </p>
</article>
</div>
</div>
</section>
<!-- end about page tag -->
<!-- links page -->
<section class="links">
<div class="container">
<div class="flex flex-sb" data-cols="1" data-md-cols="2" data-ld-cols="3" data-offset="0">
<article class="links__item f-item">
<span class="links__img">
<img src="img/svg/our_company.svg" alt="our company">
</span>
<h5 class="links__title">our company</h5>
<p>Learn About our Company and Leadership </p>
<a href="#" class="btn light">Learn More</a>
</article>
<article class="links__item f-item">
<span class="links__img">
<img src="img/svg/prospective _investors.svg" alt="Prospective Investors">
</span>
<h5 class="links__title">Prospective Investors</h5>
<p>Investor Qualifications and Eligibility </p>
<a href="#" class="btn light">Learn More</a>
</article>
<article class="links__item f-item">
<span class="links__img">
<img src="img/svg/current_shareholders.svg" alt="Current Shareholders">
</span>
<h5 class="links__title">Current Shareholders</h5>
<p>Access to your account, forms, and shareholder information</p>
<a href="#" class="btn light">Learn More</a>
</article>
</div>
</div>
</section>
<!-- end links page -->
</main>
<!-- end main page tag -->
<!-- footer page -->
<footer class="footer">
<div class="container">
<div class="flex flex-align-top">
<div class="logo__wrap">
<a href="index.html" class="footer__logo">
<img src="img/svg/logo_footer.svg" alt="aog logotype">
</a>
</div>
<ul class="footer__address">
<li>308 W. Tabernacle </li>
<li>Suite 202</li>
<li>St. George, Utah 84770</li>
<li><a href="tel:+4352752565">(435) 275 -2565</a></li>
</ul>
<ul class="footer__media">
<li><a href="#">Twitter</a></li>
<li><a href="#">Instagram</a></li>
<li><a href="#">Facebook</a></li>
</ul>
</div>
<p>Copyright © 2020 Associate Owners Group - All Rights Reserved.</p>
</div>
</footer>
<!-- end footer page -->
<script src="js/lib/grid.js"></script>
<script src="js/script.js"></script>
</body>
</html>