-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
645 lines (512 loc) · 23.1 KB
/
index.html
File metadata and controls
645 lines (512 loc) · 23.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
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
<!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>
<!-- - google analytics
================================================== -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9MLXG6SFE1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-9MLXG6SFE1');
</script>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Company Grade Officers’ Council - Home of the National CGOC</title>
<meta name="description" content="Explore the Company Grade Officers' Council - your hub for leadership, networking, and professional development opportunities.">
<meta name="author" content="">
<link rel="canonical" href="https://dafcgoc.org/index.html" />
<!-- mobile-specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5">
<!--- open graph [social media meta data]
================================================== -->
<meta content="Company Grade Officers’ Council - Home of the National CGOC" property="og:title" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://dafcgoc.org/assets/images/og-dafcgoc.png" />
<meta property="og:url" content="https://dafcgoc.org/" />
<!-- 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="index.html">Home</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/donate.html">Donate</a></li>
<li><a href="pages/store.html">Buy Swag</a></li>
<li class="dropdown">
<a href="#" class="top-level">Partners <svg class="nav-icon" xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6 9l6 6l6-6"/></svg></a>
<div class="dropdown-content">
<a href="pages/moaa.html">MOAA</a>
<a href="pages/defo.html">DEFO</a>
</div>
</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>
<div class="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>
</div>
<!-- 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>
<p>
The DAFCGOC present at your base or near your local area is a volunteer group composed
of military members who seek to grow as officers in the armed forces, give back to their
base and community, and have fun with friends through fellowship. All captains and
lieutenants in the Air and Space Forces are inherently members of the “CGOC” with active
members taking leadership roles at the local level and up to the regional and national levels.
</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="assets/images/portfolio/A.jpg" alt="group photo of uniformed service members.">
<div class="overlay"></div>
<div class="portfolio-item-meta">
<h5>PACAF Mentorship</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="assets/images/portfolio/B.jpg" alt="group photo of people at daytona speedway.">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Daytona Event</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-C">
<img src="assets/images/portfolio/C.jpg" alt="Thank you note from Lieutenant General Lenderman.">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Lt Gen Lenderman Thank you</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-D">
<img src="assets/images/portfolio/D.jpg" alt="Photo of 3 women sitting on charis giving a briefing with the American flag in the background.">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Women's Officer Q&A</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-E">
<img src="assets/images/portfolio/E.jpg" alt="Photo of uniformed service members sitting outside having mentorship discussions.">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>FGO-CGO speed mentoring</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-F">
<img src="assets/images/portfolio/F.jpg" alt="Indoor photo of uniformend service members recieving a briefing.">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Wing Commander Q&A</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-G">
<img src="assets/images/portfolio/G.jpg" alt="Group selfie of people at an outdoor Bar B Que event.">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Bar B' Que</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-H">
<img src="assets/images/portfolio/H.jpg" alt="Indoor group photo of uniformed service members in front of a fireplace.">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>JBER CGOC</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="assets/images/portfolio/I.jpg" alt="Outdoor group photo of uniformed service memebrs in front of an F-35 in a hanger.">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>f-35 photo bomb</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="assets/images/portfolio/J.jpg" alt="Group photo of uniformed service memebrs in their dress uniforms at a formal event.">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Formal Events</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="assets/images/portfolio/K.jpg" alt="Group photo of uniformed service members and plain clothed individuals smiling.">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Group photo</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="assets/images/portfolio/L.jpg" alt="Indoor group photo of uniformed service members holding talk bubble signs.">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Col Garcias mentorship</h5>
<p>Professional Development</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="assets/images/portfolio/modals/m-A.jpg" alt="group photo of uniformed service members." />
</div>
<div class="description-box">
<h4>General Lenderman Mentorship session</h4>
<p>
The Joint Base Pearl Harbor-Hickam CGOC hosted a mentorship event with PACAF Deputy Commander, Lt Gen Laura Lenderman!
</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="assets/images/portfolio/modals/m-B.jpg" alt="group photo of people at daytona speedway." />
</div>
<div class="description-box">
<h4>Daytona Motor Speedway Volunteering</h4>
<p>
Saturday, 26 August, the CGOs volunteered at the NASCAR Coke Zero Race out in Daytona. We were working as security and assisted with seating around the pit for 10 hours. We were able to both serve the community, and at the same time raise funds for Junior Enlisted Appreciation Day held at Patrick SFB.
</p>
<span class="categories">Esprit de corps</span>
</div>
</div><!-- modal-B end -->
<div id="modal-C" class="popup-modal mfp-hide">
<div class="media">
<img src="assets/images/portfolio/modals/m-C.jpg" alt="Thank you note from Lieutenant General Lenderman." />
</div>
<div class="description-box">
<h4>Lt Gen Lenderman Thank you</h4>
<p>
Lt General Lenderman wrote a hand written thank you note to the CGOC for inviting her to mentor the CGOCs at Joint Base Pearl Harbor-Hickam.
</p>
<span class="categories">Professional Development</span>
</div>
</div><!-- modal-C end -->
<div id="modal-D" class="popup-modal mfp-hide">
<div class="media">
<img src="assets/images/portfolio/modals/m-D.jpg" alt="Photo of 3 women sitting on charis giving a briefing with the American flag in the background." />
</div>
<div class="description-box">
<h4>Women's Officer Q&A</h4>
<p>
The Joint Base Pearl Harbor-Hickam CGOC hosted a Women's Officer Panel Q&A in honor of Women's International Month.
</p>
<span class="categories">Professional Development</span>
</div>
</div><!-- modal-D end -->
<div id="modal-E" class="popup-modal mfp-hide">
<div class="media">
<img src="assets/images/portfolio/modals/m-E.jpg" alt="Photo of uniformed service members sitting outside having mentorship discussions." />
</div>
<div class="description-box">
<h4>FGO-CGO speed mentoring</h4>
<p>
The Joint Base Pearl Harbor-Hickam CGOC hosted its first ever FGO-CGO speed mentoring event attended by 7 FGOs and 33 CGOs.
</p>
<div class="categories">Professional Development</div>
</div>
</div><!-- modal-E end -->
<div id="modal-F" class="popup-modal mfp-hide">
<div class="media">
<img src="assets/images/portfolio/modals/m-F.jpg" alt="Indoor photo of uniformend service members recieving a briefing." />
</div>
<div class="description-box">
<h4>Wing Commander Q&A</h4>
<p>
Establishing a relationship with the base O-6 council, the Eielson CGOC hosted a Q&A lunch with the Wing Commander and CGOs, providing a direct line of communication for 45 leaders, enabling them to tap into the expertise and insights of a seasoned commander, and gain a deeper understanding of their experiences and perspectives.
</p>
<div class="categories">Professional Development</div>
</div>
</div><!-- modal-F end -->
<div id="modal-G" class="popup-modal mfp-hide">
<div class="media">
<img src="assets/images/portfolio/modals/m-G.jpg" alt="Group selfie of people at an outdoor Bar B Que event." />
</div>
<div class="description-box">
<h4>Bar B' Que</h4>
<p>
As the summer arrived, the Eielson CGOC started off strong delivering a fun and engaging summer BBQ, complete with a cornhole tournament, to welcome new and departing CGOs, creating a memorable and enjoyable event that helped to break the ice and establish relationships among the CGO community.
</p>
<div class="categories">Esprit de Corps</div>
</div>
</div><!-- modal-G end -->
<div id="modal-H" class="popup-modal mfp-hide">
<div class="media">
<img src="assets/images/portfolio/modals/m-H.jpg" alt="Indoor group photo of uniformed service members in front of a fireplace." />
</div>
<div class="description-box">
<h4>JBER CGOC</h4>
<p>
Joint Base Elmendorf-Richardson CGOC hosted a professional development event with Maj Gen Torrence Saxe (Adjutant General, Alaska National Guard Commissioner, Alaska Department of Military and Veterans Affairs).
</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="assets/images/portfolio/modals/m-I.jpg" alt="Outdoor group photo of uniformed service memebrs in front of an F-35 in a hanger." />
</div>
<div class="description-box">
<h4>F-35 photo bomb</h4>
<p>
The Joint Base Langley-Eustis CGOC takes a photo in front of an F-35 fighter.
</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="assets/images/portfolio/modals/m-J.jpg" alt="Group photo of uniformed service memebrs in their dress uniforms at a formal event." />
</div>
<div class="description-box">
<h4>Formal Events</h4>
<p>
Members of the Joint Base Langley-Eustis CGOC attend a formal event.
</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="assets/images/portfolio/modals/m-K.jpg" alt="Group photo of uniformed service members and plain clothed individuals smiling." />
</div>
<div class="description-box">
<h4>Group photo</h4>
<p>
Members of the Joint Base Langley-Eustis CGOC take a group photo.
</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="assets/images/portfolio/modals/m-L.jpg" alt="Indoor group photo of uniformed service members holding talk bubble signs." />
</div>
<div class="description-box">
<h4>Col s mentorship</h4>
<p>
The Joint Base Pearl Harbor-Hickam CGOC hosted a base-wide mentorship panel with the Col Garcias, 15 MXG Commander 15 MDG Commander, where they reflected about their combined 66 years in the Air Force.
</p>
<div class="categories">Professional Development</div>
</div>
</div><!-- modal-L end -->
</div> <!-- end row -->
</section> <!-- end portfolio -->
<!-- about
================================================== -->
<section id="about">
<div class="row mobile-no-padding">
<div class="mission 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 class="bgrid">
<img id="logo" src="assets/logos/dafcgoc-logo.png" alt="DAFCGOC Logo">
</div>
<div class="bgrid">
<h3>Our Logo.</h3>
<p>
Emblematic of its associated military branches but unique to the organization,
the logo of the Dept. of the Air Force Company Grade Officers’ Council was designed by the independent
designer <a href="https://99designs.com/profiles/2300512/about" target="_blank">WLDN</a>
and Captain Julian “Cosmo” Gluck in 2020. The blue wings symbolize the Air Force,
the silver delta symbolizes the Space Force, and within the shield are the three
ranks of company grade officers in the United States military.
</p>
<p>
For usage of the logo, please contact the DAFCGOC.
</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" alt="Follow us on Facebook"><i
class="fab fa-facebook-square"></i></a></li>
<li><a href="https://www.instagram.com/dafcgoc/" target="_blank" alt="Follow us on Instagram"><i
class="fab fa-instagram-square"></i></a></li>
<li><a href="https://www.youtube.com/@dafcgoc" target="_blank" alt="Check out our YouTube"><i class="fab fa-youtube-square"></i></a></li>
<li><a href="https://www.linkedin.com/company/dafcgoc" target="_blank" alt="Follow us on LinkedIn"><i
class="fab fa-linkedin-square"></i></a></li>
<li><a href="mailto:contact@dafcgoc.org" alt="Email us"><i class="fa fa-envelope-square"></i></a></li>
</ul>
<hr />
<ul class="copyright">
<li>© 2026 Department 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>