This repository was archived by the owner on Jun 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintern.html
More file actions
721 lines (688 loc) · 41.9 KB
/
intern.html
File metadata and controls
721 lines (688 loc) · 41.9 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
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
<!DOCTYPE html>
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<!-- Title -->
<title>Case Consulting, Inc. - Summer Internship</title>
<!-- Required Meta Tags Always Come First -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Computer Consulting Services">
<meta name="author" content="Case Consulting, Inc.">
<!-- Favicon -->
<link rel="shortcut icon" href="./assets/custom/img/case/navLogo.png">
<!-- Google Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700%2C800%7CPlayfair+Display%7CRoboto%7CRaleway%7CSpectral%7CRubik">
<!-- CSS Global Compulsory -->
<link rel="stylesheet" href="./assets/vendor/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="./assets/vendor/icon-line/css/simple-line-icons.css">
<link rel="stylesheet" href="./assets/vendor/icon-awesome/css/fontawesome-all.min.css">
<link rel="stylesheet" href="./assets/vendor/icon-hs/style.css">
<!-- CSS Implementing Plugins -->
<link rel="stylesheet" href="./assets/vendor/hamburgers/hamburgers.min.css">
<link rel="stylesheet" href="./assets/vendor/slick-carousel/slick/slick.css">
<!-- Revolution Slider -->
<!-- <link rel="stylesheet" href="./assets/vendor/revolution-slider/revolution/fonts/pe-icon-7-stroke/css/pe-icon-7-stroke.css"> -->
<link rel="stylesheet" href="./assets/vendor/revolution-slider/revolution/css/settings.css">
<link rel="stylesheet" href="./assets/vendor/revolution-slider/revolution/css/layers.css">
<link rel="stylesheet" href="./assets/vendor/revolution-slider/revolution/css/navigation.css">
<!-- CSS Template -->
<link rel="stylesheet" href="assets/vendor/unity/styles.op-lawyer.css">
<!-- CSS Customization -->
<link rel="stylesheet" href="./assets/custom/css/custom.css"> </head>
<body>
<main class="g-pt-65 g-pt-90--md">
<!-- Header -->
<header id="js-header" class="u-header u-header--sticky-top u-header--change-appearance g-z-index-9999" data-header-fix-moment="100">
<div class="u-header__section g-bg-white g-transition-0_3 g-py-6 g-py-18--md" data-header-fix-moment-exclude="g-py-18--md" data-header-fix-moment-classes="u-shadow-v18 g-py-13--md">
<nav class="navbar navbar-expand-lg g-py-0">
<div class="container-fluid g-pos-rel">
<!-- Logo -->
<a href="./index.html" class="navbar-brand u-header__logo" data-type="static">
<img class="u-header__logo-img u-header__logo-img--main g-width-110" src="./assets/custom/img/case/logo-banner.gif" alt="Case Consulting, Inc.">
</a>
<!-- End Logo -->
<!-- Navigation -->
<div class="collapse navbar-collapse align-items-center flex-sm-row" id="navBar">
<ul id="js-scroll-nav" class="navbar-nav text-uppercase g-font-weight-700 g-font-size-11 g-pt-20 g-pt-5--lg ml-auto">
<li class="g-mr-30--lg g-mb-7 g-mb-0--lg active"><a href="./index.html" class="nav-link p-0">Home</a></li>
<li class="nav-item g-mr-15--lg g-mb-7 g-mb-0--lg active"><a href="#overview" class="nav-link p-0">About</a></li>
<li class="nav-item g-mx-15--lg g-mb-7 g-mb-0--lg"><a href="#requirements" class="nav-link p-0">Requirements</a></li>
<li class="nav-item g-mx-15--lg g-mb-7 g-mb-0--lg"><a href="#faq" class="nav-link p-0">FAQ</a> </li>
<li class="nav-item g-mx-15--lg g-mb-7 g-mb-0--lg"><a href="#Testimonial" class="nav-link p-0">Testimonials</a></li>
<li class="nav-item g-mx-15--lg g-mb-7 g-mb-0--lg"><a href="#contact" class="nav-link p-0">Contact</a></li>
</ul>
<a class="navbar-brand u-header__log">
<img src="./assets/custom/img/awards/2018_BPTW_logo_C1.png" alt="Best places to work 2018 logo" class ="nav-pad">
</a>
</div>
<!-- End Navigation -->
<!-- Responsive Toggle Button -->
<button class="navbar-toggler btn g-line-height-1 g-brd-none g-pa-0 g-pos-abs g-top-20 g-right-0" type="button" aria-label="Toggle navigation" aria-expanded="false" aria-controls="navBar" data-toggle="collapse" data-target="#navBar">
<span class="hamburger hamburger--slider">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</span>
</button>
<!-- End Responsive Toggle Button -->
</div>
</nav>
</div>
</header>
<!-- End Header -->
<!-- Section Content -->
<section class="rev_slider_wrapper fullwidthbanner-container" data-alias="image-hero20">
<!-- START REVOLUTION SLIDER 5.0.7 fullwidth mode -->
<div id="promoSlider" class="rev_slider fullwidthabanner" style="display: none;" data-version="5.0.7">
<ul>
<!-- SLIDE -->
<li style="text-align: center;" data-index="rs-68" data-transition="zoomout" data-slotamount="default" data-easein="Power4.easeInOut" data-easeout="Power4.easeInOut" data-masterspeed="2000" data-thumb="assets/img-temp/promo/img1.jpg" data-rotate="0" data-saveperformance="off"
data-title="Intro"> <img src="./assets/custom/img/case/intern_edit.jpg" alt="Image description" data-bgposition="50% 10%" data-bgfit="cover" data-bgrepeat="no-repeat" data-bgparallax="10" class="rev-slidebg" data-no-retina>
<!-- LAYERS -->
<!-- LAYER NR. 1 -->
<div id="promoSliderLayer10" class="tp-caption tp-shape tp-shapewrapper rs-parallaxlevel-0" style="z-index: 5; background-color: rgba(78, 67, 83, .4); border-color: rgba(78, 67, 83, .5);" data-x="['center','center','center','center']" data-y="['middle','middle','middle','middle']"
data-hoffset="['0','0','0','0']" data-voffset="['0','0','0','0']" data-width="full" data-height="full" data-whitespace="nowrap" data-transform_idle="o:1;" data-transform_in="opacity:0;s:1500;e:Power3.easeInOut;" data-transform_out="s:300;s:300;"
data-start="750" data-basealign="slide" data-responsive_offset="on" data-responsive="off"></div>
<!-- LAYER NR. 3 -->
<div id="promoSliderLayer1" class="tp-caption NotGeneric-Title tp-resizeme rs-parallaxlevel-0" style="z-index: 7; white-space: nowrap; text-align: center; text-transform: uppercase;" data-x="['center','center','center','center']" data-y="['middle','middle','middle','middle']"
data-hoffset="['0','0','0','0']" data-voffset="['-60','-60','-22','-29']" data-fontsize="['60','60','60','40']" data-lineheight="['64','64','64','44']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;"
data-transform_in="z:0;rX:0deg;rY:0;rZ:0;sX:1.5;sY:1.5;skX:0;skY:0;opacity:0;s:1500;e:Power3.easeInOut;" data-transform_out="y:[100%];s:1000;e:Power2.easeInOut;s:1000;e:Power2.easeInOut;" data-mask_in="x:0px;y:0px;" data-mask_out="x:inherit;y:inherit;"
data-start="1000" data-splitin="none" data-splitout="none" data-responsive_offset="on">Summer Internship</div>
<!-- LAYER NR. 4 -->
<div id="promoSliderLayer4" class="tp-caption NotGeneric-SubTitle tp-resizeme rs-parallaxlevel-0" style="z-index: 8; white-space: nowrap; text-align: center; text-transform: uppercase;" data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['52','52','28','13']" data-visibility="['on','off']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;" data-transform_in="y:[100%];z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;opacity:0;s:1500;e:Power4.easeInOut;"
data-transform_out="y:[100%];s:1000;e:Power2.easeInOut;s:1000;e:Power2.easeInOut;" data-mask_in="x:0px;y:[100%];s:inherit;e:inherit;" data-mask_out="x:inherit;y:inherit;s:inherit;e:inherit;" data-start="1000" data-splitin="none" data-splitout="none"
data-responsive_offset="on">
</div>
<!-- LAYER NR. 5 -->
<div id="promoSliderLayer7" class="tp-caption NotGeneric-CallToAction rev-btn rs-parallaxlevel-0" style="z-index: 9; font-weight: bold; white-space: nowrap; outline: none; box-shadow: none; box-sizing: border-box; text-transform: uppercase; border-width: 2px;"
data-x="['center','center','center','center']" data-y="['middle','middle','middle','middle']" data-hoffset="['0','0','0','0']" data-voffset="['134','134','80','65']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;"
data-transform_hover="o:1;rX:0;rY:0;rZ:0;z:0;s:300;e:Power1.easeInOut;" data-style_hover="c:rgba(255, 255, 255, 1.00);bc:rgba(255, 255, 255, 1.00);cursor:pointer;" data-transform_in="y:50px;opacity:0;s:1500;e:Power4.easeInOut;" data-transform_out="y:[175%];s:1000;e:Power2.easeInOut;s:1000;e:Power2.easeInOut;"
data-mask_out="x:inherit;y:inherit;s:inherit;e:inherit;" data-start="1250" data-splitin="none" data-splitout="none" data-actions='[
{"event":"click","action":"scrollbelow","offset":"0px"}
]' data-responsive_offset="on" data-responsive="off">Learn More </div>
</li>
</ul>
<div class="tp-static-layers"></div>
<div class="tp-bannertimer tp-bottom" style="visibility: hidden !important;"></div>
</div>
</section>
<!-- END REVOLUTION SLIDER -->
<!-- About Section Content -->
<section id="overview" class="g-py-20">
<div class="container text-center g-max-width-750 g-mb-20">
<div class="u-heading-v2-2--bottom g-brd-primary g-mb-20">
<h2 class="text-uppercase u-heading-v2__title g-font-weight-800 g-font-size-30 g-font-size-40--md">About</h2>
</div>
<p class="mb-0">
We are looking for highly motivated and bright students to continue building the foundation of our summer intern program. Guided by our team of software professionals, and previous Interns, you will apply cutting edge software development tools and practices
to a real software product that you will build from the ground up. Some of the technologies considered for the project are Vue/Angular/React, Node/Express, and Bootstrap/Google Material Design. Throughout the program, Interns will use many software
engineering best practices such as agile/scrum, pair programming, automated testing, and test-driven development. If you are eager to hone the skills learned at Virginia Tech and want to work on a real-world problem, from concept to delivery,
while working for an established company of software professionals, then please consider applying for a summer internship with Case Consulting!
</p>
</div>
<br />
<div class="container-fluid">
<div class="row justify-content-center">
<div class="d-flex align-items-center logos-mobile">
<img class="logos" src="./assets/custom/img/logos/AWS.png" />
</div>
<div class="offset-1 d-flex align-items-center logos-mobile">
<img class="logos" src="./assets/custom/img/logos/Javascript.png" />
</div>
<div class="offset-1 d-flex align-items-center logos-mobile">
<img class="logos" src="./assets/custom/img/logos/NodeJS.png" />
</div>
<div class="offset-1 d-flex align-items-center logos-mobile">
<img class="logos" src="./assets/custom/img/logos/Vue.png" />
</div>
</div>
</div>
<br />
</section>
<!-- End About Section Content -->
<!-- Requirements Section Content -->
<section id="requirements" class="g-theme-bg-color-1 g-text-color-2 no-column-space">
<div class="container-fluid">
<div class="container text-center g-max-width-750 g-mb-20 g-pt-70">
<div class="u-heading-v2-2--bottom g-brd-primary g-mb-20">
<h2 class="text-uppercase u-heading-v2__title g-font-weight-800 g-font-size-30 g-font-size-40--md g-color-white ">Requirements</h2> </div>
</div>
<div class="container">
<div class="row g-color-white">
<div class="col-md-4">
<ul>
<h3 class="g-color-white">
<strong>Technical Skills</strong>
</h3>
<li>Minimum 3.0 GPA</li>
<li>Majoring in Computer Science, Computer Engineering, or related field</li>
<li>Experience with object oriented software development</li>
<li>Desire to apply and develop technical skills</li>
</ul>
</div>
<div class="col-md-4">
<ul>
<h3 class="g-color-white">
<strong>Collaborative Skills</strong>
</h3>
<li>Works well in team environment</li>
<li>Strong written and communication skills</li>
<li>Desire to apply and develop interpersonal skills</li>
<li>Likes to have fun</li>
</ul>
</div>
<div class="col-md-4" style="margin-bottom:100px;">
<ul>
<h3 class="g-color-white">
<strong>Other Requirements</strong>
</h3>
<li>Ability to obtain a security clearance
<ul>
<li>Must be a U.S. Citizen</li>
<li>No recreational drug use within the last year</li>
</ul>
</li>
<li>Desire to work in the Northern Virginia area</li>
<li>Currently in Junior year</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- End Requirements Section Content -->
<!-- FAQ Section Content -->
<section id="faq">
<div class="container-fluid">
<div class="g-pt-100 g-pb-30">
<div class="container text-center g-max-width-750 g-mb-20 g-pt-10">
<div class="u-heading-v2-2--bottom g-brd-primary g-mb-20">
<h2 class="text-uppercase u-heading-v2__title g-font-weight-800 g-font-size-30 g-font-size-40--md">
At-A-Glance
</h2>
</div>
</div>
<br />
<div class="container">
<div class="row">
<div class="col-sm-10 offset-sm-1 g-mb-40">
<div class="media">
<div class="d-flex g-mt-25 g-mr-40"><span class="d-block g-color-primary g-font-size-48 g-line-height-1"></span></div>
<div class="media-body align-self-center">
<h3 class="h5 text-uppercase g-font-weight-800">
Who?
</h3>
<ul class="list-unstyled g-font-size-12 g-mb-30 g-mb-0--md">
<li class="g-pos-rel g-pl-10 g-mb-15"> <i class="fas fa-angle-right bullet_top g-left-0 g-font-size-16 g-color-primary"></i>
<p class="list_elem">
Are you a Computer Science or Computer Engineering Junior who enjoys learning and
working with current development technologies? Are you interested in experiencing
what it means to be a professional application developer? If yes, then this
internship is for you!
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-10 offset-sm-1 g-mb-40">
<div class="media">
<div class="d-flex g-mt-25 g-mr-40"> <span class="d-block g-color-primary g-font-size-48 g-line-height-1">
</span> </div>
<div class="media-body align-self-center">
<h3 class="h5 text-uppercase g-font-weight-800">
What?
</h3>
<ul class="list-unstyled g-font-size-12 g-mb-30 g-mb-0--md">
<li class="g-pos-rel g-pl-10 g-mb-15"> <i class="fas fa-angle-right bullet_top g-left-0 g-font-size-16 g-color-primary"></i>
<p class="list_elem">
During your internship at Case Consulting you will be guided by our team of
software professionals and previous interns to apply cutting edge software
development tools and practices to a real software product. Throughout the
program, you will use many software engineering best practices such as
agile/scrum, pair programming, automated testing, and test-driven development.
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-10 offset-sm-1 g-mb-40">
<div class="media">
<div class="d-flex g-mt-25 g-mr-40"> <span class="d-block g-color-primary g-font-size-48 g-line-height-1">
</span> </div>
<div class="media-body align-self-center">
<h3 class="h5 text-uppercase g-font-weight-800">
When?
</h3>
<ul class="list-unstyled g-font-size-12 g-mb-30 g-mb-0--md">
<li class="g-pos-rel g-pl-10 g-mb-15"> <i class="fas fa-angle-right bullet_top g-left-0 g-font-size-16 g-color-primary"></i>
<p class="list_elem">
Summer 2019
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-10 offset-sm-1 g-mb-40">
<div class="media">
<div class="d-flex g-mt-25 g-mr-40"> <span class="d-block g-color-primary g-font-size-48 g-line-height-1">
</span> </div>
<div class="media-body align-self-center">
<h3 class="h5 text-uppercase g-font-weight-800">
Where?
</h3>
<ul class="list-unstyled g-font-size-12 g-mb-30 g-mb-0--md">
<li class="g-pos-rel g-pl-10 g-mb-15"> <i class="fas fa-angle-right bullet_top g-left-0 g-font-size-16 g-color-primary"></i>
<p class="list_elem">
The internship is located at our shared office space in Reston, VA.
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-10 offset-sm-1 g-mb-40">
<div class="media">
<div class="d-flex g-mt-25 g-mr-40"><span class="d-block g-color-primary g-font-size-48 g-line-height-1"></span></div>
<div class="media-body align-self-center">
<h3 class="h5 text-uppercase g-font-weight-800">
Why?
</h3>
<ul class="list-unstyled g-font-size-12 g-mb-30 g-mb-0--md">
<li class="g-pos-rel g-pl-10 g-mb-15"> <i class="fas fa-angle-right bullet_top g-left-0 g-font-size-16 g-color-primary"></i>
<p class="list_elem">
Work with cutting edge technologies like JavaScript, Node/Express, Vue, Amazon
Web Services, and Bootstrap. Gain professional experience working in a simulated
customer environment using industry best practices on a self-organizing team,
apply for a security clearance, and work for a top notch tech company.
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-10 offset-sm-1 g-mb-40">
<div class="media">
<div class="d-flex g-mt-25 g-mr-40">
<span class="d-block g-color-primary g-font-size-48 g-line-height-1"></span>
</div>
<div class="media-body align-self-center">
<h3 class="h5 text-uppercase g-font-weight-800">
How?
</h3>
<ul class="list-unstyled g-font-size-12 g-mb-30 g-mb-0--md">
<li class="g-pos-rel g-pl-10 g-mb-15"> <i class="fas fa-angle-right bullet_top g-left-0 g-font-size-16 g-color-primary"></i>
<p class="list_elem">
Apply today!
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="container text-center g-max-width-750 g-mb-20 g-pt-10">
<div class="u-heading-v2-2--bottom g-brd-primary g-mb-20">
<h3 class="text-uppercase u-heading-v2__title g-font-weight-800 g-font-size-30 g-font-size-40--md">
Frequently Asked Questions
</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-10 offset-sm-1 g-mb-40">
<div class="media">
<div class="d-flex g-mt-25 g-mr-40"> <span class="d-block g-color-primary g-font-size-48 g-line-height-1">
</span> </div>
<div class="media-body align-self-center">
<h3 class="h5 text-uppercase g-font-weight-800">
What is a government contractor?
</h3>
<ul class="list-unstyled g-font-size-12 g-mb-30 g-mb-0--md">
<li class="g-pos-rel g-pl-10 g-mb-15"> <i class="fas fa-angle-right bullet_top g-left-0 g-font-size-16 g-color-primary"></i>
<p class="list_elem">
Government Contractors are people who work for a private or public company on
contracts setup to deliver solutions to the Government. These companies either
win prime contracts themselves or partner with companies to work as a
subcontractor. As a contractor you will work at a Government facility with
other contractors and Government employees.
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-10 offset-sm-1 g-mb-40">
<div class="media">
<div class="d-flex g-mt-25 g-mr-40"> <span class="d-block g-color-primary g-font-size-48 g-line-height-1">
</span> </div>
<div class="media-body align-self-center">
<h3 class="h5 text-uppercase g-font-weight-800">
Why do I need a security clearance?
</h3>
<ul class="list-unstyled g-font-size-12 g-mb-30 g-mb-0--md">
<li class="g-pos-rel g-pl-10 g-mb-15"> <i class="fas fa-angle-right bullet_top g-left-0 g-font-size-16 g-color-primary"></i>
<p class="list_elem">
A security clearance grants you the ability to work on some of the most exciting
projects out there. You will work to solve very complicated and unique problems
helping people around the world. In addition to the exciting work, a clearance
provides you with an asset that improves job security and your demand to the market.
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-10 offset-sm-1 g-mb-40">
<div class="media">
<div class="d-flex g-mt-25 g-mr-40"> <span class="d-block g-color-primary g-font-size-48 g-line-height-1">
</span> </div>
<div class="media-body align-self-center">
<h3 class="h5 text-uppercase g-font-weight-800">
Why is there a 1 year commitment?
</h3>
<ul class="list-unstyled g-font-size-12 g-mb-30 g-mb-0--md">
<li class="g-pos-rel g-pl-10 g-mb-15"> <i class="fas fa-angle-right bullet_top g-left-0 g-font-size-16 g-color-primary"></i>
<p class="list_elem">
At the end of the internship this question will be obsolete because we take pride in
the experience our internship provides and are confidant you will want to work with
us going forward. A commitment to Case Consulting is necessary to submit you for a
U.S. Government security clearance. As a company we invest heavily in our interns
and take the program very seriously. Everyone involved gives a lot of time and
effort, working to ensure the program is not an average internship experience,
but rather true development of the skills required to succeed as a software engineer
in the real world.
</p>
<p class="list_elem">
Before the completion of a successful internship you can expect to receive an offer
for full time employment with Case Consulting, including your minimum starting
salary and benefits. We understand that this is a big commitment, but we believe
you will love our culture as much as we do and will want to stay well past any
specified commitment time period.
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-10 offset-sm-1 g-mb-40">
<div class="media">
<div class="d-flex g-mt-25 g-mr-40"> <span class="d-block g-color-primary g-font-size-48 g-line-height-1">
</span> </div>
<div class="media-body align-self-center">
<h3 class="h5 text-uppercase g-font-weight-800">
Where is your full-time work?
</h3>
<ul class="list-unstyled g-font-size-12 g-mb-30 g-mb-0--md">
<li class="g-pos-rel g-pl-10 g-mb-15"> <i class="fas fa-angle-right bullet_top g-left-0 g-font-size-16 g-color-primary"></i>
<p class="list_elem">
Case Consulting has quite a few projects to place college new hires on when they
start full time. Our goal is to find one that best fits your skill-sets and to
place you on a team with other Case Consulting employees. Most of Case
Consulting’s work is located in the Northern Virginia area to include Tyson’s,
McLean, Bethesda, Reston, Herndon, and Chantilly.
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div> <br/>
</section>
<section id="Testimonial" class="testimonial">
<div class="g-pt-100 g-pb-30">
<div class="container text-center g-max-width-750 g-mb-20 g-pt-10">
<div class="u-heading-v2-2--bottom g-brd-primary g-mb-20">
<h2 class="text-uppercase u-heading-v2__title g-font-weight-800 g-font-size-30 g-font-size-40--md g-color-white">Testimonials</h2> </div>
</div>
<div class="container">
<div class="row">
<div class="col-md-2" style="text-align:center">
<img src="https://res.cloudinary.com/consultwithcase/image/upload/v1535720007/website/interns/fahad.jpg" class="rounded-circle potrait" />
</div>
<div class="col-md-10">
<p class="g-color-white">
"Case Consulting is an awesome company that has its hands in a lot of interesting technology. At this internship, I learned what it meant to be professional in the field, I learned full-stack technologies such as NodeJS and industry standards such as
OAuth. We also got opportunities to explore the Amazon ecosystem and deployed an application into the real world that will be used by real people. The Case internship is a rewarding opportunity that is centered around great mentors that
will do everything to help you succeed." - Fahad Ashraf, 2017/2018 Intern
</p>
</div>
</div>
<div class="row" style="margin-top:100px;">
<div class="col-md-10 order-md-1 order-2">
<p class="g-color-white">
"The Case internship gave me an amazing insight into what I was getting myself into when I said I wanted to be a software developer. The company is a big family which was a major factor in my decision to come on. I learned real-world programming languages
and used tech that I found interesting every day I was there." - Jacob Boisseau, 2017/2018 Intern
</p>
</div>
<div class="col-md-2 order-md-2" style="text-align:center">
<img src="https://res.cloudinary.com/consultwithcase/image/upload/c_crop,g_custom/c_scale,w_160/v1535719942/website/interns/jacob.jpg" class="rounded-circle potrait" style="text-align:center" />
</div>
</div>
<div class="row" style="margin-top:100px;">
<div class="col-md-2" style="text-align:center">
<img src="https://res.cloudinary.com/consultwithcase/image/upload/v1535719942/website/interns/andrew.gif" class="rounded-circle potrait" />
</div>
<div class="col-md-10">
<p class="g-color-white">
"After completing this internship, I feel as though I went from a programmer who only wanted to stay in the backend to a full stack developer who can switch between the frontend and backend depending on the needs of the team. Through the internship you
will learn how to be an agile developer, while working with cutting edge web technologies such as Vue, Node.js, AWS services, and Express." - Andrew Cooper, 2018 Intern
</p>
</div>
</div>
<div class="row" style="margin-top:100px;">
<div class="col-md-10 order-md-1 order-2">
<p class="g-color-white">
"Working at Case Consulting was a great opportunity for me to learn and experience what being a software developer is like in the real world. While I was at my internship, I was able to work in an encouraging, friendly environment where we designed a
website and an expense app that would be used by the company's employees. In doing so, I was able to work with new technologies and agile programming that is used by employees in the company. This internship helped me get a good view of
what being a software developer is like, as well as, helping me grow in the profession." - Sam Peake, 2018 Intern
</p>
</div>
<div class="col-md-2 order-md-2" style="text-align:center">
<img src="https://res.cloudinary.com/consultwithcase/image/upload/c_crop,g_custom/c_scale,w_160/v1535719942/website/interns/sam.jpg" class="rounded-circle potrait" style="text-align:center" />
</div>
</div>
<div class="row" style="margin-top:100px;">
<div class="col-md-2" style="text-align:center">
<img src="https://res.cloudinary.com/consultwithcase/image/upload/c_scale,w_160/v1536585437/website/interns/joe.gif" class="rounded-circle potrait" />
</div>
<div class="col-md-10">
<p class="g-color-white">
"My summer internship with Case Consulting provided me with a solid foundation for full-stack web application development that was lacking from my college education. Having the opportunity to work in an Agile environment with bleeding-edge technologies
and experiencing how a software company operates has really prepared me for my career after graduation. Working in a collaborative team of other interns helped me to realize my own strengths as a developer, and we had an awesome time building
an application that we are really proud of, under the guidance of the knowledgeable and approachable senior developers at Case. I would eagerly recommend an internship with Case to anyone with a desire to learn AWS, JavaScript, or web
application development, without hesitation." - Joseph Thompson, 2018 Intern
</p>
</div>
</div>
</div>
</div>
</div> <br/> <br/> <br/>
</section>
<!-- End Section Content -->
<!-- Section Content -->
<section id="contact" class="container-fluid g-color-white">
<div class="row">
<div class="col-lg-6 d-flex align-items-center g-theme-bg-color-1 g-py-50 g-pa-15 g-pa-30--md">
<div class="w-100">
<div class="row">
<div class="col-md-6 col-lg-12 g-mb-60 g-mb-0--md g-mb-60--lg">
<div class="u-heading-v2-2--bottom g-brd-primary g-mb-30">
<h2 class="text-uppercase u-heading-v2__title g-font-weight-800 g-font-size-30 g-font-size-40--md g-color-white mb-0">Get in touch</h2>
</div>
<p class="g-color-gray-light-v4 mb-0">
Case Consulting has an established reputation and level of trust
with the client, so contact us to discuss how we can continue to
build a productive relationship and deliver impeccable results
for our clients.
</p>
</div>
<div class="col-md-6 col-lg-12 d-md-flex d-lg-block align-self-center">
<address class="text-uppercase g-font-size-12 mb-0">
<div class="g-pos-rel g-pl-35 g-mb-25">
<i class="fa fa-map-marker g-absolute-centered--y g-left-0 g-font-size-20 g-color-primary fa-fw"></i>
<strong>18425 RUSTLING WOODS COURT LEESBURG, VA 20175</strong>
</div>
<div class="g-pos-rel g-pl-35 g-mb-25">
<i class="fa fa-phone g-absolute-centered--y g-left-0 g-font-size-20 g-color-primary fa-fw"></i>
<strong>703-728-0294 </strong>
</div>
<div class="g-pos-rel g-pl-35 g-mb-25">
<i class="fa fa-envelope g-absolute-centered--y g-left-0 g-font-size-20 g-color-primary fa-fw"></i>
<a class="g-color-white" href="mailto:info@consultwithcase.com"><strong>info@consultwithcase.com</strong></a>
</div>
<div class="g-pos-rel g-pl-35 g-mb-25">
<i class="fab fa-github g-absolute-centered--y g-left-0 g-font-size-20 g-color-primary fa-fw"></i>
<a class="g-color-white" href="https://github.com/caseconsulting"><strong>case consulting</strong></a>
</div>
<div class="g-pos-rel g-pl-35 g-mb-25">
<i class="fab fa-facebook-f red-icon g-absolute-centered--y g-left-0 g-font-size-20 g-color-primary fa-fw"></i>
<a class="g-color-white" href="https://www.facebook.com/ConsultwithCase/" target="_blank" rel="noopener"><strong>Consult with Case</strong></a>
</div>
<div class="g-pos-rel g-pl-35 g-mb-25">
<i class="fab fa-twitter g-absolute-centered--y g-left-0 g-font-size-20 g-color-primary fa-fw"></i>
<a class="g-color-white" href="https://twitter.com/consultwithcase" target="_blank" rel="noopener"><strong>@ConsultWithCase</strong></a>
</div>
<div class="g-pos-rel g-pl-35">
<i class="fab fa-linkedin-in g-absolute-centered--y g-left-0 g-font-size-20 g-color-primary fa-fw"></i>
<a class="g-color-white" href="https://www.linkedin.com/company/2558032/" target="_blank" rel="noopener"><strong>Case Consulting, Inc.</strong></a>
</div>
</address>
</div>
</div>
</div>
</div>
<div class="col-lg-6 px-0 contact-section-map" id="map"> </div>
</div>
</section>
<!-- End Section Content -->
<a class="js-go-to rounded-0 u-go-to-v1" href="#!" data-type="fixed" data-position='{ "bottom ": 15, "right ": 15 }' data-offset-top="400 " data-compensation="#js-header" data-show-effect="zoomIn ">
<i class="hs-icon hs-icon-arrow-top "></i>
</a>
</main>
<!-- JS Global Compulsory -->
<script src="./assets/vendor/jquery/jquery.min.js "></script>
<script src="./assets/vendor/jquery-migrate/jquery-migrate.min.js "></script>
<script src="./assets/vendor/popper.js/popper.min.js "></script>
<script src="./assets/vendor/bootstrap/bootstrap.min.js "></script>
<!-- JS Implementing Plugins -->
<script src="./assets/vendor/appear/appear.js "></script>
<script src="./assets/vendor/slick-carousel/slick/slick.js "></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAf66JJmp2VOldGTrVNOmMumlB5U6sVBSI&callback=initMap " async defer></script>
<script src="./assets/custom/js/plugins/gmaps-ini.js "></script>
<!-- JS Revolution Slider -->
<script src="./assets/vendor/revolution-slider/revolution/js/jquery.themepunch.tools.min.js "></script>
<script src="./assets/vendor/revolution-slider/revolution/js/jquery.themepunch.revolution.min.js "></script>
<script src='./assets/vendor/revolution-slider/revolution-addons/slicey/js/revolution.addon.slicey.min.js'></script>
<script src="./assets/vendor/revolution-slider/revolution/js/extensions/revolution.extension.actions.min.js "></script>
<script src="./assets/vendor/revolution-slider/revolution/js/extensions/revolution.extension.carousel.min.js "></script>
<script src="./assets/vendor/revolution-slider/revolution/js/extensions/revolution.extension.kenburn.min.js "></script>
<script src="./assets/vendor/revolution-slider/revolution/js/extensions/revolution.extension.layeranimation.min.js "></script>
<script src="./assets/vendor/revolution-slider/revolution/js/extensions/revolution.extension.migration.min.js "></script>
<script src="./assets/vendor/revolution-slider/revolution/js/extensions/revolution.extension.parallax.min.js "></script>
<script src="./assets/vendor/revolution-slider/revolution/js/extensions/revolution.extension.slideanims.min.js "></script>
<!-- JS Unify -->
<script src="./assets/vendor/unity/js/hs.core.js "></script>
<script src="./assets/vendor/unity/js/components/hs.header.js "></script>
<script src="./assets/vendor/unity/js/helpers/hs.hamburgers.js "></script>
<script src="./assets/vendor/unity/js/components/hs.scroll-nav.js "></script>
<script src="./assets/vendor/unity/js/components/hs.carousel.js "></script>
<script src="./assets/vendor/unity/js/components/hs.go-to.js "></script>
<!-- JS Customization
<script src="./assets/js/custom.js "></script>
-->
<!-- JS Plugins Init. -->
<script>
// initialization of revolution slider
var tpj = jQuery,
promoSlider;
tpj(document).on('ready', function() {
if (tpj('#promoSlider').revolution == undefined) {
revslider_showDoubleJqueryError('#promoSlider');
} else {
promoSlider = tpj('#promoSlider').show().revolution({
sliderType: 'hero',
jsFileLocation: '../../revolution/js/',
sliderLayout: 'fullwidth',
dottedOverlay: 'none',
delay: 9000,
navigation: {},
responsiveLevels: [1240, 1024,
778, 480
],
gridwidth: [1240, 1024, 778,
480
],
gridheight: [600, 500, 400,
300
],
lazyType: 'none',
parallax: {
type: 'mouse',
origo: 'slidercenter',
speed: 2000,
levels: [2, 3, 4, 5, 6,
7, 12, 16, 10,
50
]
},
shadow: 0,
spinner: 'off',
autoHeight: 'off',
disableProgressBar: 'on',
hideThumbsOnMobile: 'off',
hideSliderAtLimit: 0,
hideCaptionAtLimit: 0,
hideAllCaptionAtLilmit: 0,
debugMode: false,
fallbacks: {
simplifyAll: 'off',
disableFocusListener: false
}
});
}
});
$(document).on('ready', function() {
// initialization of carousel
$.HSCore.components.HSCarousel.init('.js-carousel');
// initialization of header
$.HSCore.components.HSHeader.init($('#js-header'));
$.HSCore.helpers.HSHamburgers.init('.hamburger');
// initialization of go to section
$.HSCore.components.HSGoTo.init('.js-go-to');
});
$(window).on('load', function() {
// initialization of HSScrollNav
$.HSCore.components.HSScrollNav.init($('#js-scroll-nav'), {
duration: 700
});
});
</script>
</body>
</html>