-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
133 lines (117 loc) · 4.93 KB
/
about.html
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta charset="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<link rel="icon" href="assets/img/image1.png">
<title>Tomorrow's Healthcare Professional INC</title>
<!-- Botstrap core CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="assets/img/image1.png" alt="Tomorrow's Logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">ABOUT US</a>
</li>
<li class="nav-item">
<a class="nav-link" href="program-des.html">PROGRAMMS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="why-thp.html">WHY THP</a>
</li>
<li class="nav-item">
<a class="nav-link" href="faq.html">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">CONTACT US</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Navbar -->
<!-- jumbotron -->
<section class="about">
<div class="jumbotron">
<div class="container">
<h1 class="display-3">ABOUT US</h1>
</div> <!-- container -->
</div>
</section>
<!-- jumbotron -->
<section class="content">
<div class="container">
<div class="row">
<div class="col-md-8">
<h1>Welcome</h1>
<p><br>Tomorrow's Healthcare Professionals (THP) is dedicated to your success and providing the training needed to enter careers in industries that currently have employment opportunities.
<br><br>
THP is a group of seasoned healthcare professionals and educators that have worked at other popular "TV" schools, seen the problems, got fed up with battling the bureaucracy and decided that we can do it better, cheaper. So we got together and started our own school.
<br><br>
We are committed to building a strong foundation and making you employable for entry level positions upon graduation. These entry-level positions in most cases are stepping stones to higher paying jobs.
<br><br>
In our experience, hospitals, doctors and healthcare offices will hire you as long as you have solid basics, a GREAT attitude, the ability to follow detailed instructions and the will to learn. Have those 4 qualities and you're on your way to having a fulfilling career.
<br><br>
Right now there are more openings available than there are healthcare professionals to go around!
<br><br>
The U.S. Bureau of Labor and Statistics states that by 2022 nearly 4 million healthcare jobs will be created. These opportunities can be yours, call us today at 404-400-2413.
<br><br>
The demand is there-why not take advantage of that opportunity?</p>
</div>
<aside class="col-md-4">
<div class="widget">
<h4>CLASSES BEGIN</h4>
<p>January 18, 2020!!</p>
</div>
<div class="widget">
<h4>Why THP?</h4>
<p>At THP, we have gathered the best healthcare instructors available, given them the best tools state of the art equipment and software to send you into the workforce fully prepared for your new and exciting career <a href="why-thp.html">Read More..</a></p>
</div>
<div class="widget">
<h4>DID YOU KNOW</h4>
<p>***4 MILLION JOB will be created in the Healthcare Industry by Year 2022, as Reported by U.S Bureau of Labor Statictics.</p>
</div>
</aside>
</div>
</div>
</div>
</section>
<!-- Footer -->
<section class="footer">
<div class="container">
<div class="row">
<div class="col">
<p>Copyright 2019. <br>Tomorrow's Healthcare Profossionals. LLC</p>
</div>
<div class="col phone">
<p>THP Phone Number <br><strong>(404) 400-2413</strong></p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<!-- Javascript
==================== -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="assets/js/jquery-3.4.1.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>