forked from nationalcgoc/nationalcgoc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
603 lines (481 loc) · 18.1 KB
/
index.html
File metadata and controls
603 lines (481 loc) · 18.1 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
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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
<!DOCTYPE html>
<!--[if IE 8 ]><html class="no-js oldie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Company Grade Officers’ Council - Home of the National CGOC</title>
<meta name="description" content="The home of the Company Grade Officers' Council">
<meta name="author" content="">
<!-- mobile-specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/v4-shims.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="favicon.png">
</head>
<body>
<!-- header
================================================== -->
<header id="main-header">
<div class="row">
<div class="logo">
<a href="index.html">Home - CGOC</a>
</div>
<nav id="nav-wrap">
<a class="mobile-btn" href="#nav-wrap" title="Show navigation">
<span class="menu-icon">Menu</span>
</a>
<a class="mobile-btn" href="#" title="Hide navigation">
<span class="menu-icon">Menu</span>
</a>
<ul id="nav" class="nav">
<li class="current"><a href="">Home</a></li>
<li><a href="pages/about.html">About Us</a></li>
<li><a href="pages/leadership.html">Leadership</a></li>
<li><a href="pages/councils.html">Councils</a></li>
<li><a href="pages/award-winners.html">Award Winners</a></li>
<li><a href="pages/resources.html">Resources</a></li>
<li><a href="pages/contact.html">Contact</a></li>
</ul> <!-- end #nav -->
</nav> <!-- end #nav-wrap -->
</div> <!-- end row -->
</header> <!-- end header -->
<!-- carousel
================================================== -->
<div class="bg">
</div>
<center>
<br>
<h1 class="slider__caption">Welcome to the home of the Department of the Air Force Company Grade Officers' Council</h1>
<h3 class="slider__txt">The premier volunteer organization of junior officers in the Air Force and Space Force.</h3>
</center>
<!-- portfolio
================================================== -->
<section id="portfolio">
<div class="row section-head">
<div class="twelve columns">
<h1>Who We Are<span>.</span></h1>
<hr />
<p>
The Department of the Air Force Company Grade Officers’ Council is an organization
representing the more than 47,000 junior military officers of the United States Air Force,
Air Force Reserve, Air National Guard, and Space Force. Through local councils on nearly
100 bases and military installations across four regions including Europe and the Pacific,
CGOs (captains and lieutenants) promote professional development and community service
through volunteer projects and networking events.
</p>
</div>
</div> <!-- end section-head -->
<div class="row items">
<!-- portfolio-wrapper -->
<div id="portfolio-wrapper" class="bgrid-fourth s-bgrid-third tab-bgrid-half">
<div class="bgrid folio-item">
<div class="item-wrap">
<a href="#modal-A">
<img src="images/portfolio/A.jpg" alt="">
<div class="overlay"></div>
<div class="portfolio-item-meta">
<h5>Brown Bag Luncheons</h5>
<p>Professional Development</p>
</div>
<div class="link-icon"><i class="fa fa-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="bgrid folio-item">
<div class="item-wrap">
<a href="#modal-B">
<img src="images/portfolio/B.jpg" alt="">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Commissioning Guidance</h5>
<p>Professional Development</p>
</div>
</div>
<div class="link-icon"><i class="fa fa-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="bgrid folio-item">
<div class="item-wrap">
<a href="#modal-C">
<img src="images/portfolio/C.jpg" alt="">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Team Sports</h5>
<p>Esprit de Corps</p>
</div>
</div>
<div class="link-icon"><i class="fa fa-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="bgrid folio-item">
<div class="item-wrap">
<a href="#modal-D">
<img src="images/portfolio/D.jpg" alt="">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Fundraising</h5>
<p>Community Service</p>
</div>
</div>
<div class="link-icon"><i class="fa fa-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="bgrid folio-item">
<div class="item-wrap">
<a href="#modal-E">
<img src="images/portfolio/E.jpg" alt="">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Fundraising</h5>
<p>Community Service</p>
</div>
</div>
<div class="link-icon"><i class="fa fa-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="bgrid folio-item">
<div class="item-wrap">
<a href="#modal-F">
<img src="images/portfolio/F.jpg" alt="">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Beach Clean-Up</h5>
<p>Community Service</p>
</div>
</div>
<div class="link-icon"><i class="fa fa-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="bgrid folio-item">
<div class="item-wrap">
<a href="#modal-G">
<img src="images/portfolio/G.jpg" alt="">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Helicopters</h5>
<p>Professional Development</p>
</div>
</div>
<div class="link-icon"><i class="fa fa-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="bgrid folio-item">
<div class="item-wrap">
<a href="#modal-H">
<img src="images/portfolio/H.jpg" alt="">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>NASA Tours</h5>
<p>Professional Development</p>
</div>
</div>
<div class="link-icon"><i class="fa fa-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="bgrid folio-item">
<div class="item-wrap">
<a href="#modal-I">
<img src="images/portfolio/I.jpg" alt="">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Rock Climbing</h5>
<p>Esprit de Corps</p>
</div>
</div>
<div class="link-icon"><i class="fa fa-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="bgrid folio-item">
<div class="item-wrap">
<a href="#modal-J">
<img src="images/portfolio/J.jpg" alt="">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Memorial Runs</h5>
<p>Esprit de Corps</p>
</div>
</div>
<div class="link-icon"><i class="fa fa-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="bgrid folio-item">
<div class="item-wrap">
<a href="#modal-K">
<img src="images/portfolio/K.jpg" alt="">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Baseball Games</h5>
<p>Esprit de Corps</p>
</div>
</div>
<div class="link-icon"><i class="fa fa-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="bgrid folio-item">
<div class="item-wrap">
<a href="#modal-L">
<img src="images/portfolio/L.jpg" alt="">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Dining-In</h5>
<p>Esprit de Corps</p>
</div>
</div>
<div class="link-icon"><i class="fa fa-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
</div> <!-- end portfolio-wrapper -->
<!-- modal popup
========================================================= -->
<div id="modal-A" class="popup-modal mfp-hide">
<div class="media">
<img src="images/portfolio/modals/m-A.jpg" alt="" />
</div>
<div class="description-box">
<h4>Brown Bag Luncheons</h4>
<p>
The Joint Base Elmendorf-Richardson CGOC hosted a "brown bag" luncheon with
squadron commanders on the importance of communication. They discussed topics
such as generational gaps, writing skills, and leadership styles.
</p>
<span class="categories">Professional Development</span>
</div>
</div><!-- modal-A end -->
<div id="modal-B" class="popup-modal mfp-hide">
<div class="media">
<img src="images/portfolio/modals/m-B.jpg" alt="" />
</div>
<div class="description-box">
<h4>Commissioning Guidance</h4>
<p>
The Yokota Air Base CGOC presented to airmen and NCOs about commissioning sources
and paths to become an officer in the Air Force. Attendees learned about various
avenues for commissioning, pitfalls, and life during each of the programs, and
breakout sessions at the end of the seminar provided the opportunity to ask any
and all questions to better prepare them for submission.
</p>
<span class="categories">Professional Development</span>
</div>
</div><!-- modal-B end -->
<div id="modal-C" class="popup-modal mfp-hide">
<div class="media">
<img src="images/portfolio/modals/m-C.jpg" alt="" />
</div>
<div class="description-box">
<h4>Team Sports</h4>
<p>
The Andersen Air Force Base CGOC enjoying a game of volleyball with their fellow officers.
</p>
<span class="categories">Esprit de Corps</span>
</div>
</div><!-- modal-C end -->
<div id="modal-D" class="popup-modal mfp-hide">
<div class="media">
<img src="images/portfolio/modals/m-D.jpg" alt="" />
</div>
<div class="description-box">
<h4>Fundraising</h4>
<p>
The Barksdale Air Force Base CGOC held a holiday golf tournament to support
Operation Bright Holiday. They raised $3,000 through the golf tournament to help
pay travel expenses for young Airmen who could not otherwise afford to travel home
for the holidays. In a previous year, their CGOC sent 133 Airmen home, including 22
Airmen to places like Guam, Spain, Athens and Tokyo.
</p>
<span class="categories">Community Service</span>
</div>
</div><!-- modal-D end -->
<div id="modal-E" class="popup-modal slider mfp-hide">
<div class="media">
<img src="images/portfolio/modals/m-E.jpg" alt="" />
</div>
<div class="description-box">
<h4>Fundraising</h4>
<p>
The Andersen Air Force Base CGOC selling snow cones to raise money at the Pacific
Air Partners Open House on Guam.
</p>
<div class="categories">Community Service</div>
</div>
</div><!-- modal-E end -->
<div id="modal-F" class="popup-modal mfp-hide">
<div class="media">
<img src="images/portfolio/modals/m-F.jpg" alt="" />
</div>
<div class="description-box">
<h4>Beach Clean-Up</h4>
<p>
The Andersen Air Force Base CGOC volunteering with much-needed beach clean-up on
one of Guam's beautiful beaches.
</p>
<div class="categories">Community Service</div>
</div>
</div><!-- modal-F end -->
<div id="modal-G" class="popup-modal mfp-hide">
<div class="media">
<img src="images/portfolio/modals/m-G.jpg" alt="" />
</div>
<div class="description-box">
<h4>Helicopters</h4>
<p>
CGOs at Kadena Air Base in Japan toured various aircraft including this helicopter
to learn more about aviation and activities on the flight line.
</p>
<div class="categories">Professional Development</div>
</div>
</div><!-- modal-G end -->
<div id="modal-H" class="popup-modal mfp-hide">
<div class="media">
<img src="images/portfolio/modals/m-H.jpg" alt="" />
</div>
<div class="description-box">
<h4>NASA Tours</h4>
<p>
Los Angeles Air Force Base CGOC members taking a tour of the NASA Jet Propulsion Laboratory.
</p>
<div class="categories">Professional Development</div>
</div>
</div><!-- modal-H end -->
<div id="modal-I" class="popup-modal mfp-hide">
<div class="media">
<img src="images/portfolio/modals/m-I.jpg" alt="" />
</div>
<div class="description-box">
<h4>Rock Climbing</h4>
<p>
The Joint Base Charleston CGOC enjoying some rock climbing for a fellowship activity.
</p>
<div class="categories">Esprit de Corps</div>
</div>
</div><!-- modal-I end -->
<div id="modal-J" class="popup-modal mfp-hide">
<div class="media">
<img src="images/portfolio/modals/m-J.jpg" alt="" />
</div>
<div class="description-box">
<h4>Memorial Runs</h4>
<p>
Keesler Air Force Base CGOC members doing a “Run for the Fallen” in memory of
those who have perished overseas or who are missing in action to this day.
</p>
<div class="categories">Esprit de Corps</div>
</div>
</div><!-- modal-J end -->
<div id="modal-K" class="popup-modal mfp-hide">
<div class="media">
<img src="images/portfolio/modals/m-K.jpg" alt="" />
</div>
<div class="description-box">
<h4>Baseball Games</h4>
<p>
Captains and lieutenants from Keesler Air Force Base’s CGOC enjoying
a day together at a baseball game.
</p>
<div class="categories">Esprit de Corps</div>
</div>
</div><!-- modal-K end -->
<div id="modal-L" class="popup-modal mfp-hide">
<div class="media">
<img src="images/portfolio/modals/m-L.jpg" alt="" />
</div>
<div class="description-box">
<h4>Dining-In</h4>
<p>
The Rocky Mountain CGOC had a combat dining-in with about 125 CGOs present.
Their guest speaker was a major general who offered the CGOs career advice and
other words of wisdom. Other activities included nerf gun wars, crud, giant jenga,
and more.
</p>
<div class="categories">Esprit de Corps</div>
</div>
</div><!-- modal-L end -->
</div> <!-- end row -->
</section> <!-- end portfolio -->
<!-- about
================================================== -->
<section id="about">
<div class="row mobile-no-padding">
<div class="process bgrid-half tab-bgrid-whole group">
<div class="bgrid">
<h3>Our Mission.</h3>
<p>
The Department of the Air Force Company Grade Officers' Council connects base councils globally to grow and develop leaders by leveraging Department of the Air Force resources to build a robust community of Lieutenants and Captains.
</p>
</div>
<div class="bgrid">
<h3>DAF CGOC Focus.</h3>
<p>
To empower councils at Air Force and Space Force units around the world through Advocacy,
Recognition and Communication to the regions down to the base-level. The DAFCGOC will
coordinate and disseminate training materials and deliver the pulse of the CGO from its
constituent councils to senior military leadership.
</p>
</div>
</div> <!-- end process -->
</div> <!-- end row -->
</section> <!-- end about -->
<!-- Footer
================================================== -->
<footer>
<div class="row">
<div class="twelve columns content group">
<ul class="social-links">
<li><a href="https://www.facebook.com/DAFCGOC" target="_blank"><i
class="fab fa-facebook-square"></i></a></li>
<li><a href="https://www.instagram.com/dafcgoc/" target="_blank"><i
class="fab fa-instagram-square"></i></a></li>
<li><a href="https://www.youtube.com/@dafcgoc" target="_blank"><i class="fab fa-youtube-square"></i></a></li>
<li><a href="https://www.linkedin.com/company/dafcgoc" target="_blank"><i
class="fab fa-linkedin-square"></i></a></li>
<li><a href="mailto:contact@afcgoc.org"><i class="fa fa-envelope-square"></i></a></li>
</ul>
<hr />
<ul class="copyright">
<li>© 2023 The Dept. of the Air Force Company Grade Officers' Council</li>
<li class="disclaimer">
The views expressed on this website and its associated media are those of the collective and
individual volunteers and do not reflect the official policy or position of the United States
Air Force, United States Space Force, Department of Defense, or government.
</li>
</ul>
</div> <!-- end row -->
</footer> <!-- end footer -->
<div id="preloader">
<div id="loader"></div>
</div>
<!-- JavaScript
================================================== -->
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>