-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcore_values.php
71 lines (68 loc) · 2.79 KB
/
core_values.php
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
<?php
include_once("header.php");
?>
<!-- head ends -->
<html>
<head>
<title></title>
</head>
<body style="font-family:lato;">
<div class="container-fluid" style="background-color:#2196F3; padding:70px 0px 70px 0px;">
<h1 style="color:#fff; text-align:center; font-family:lato; font-size:2.5rem;"><b>Our Core Values</b></h1>
<p style="color:#fff;margin-left: auto;margin-right: auto;max-width: 700px;text-align:center;padding: 0px 15px;font-size: 20px !important;">We provide a fun environment where our interns work together to hone their innovative problem solving skills while working hard to attain personal excellence</p>
</div>
</body>
<div class="container">
<br><br>
<div class="row">
<div class="col-lg-1 col-md-0 col-sm-0"></div>
<div class="col-lg-5 col-md-6 col-sm-12">
<center>
<img src="img/teamwork1.png" class="img-responsive">
<h2 style="font-size:20px; padding-top:30px;">TEAM WORK</h2>
<p>We help each other, we collaborate, we celebrate our achievements – and we have fun doing it!</p>
</center>
</div>
<div class="col-lg-5 col-md-6 col-sm-12">
<center>
<img src="img/team.png" class="img-responsive">
<h2 style="font-size:20px; padding-top:30px;">COMMUNITY</h2>
<p>We share an infectious sense of mission to make an impact on society, empowering youths in ways never before possible.</p>
</center>
</div>
<div class="col-lg-1 col-md-0 col-sm-0"></div>
</div>
<div class="row">
<div class="col-lg-1 col-md-0 col-sm-0"></div>
<div class="col-lg-5 col-md-6 col-sm-12">
<center>
<img src="img/game-controller.png" class="img-responsive">
<h2 style="font-size:20px; padding-top:30px;">FUN</h2>
<p>We believe humor is essential for exceptional creativity, outstanding service and thriving team members</p>
</center>
</div>
<div class="col-lg-5 col-md-6 col-sm-12">
<center>
<img src="img/gold-medal.png" class="img-responsive">
<h2 style="font-size:20px; padding-top:30px;">EXCELLENCE</h2>
<p>We are committed to winning with integrity by giving attention to every detail. </p>
</center>
</div>
<div class="col-lg-1 col-md-0 col-sm-0"></div>
</div>
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-0"></div>
<div class="col-lg-6 col-md-6 col-sm-12">
<center>
<img src="img/idea.png" class="img-responsive">
<h2 style="font-size:20px; padding-top:30px;">INNOVATION</h2>
<p>We thrive on creativity and ingenuity.</p>
</center>
</div>
<div class="col-lg-3 col-md-3 col-sm-0"></div>
</div>
</div>
</html>
<?php
include_once("footer.php");
?>