-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcareers.php
93 lines (67 loc) · 2.92 KB
/
careers.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Coffeebreak Café International Inc. | Careers</title>
<!-- Bootstrap core CSS -->
<link href="library/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="library/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Cabin:700' rel='stylesheet' type='text/css">
<!-- Custom styles for this template -->
<link href="css/grayscale.min.css" rel="stylesheet">
<link href="css/mystyles.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navbar Section -->
<?php include('library/html/navbar.php'); ?>
<!-- Menu Section -->
<section id="careers" class="careers-section content-section">
<div class="container">
<div class = "row">
<div class = "col-lg-6 col-md-6 col-sm-12 col-xs-12">
<h3 id = "careersTitle">Career Opportunity</h3>
<small id = "careersInfo">If you got what it takes to be with out team, you can submit your resuma via email or hand it personally right at our office. We lookforward to working with you!</small>
<div id = "videoAdvert" class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/zpOULjyy-n8?rel=0" allowfullscreen></iframe>
</div>
<p id = "careersEmail">
<a href="mailto:customercare@coffeebreak.ph?Subject=Coffeebreak%20Careers" target="_top">
<i class="fas fa-envelope"></i>
Send email
</a>
<a href="#footer">
<i class="fas fa-home"></i>
Get Address
</a>
</p>
</div>
<div class = "col-lg-2 col-md-2">
</div>
<div class= "col-lg-4 col-md-4 col-sm-12 col-xs-12">
<img id="careerIMG" class="img-fluid pull-right" src="img/others/careers.jpg" alt="Career Opportunity">
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<?php include('library/html/footer.php'); ?>
<!-- Bootstrap core JavaScript -->
<script src="library/jquery/jquery.min.js"></script>
<script src="library/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="library/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/grayscale.min.js"></script>
<script src="js/mylibrary.js"></script>
<!-- Font Awesome CDN for mini icons-->
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
</body>
</html>
<script>
</script>