-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
235 lines (229 loc) · 12.4 KB
/
index.html
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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fathers United</title>
<!-- bootstrap css -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/734c30eefc.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./site/css/styles.css">
<link rel=icon href="./site/img/favicon.png">
</head>
<body>
<header class="wrapper">
<div class="container-large p-0">
<nav class="navbar fixed-top navbar-expand-lg py-0">
<a class="navbar-brand m-0" href="#"><img class="logo" src="./site/img/FUIlogoNoTag.JPG" width="175"
alt="Fathers United"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-align-right text-light"></i>
</button>
<div class=" collapse navbar-collapse" id="navbarNav">
<div class="mr-auto"></div>
<ul class="navbar-nav">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Community
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="./site/initiatives/initiatives.html">Initiatives</a>
<a class="dropdown-item" href="./site/event/event.html">Events</a>
<a class="dropdown-item" href="./site/partners/partners.html">Partners</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Blog</a>
<a class="dropdown-item" href="#">Video</a>
</div>
</li>
<li class="nav-item dropdown nav-end">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
User
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="./site/LoginRegister/login-register.html">Log in</a>
<a class="dropdown-item" href="#">Log Out</a>
<a class="dropdown-item" href="./site/LoginRegister/login-register.html">Register </a>
</li>
<li class="nav-item">
<a class="nav-link" href="./site/About/about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./site/GetInvolved/get-involved.html">Get Involved</a>
</li>
</ul>
</div>
</nav>
</div>
</header>
<main>
<section class="section-2 container-large p-0">
<div class="cover">
<div class="content text-center">
<h1 class="stat-header">STATISTICS ON FATHERLESSNESS</h1>
<h4>By The Numbers</h4>
<p class=" px-5">The numbers are clear. These numbers reflect just fatherlessness. Homeless and
runaway children skyrocket. Kids without fathers are vastly more likely to develop behavior
disorders or end up in prison. 71% of high school drop outs, are fatherless.</p>
</div>
</div>
<div class="container-large text-center">
<div id="numbers" class="numbers d-flex flex-md-row flex-wrap justify-content-center">
<div class="rect">
<h1 class="counter" data-target="90">0</h1>
<p>Of all homeless / runaway children</p>
</div>
<div class="rect">
<h1 class="counter" data-target="85">0</h1>
<p>Kids with behavorial disorders</p>
</div>
<div class="rect">
<h1 class="counter" data-target="84">0</h1>
<p>Of all youths in prison</p>
</div>
<div class="rect">
<h1 class="counter" data-target="71">0</h1>
<p>Of high school dropouts</p>
</div>
</div>
</div>
</section>
<section class="section-3 justify-content-center text-center">
<div class="container mission-info">
<div class="row">
<div class="col-md-7 col-sm-12">
<h5>THE MISSION</h5>
<h1>Fathers United</h1>
<p>Fathers United Inc desires to eliminate paternal alienation and fatherlessness by increasing
awareness, assistance, and networking to drastically increase the participation of all
fathers in every child’s life.</p>
<button class="btn btn-dark px-5 py-2">* MORE *</button>
</div>
<div class="col-md-5 col-sm-12 h-25">
<img src="./site/img/youngman-daughter.jpg" alt="father lovingly holds daughter">
</div>
</div>
</div>
</section>
<section class="section-1 p-0">
<div class="container text-center">
<div class="row">
<div class="col-md-6">
<div class="involved">
<img src="./site/img/adult-child.jpg" alt="Involved Father, Happy Child">
</div>
</div>
<div class="col-md-6">
<div class="panel text-left">
<h1>Involved Fathers</h1></br>
<h5>"Changing the World ONE FATHER at a time!"</h5></br></br>
<p>Our goal is to help fathers understand the importance of being active in the lives of
their children. Father’s United Inc. aims to help current fathers, recovering fathers,
isolated fathers, step-fathers, uncles, future fathers or anyone with a desire to have a
positive impact in the lives of a child and their community</p>
</div>
</div>
</div>
</div>
</section>
<section class="section-4 p-0 mt-5 mb-3">
<div class="purchase text-center">
<h1>Celebrate all Fathers United</h1>
<p>Purchases assist the Fathers United Community. Thank you for your support.</p>
</div>
<div class="cards mb-5">
<div class="d-flex flex-row justify-content-center flex-wrap">
<div class="card text-center">
<div class="card-body">
<div class="title">
<h5 class="card-title">Ball Cap</h5>
</div>
<p class="card-text mb-5">Comfortable and stylish, play ball!</p>
<img class="card-img mt-3 mb-3" src="./site/img/smartmockups_k6yo17hl.png"
alt="stylish ball cap">
<div class="pricing mt-2">
<h1>$24.99</h1>
<a href="#" class="btn btn-dark px-5 py2 mt-5 mb-5 card-btn">Contribute Now</a>
</div>
</div>
</div>
<div class="card text-center">
<div class="card-body">
<div class="title">
<h5 class="card-title">Tee Shirt</h5>
</div>
<p class="card-text">Stylish in this comfortable tee!</p>
<img class="card-img" src="./site/img/smartmockups_k6ynonxp.png" alt="stylish t shirt">
<div class="pricing">
<h1>$9.99</h1>
<a href="#" class="btn btn-dark px-5 py2 mb-5 card-btn">Contribute Now</a>
</div>
</div>
</div>
<div class="card text-center">
<div class="card-body">
<div class="title">
<h5 class="card-title">Coffee Mug</h5>
</div>
<p class="card-text mb-5">Refreshing fathers rights in every sip</p>
<img class="card-img mt-5 mb-5" src="./site/img/smartmockups_k6ynrvd3.png"
alt="stylish coffee cup">
<div class="pricing mt-3">
<h1>$29.99</h1>
<a href="#" class="btn btn-dark px-5 py2 mt-5 mb-5 card-btn">Contribute Now</a>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="container-large p-0">
<div class="row text-left">
<div class="col-md-4">
<h1 class="text-white">Fathers United</h1>
<p class="text-muted">626 Stillgreen Ln </br>Charlotte, North Carolina 28214 <br>United States</p>
<p class="pt-4 fu-footer">Fathers United Inc.</p>
</div>
<div class="col-md-5">
<h4 class="text-white">Newsletter</h4>
<p class="text-muted">Stay Informed</p>
<form class="form-inline">
<div class="col pl-0">
<div class="input-group pr-5">
<input type="text" class="form-control bg-dark text-white" placeholder="Email">
<div class="input-group-prepend">
<div class="input-group-text"><i class="fas fa-arrow-right"></i></div>
</div>
</div>
</div>
</form>
</div>
<div class="col-md-3 col-sm-12">
<h4 class="text-light">Social Stops</h4>
<p class="text-muted">Join Us</p>
<div class="columns">
<i class="fab fa-facebook-square"></i>
<i class="fab fa-tumblr-square"></i>
<i class="fab fa-twitter-square"></i>
</div>
</div>
</div>
</div>
</footer>
<script src="js/script.js"></script>
<!-- bootstrap js jquery poppins -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous">
</script>
</body>
</html>