-
Notifications
You must be signed in to change notification settings - Fork 2
/
business.html
177 lines (153 loc) · 6.28 KB
/
business.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
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
<!DOCTYPE html>
<html>
<head>
<title>Davenport West</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link href="layout/styles/layout.css" rel="stylesheet" type="text/css" media="all">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style media="screen">
h3, h2{
text-align: center;
}
.courseGuide{
text-align: center;
}
.flowChart{
height: 50%;
width: 50%;
}
</style>
</head>
<body id="top">
<!-- Top Background Image Wrapper -->
<div class="bgded overlay" style="background-image:url('images/globalBusiness.jpg');">
<!-- ################################################################################################ -->
<div class="wrapper row1">
<header id="header" class="hoc clear">
<!-- ################################################################################################ -->
<h1><a class="mainHeader"href="http://www.davenportschools.org/west/"> Davenport West</a></h1>
<div id="logo" class="fl_left">
</div>
<nav id="mainav" class="fl_right">
<ul class="clear">
<li><a href="advancedManufacturing.html">Advanced Manufacturing</a> </li>
<li><a href="computerScience.html">Computer Science</a> </li>
<li class="active"><a href="business.html">Business</a> </li>
<li><a href="engineering.html">Engineering</a></li>
<li><a href="bioMedical.html">Health Services</a></li>
</ul>
</nav>
<!-- ################################################################################################ -->
</header>
</div>
<!-- ################################################################################################ -->
<div id="pageintro" class="hoc clear">
<!-- ################################################################################################ -->
<article class="introtxt">
<h2 class="heading">Marketing and Finance At West</h2>
<p></p>
<footer><a class="btn inverse" href="#classDescriptions">Click To View Class Descriptions</a></footer>
<footer><a class="btn inverse" href="#bottomText">Click to Course Sequences</a></footer>
</article>
<!-- ################################################################################################ -->
<div class="clear"></div>
</div>
<!-- ################################################################################################ -->
</div>
<!-- End Top Background Image Wrapper -->
<div class="wrapper row3">
<main class="hoc container clear">
<!-- main body -->
<!-- ################################################################################################ -->
<h2>Business Course Descriptions</h2>
<div class="courseGuide">
<img src="images/businessCourses.PNG" alt="course guide">
</div>
<div class="group center" id="classDescriptions">
<article class="one_quarter first">
<h4 class="font-x1">Financial Accounting</h4>
<p></p>
</article>
<article class="one_quarter">
<h4 class="font-x1">Managerial Accounting</h4>
<p> </p>
</article>
<article class="one_quarter">
<h4 class="font-x1">Principles of Banking</h4>
<p> </p>
</article>
<article class="one_quarter">
<h4 class="font-x1">Managing Personal Finance</h4>
<p> </p>
</article>
</div>
<!-- ################################################################################################ -->
<h3></h3>
<!-- ################################################################################################ -->
<div class="group center" id="classDescriptions">
<article class="one_quarter">
<h4 class="font-x1">Introduction to Computers</h4>
<p></p>
</article>
<article class="one_quarter">
<h4 class="font-x1">Advanced Microsoft Office Applications</h4>
<p> </p>
</article>
<article class="one_quarter">
<h4 class="font-x1">Principles Of Marketing</h4>
<p> </p>
</article>
<article class="one_quarter">
<h4 class="font-x1">Sports Marketing</h4>
<p> </p>
</article>
</div>
<!-- ################################################################################################ -->
<!-- / main body -->
<div class="clear"></div>
</main>
</div>
<div class="wrapper row3">
<section id="latest" class="hoc container clear">
<div class="center btmspace-50">
<p class="nospace"></p>
</div>
</section>
</div>
<div class="wrapper bgded overlay coloured" >
<div class="hoc container clear">
<article class="center">
<h2 class="heading font-x3" id="bottomText" align="center"></h2>
<p class="btmspace-30"></p>
<!-- <img id="flowChart" src="images/csPath.jpg" alt=""> -->
<h2 class="heading font-x3" id="bottomText" align="center">A Transformative Professional Development Experience</h2>
<a href="images/INSPIRECareerPathway.jpg"><img id="flowChart" src="images/INSPIRECareerPathway.jpg" alt=""></a>
</article>
<!-- ################################################################################################ -->
</div>
</div>
<div class="wrapper row5">
<div id="copyright" class="hoc clear">
<!-- ################################################################################################ -->
<p class="fl_left">Contact John Brosius for more information.</p>
<p class="fl_left">WEST HIGH SCHOOL
3505 West Locust Street
Davenport, Iowa 52804
Phone: 563.723.5600; Fax: 563.445.5954 </p>
<br>
<br>
<p><a href="https://youtu.be/HaPJq26G6Cg">
<i class="fa fa-facebook-square" style="font-size:30px;color:red"></i></a>
<a href="https://twitter.com/DavenportWest">
<i class="fa fa-twitter-square" style="font-size:30px;color:red"></i></a>
<i class="fa fa-youtube-square" style="font-size:30px;color:red"></i></p>
</div>
</div>
<a id="backtotop" href="#top"><i class="fa fa-chevron-up"></i></a>
<!-- JAVASCRIPTS -->
<script src="layout/scripts/jquery.min.js"></script>
<script src="layout/scripts/jquery.backtotop.js"></script>
<script src="layout/scripts/jquery.mobilemenu.js"></script>
</body>
</html>